We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6867aa + 30c7cc4 commit b7edf62Copy full SHA for b7edf62
1 file changed
HoymilesZeroExport.py
@@ -365,7 +365,7 @@ def GetHoymilesTemperature():
365
def GetHoymilesActualPower():
366
try:
367
368
- Watts = INTERMEDIATE_POWERMETER.GetPowermeterWatts()
+ Watts = abs(INTERMEDIATE_POWERMETER.GetPowermeterWatts())
369
logger.info(f"intermediate meter {INTERMEDIATE_POWERMETER.__class__.__name__}: {Watts} Watt")
370
return Watts
371
except Exception as e:
0 commit comments