Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinysocks/shinykasabot
a telegram bot to control tp-link kasa smart bulbs
https://github.com/shinysocks/shinykasabot
automation bot kasa-smart telegram-bot
Last synced: about 1 month ago
JSON representation
a telegram bot to control tp-link kasa smart bulbs
- Host: GitHub
- URL: https://github.com/shinysocks/shinykasabot
- Owner: shinysocks
- Created: 2024-02-26T02:36:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T00:16:44.000Z (10 months ago)
- Last Synced: 2024-03-04T18:34:00.568Z (10 months ago)
- Topics: automation, bot, kasa-smart, telegram-bot
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## shinykasabot
### a telegram bot to control tp-link smart bulbs
- controls bulbs with [python-kasa](https://github.com/python-kasa/python-kasa)
- written in python using [pyTelegramBotAPI](https://pypi.org/project/pyTelegramBotAPI/)
- [singlecolorimage.com](https://singlecolorimage.com/api.html) to fetch color previews#### commands:
* `/status`: show current bulb status
* `/rgb`: set bulb to color (`r` `g` `b`)
* `/brightness`: set bulb brightness (`1-100`)
* `/preset`: set bulb to color preset (`default`, `white`, `red`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`)
* `/off`: turn bulb off