Compare commits

..

4 Commits
0.3.3 ... 0.3.7

Author SHA1 Message Date
8c5626942f fix config 3
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2026-03-06 12:30:04 +01:00
6d0dc12ac1 fix config 2
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2026-03-06 11:28:28 +01:00
6a4aac4140 fix config
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2026-03-06 11:24:02 +01:00
77d23e39cf add new shellies 2
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2026-03-04 23:27:48 +01:00

View File

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