Browse Source

Fixed divider for AC Current

pull/25/head
Thomas Basler 3 years ago
parent
commit
31aba4d722
  1. 2
      tools/rpi/hoymiles/decoders/__init__.py

2
tools/rpi/hoymiles/decoders/__init__.py

@ -258,7 +258,7 @@ class HM1500_Decode0B(StatusResponse):
return self.unpack('>H', 46)[0]/10
@property
def ac_current_0(self):
return self.unpack('>H', 54)[0]/10
return self.unpack('>H', 54)[0]/100
@property
def ac_power_0(self):
return self.unpack('>H', 50)[0]/10

Loading…
Cancel
Save