Go to file
interfisch 6ceb400b48 fix linebreakes 2021-07-03 20:06:35 +02:00
src add i2c address 2021-07-01 22:32:08 +02:00
systemd fix path 2021-07-01 21:44:07 +01:00
README.md fix linebreakes 2021-07-03 20:06:35 +02:00
requirements.txt first implementation test, untested 2021-07-01 21:14:36 +02:00

README.md

Install python packages

pip3 install -r requirements.txt

Run

python3 src/main.py MQTTBROKERADDRESS BASETOPIC

Install Systemd Service

sudo cp systemd/mqtt-pi-led-display.service /etc/systemd/system/

sudo systemctl start mqtt-pi-led-display.service

sudo systemctl enable mqtt-pi-led-display.service