Websocket Monitor for door sensors

This commit is contained in:
2024-12-17 23:24:19 -05:00
parent a5725edb36
commit 7a71b0c216
8 changed files with 75 additions and 7 deletions

View File

@@ -1,9 +1,10 @@
{
"servers": {
"deconz": {
"url": "http://zigbee.hacdcserver.org",
"url": "zigbee.hacdcserver.org",
"apiKey": "",
"clientName": "dec0ntaminator"
"clientName": "dec0ntaminator",
"websocketPort": 8082
},
"influx": {
"url": "http://influx.hacdc.org",
@@ -20,5 +21,13 @@
"valueModifier": "1",
"influxKey": ""
}
],
"wsDevices": [
{
"name": "",
"uniqueId": "",
"valueKey": "open",
"influxKey": "state"
}
]
}