fix config 2
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2026-03-06 11:28:28 +01:00
parent 6a4aac4140
commit 6d0dc12ac1

View File

@@ -183,7 +183,7 @@
"config": {
"databaseConnStr": "",
"attributes": {
"application": "Temperature Shellies",
"application": "Shellies Sensor Temperature",
"deviceSelector": "T:2",
"valueSelector": "J:$.tC",
"unitSelector": "C:°C"
@@ -197,12 +197,26 @@
"config": {
"databaseConnStr": "",
"attributes": {
"application": "Humidity Shellies",
"application": "Shellies Sensor Humidity",
"deviceSelector": "T:2",
"valueSelector": "J:$.rh",
"unitSelector": "C:%"
}
}
},
{
"topics": [ "shellies/sensor/+/status/devicepower:0" ],
"handler": "SVEJ",
"id": "SVEJ6",
"config": {
"databaseConnStr": "",
"attributes": {
"application": "Shellies Sensor Power",
"deviceSelector": "T:2",
"valueSelector": "J:$.percent",
"unitSelector": "C:%"
}
}
}
],
"archiver": {