add str to charge point power

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

View File

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