From 8d2d7be40cb2dca630ce5603d32e510ff49785c7 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Sun, 21 Jan 2024 19:44:30 +0100 Subject: [PATCH] Fix description in proto file --- hms2mqtt/src/protos/RealData.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hms2mqtt/src/protos/RealData.proto b/hms2mqtt/src/protos/RealData.proto index 23b6ccdc..d8ecc1c1 100644 --- a/hms2mqtt/src/protos/RealData.proto +++ b/hms2mqtt/src/protos/RealData.proto @@ -26,7 +26,7 @@ message PortState { int64 pv_sn = 1; // serial number int32 pv_port = 2; // id of the port int32 pv_vol = 3; // [V], factor 0.1 - int32 pv_cur = 4; // [A], factor 0.1 + int32 pv_cur = 4; // [A], factor 0.01 int32 pv_power = 5; // [W], factor 0.1 int32 pv_energy_total = 6; // [Wh] int32 pv_daily_yield = 7; // [Wh]