„examples/solar-monitoring.py“ ändern

This commit is contained in:
robert 2024-02-01 07:33:51 +00:00
parent 27a5188547
commit 21873df860
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ def run():
logging.info("house power: " + str(house_power))
logging.info("car soc: " + str(car_soc))
logging.info("charge point power: " + str(charge_point_power))
#monitor(charge_point_power)
monitor(charge_point_power)
if __name__ == '__main__':