This is the initial version to controlling the tp-link smart plugs without going through the Kasa Application.
It runs on a Raspberry Pi 3 that is on the same network as the smart plugs.
- python3
- python3-pip
- pyHS100
- python-telegram-bot
- git pull this repository
- install required packages:
sudo apt-get install python3 python3-pip
pip3 install python-telegram-bot
- git pull pyHS100 repository
- go to pyHS100 directory and run the following commands:
pip3 install -r requirements.txt
python3 setup.py build
python3 setup.py install