python-host
python-host copied to clipboard
The python code running on Raspberry Pi or other Linux based boards to control SwitchBot.
It would be great to be able to move the curtain bot left and right (outside of the calibrated area) just as the buttons in the app do during calibration....
Hi, do you thin that is possible to add curtain info to the script? I mean a command that passing the mac-address output something like this: { "id": "ec58c5d00111", "address":...
``` sudo python3 switchbot_py3.py -s Scanning for bluetooth low-energy devices Discovering Switchbot services * Found Switchbot service on device F1:E2:0A:F3:6C:56 handle 13 Found 1 devices: ['F1:E2:0A:F3:6C:56'] Enter the number of...
Ubuntu 18.04 ` $ sudo python3 switchbot_py3.py --device C7:96:B8:○○:○○:○○ Connected! Traceback (most recent call last): File "switchbot_py3.py", line 109, in main() File "switchbot_py3.py", line 104, in main driver.run_command('press') File "switchbot_py3.py",...
Hi I’m using a raspberry pi 4 and a 3b and both have problems connecting to the switchbots on the first connection attempt. Generally after the first try the second...
Please give the ability to use this on macOS and give directions to do so rather than just Linux.
Running on a Raspberry Pi 4 using the inbuilt BT adapter I've attempted to use the switchbot_py3.py as well as doing this myself and get the following when sending the...
### Current Situation I just bought a switchbot... And thought the API will be very quick to use but was not. Can you do a total review of your readme.md...
### Analysis I do not have a hub and was hoping this could get me to connect. ### Expected Behavior response ### Steps To Reproduce followed readme but sudo python...