/mqtt2lcdd

Python script that reads values from a mqtt broker and puts them on a lcd screen using lcdproc

Primary LanguagePython

mqtt2lcdd

Small python script that reads values from a mqtt broker and puts them on a 16x2 Character LCD using lcdproc. Used for displaying temperature levels from my heating system. Makes use of the following:

Autostart the script on boot:

  1. Make sure the paths in the mqtt2lcdd.service file are correct
  2. sudo cp mqtt2lcdd.service /etc/systemd/system/mqtt2lcdd.service
  3. sudo systemctl enable mqtt2lcdd.service
  4. sudo systemctl start mqtt2lcdd.service