Skip to content

Commit d4d1856

Browse files
committed
Update / Modification from the production live system: 2026-07-08 12:30
1 parent 80b4527 commit d4d1856

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

iobroker/10_System/Sicherheit/klingelsignal_erkennen.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Autor: Sanweb
66
* * -----------------------------------------------------------------------------
77
* Versionshistorie:
8+
* v1.3.2 | 08.07.2026 | Korrektur: Trigger-Datenpunkt von SHORT_PRESS auf
9+
* STATE geändert (korrekter Kanal-Datenpunkt)
810
* v1.3.1 | 25.04.2026 | Konfig-Felder umbenannt: startZeit/endZeit →
911
* alexaAktivVon/alexaAktivBis (klarere Semantik)
1012
* v1.3.0 | 25.04.2026 | Race Condition Init behoben, robustes Date-Parsing
@@ -23,8 +25,8 @@
2325
// KONFIGURATION: DATENPUNKTE (Bitte an eigene IDs anpassen)
2426
// ==============================================================================
2527

26-
// Trigger: HmIP Klingelsensor (meist Kanal 1, 'PRESS_SHORT')
27-
const DP_KLINGEL = 'hm-rpc.0.0026E0C998D1F2.1.PRESS_SHORT';
28+
// Trigger: HmIP Klingelsensor (meist Kanal 1, 'STATE')
29+
const DP_KLINGEL = 'hm-rpc.0.0026E0C998D1F2.1.STATE';
2830

2931
// Schalter: true = Tür öffnen, false = Alexa klingelt (Wird auto-erstellt)
3032
const DP_ZUTRITTSKONTROLLE = '0_userdata.0.Haustuer.Zutrittskontrolle_Haustuer';

0 commit comments

Comments
 (0)