add str to charge point power
This commit is contained in:
parent
e532bab4f8
commit
ea8e3ef60f
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user