Projet de remplacement du "RPiPasserelle" d'Otec.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pyheatpump_fetch.service 297B

123456789101112
  1. [Unit]
  2. Description=pyHeatpump fetch - retrieve the data from the serial port with modbus
  3. Requires=serial-getty@ttyUSB0
  4. [Service]
  5. Type=simple
  6. WorkingDirectory=/var/lib/pyheatpump/
  7. Environment="LOGLEVEL=INFO"
  8. ExecStart=/usr/bin/env pyheatpump fetch
  9. KillMode=mixed
  10. TimeoutStopSec=30
  11. PrivateTmp=true