Skip to content

Collection of services for my smart home. My philosophy is to have separate programs for individual tasks to minimize the effect of failures and have a more robust overall system.

License

Notifications You must be signed in to change notification settings

oheim/smarthome

Repository files navigation

smartplug-bot

Telegram bot, which notifies about power consumers

Download code

git clone https://github.com/oheim/smartplug-bot.git
cd smartplug-bot
git submodule update --init

Install dependencies

pip3 install python-telegram-bot --upgrade
pip3 install python-dotenv --upgrade

Register telegram bot and add it to a new group.

Set up TP-Link Smart Plug.

Create config file [Device Name].env (you may copy Washer.env.template).

Start monitor script

python3 energy-monitor.py [device hostname]

About

Collection of services for my smart home. My philosophy is to have separate programs for individual tasks to minimize the effect of failures and have a more robust overall system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published