confgi
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-12-07 15:14:22 +01:00
parent 65909becd6
commit ad34f9b27b
7 changed files with 356 additions and 1 deletions

25
src/udi/config-iot2.json Normal file
View File

@ -0,0 +1,25 @@
{
"mqtt": {
"broker": "mqtt://172.23.1.102:1883",
"tlsEnable": "false"
},
"topicMappings": [
{
"topics": [ "shellyplusht/+/status/temperature:0" ],
"handler": "SVEJ",
"id": "SVE3",
"config": {
"databaseConnStr": "",
"attributes": {
"application": "Temperature Shelly Plus HT",
"deviceSelector": "T:1",
"valueSelector": "J:$.tC",
"unitSelector": "C:°C"
}
}
}
],
"archiver": {
"dir": "./tmp/udi"
}
}