Feature/initial (#1)

* initial commit
* systemd service implementation
This commit is contained in:
echoDaveD
2025-02-11 20:47:47 +01:00
committed by GitHub
parent 90b74d1b51
commit b2cd11f129
20 changed files with 9317 additions and 1 deletions

14
ehs-sentinel.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description = EHS-Sentinel Reads Serial port data from a Samsung Heatpump and published the Measurements to MQTT
After = network.target
[Service]
Type = simple
ExecStart = python3 <Path of the script you want to run>
Restart = on-failure
SyslogIdentifier = ehsSentinel
RestartSec = 5
TimeoutStartSec = infinity
[Install]
WantedBy = multi-user.target