normen / homebridge-platform-maxcube

HomeBridge plugin for eq3 Max!Cube thermostat control
14 stars 7 forks source link

Not an issue but an proposal for improvement - current temperature #29

Closed entavio closed 4 years ago

entavio commented 4 years ago

Hey,

is it possible to store a kind of polling function in the plugin which polls / updates the current temperature of the thermostats at regular intervals like 1 hour to get real temperature (as far as I know a change in the heating temperature is necessary) in order to provide this information e.g. to use in homekit as a temperature sensor ?!

normen commented 4 years ago

Yes, it does that every 10 seconds.

entavio commented 4 years ago

really? i mean the temperature from the heating thermostat not the wall thermostat. in standard or with an additional command in the config?

normen commented 4 years ago

"in standard"

entavio commented 4 years ago

but that doesn't work for me ?! the values ​​of the current temperature are only written/updatet if the target temperature is also changed .....

if the thermostats are set to off, as is the case now with warm temperatures, the current temperature will never be updated again ... this is the reason why i asked about a possible function for the Update of values ​​and further use. ?!

normen commented 4 years ago

Does the included max! software update the temperature when the thermostats are off?

entavio commented 4 years ago

in the max! software the current-temperatures from the thermostats are not visible only the current temperatures from the wall thermostats are updated and visible

But as I said, if the plug-in will update every heating thermostat in the rhythm of e.g. 30min .... briefly adjust the target temperature e.g. to 10 degrees and then back to the original value you also have real-time values ​​of the current temperature without a wall thermostat

entavio commented 4 years ago

and it doesnt matter if the thermostat is off or on... the current temperature only updates when the target temperature is changed

normen commented 4 years ago

But as I said, if the plug-in will update every heating thermostat in the rhythm of e.g. 30min .... briefly adjust the target temperature e.g. to 10 degrees and then back to the original value you also have real-time values ​​of the current temperature without a wall thermostat

Yeah, exactly. You can easily program that in HomeKit. As for this plugin, I don't really want to add such hacks if the standard software behaves the same.

I'd generally suggest NOT keeping the thermostats in off or manual mode as that can trigger a bug in the cube-thermostat communication after a while, requiring you to restart the thermostats to control them again. Feel free to bug ELV/EQ3 about that.