https://github.com/alancunningham/telegram-hue-wol
Telegram bot that allows controls for Philips Hue lights and sending Wake on LAN packets
https://github.com/alancunningham/telegram-hue-wol
Last synced: 4 months ago
JSON representation
Telegram bot that allows controls for Philips Hue lights and sending Wake on LAN packets
- Host: GitHub
- URL: https://github.com/alancunningham/telegram-hue-wol
- Owner: AlanCunningham
- Created: 2018-01-09T22:09:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T20:53:33.000Z (over 5 years ago)
- Last Synced: 2025-01-06T20:24:17.758Z (6 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram Bot - Philips Hue and Wake on LAN
A simple [Telegram bot](https://github.com/python-telegram-bot/python-telegram-bot) that allows control to:
- Philips Hue lights - on/off
- Wake on LAN packets to turn your computer on remotely# Requirements
- [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot)
- [Qhue](https://github.com/quentinsf/qhue) - Philips Hue python wrapper
- [wakeonlan](https://pypi.python.org/pypi/wakeonlan/0.2.2) - To send Wake on LAN packets to your computer# Setup
- Update config.txt with the following:```
[telegram]
api_token: your_telegram_api_token
auth_user: your_telegram_user_id # Used to prevent other users from calling WakeOnLan/Philips Hue commands[computer]
mac_address: your_computer_mac_address
ip_address: your_computer_ip_address[hue]
bridge_ip: your_hue_bridge_ip
user_token: bridge_user_id
```