Hey there,
I try to implement a rule that changes the input value of the mqtt input device when a dummy heating thermostat temperature changes.
This here works (but is the other way round):
“rule”: “when $homematicmqttthermoinput.input changes then set temp of homematic-thermo-set to $homematicmqttthermoinput.input”
If I change it to this, I get an error:
“rule”: “when $homematic-thermo-set.temperatureSetpoint changes then set input of homematicmqttthermoinput to $homematic-thermo-set.TemperatureSetpoint”
Any ideas how to do this?
Regards