WIP prototype

This commit is contained in:
Liz Cray
2024-12-16 21:22:13 -05:00
commit b48eb7fa88
6 changed files with 494 additions and 0 deletions

23
example.config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"servers": {
"deconz": {
"url": "http://zigbee.hacdcserver.org",
"apiKey": "",
"clientName": "dec0ntaminator"
},
"influx": {
"url": "http://influx.hacdc.org",
"apiKey": "",
"bucket": ""
}
},
"devices": [
{
"name": "",
"uniqueId": "",
"valueKey": "",
"valueModifier": "1",
"unit": ""
}
]
}