From 9acf4b81de39b018539e02daaa77337edc7a55b7 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 24 Sep 2020 01:07:36 +0200 Subject: [PATCH] Use proper unit --- solarlog/integrationpluginsolarlog.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solarlog/integrationpluginsolarlog.json b/solarlog/integrationpluginsolarlog.json index 8a8f37e8..75b01af3 100644 --- a/solarlog/integrationpluginsolarlog.json +++ b/solarlog/integrationpluginsolarlog.json @@ -48,7 +48,7 @@ "displayName": "Power AC", "displayNameEvent": "Power AC changed", "type": "double", - "unit": "KiloWatt", + "unit": "Watt", "defaultValue": 0 }, { @@ -57,7 +57,7 @@ "displayName": "Power DC", "displayNameEvent": "Power DC changed", "type": "double", - "unit": "KiloWatt", + "unit": "Watt", "defaultValue": 0 }, { @@ -129,7 +129,7 @@ "displayName": "Current total power consumption", "displayNameEvent": "Current total power consumption changed", "type": "double", - "unit": "KiloWatt", + "unit": "Watt", "defaultValue": 0 }, { @@ -183,7 +183,7 @@ "displayName": "Installed generator power", "displayNameEvent": "Installed generator power changed", "type": "double", - "unit": "KiloWatt", + "unit": "Watt", "defaultValue": 0 } ]