From ea95ca8e4fc1183e74a5eb4bc701b233970dac39 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 25 Dec 2021 08:31:24 +0000 Subject: [PATCH] Change Profile to normal --- readHomematicIP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readHomematicIP.py b/readHomematicIP.py index 3584a74..2a928dc 100755 --- a/readHomematicIP.py +++ b/readHomematicIP.py @@ -58,7 +58,7 @@ def heating_profile(group): client.publish(topic + "/heatingProfiles/" + profile.index, profile.name) print(profile.index + ": " + profile.name) - if profile.name == "Home Office": + if profile.name == "Normal": # print("Profile Index" + profile.index) # print(group) group.set_active_profile(profile.index)