Skip to content

web api control breeze "Turn off breeze" does not turn off the AC #916

@menaheme

Description

@menaheme

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions