What happened?
i want to turn off my AC using the web api
so, used the containerized Web API and ran the command:
curl -X PATCH "http://localhost:8000/switcher/control_breeze_device?type=breeze&id=xxxx&key=xx&ip=x.x.x.x&token=xxxxxxxxx" -H "Content-Type: application/json" -d '{ "device_state": "off", "thermostat_mode": "cool", "target_temp": 25, "fan_level": "low", "thermostat_swing": "off", "remote_id": "xxxxx" }'
response was: HTTP/1.1 200 OK, {} in body
the AC received the state but did not turn off, only set the state.
am i doing this right?
Module Version
7.36
Device Type
Switcher V2
Firmware Version
2.20
Relevant log output