-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Fallback To Manual IP Entry On Discovery Fail #9
Comments
+1. HA is on my LAN and my thermostat is on my IOT VLAN. |
Please. I had to change the whole network only to add this single device. In this line I see autodiscovery broadcasts all devices on the single network - nice convenience feature for getting things work out of the box but it breaks with VLANS or separate L3 networks. |
This is very hacky but it has solved my problem. At one point the sensor stopped communicating with m container completely. In this file: change the line 54 to use an actual IP address instead of the broadcast one:
|
I'm sorry I've not made any progress on this, as given the total lack of security on these things, running on a separate network/VLAN makes a lot of sense! Unfortunately, I've really struggled to understand how to do this in HA. We're currently using the Also, the module currently stores no state: it just rediscovers devices each time its started. To support this, we'll also need to store the entered IP, which I also don't know how to do. Hints and PRs gratefully received :-) |
Hi, just looking at this integration as I'm about to get a T-Smart myself. Happy to help improve this as and when I've got free time but notice you don't have a VS Code dev container environment within your project. Are you happy for me to add the required config files for this to your project? It won't get in the way of how you develop now but for anyone with VS Code/Docker it creates a nice HA dev instance with debug capabilities. |
Hi,
I run my HA instance and IOT network in separate VLANs, HA also runs in an isolated Docker container as such, the automated discovery for this integration does not work for me.
Would it be possible to add the facility to manually add the IP of my T-Smart device as a fallback?
The text was updated successfully, but these errors were encountered: