I am a newbee with a problem that I am unable to solve due to my lack of knowledge.
Who can give me the solution for the following problem?
I want to use the result of a current state note in call service node.
node: current state
entity_ID: input_number.target_temperature
Output proportions:
msg.payload = entity state
msg.data = entity
in debug the is result is: 18
This is correct.
Domain: climate
Service: set_temperature
Entity id: climate.livingroom
Data: {"temperature": {{payload}}}
I got this error: "Expected ":", got "}""
How can I solve this?
Thank you