This commit is contained in:
robert 2024-02-01 07:22:06 +00:00
parent e3bb912111
commit e532bab4f8
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ def run():
house_power = subscribe(client, topic_house_power) house_power = subscribe(client, topic_house_power)
car_soc = subscribe(client, topic_car_soc) car_soc = subscribe(client, topic_car_soc)
charge_point_power = subscribe(client, topic_charge_point_power) charge_point_power = subscribe(client, topic_charge_point_power)
logging.info("charge point power: " + charge_point_power)
#monitor(charge_point_power) #monitor(charge_point_power)