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