I’ve got a generic_thermostat setup. It works fine within the HASS WebUI.
I also have wall push switches, (tasmota,esp8266 stuff, call it a “tasmota-push-button” ) that I can send mqtt to Hass, and see the switch go on an off in hass.
Now what I’d like to do in an Automation is …
hass automation triggers on the on the tasmota-push-button ( I can do this , I’ve already done this with simple toggle switching automations on lights .)
hass then increases the “set” value on the generic_thermostat . (there’d be a second button, and automation, to do a decrease “Set” value)
(set I guess could be called target value )
in the Actions part, it looks like I can “Call Service”, and select a generic_thermostat, but I can’t see a way of just increasing the generic_thermostat by say 1 degree Celcius.
All I can get to work is it to set a static value.
( I don’t want a control panel of say about 10 buttons to set from 15 to 24 degrees C , with I could do with just setting static values ! )