ChrisTerBeke / homey-uponor

Homey app to support Uponor Smatrix underfloor heating systems
https://homey.app/nl-nl/app/com.christerbeke.uponor-smatrix/Uponor-Smatrix
GNU General Public License v3.0
1 stars 1 forks source link

Could not connect to Uponor controller on IP address #11

Open vmbaggum opened 1 month ago

vmbaggum commented 1 month ago

Hi,

Some of our T-169 thermostats are working some of them aren't working and throw the following error: "Device Unavailable Could not connect to Uponor controller on IP address x.x.x.x".

Even after a restart of the app not all of them are working

ChrisTerBeke commented 1 month ago

Hi,

Could it be possible that the communication module has changed IP addresses in your network?

Chris

vmbaggum commented 1 month ago

Hi,

No the IP address of the controller did not change. If I check the thermostat device in Homey that is in an error state, the last API call does show the full JSON with a "result":"OK" and full output. On the Homey community there are 2 others with the same issue. Is it possible that with multiple Thermostats (I have 8) the issue occurs? Maybe a timeout or to many API calls?

vmbaggum commented 1 month ago

After adding (with the same IP as the IP of the controller hasn't changed) or removing the override IP Address the thermostat comes back online. Looks like it is throwing the error on line 39 of the device.ts when it shouldn't.

ChrisTerBeke commented 3 weeks ago

Thanks for that additional information, I'll have a look at the behavior of the IP override setting.