From 6d0dc12ac1ebb69160fbb7d39366b6a42c642407 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 6 Mar 2026 11:28:28 +0100 Subject: [PATCH] fix config 2 --- .../instances/udi-influx/default/config.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/deployment/instances/udi-influx/default/config.json b/deployment/instances/udi-influx/default/config.json index 5365b5f..a012f62 100644 --- a/deployment/instances/udi-influx/default/config.json +++ b/deployment/instances/udi-influx/default/config.json @@ -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": {