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