SwitchBotAPI
SwitchBotAPI copied to clipboard
SwitchBot Open API Documents
### Current Situation Summary I would like to request the ability for the SwitchBot S10 to clean specific rooms through the API in Home Assistant. This feature should be accessible...
### Current Situation It is possible to export the data from the App and receive all the available metrics (Humidity/Temperature/Dewpoint/VPD/Absolute Humidity). When using the api to get the status of...
### Current Situation In the current implementation, there is no way to specify which area should be cleaned. ### Proposed Change It would be amazing to be able to specify...
### Current Situation The system, which has been operating normally for about half a year, has been unable to retrieve the device list since yesterday. The response.status_code is 200, indicating...
### Current Situation I unlock my front door every time either using the Keypad Touch on my front door, to trigger the Lock Pro, or via the app. I usually...
### Current Situation Hello, I am working on integrating my SwitchBot devices with a custom application using the SwitchBot API. I noticed that while the API documentation provides comprehensive details...
### Current Situation Hello, I'm writing Javascript code that will run on an esp32-based device. I don't have a lib to calculate the sign every time I want to send...
### Current Situation Can I get the status of the detection time of the motion sensor? ### Logs ```markdown nothing ``` ### Configuration ```json nothing ``` ### Environment - OS:...
### Analysis This is basically the same as https://github.com/OpenWonderLabs/SwitchBotAPI/issues/321 but for WoIOSensor devices. ### Expected Behavior I can use the API to see sensors and all webhook operations appear to...
### Current Situation Hi, I'm trying to create a code on keypad, here is my request (POST): "command": "createKey","commandType": "command","parameter": {'name':'test','type':'permanent','password':'password'} response : {"statusCode": 190, "body": {}, "message": "param is...