Raspberry Pi WeatherDisplay for Domoticz
Find a file
2019-01-22 21:24:58 +01:00
fonts Added big font for temperature. 2018-05-14 05:59:55 +02:00
.gitignore Gitignore 2019-01-22 20:56:33 +01:00
README.md Updated readme 2018-04-23 21:54:40 +02:00
weatherdisplay.py Batterystatus mode was not working = fixed 2018-08-09 18:16:06 +02:00

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 &