„examples/solar-monitoring.py“ ändern
This commit is contained in:
parent
27a5188547
commit
21873df860
@ -127,7 +127,7 @@ def run():
|
|||||||
logging.info("house power: " + str(house_power))
|
logging.info("house power: " + str(house_power))
|
||||||
logging.info("car soc: " + str(car_soc))
|
logging.info("car soc: " + str(car_soc))
|
||||||
logging.info("charge point power: " + str(charge_point_power))
|
logging.info("charge point power: " + str(charge_point_power))
|
||||||
#monitor(charge_point_power)
|
monitor(charge_point_power)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
Reference in New Issue
Block a user