Comfort thermostat: Error executing script. Invalid data for call_service at pos 1: expected float for dictionary value @ data [‘temperature’]
Comfort thermostat: Error executing script. Error for call_service at pos 1: Error rendering data template: Result is not a Dictionary
I have the gazoodle/geckolib integration and I can see and set the temprature manually.
entity_id: climate.rask_spa_heater
I need to set this temperature from outside from another independent machine via something.
Is that possible with the rest API or with intents or what shall I do?
I have tried with the rest api but I only manage to set parameters/states in the entity but nothing happens (no update sent to the SPA)
Ideas?
This solution works great in an automation or a script, but when I try to use it on a tap_action of a button card in a dashboard, I have the following error :
expected float for dictionary value @ data['temperature']