Fixed total production for string 3

This commit is contained in:
Thomas Basler 2022-05-06 06:25:52 +01:00
parent eb2608b77d
commit e8ad778918

View file

@ -206,7 +206,7 @@ class HM1500_Decode0B(StatusResponse):
return self.unpack('>H', 32)[0]/10
@property
def dc_energy_total_3(self):
return self.unpack('>L', 40)[0]
return self.unpack('>L', 38)[0]
@property
def dc_energy_daily_3(self):
return self.unpack('>H', 44)[0]