Initial import.

This commit is contained in:
2022-02-26 22:57:13 -08:00
commit a3966fc28b
16 changed files with 730 additions and 0 deletions

16
ops/sensenet.service Normal file
View File

@@ -0,0 +1,16 @@
[Unit]
Description=sensor network telemetry relay
Wants=network-online.target
After=network-online.target
AssertFileIsExecutable=/usr/local/bin/sensenet
[Service]
User=kyle
Group=kyle
ExecStart=/usr/local/bin/sensenet
# Let systemd restart this service always
Restart=always
[Install]
WantedBy=multi-user.target

16
ops/sensenet.yaml Normal file
View File

@@ -0,0 +1,16 @@
db:
host: db.wntrmute.dev
port: 5432
name: sensenet
user: sensenet
password: CHANGEME
publishers:
192.168.1.83:
name: chime
topics:
- pht
192.168.1.117:
name: proxima
topics:
- power
- proxima