Raspberry Pi WeatherDisplay for Domoticz
- Python 100%
| fonts | ||
| .gitignore | ||
| README.md | ||
| weatherdisplay.py | ||
raspi-domoticz-weatherdisplay
Raspberry Pi WeatherDisplay for Domoticz
Simple script to WeatherSensor data from Domoticz on a cheap Raspberry Pi Display.
Hardware requirements:
Raspberry Pi Zero W
Display
To setup follow documentation and run demo code.
User Manual and Setup
Demo Code
Download weatherdisplay.py and execute:
sudo python /home/pi/Python/weatherdisplay.py
To start at startup:
Open: sudo nano /etc/rc.local
Add the line before the last line following text:
sudo python /home/pi/Python/weatherdisplay.py &