change placement
This commit is contained in:
parent
261482e4f5
commit
94d49cf5d7
@ -93,11 +93,11 @@ def monitor(pv_power,house_power,power_import_export,house_battery_soc,house_bat
|
|||||||
drawblack.text((2, 64), 'Batterie Entladen', font = font16, fill = 0)
|
drawblack.text((2, 64), 'Batterie Entladen', font = font16, fill = 0)
|
||||||
drawblack.text((2, 80), 'Auto Laden', font = font16, fill = 0)
|
drawblack.text((2, 80), 'Auto Laden', font = font16, fill = 0)
|
||||||
|
|
||||||
drawblack.text((180, 80), str(pv_power), font = font16, fill = 0)
|
drawblack.text((180, 0), str(pv_power), font = font16, fill = 0)
|
||||||
drawblack.text((180, 80), str(house_power), font = font16, fill = 0)
|
drawblack.text((180, 16), str(house_power), font = font16, fill = 0)
|
||||||
drawblack.text((180, 80), str(power_import_export), font = font16, fill = 0)
|
drawblack.text((180, 32), str(power_import_export), font = font16, fill = 0)
|
||||||
drawblack.text((180, 80), str(house_battery_soc), font = font16, fill = 0)
|
drawblack.text((180, 48), str(house_battery_soc), font = font16, fill = 0)
|
||||||
drawblack.text((180, 80), str(house_battery_power), font = font16, fill = 0)
|
drawblack.text((180, 64), str(house_battery_power), font = font16, fill = 0)
|
||||||
drawblack.text((180, 80), str(charge_point_power), font = font16, fill = 0)
|
drawblack.text((180, 80), str(charge_point_power), font = font16, fill = 0)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user