SwitchBotAPI
SwitchBotAPI copied to clipboard
SwitchBot Open API Documents
### Current Situation In switchbot app it's possible to open just left or right side of my curtains but how to do this using switchbot api? I tried to do...
### Analysis I am using Plug Mini (US), but the electricCurrent value is about 10 times different between API v1.1 and v1.0. ### Expected Behavior Since the unit is (A),...
### Current Situation I'm using Home Assistant with the Switchbot Cloud API integration. Up until the last couple of weeks, all was well but recently I've been seeing automations failing...
### Current Situation In the v1.1 APIs, when I set the lock state, I can just set it to lock or unlock. ### Proposed Change As per new Switchbot Lock...
### Analysis When fetching the list of device from the API, the curtain 3 devices have no deviceType entry. ### Expected Behavior A valid deviceType of something like "Curtain" or...
### Current Situation With the API, how might I send the a vacuum to clean a specific room rather than just cleaning the whole house? ### Logs ```markdown N/A ```...
### Current Situation When using the switchbot API to control my switchbot, I always get a successful response even though sometime it doesn't work. When I look at the logs...
### Analysis I have a blind tilt device and the "moving" key is missing in v1.1: { "statusCode": 100, "body": { "deviceId": "xxxxxxxxxxxx", "deviceType": "Blind Tilt", "hubDeviceId": "xxxxxxxxxxx", "version": 12,...
### Current Situation Today when we receive a webhook message from a switchbot lock the doorState is not included as part of the message: ``` { "eventType": "changeReport", "eventVersion": "1",...
### Current Situation Currently when a Lock is locked or unlocked the WebHook sends the following data: { "eventType":"changeReport", "eventVersion":"1", "context":{ "deviceType":"WoLock", "deviceMac":"XXXX", "lockState":"LOCKED", "battery":95, "timeOfSample":1678390391311 } } ### Proposed...