From 8c5626942f7efa5c4199cbdd82964fe1de6657af Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 6 Mar 2026 12:30:04 +0100 Subject: [PATCH] fix config 3 --- deployment/instances/udi-influx/default/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/instances/udi-influx/default/config.json b/deployment/instances/udi-influx/default/config.json index a012f62..d774402 100644 --- a/deployment/instances/udi-influx/default/config.json +++ b/deployment/instances/udi-influx/default/config.json @@ -213,7 +213,7 @@ "attributes": { "application": "Shellies Sensor Power", "deviceSelector": "T:2", - "valueSelector": "J:$.percent", + "valueSelector": "J:$.battery.percent", "unitSelector": "C:%" } }