Hi,
I’m trying to create a automation/blueprint for a pretty normal “window open > thermostat off” automation.
But I have one problem: The Zigbee thermostat I’m using via Zigbee2mqtt is a “Siterwell GS361A-H04” and is only accepting temperature changes if no other commands (like hvac_mode etc.) are sent in the request.
Eg. if I set hvac_mode and temperature together in a climate.set_temperature service request, it fails to do that.
This is also a known issue in Zigbee2mqtt: Github issue 14164
So, the normal way of using “scene.create” > snapshot does not work, sadly.
My question is:
What’s a viable solution to store and retrieve the current temperature for a thermostat, ideally usable in a blueprint (so without fixed variable names)?
I can’t figure out how to store the temperature values eg. for two thermostats to an namespace-array at the beginning of the ‘action’ part…
Does anyone have an idea?
Thank you very much!
Regards,
Anna