8000 GitHub - standby/python-host: The python code running on Raspberry Pi or other Linux based boards to control SwitchBot.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

standby/python-host

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-host

What is the SwitchBot opensource project?

SwitchBot is a smart IoT robot to mechanically control all your switches and buttons. You can control the bot by your smartphone app (iOS or Android, SwitchLink, or other platform based on our open APIs.

This project aims to provide a super light-weight solution to control your SwitchBot on Raspberry Pi/OpenWRT or any other Linux based board.

How to Install?

On Raspberry Pi. You will need:

Installation:

  • Boot your fresh Pi and open a command prompt.
  • Install the python pexpect library.
sudo apt-get install python-pexpect
  • Clone this repo to the Pi.
git clone https://github.com/OpenWonderLabs/python-host.git
  • run the python code.
cd python-host
sudo python switchbot.py
  • Follow instructions to input the device number you want to control....

Enjoy:)

Share your words in our community.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0