From 24432b37432151d2900abe93f2d9758daa36f7d0 Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Wed, 19 Oct 2022 16:42:05 +0200 Subject: [PATCH] fix --- examples/mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mqtt.py b/examples/mqtt.py index 0b94330..28febf5 100644 --- a/examples/mqtt.py +++ b/examples/mqtt.py @@ -122,7 +122,7 @@ logging.info(value_pvProduction) logging.info(value_wHouseConsumption) logging.info(value_energyImportExport) logging.info(value_houseBatterySoC) -logging.info(alue_houseBatteryLoadUnload) +logging.info(value_houseBatteryLoadUnload) client.connect(broker, port=port) client.loop_start() #start the loop