From 193db4927e9dac250527ede6c2aad150dd3e21d0 Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Tue, 18 Oct 2022 23:04:02 +0200 Subject: [PATCH] h --- examples/mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"