From 06ef95f50e7d5f1981d71e785f4b834081415392 Mon Sep 17 00:00:00 2001 From: robert Date: Mon, 20 Dec 2021 20:01:29 +0100 Subject: [PATCH] fix config --- readHomematicIP.py | 1 + 1 file changed, 1 insertion(+) diff --git a/readHomematicIP.py b/readHomematicIP.py index e094327..7e01bb1 100755 --- a/readHomematicIP.py +++ b/readHomematicIP.py @@ -20,6 +20,7 @@ client = paho.Client(protocol=paho.MQTTv31) # * set a random string (max 23 cha client.connect(mqtt_broker, 1883, 60) # MQTT server address # Homematic IP +global config config = homematicip.find_and_load_config_file() home = Home()