#Generic Thermostat

1 messages · Page 1 of 1 (latest)

native dawn
#

I use a generic thermostat to control heat in my attic using a zigbees temp sensor and zigbee Shelly relay (1PM). During setup of the GT helper, it has predefined presets (Home, Away, etc.) They are capitalized. I created an automation that reference the preset and received an error that says 'Away wasn't a defined preset. Valid presets are hoe, away, etc...' The case test is backwards here based on the display of the helper. Also seems odd to test case at all.
Feels like a bug in Core, no?

quasi hill
#

What is displayed in the UI is the localised text - that's where the internal key (home) gets converted to Home (English), Maison (French) etc. But the automation needs the actual key - because otherwise if you changed the language of your HA install, suddenly all your automations would need to be updated

#

So no, not a bug