add new shellies
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2026-03-04 23:25:59 +01:00
parent e1ad76f703
commit e28042f3be

View File

@@ -165,7 +165,7 @@
{ {
"topics": [ "shellyplusht/+/status/humidity:0" ], "topics": [ "shellyplusht/+/status/humidity:0" ],
"handler": "SVEJ", "handler": "SVEJ",
"id": "SVE4", "id": "SVEJ3",
"config": { "config": {
"databaseConnStr": "", "databaseConnStr": "",
"attributes": { "attributes": {
@@ -175,6 +175,34 @@
"unitSelector": "C:%" "unitSelector": "C:%"
} }
} }
},
{
"topics": [ "shellies/sensor/+/status/temperature:0" ],
"handler": "SVEJ",
"id": "SVEJ4",
"config": {
"databaseConnStr": "",
"attributes": {
"application": "Temperature Shellies",
"deviceSelector": "T:1",
"valueSelector": "J:$.tC",
"unitSelector": "C:°C"
}
}
},
{
"topics": [ "shellies/sensor+/status/humidity:0" ],
"handler": "SVEJ",
"id": "SVEJ5",
"config": {
"databaseConnStr": "",
"attributes": {
"application": "Humidity Shellies",
"deviceSelector": "T:1",
"valueSelector": "J:$.rh",
"unitSelector": "C:%"
}
}
} }
], ],
"archiver": { "archiver": {