How to change tado° to set_preset_mode using Node Red?

Hi. As always: sorry, I’m new to Home Assistant, Node Red and all this stuff. But, after a few days playing around, I like it :slight_smile:

One question: Using Node Red, I want to change my tado° to a Preset Mode. It’s the standard Mode, I guess it’s called ‘Home’ or (in german) ‘Zuhause’. Unfortunately, it doesn’t work. The turn_off command works perfect, see screen shots:

Any help would be appreciated!

Not sure if this is what you mean, but you can use the set_hvac_mode service to switch your termostats between off and auto, by putting {"hvac_mode": "off"} (which seems to do the same as turn_off) or {"hvac_mode": "auto"} in the Data property.

1 Like

Hi,

You need to respect table on your screenshot, put Property and value in json format. You need to write on data field:

{"preset_mode":"Home"}

Regards