You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just replaced three old thermostats with Elko Super TRs. These thermostats are not connected to a floor thermometer, they just regulate the voltage.
I can easily add the thermostats to Homely, but at random intervals (e.g., daily) the Elko application loses connection with the following error message: “Device is unavailable. Cannot read property ‘maxFloorTemp’ of undefined.” Rebooting the Homey will make them reconnect:
This is quite likely due to the lack of the thermostats being attached to a floor thermometer, perhaps the thermostat is not always sending this information and the app cannot handle that it is missing?
I took a quick peek at Github, and my guess is that it does not correctly handle missing maxFloorTemp in when attributes are returned from ELKOSpecificThermostatCluster.js.
The text was updated successfully, but these errors were encountered:
I just replaced three old thermostats with Elko Super TRs. These thermostats are not connected to a floor thermometer, they just regulate the voltage.
I can easily add the thermostats to Homely, but at random intervals (e.g., daily) the Elko application loses connection with the following error message: “Device is unavailable. Cannot read property ‘maxFloorTemp’ of undefined.” Rebooting the Homey will make them reconnect:
This is quite likely due to the lack of the thermostats being attached to a floor thermometer, perhaps the thermostat is not always sending this information and the app cannot handle that it is missing?
I took a quick peek at Github, and my guess is that it does not correctly handle missing maxFloorTemp in when attributes are returned from ELKOSpecificThermostatCluster.js.
The text was updated successfully, but these errors were encountered: