diff --git a/examples/mqtt.py b/examples/mqtt.py index cfb703a..0c044bd 100644 --- a/examples/mqtt.py +++ b/examples/mqtt.py @@ -33,7 +33,7 @@ def on_message(client, userdata, msg): Connected = False #global variable for the state of the connection -broker = "homeassistant" +broker = "192.168.99.224" port = 8883 topic = "openWB/evu/W" username = "mqtt-user"