Monitor for Wöhrle CONVERT-1000 UPS written in Python
Go to file
Torsten Kurbad 3f1d2e2d60 Added README 2017-09-07 16:37:43 +02:00
README.md Added README 2017-09-07 16:37:43 +02:00
pyupsmon.py Initial commit 2017-09-07 16:27:39 +02:00
pyupsmon.yml.example Added README 2017-09-07 16:37:43 +02:00

README.md

pyupsmon

Monitor for Wöhrle CONVERT-1000 UPS written in Python3

Installation

  • Install pyyaml
sudo emerge -NDuv pyyaml
  • Check out this project and copy the example config file to /etc
sudo cp pyupsmon.yml.example /etc/pyupsmon.yml
  • Edit the config to your liking using your favourite text editor
  • Install the systemd unit file
sudo cp pyupsmon.service /etc/systemd/system
  • Enable and start the service
sudo systemctl enable pyupsmon.service
sudo systemctl start pyupsmon.service