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.
123456789101112 |
- [Unit]
- Description=pyHeatpump fetch - retrieve the data from the serial port with modbus
- Wants=dev-rs485.device
-
- [Service]
- Type=simple
- WorkingDirectory=/var/lib/pyheatpump/
- Environment="LOGLEVEL=INFO"
- ExecStart=/usr/bin/env pyheatpump supervise --since
- KillMode=mixed
- TimeoutStopSec=300sec
- PrivateTmp=true
|