diff --git a/examples/mqtt.py b/examples/mqtt.py index c07d4ef..03e3cc7 100644 --- a/examples/mqtt.py +++ b/examples/mqtt.py @@ -105,6 +105,11 @@ def on_message(client, userdata, msg): line = 60 print(line) + print(value_pvProduction) + print(value_wHouseConsumption) + print(value_energyImportExport) + print(topic_houseBatterySoC) + print(topic_houseBatteryLoadUnload) drawblack.rectangle((150, line, 220, 50), fill = 255) drawblack.text((150, line), msg.payload.decode(), font = font10, fill = 0)