-
Notifications
You must be signed in to change notification settings - Fork 16
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
Reconnect after disconnection #169
Comments
Hi, when neviweb130 poll Neviweb for device data update, if Neviweb is unable to connect with the device it will return an error message DVCUNVLB to neviweb130 and this is reported in the HA log. |
I have the same two hole in my history for all of my WiFi and Zigbee devices connected to neviweb. Because of that, I need to re-activated my devices to let sinope-130 to poll data from neviweb again. |
Yeah, I only have those two. What I noticed is that they don't necessarily lose the WiFi connection at the same time. But I agree it was probably just a coincidence that they started doing that after a HA update, most likely something with my network. I did check neviweb and when the thermostats are offline, they do not show there. As soon I restore the connection (even if I manually do it on the thermostat) they are back on neviweb. But the part that doesn't seem to be working for me is that even after the devices are back in neviweb, I cannot bring them back to HA by just calling |
Those two holes are probably because of major update of neviweb by Sinopé. I've asked Sinopé how the wifi connection work with neviweb. They wil probably send some support data next week but I'm away next week. Once I'm back I'll check if I can improve neviweb130 to better manage wifi devices. |
Wifi devices have some limitation because of the rooter you have. Some rooter like Bell hub 3000 do not support more then 15 connected devices. If you have more wifi devices, then some thermostat may loose there connection with Neviweb. |
Link comment here for reference: #170 (comment) |
I'm not sure if it's just a coincidence or not, but after I updated my HA version, my thermostats (2 x TH1123WF) seem to be disconnecting from wi-fi like once a day at random hours. Once they disconnect, I get the following messages on HA:
After that happens, the only way to bring the thermostat back in seems to be a HA restart. So, I did try to create a routine that runs every 30min and if it detects that the thermostat is disconnected, it calls:
That call seems to work fine once the thermostat is back online, but it doesn't seem to bring the data back to HA. Is this the correct way to restart the "connection" with HA?
HA versions (downgraded from 2023.8.1 because some HACS extensions do not work with the new Python version):
The text was updated successfully, but these errors were encountered: