From ff1a3d54dc997e595c967f66d7b18d5788205ef4 Mon Sep 17 00:00:00 2001 From: Bastian Schnorbus Date: Tue, 5 May 2026 20:16:54 +0200 Subject: [PATCH] update cover id after hm integration switch --- pyscript/hmip_wrc6_joel.py | 2 +- pyscript/hmip_wrc6_schlafzimmer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyscript/hmip_wrc6_joel.py b/pyscript/hmip_wrc6_joel.py index d7f265d..0c9f28d 100644 --- a/pyscript/hmip_wrc6_joel.py +++ b/pyscript/hmip_wrc6_joel.py @@ -20,7 +20,7 @@ DEVICE_ADDRESS = "000B5D898D535E" # Homematic-Geräteadresse ← anpassen! ROLLO_CONFIG = [ - {"entity_id": "cover.00115a498e0439", "subtype_left": 5, "subtype_right": 6, "no_state_feedback": True}, + {"entity_id": "cover.hmip_froll_00115a498e0439", "subtype_left": 5, "subtype_right": 6, "no_state_feedback": True}, ] # Maximale Fahrzeit in Sekunden - danach wird der interne State automatisch diff --git a/pyscript/hmip_wrc6_schlafzimmer.py b/pyscript/hmip_wrc6_schlafzimmer.py index b994686..9149a25 100644 --- a/pyscript/hmip_wrc6_schlafzimmer.py +++ b/pyscript/hmip_wrc6_schlafzimmer.py @@ -22,7 +22,7 @@ DEVICE_ADDRESS = "000B5A4992908E" # Homematic-Geräteadresse ← anpass ROLLO_CONFIG = [ {"entity_id": "cover.shelly_c4a2f1", "subtype_left": 1, "subtype_right": 2, "no_state_feedback": False}, {"entity_id": "cover.shelly2pmg4_ccba97d54bd4", "subtype_left": 3, "subtype_right": 4, "no_state_feedback": False}, - {"entity_id": "cover.00115a498e0439", "subtype_left": 5, "subtype_right": 6, "no_state_feedback": True}, + {"entity_id": "cover.hmip_froll_00115a498e0439","subtype_left": 5, "subtype_right": 6, "no_state_feedback": True}, ] # Maximale Fahrzeit in Sekunden - danach wird der interne State automatisch