change logging level
This commit is contained in:
parent
5725cb3123
commit
b9f4f8b966
@ -124,12 +124,12 @@ try:
|
||||
else:
|
||||
drawred.text((5, 60), 'Batterie Entladen', font = font10, fill = 0)
|
||||
|
||||
logging.debug("-----")
|
||||
logging.debug("PvP: "+str(value_pvProduction))
|
||||
logging.debug("Hou: "+str(value_wHouseConsumption))
|
||||
logging.debug("I/E: "+str(value_energyImportExport))
|
||||
logging.debug("SoC: "+str(value_houseBatterySoC))
|
||||
logging.debug("Bio: "+str(value_houseBatteryLoadUnload))
|
||||
logging.info("-----")
|
||||
logging.info("PvP: "+str(value_pvProduction))
|
||||
logging.info("Hou: "+str(value_wHouseConsumption))
|
||||
logging.info("I/E: "+str(value_energyImportExport))
|
||||
logging.info("SoC: "+str(value_houseBatterySoC))
|
||||
logging.info("Bio: "+str(value_houseBatteryLoadUnload))
|
||||
#drawblack.rectangle((150, 0, 220, 50), fill = 255)
|
||||
drawblack.text((150, 0), str(value_pvProduction) + " W", font = font10, fill = 0)
|
||||
#drawblack.rectangle((150, 15, 220, 50), fill = 255)
|
||||
|
Loading…
Reference in New Issue
Block a user