python-host icon indicating copy to clipboard operation
python-host copied to clipboard

The python code running on Raspberry Pi or other Linux based boards to control SwitchBot.

Results 19 python-host issues
Sort by recently updated
recently updated
newest added

### Current Situation Hi, I have a question. Is there a way to download the historic measurements of the SwitchBot Meter Plus directly with this library ? It is possible...

enhancement

### Current Situation Although the same Bot can be controlled successfully via the app no response occurs when using sudo python switchbot.py. Note that the device is discovered and connects...

question

Hello I've tried to run this on the Raspberry Pi Zero W on the latest Raspbian lite image. The Pi comes with Bluetooth built int but the connection requests always...

Switchbot allows you to set a Password, could you add this so a password can be used?

### Analysis Cannot read the display mode and value of the Meter device via BLE ![image](https://user-images.githubusercontent.com/58732934/153306774-f770a602-234b-448a-abc2-2eec7d1ed55e.png) ### Expected Behavior With the Bot device the communation works as below shows: ![image](https://user-images.githubusercontent.com/58732934/153310742-d65bda55-7ea7-43bd-b73c-cbef1df16e23.png)...

bug

### Current Situation I have 3 switchbots running and operate them via node-red with this command: `sudo python3 python-host/switchbot_py3.py -d XX:XX:XX:XX:XX:XX -c on` i have many devices with batteries running...

enhancement

### Analysis The documentation for the command to change the RGB value is incorrect. The column shows BYTE 3 is the Lvl but it is actually the Red colour. That...

bug
pinned

### Current Situation I combined two Switchbot Curtains 2 and I would like to have the same options as the app. To control both sides via a single cover entity,...

question

Hello. I have implemented the code to get the last triggered time of `Contact Sensor`. Could you please merge this? My test environment: - Contact Sensor FW: v1.0 - python...

I think if I go out through the door, the going out counter is increased, and if I enter in, the entry counter is increased. But when I did that...