Projet de remplacement du "RPiPasserelle" d'Otec.
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678910111213 |
- [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 fetch -t D -t A -t I
- ExecStop=/usr/bin/env pyheatpump supervise --since
- KillMode=mixed
- TimeoutStopSec=30
- PrivateTmp=true
|