Hi, I have sucessfully integrated the climate integration from HA and use the climate sensors. For setting temperature points, I use the set_temperate call, so far OK when I use a fix number for the temperature. Right now, I want to set_temeparture by using a flow variable which was set before (I call it “SollwertBar”). This does not work, just brings me some error. Who could help me on this, may just strugglig with JSOnata expression. my test flow:
[{"id":"a3a6a728863b4b91","type":"api-call-service","z":"875324fd.7af898","name":"22.7 °C H-Lounge","server":"a11aa034.815b8","version":3,"debugenabled":false,"service_domain":"climate","service":"set_temperature","entityId":"climate.heizung_ventil_lounge","data":"{\"temperature\":$flowContext(\"SollwertBar\")}","dataType":"jsonata","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1484.1777420043945,"y":115.31108474731445,"wires":[["2987053850295bbf"]]},{"id":"3b4df2977f8cfb5b","type":"inject","z":"875324fd.7af898","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":1280.6222767300076,"y":116.19999843173557,"wires":[["a3a6a728863b4b91"]]},{"id":"a11aa034.815b8","type":"server","name":"Home Assistant","version":1,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]
Tx - JJ