fix
This commit is contained in:
		
							parent
							
								
									7007cbefdd
								
							
						
					
					
						commit
						bb86e88482
					
				@ -131,9 +131,9 @@ try:
 | 
				
			|||||||
        logging.info("EneI/E: "+str(value_energyImportExport))
 | 
					        logging.info("EneI/E: "+str(value_energyImportExport))
 | 
				
			||||||
        logging.info("BatSoC: "+str(value_houseBatterySoC))
 | 
					        logging.info("BatSoC: "+str(value_houseBatterySoC))
 | 
				
			||||||
        logging.info("BatI/O: "+str(value_houseBatteryLoadUnload))
 | 
					        logging.info("BatI/O: "+str(value_houseBatteryLoadUnload))
 | 
				
			||||||
        drawblack.rectangle((150, 0, 220, 50), fill = 0)
 | 
					        drawblack.rectangle((150, 0, 220, 50), fill = 255)
 | 
				
			||||||
        drawblack.text((150, 0), str(value_pvProduction) + " W", font = font10, fill = 0)
 | 
					        drawblack.text((150, 0), str(value_pvProduction) + " W", font = font10, fill = 0)
 | 
				
			||||||
        drawblack.rectangle((150, 15, 220, 50), fill = 255)
 | 
					        drawblack.rectangle((150, 15, 220, 50), fill = 0)
 | 
				
			||||||
        #if value_pvProduction < value_wHouseConsumption:
 | 
					        #if value_pvProduction < value_wHouseConsumption:
 | 
				
			||||||
            #drawred.text((150, 15), str(value_wHouseConsumption) + " W", font = font10, fill = 0)
 | 
					            #drawred.text((150, 15), str(value_wHouseConsumption) + " W", font = font10, fill = 0)
 | 
				
			||||||
        #else:
 | 
					        #else:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user