Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolfff/telegram-lichtbot
This is a Telegram-LightBot. With this bot you can control an rgb LED lamp and measure the temperature in your room. More information in the Readme.md
https://github.com/rolfff/telegram-lichtbot
Last synced: 20 days ago
JSON representation
This is a Telegram-LightBot. With this bot you can control an rgb LED lamp and measure the temperature in your room. More information in the Readme.md
- Host: GitHub
- URL: https://github.com/rolfff/telegram-lichtbot
- Owner: Rolfff
- Created: 2019-06-22T09:55:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T18:21:29.000Z (over 1 year ago)
- Last Synced: 2024-11-02T07:42:02.790Z (2 months ago)
- Language: Python
- Homepage:
- Size: 2.68 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram-LichtBot
Master-Repo sollte eigentlich laufen.
## Hardware
### Licht
siehe auch Quelle [1]:
- LED RGB Stripe mit WS2801 Chipsatz: https://www.amazon.de/gp/product/B01FPXCUK4/
- Netzteil Spannung: 5V / Strom: 3A https://www.amazon.de/Schaltnetzteil-Netzteil-15W-MeanWell-RS-15-5/dp/B00MWQD43U/
- Raspberry Pi 3 Model B (EU Produktion)
- SanDisk Ultra 16GB microSDHC Speicherkarte
- Raspberry Pi 3 Gehäuse
### Für Temperatursensor
siehe auch Quelle [2]:
- Widerstand 10k Ohm
- DHT11 oder DHT22 Luftfeuchtigkeits-Sensor
### Sonstiges:
- Micro-USB zu Netzteil: https://www.amazon.de/Delock-82697-Stecker-Kabelenden-schwarz/dp/B01A9GLG6Q/
- jumper wire cable Kabel: https://www.amazon.de/gp/product/B00OK74ABO/
- ca 50cm 3x1,5mm NYM-Leitung
- 1 Schelle + M3 Schraube zur befestigung des Nezteils an der NYM-Leitung
- 1 M3 Schraube zur befestigung des PI-Gehäuses mit dem Netzteil
- 3D-Model der Lampe drucken. -> ./Dokumentation/3Dmodel_lampe.stl## Todo:
- Temperatur-Controler und SQL-DB von Webseite hinzufügen
- BootBot.py erklären, Fals stromausfällt PI bot bootet
- Kronjob Temeratur aufziechnen dokumentieren
- Fehler in TEmeraturgraph fixen oder ander Lib nutzen
- Partymodus weiter progrmmieren bzw. vollständig in Bot intigrieren
- Repositorys aufräumen, bzw struckur reinbringen.## Quellen:
[1]: https://tutorials-raspberrypi.de/raspberry-pi-ws2801-rgb-led-streifen-anschliessen-steuern/ "RGB-LED mit PI"
1. RGB-LED mit PI: https://tutorials-raspberrypi.de/raspberry-pi-ws2801-rgb-led-streifen-anschliessen-steuern/[2]: https://tutorials-raspberrypi.de/raspberry-pi-luftfeuchtigkeit-temperatur-messen-dht11-dht22/ "Temperatur mit PI"
2. Temperatur mit PI: https://tutorials-raspberrypi.de/raspberry-pi-luftfeuchtigkeit-temperatur-messen-dht11-dht22/## Durchgeführte Installationen:
> sudo apt-get update> sudo apt-get upgrade
> sudo apt-get install sqlite3
> sudo apt-get install sqlitebrowser
> sudo chmod 777 database
> sudo pip3 install Adafruit_WS2801
> sudo pip3 install Adafruit_Python_DHT
> sudo pip3 install matplotlib
> sudo pip3 install -U numpy
> sudo apt-get install libatlas-base-dev