Hi again!
I’m trying to call the climate.broadlink_set_advanced_conf service from the dev service tool but it always gives an error calling service on the bottom left part of the browser. Nothing in the logs.
This is the json i’m using:
{
“loop_mode”: 0, “osv”: 42, “dif”: 2, “svh”: 30, “svl”: 10, “freeze”: 1, “adj”: 1.0, “pon”: 1,“sen”: 0
}
I’ve also tried adding “entity_id” with the same result. Same when trying to use climate.broadlink_set_schedule service.
Any hint on what I’m doing wrong?