From 3ee82d9717de94df4e0b885fadb5dbc690a85b48 Mon Sep 17 00:00:00 2001 From: robert Date: Mon, 20 Dec 2021 23:10:18 +0100 Subject: [PATCH] change heatingProfile topic --- readHomematicIP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readHomematicIP.py b/readHomematicIP.py index 3a947ce..3584a74 100755 --- a/readHomematicIP.py +++ b/readHomematicIP.py @@ -55,7 +55,7 @@ def heating_profile(group): if profile.name != "": client.publish(topic + "/availability", "ON") client.publish(topic + "/activeProfile", group.activeProfile.name) - client.publish(topic + "/" + profile.index, profile.name) + client.publish(topic + "/heatingProfiles/" + profile.index, profile.name) print(profile.index + ": " + profile.name) if profile.name == "Home Office":