However, I want to go one step further. I want to be able to operate this via mqtt. I want 1 command that increases one degree each time and 1 that decreases one degree each time.
I have now reached the point where this command works to set a setpoint via mqtt with:
but I want to be able to increase or decrease with a command without entering a value. Is this possible and how does it work?mosquitto_pub -h localhost -m '{ "idx" : xxx, "nvalue" : 0, "svalue" : "15;0000.00" }' -t 'domoticz/in'