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)