This commit is contained in:
Robert Borzutzki 2022-10-19 16:48:34 +02:00
parent aef8260f34
commit d948235dc6

View File

@ -31,11 +31,11 @@ username = "mqtt-user"
pw = "phio6yiR9ohs1veeghu4WaeGhaiRi8he4EiWasheev4faeku8tohdiuthah7zahP"
client_id = "solarmonitor"
value_pvProduction = 0
value_wHouseConsumption = 0
value_energyImportExport = 0
value_houseBatterySoC = 0
value_houseBatteryLoadUnload = 0
value_pvProduction = "0"
value_wHouseConsumption = "0"
value_energyImportExport = "0"
value_houseBatterySoC = "0"
value_houseBatteryLoadUnload = "0"
try:
logging.info("epd2in13bc Demo")