Tado integration - How to go back to auto mode

I’m using some NR flows to create a “guest mode” for my house. Part of this is overriding Tado’s home/away mode that is based on it’s own presence detection.
I’m able to call climate.set_preset_mode with preset_mode:"home" to override, but I can’t find a service call to re-enage Tado’s auto mode. Any pointers?

Same question here. Did you have any luck with this?

Unfortunately not…

Hi Jelmer,

I’m using this to enable auto mode when my porch doors closes again after 5 min.

[{"id":"32d8939e.094d1c","type":"api-call-service","z":"1327cfbc.0107d","name":"TADO® auto","server":"942d21a0.6615d","version":1,"debugenabled":false,"service_domain":"climate","service":"set_hvac_mode","entityId":"climate.salon, climate.slaapkamer_m_a, climate.slaapkamer_r_w, climate.huiskamer","data":"{\"hvac_mode\":\"auto\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1490,"y":100,"wires":[[]]},{"id":"942d21a0.6615d","type":"server","z":"","name":"Home Assistant Master","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]
1 Like