Kronoterm heat pump integration

Leon, please, what I’m doing wrong?

Hey wifi75,

Are you using input_number helper?

In the data pull from the Kronoterm Cloud, this is how you can set it up.

Use the Set Payload so that the String is actualy converted into a Number.

image

Then in the Action Node, use the Input_number.set_value as the action, select the Entity you wish to update and for Data use {“value”:“{{payload}}”} and select {}JSON from the Data dropdown.

If it doesn’t work, try putting a debug at the end and see what error message you get.

Hope this helps.