Ich hab gerade die Keymatic in Betrieb genommen. Leider finde ich kein Template für die Fernbedinung. Hier gibt es ja nur aktuell:
BlStopDnLg params: Info:Blind: stop drive on any key - for long drive down
BlStopDnSh params: Info:Blind: stop drive on any key - for short drive down
BlStopUpLg params: Info:Blind: stop drive on any key - for long drive up
BlStopUpSh params: Info:Blind: stop drive on
SwCondAbove params:condition Info:Switch: execute only if condition level is above limit
SwCondBelow params:condition Info:Switch: execute only if condition level is below limit
SwOff params: Info:Switch: off if trigger
SwOn params: Info:Switch: on if trigger
SwOnCond params:level cond Info:switch: execute only if condition [geLo|ltLo] level is below limit
SwToggle params: Info:Switch: toggle on trigger
autoOff params:time Info:staircase - auto off after <time>, extend time with each trigger
motionOnDim params:ontime brightness Info:Dimmer: on for time if MDIR-brightness below level
motionOnSw params:ontime brightness Info:Switch: on for time if MDIR-brightness below level
wmClose params:speed Info:winmatic: close window
wmClosed params: Info:winmatic: lock window
wmLock params: Info:winmatic: lock window
wmOpen params:speed Info:winmatic: open window
Welches Template muss ich verwenden um die Zustände (open/close/lock) über die Fernbedienung zu schalten? Über die winmatic wird es ja wahrscheinlich nicht gehen. Oder geht das nicht über Templates?
so hab hier mal was gefunden:
http://forum.fhem.de/index.php/topic,22467.msg251466.html#msg251466
jetzt funktioniert das auf- und zusperren. Aber die Tür öffnen funktioniert nicht. Wenn ich auf öffnen drücke dann sperrt die Keymatic wieder zu
Hab bis jetzt folgendes konfiguriert:
set Master_Remote_unlock peerChan 0 EG_Haustuer single
set Master_Remote_lock peerChan 0 EG_Haustuer single
set Master_Remote_open peerChan 0 EG_Haustuer single
set Master_Remote_unlock regSet expectAES on EG_Haustuer
set Master_Remote_lock regSet expectAES on EG_Haustuer
set Master_Remote_open regSet expectAES on EG_Haustuer
Wie bekomm ich das hin das die Tür geöffnet wird?
Hier noch kurz was im Event passiert:
2015-05-04 15:38:46 CUL_HM EG_Haustuer trig_Master_Remote_open: short
2015-05-04 15:38:46 CUL_HM EG_Haustuer trigLast: Master_Remote_open :short
2015-05-04 15:38:46 CUL_HM Master_Remote battery: ok
2015-05-04 15:38:46 CUL_HM Master_Remote Master_Remote_open Short (to EG_Haustuer)
2015-05-04 15:38:46 CUL_HM Master_Remote_open Short (to EG_Haustuer)
2015-05-04 15:38:46 CUL_HM Master_Remote_open trigger: Short_5
2015-05-04 15:38:46 CUL_HM EG_Haustuer aesKeyNbr: 00
2015-05-04 15:38:46 CUL_HM EG_Haustuer battery: ok
2015-05-04 15:38:46 CUL_HM EG_Haustuer uncertain: yes
2015-05-04 15:38:46 CUL_HM EG_Haustuer direction: down
2015-05-04 15:38:46 CUL_HM EG_Haustuer error: none
2015-05-04 15:38:46 CUL_HM EG_Haustuer lock: unlocked
2015-05-04 15:38:46 CUL_HM EG_Haustuer unlocked (uncertain)
2015-05-04 15:38:54 CUL_HM EG_Haustuer battery: ok
2015-05-04 15:38:54 CUL_HM EG_Haustuer uncertain: no
2015-05-04 15:38:54 CUL_HM EG_Haustuer direction: none
2015-05-04 15:38:54 CUL_HM EG_Haustuer error: none
2015-05-04 15:38:54 CUL_HM EG_Haustuer lock: locked
2015-05-04 15:38:54 CUL_HM EG_Haustuer locked
2015-05-04 15:38:57 CUL_HM EG_Haustuer battery: ok
2015-05-04 15:38:57 CUL_HM EG_Haustuer uncertain: no
2015-05-04 15:38:57 CUL_HM EG_Haustuer direction: none
2015-05-04 15:38:57 CUL_HM EG_Haustuer error: none
2015-05-04 15:38:57 CUL_HM EG_Haustuer lock: locked
2015-05-04 15:38:57 CUL_HM EG_Haustuer locked
hab es hin bekommen. Es musste noch folgendes wie in der anderen Anleitung hinzugefügt werden:
set EG_Haustuer regSet shKeyJtOff open Master_Remote_open
set EG_Haustuer regSet shKeyJtOn open Master_Remote_open
set EG_Haustuer regSet shKeyJtOff lock Master_Remote_lock
set EG_Haustuer regSet shKeyJtOn unLock Master_Remote_unlock
Jetzt geht alles wie es sein soll!