Initial version

This commit is contained in:
root
2026-06-21 18:33:28 +00:00
parent f8420a6d24
commit 09af965ed5
2 changed files with 15 additions and 0 deletions
Submodule
+1
Submodule opt/enocean added at 80a253bcea
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=EnOcean to KNX Gateway
After=network.target knxd.service
[Service]
Type=simple
User=root
WorkingDirectory=/opt/enocean
ExecStart=/opt/enocean/.venv/bin/python3 /opt/enocean/enocean2knx-gw.py
Restart=always
[Install]
WantedBy=multi-user.target