seydx / homebridge-tado-platform

Homebridge plugin for controlling Tado devices
MIT License
126 stars 66 forks source link

Hot water control #21

Closed adavison007 closed 3 years ago

adavison007 commented 5 years ago

Ok, so now the hot water switch is working, can you make the auto work like it does for heating? I.e. when I turn off hot water I’d like it to update on new to auto change set in the Tado app... currently it stays of until changed/..

seydx commented 5 years ago

@adavison007

the overrideFunction is already implemented.. which Accessory type u re using for hotwater? thermostat or faucet?

adavison007 commented 5 years ago

It's the hot water on off button... I have it set to Auto in JSON but it sets to manual in tado, the Thermostats all work and go to auto perfectly.

omarassil commented 5 years ago

I just came across this issue. I have exactly the same. the HOT_WATER (type boiler) only works on manual override option. I love the plugin because Tado doesn't expose hot_water to Homekit (it only exposes the thermostats) so would love to be able to turn hot water on from Homekit but not worry about it staying on forever

mpjalexander commented 4 years ago

Hi @SeydX, would it also be possible to add a third option for all device types of a timer, like you can in the Tado app? For example, allow "overrideMode": "timer". You'd also need to be able to specify the duration of the timer, either somehow via the existing overrideMode setting, or some new "overrideTimer" setting. Does the Tado API allow for that?

seydx commented 3 years ago

Added/Fixed in v6