[98_Dooya] Modul Version 1.13

Begonnen von Jarnsen, 18 Februar 2016, 13:49:28

Vorheriges Thema - Nächstes Thema

Jarnsen

Der slider ist im aktuellen Modul. Anstelle der Prozentzahl kann man es einfach mit nem Schieberegler machen. War auf # vorher gesetzt.

Auf zu 10 - 100%


Gesendet von iPhone mit Tapatalk
1 x RPi2,
1 x nanoCUL433, 1 x nanoCUL868, 1 x SIGNALduino433
Sonos/SonosSpeak, Homebridge, 2 x Enigma2, 10 x Nobily Rollläden, 3 x Intertechno Steckdosen
Pushover, Abfallerinnerung, MySensors, 7 x Max!

darkmission

Äh ja. Nicht sauer sein aber das sind bisschen wenig Infos. Meinst du den hier?

slider,<min>,<step>,<max>[,1] - show a JavaScript driven slider. The optional ,1 at the end avoids the rounding of floating-point numbers.

Oder einen vom ftui? Kann sein, dass im Modul über 100% gearbeitet wird. Muss ich nochmal nachschauen. Ist schon so lange her
;)
Raspberry 2x PiB, 2x Pi2, 2x Pi3, 2xPi0, CUL, HM-LC-DIM1T-FM, LW12FC, Intertechno Funksteckdosen, OSMC, Viessmann Heizungssteuerung, eigene Photovoltaik Anbindung ( Effekta ), eigener "Powermeter" (3 x LED, 1 x Ferraris), AVR Steuerung, IR, Harmony Hub, SIGNALduino433/868, Dooya Rolladensteuerung...

Johann.S

Hallo,

habe dam mal was gelesen wegen Slider und eventMap
https://wiki.fhem.de/wiki/Slider_f%C3%BCr_HM-Rollladensteuerung_anzeigen
vielleicht hilft euch das?

Johann
Raspi 3, Sduino 433MHz und 868MHz beide CC1101, Wetterstation TFA Dostmann 35.1119 (WH1080), intertechno PAR1000/PA1500
NOBILY Standard-Minifunkrolladenmotor PR4 13/147-40 ID-98, Homematic CCU3 (homematic-raspi), HmIP-eTRV-2, HmIP-SWDO, HmIP-STH, HmIP-WTH-2, Eigenbau sonoff für Gartenbewässerung

Jarnsen

Zitat von: darkmission am 28 Dezember 2017, 21:50:37


slider,<min>,<step>,<max>[,1] - show a JavaScript driven slider. The optional ,1 at the end avoids the rounding of floating-point


Aus dem Modul kopiert

my %sets = (
   "off" => "noArg",
   "on" => "noArg",
   "down"=> "noArg",
   "stop" => "noArg",
   "prog" => "noArg",
   "on-for-timer" => "textField",
   "off-for-timer" => "textField",
   "pos" => #"0,10,20,30,40,50,60,70,80,90,100"
"pos" => "slider,0,10,100"
);

(https://uploads.tapatalk-cdn.com/20171228/03da7341dc2ad9cd5cbe0c922c6773d7.jpg)





Gesendet von iPhone mit Tapatalk
1 x RPi2,
1 x nanoCUL433, 1 x nanoCUL868, 1 x SIGNALduino433
Sonos/SonosSpeak, Homebridge, 2 x Enigma2, 10 x Nobily Rollläden, 3 x Intertechno Steckdosen
Pushover, Abfallerinnerung, MySensors, 7 x Max!

darkmission

Alles klar.
Verstehe was du meinst. Schau ich mir dann 2018 an und melde mich dann.
Danke und Gruß
Frank
Raspberry 2x PiB, 2x Pi2, 2x Pi3, 2xPi0, CUL, HM-LC-DIM1T-FM, LW12FC, Intertechno Funksteckdosen, OSMC, Viessmann Heizungssteuerung, eigene Photovoltaik Anbindung ( Effekta ), eigener "Powermeter" (3 x LED, 1 x Ferraris), AVR Steuerung, IR, Harmony Hub, SIGNALduino433/868, Dooya Rolladensteuerung...

Schnup

#260
Hallo zusammen,

habe das Thema intensiv verfolgt und nun mit einem SignalDuino und Rolläden von Yooda umgesetzt.
Einlesen per Fernbedienung funktionierte Wunderbar, Steuern einzelner eingelesener Rolläden auch kein Problem und sehr zuverlässig.

Nun habe ich in einem Zimmer 2 einzeln ansteuerbare Rolläden, welche ich in einem Raum "Wohnzimmer" zusammengefasst habe.
Leider wird bei einem Befehl (hoch, runter) an das "Wohnzimmer" sehr oft nur ein oder keiner der beider Rolläden angesprochen, ich vermute hier überlappen die beiden Kommandos beim senden über den SignalDuino. Bei einem Zimmer mit einem Rolladen habe ich keine Problem.

Ich habe gelesen es würde eine Warteschlange für mehrere Befehle geben.
Gibt es hier so etwas wie einen definierbaren Timer der x Millisekunden zwischen den Befehlen wartet bevor er den nächsten Befehl sendet?

Vielen Dank für eure Unterstützung und viele Grüße
Schnup

PS: Funktioniert hat das einlesen mit folgender Fernbedienung (falls dies Interessant für die Liste der kompatiblen Systeme ist):
http://www.horule.de/steuerungen/rolladensteuerungen/funksteuerungen/227/yooda-15-kanal-melody-handsender-mit-zeitschaltuhr?c=33


Sidey

Hallo Schnup,

Die Warteschlange ist im Signalduino Modul realisiert.
Ich nehme an, dass beide Rolläden einzeln realisiert sind und einzeln angesprochen auch funktionieren.

Die Warteschlange funktioniert allerdings automatisch.
Ich nehme an, Du verwendest die aktuelle Version des Signalduino Modules, welches über das FHEM Update kommt.

Könntest Du den Signalduino das Attribut verbose 5 setzen und dann Mal das Kommando für die Rolläden einzeln und auch in der Gruppe absetzen?

Anschließend kannst Du das verbose Attribut wieder löschen.

Im FHEM Log findest Du dann ein paar Einträge. Vielleicht finden wir so heraus, was passiert.

Grüße Sidey

Gesendet von meinem XT1650 mit Tapatalk

Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

Jarnsen

Du musst ein sleep 1 einfügen


Gesendet von iPhone mit Tapatalk
1 x RPi2,
1 x nanoCUL433, 1 x nanoCUL868, 1 x SIGNALduino433
Sonos/SonosSpeak, Homebridge, 2 x Enigma2, 10 x Nobily Rollläden, 3 x Intertechno Steckdosen
Pushover, Abfallerinnerung, MySensors, 7 x Max!

Sidey

Das sleep ist so die Holzhammer Option.
Die sollte nicht nötig sein

Gesendet von meinem XT1650 mit Tapatalk

Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

Schnup

#264
Vielen Dank für eure schnellen Antworten!

@Jarnsen:
Ich führe folgenden Befehl von einem externen Script aus:
set room=Wohnzimmer off
Funktioniert hier das Sleep-Kommando, ohne die beiden Rolläden einzeln ansteuern zu müssen?

@Sidey:
Verbose level hab ich mit: attr global verbose 5   gesetzt.
Für den SignalDuino hab ich das attribute verbose nicht gefunden.

Die Rolläden sind einzeln realisiert und einzeln angesprochen funktionieren sie ohne Probleme.

Hier der Log wenn beide einzeln angesprochen (Innerhalb 2-3 Sekunden):

2018.01.15 19:27:26 4 : Connection accepted from WEB_192.168.0.27_5370
2018.01.15 19:27:26 4 : WEB_192.168.0.27_5370 POST /fhem?cmd.rollo_WohnzimmerHof=set%20rollo_WohnzimmerHof%20on&room=Wohnzimmer&XHR=1&fw_id=73; BUFLEN:0
2018.01.15 19:27:26 5 : Cmd: >set rollo_WohnzimmerHof on<
2018.01.15 19:27:26 4 : Dooya_Set: Called
2018.01.15 19:27:26 4 : Dooya_InternalSet call send rollo_WohnzimmerHof Dooya rollo_WohnzimmerHof
2018.01.15 19:27:26 1 : PERL WARNING: Use of uninitialized value $t1down100 in concatenation (.) or string at ./FHEM/98_Dooya.pm line 476.
2018.01.15 19:27:26 1 : PERL WARNING: Use of uninitialized value $t1downclose in concatenation (.) or string at ./FHEM/98_Dooya.pm line 476.
2018.01.15 19:27:26 1 : PERL WARNING: Use of uninitialized value $t1upopen in concatenation (.) or string at ./FHEM/98_Dooya.pm line 476.
2018.01.15 19:27:26 1 : PERL WARNING: Use of uninitialized value $t1up100 in concatenation (.) or string at ./FHEM/98_Dooya.pm line 476.
2018.01.15 19:27:26 5 : Dooya_set: rollo_WohnzimmerHof -> timings -> td1:: tdc :: tuo :: tu1 ::
2018.01.15 19:27:26 4 : Dooya_set: rollo_WohnzimmerHof -> entering with mode :send: cmd :on:  arg1 ::  pos :closed:
2018.01.15 19:27:26 1 : PERL WARNING: Argument "closed" isn't numeric in addition (+) at ./FHEM/98_Dooya.pm line 764.
2018.01.15 19:27:26 3 : Dooya_set: handled command on --> move :on:  newState :closed:
2018.01.15 19:27:26 5 : Dooya_set: handled for drive/udpate:  updateState ::  drivet :0: updatet :0:
2018.01.15 19:27:26 4 : Dooya_sendCommand: rollo_WohnzimmerHof -> cmd :on:
2018.01.15 19:27:26 4 : Dooya set SignalRepeats: 10 for sduino
2018.01.15 19:27:26 4 : Dooya set channel: 8 (1000) for sduino
2018.01.15 19:27:26 4 : Dooya set value = rollo_WohnzimmerHof on
2018.01.15 19:27:26 4 : Dooya_sendCommand: rollo_WohnzimmerHof -> message :P16#0011001101000000011110100001100000110011#R10:
2018.01.15 19:27:26 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino/write: adding to queue sendMsg P16#0011001101000000011110100001100000110011#R10
2018-01-15 19:27:26 SIGNALduino sduino sduino 5: sduino/write: adding to queue sendMsg P16#0011001101000000011110100001100000110011#R10
2018.01.15 19:27:26 5 : End notify loop for sduino
2018.01.15 19:27:26 5 : sduino/write: adding to queue sendMsg P16#0011001101000000011110100001100000110011#R10
2018.01.15 19:27:26 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino: sendmsg msg=P16#0011001101000000011110100001100000110011#R10
2018-01-15 19:27:26 SIGNALduino sduino sduino 5: sduino: sendmsg msg=P16#0011001101000000011110100001100000110011#R10
2018.01.15 19:27:26 5 : End notify loop for sduino
2018.01.15 19:27:26 5 : sduino: sendmsg msg=P16#0011001101000000011110100001100000110011#R10
2018.01.15 19:27:26 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino: sendmsg Preparing rawsend command for protocol=16, repeats=10, clock=280 bits=0011001101000000011110100001100000110011
2018-01-15 19:27:26 SIGNALduino sduino sduino 5: sduino: sendmsg Preparing rawsend command for protocol=16, repeats=10, clock=280 bits=0011001101000000011110100001100000110011
2018.01.15 19:27:26 5 : End notify loop for sduino
2018.01.15 19:27:26 5 : sduino: sendmsg Preparing rawsend command for protocol=16, repeats=10, clock=280 bits=0011001101000000011110100001100000110011
2018.01.15 19:27:26 5 : AddSendQueue: sduino: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323; (1)
2018.01.15 19:27:26 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/set: sending via SendMsg: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018-01-15 19:27:26 SIGNALduino sduino sduino 4: sduino/set: sending via SendMsg: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:26 5 : End notify loop for sduino
2018.01.15 19:27:26 4 : sduino/set: sending via SendMsg: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:26 4 : WEB: /fhem?cmd.rollo_WohnzimmerHof=set%20rollo_WohnzimmerHof%20on&room=Wohnzimmer&XHR=1&fw_id=73 / RL:20 / text/plain; charset=UTF-8 / Content-Encoding: gzip  /
2018.01.15 19:27:26 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino SW: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018-01-15 19:27:26 SIGNALduino sduino sduino 5: sduino SW: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:26 5 : End notify loop for sduino
2018.01.15 19:27:26 5 : sduino SW: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:26 4 : sduino SendrawFromQueue: msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:27 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/msg READ: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018-01-15 19:27:27 SIGNALduino sduino sduino 4: sduino/msg READ: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:27 5 : End notify loop for sduino
2018.01.15 19:27:27 4 : sduino/msg READ: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:27 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino/noMsg Parse: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018-01-15 19:27:27 SIGNALduino sduino sduino 5: sduino/noMsg Parse: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:27 5 : End notify loop for sduino
2018.01.15 19:27:27 5 : sduino/noMsg Parse: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:27 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018-01-15 19:27:27 SIGNALduino sduino sduino 5: sduino/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:27 5 : End notify loop for sduino
2018.01.15 19:27:27 5 : sduino/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:27 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/read sendraw answer: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018-01-15 19:27:27 SIGNALduino sduino sduino 4: sduino/read sendraw answer: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:27 5 : End notify loop for sduino
2018.01.15 19:27:27 4 : sduino/read sendraw answer: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545232345452323;
2018.01.15 19:27:27 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/HandleWriteQueue: nothing to send, stopping timer
2018-01-15 19:27:27 SIGNALduino sduino sduino 4: sduino/HandleWriteQueue: nothing to send, stopping timer
2018.01.15 19:27:27 5 : End notify loop for sduino
2018.01.15 19:27:27 4 : sduino/HandleWriteQueue: nothing to send, stopping timer
2018.01.15 19:27:27 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/msg READ: \002MU;P0=-32001;P1=4827;P2=-15138;D=0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;\003
2018-01-15 19:27:27 SIGNALduino sduino sduino 4: sduino/msg READ: MU;P0=-32001;P1=4827;P2=-15138;D=0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;
2018.01.15 19:27:27 5 : End notify loop for sduino
2018.01.15 19:27:27 4 : sduino/msg READ: MU;P0=-32001;P1=4827;P2=-15138;D=0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;
2018.01.15 19:27:27 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino: applying filterfunc SIGNALduino_filterSign
2018-01-15 19:27:27 SIGNALduino sduino sduino 5: sduino: applying filterfunc SIGNALduino_filterSign
2018.01.15 19:27:27 5 : End notify loop for sduino
2018.01.15 19:27:27 5 : sduino: applying filterfunc SIGNALduino_filterSign
2018.01.15 19:27:27 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino: applying filterfunc SIGNALduino_compPattern
2018-01-15 19:27:27 SIGNALduino sduino sduino 5: sduino: applying filterfunc SIGNALduino_compPattern
2018.01.15 19:27:27 5 : End notify loop for sduino
2018.01.15 19:27:27 5 : sduino: applying filterfunc SIGNALduino_compPattern
2018.01.15 19:27:30 4 : WEB_192.168.0.27_5370 POST /fhem?cmd.rollo_WohnzimmerStrasse=set%20rollo_WohnzimmerStrasse%20on&room=Wohnzimmer&XHR=1&fw_id=73; BUFLEN:0
2018.01.15 19:27:30 5 : Cmd: >set rollo_WohnzimmerStrasse on<
2018.01.15 19:27:30 4 : Dooya_Set: Called
2018.01.15 19:27:30 4 : Dooya_InternalSet call send rollo_WohnzimmerStrasse Dooya rollo_WohnzimmerStrasse
2018.01.15 19:27:30 5 : Dooya_set: rollo_WohnzimmerStrasse -> timings -> td1:: tdc :: tuo :: tu1 ::
2018.01.15 19:27:30 4 : Dooya_set: rollo_WohnzimmerStrasse -> entering with mode :send: cmd :on: arg1 :: pos :closed:
2018.01.15 19:27:30 3 : Dooya_set: handled command on --> move :on: newState :closed:
2018.01.15 19:27:30 5 : Dooya_set: handled for drive/udpate: updateState :: drivet :0: updatet :0:
2018.01.15 19:27:30 4 : Dooya_sendCommand: rollo_WohnzimmerStrasse -> cmd :on:
2018.01.15 19:27:30 4 : Dooya set SignalRepeats: 10 for sduino
2018.01.15 19:27:30 4 : Dooya set channel: 1 (0001) for sduino
2018.01.15 19:27:30 4 : Dooya set value = rollo_WohnzimmerStrasse on
2018.01.15 19:27:30 4 : Dooya_sendCommand: rollo_WohnzimmerStrasse -> message :P16#0011001101000000011110100001000100110011#R10:
2018.01.15 19:27:30 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino/write: adding to queue sendMsg P16#0011001101000000011110100001000100110011#R10
2018-01-15 19:27:30 SIGNALduino sduino sduino 5: sduino/write: adding to queue sendMsg P16#0011001101000000011110100001000100110011#R10
2018.01.15 19:27:30 5 : End notify loop for sduino
2018.01.15 19:27:30 5 : sduino/write: adding to queue sendMsg P16#0011001101000000011110100001000100110011#R10
2018.01.15 19:27:30 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino: sendmsg msg=P16#0011001101000000011110100001000100110011#R10
2018-01-15 19:27:30 SIGNALduino sduino sduino 5: sduino: sendmsg msg=P16#0011001101000000011110100001000100110011#R10
2018.01.15 19:27:30 5 : End notify loop for sduino
2018.01.15 19:27:30 5 : sduino: sendmsg msg=P16#0011001101000000011110100001000100110011#R10
2018.01.15 19:27:30 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino: sendmsg Preparing rawsend command for protocol=16, repeats=10, clock=280 bits=0011001101000000011110100001000100110011
2018-01-15 19:27:30 SIGNALduino sduino sduino 5: sduino: sendmsg Preparing rawsend command for protocol=16, repeats=10, clock=280 bits=0011001101000000011110100001000100110011
2018.01.15 19:27:30 5 : End notify loop for sduino
2018.01.15 19:27:30 5 : sduino: sendmsg Preparing rawsend command for protocol=16, repeats=10, clock=280 bits=0011001101000000011110100001000100110011
2018.01.15 19:27:30 5 : AddSendQueue: sduino: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323; (1)
2018.01.15 19:27:30 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/set: sending via SendMsg: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018-01-15 19:27:30 SIGNALduino sduino sduino 4: sduino/set: sending via SendMsg: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:30 5 : End notify loop for sduino
2018.01.15 19:27:30 4 : sduino/set: sending via SendMsg: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:30 4 : WEB: /fhem?cmd.rollo_WohnzimmerStrasse=set%20rollo_WohnzimmerStrasse%20on&room=Wohnzimmer&XHR=1&fw_id=73 / RL:20 / text/plain; charset=UTF-8 / Content-Encoding: gzip  /
2018.01.15 19:27:30 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino SW: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018-01-15 19:27:30 SIGNALduino sduino sduino 5: sduino SW: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:30 5 : End notify loop for sduino
2018.01.15 19:27:30 5 : sduino SW: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:30 4 : sduino SendrawFromQueue: msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:31 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/msg READ: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018-01-15 19:27:31 SIGNALduino sduino sduino 4: sduino/msg READ: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:31 5 : End notify loop for sduino
2018.01.15 19:27:31 4 : sduino/msg READ: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:31 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino/noMsg Parse: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018-01-15 19:27:31 SIGNALduino sduino sduino 5: sduino/noMsg Parse: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:31 5 : End notify loop for sduino
2018.01.15 19:27:31 5 : sduino/noMsg Parse: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:31 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018-01-15 19:27:31 SIGNALduino sduino sduino 5: sduino/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:31 5 : End notify loop for sduino
2018.01.15 19:27:31 5 : sduino/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:31 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/read sendraw answer: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018-01-15 19:27:31 SIGNALduino sduino sduino 4: sduino/read sendraw answer: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:31 5 : End notify loop for sduino
2018.01.15 19:27:31 4 : sduino/read sendraw answer: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545232345452323;
2018.01.15 19:27:31 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/HandleWriteQueue: nothing to send, stopping timer
2018-01-15 19:27:31 SIGNALduino sduino sduino 4: sduino/HandleWriteQueue: nothing to send, stopping timer
2018.01.15 19:27:31 5 : End notify loop for sduino
2018.01.15 19:27:31 4 : sduino/HandleWriteQueue: nothing to send, stopping timer
2018-01-15 19:27:37 SIGNALduino sduino sduino 4: sduino/msg READ: MU;P0=-32001;P1=4641;P2=-15379;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;
2018-01-15 19:27:37 SIGNALduino sduino sduino 5: sduino: applying filterfunc SIGNALduino_filterSign
2018-01-15 19:27:37 SIGNALduino sduino sduino 5: sduino: applying filterfunc SIGNALduino_compPattern



Und hier der Log wenn beide gleichzeitig über room=Wohnzimmer angesprochen werden:

2018.01.15 20:17:10 4 : Connection accepted from WEB_192.168.0.27_5498
2018.01.15 20:17:10 4 : WEB_192.168.0.27_5498 POST /fhem&fw_id=93&room=Wohnzimmer&cmd=set+room%3DWohnzimmer+off; BUFLEN:0
2018.01.15 20:17:10 5 : Cmd: >set room=Wohnzimmer off<
2018.01.15 20:17:10 4 : Dooya_Set: Called
2018.01.15 20:17:10 4 : Dooya_InternalSet call send rollo_WohnzimmerHof Dooya rollo_WohnzimmerHof
2018.01.15 20:17:10 5 : Dooya_set: rollo_WohnzimmerHof -> timings -> td1:: tdc :: tuo :: tu1 ::
2018.01.15 20:17:10 4 : Dooya_set: rollo_WohnzimmerHof -> entering with mode :send: cmd :off: arg1 :: pos :open:
2018.01.15 20:17:10 1 : PERL WARNING: Argument "open" isn't numeric in addition (+) at ./FHEM/98_Dooya.pm line 764.
2018.01.15 20:17:10 3 : Dooya_set: handled command off --> move :off: newState :open:
2018.01.15 20:17:10 5 : Dooya_set: handled for drive/udpate: updateState :: drivet :0: updatet :0:
2018.01.15 20:17:10 4 : Dooya_sendCommand: rollo_WohnzimmerHof -> cmd :off:
2018.01.15 20:17:10 4 : Dooya set SignalRepeats: 10 for sduino
2018.01.15 20:17:10 4 : Dooya set channel: 8 (1000) for sduino
2018.01.15 20:17:10 4 : Dooya set value = rollo_WohnzimmerHof off
2018.01.15 20:17:10 4 : Dooya_sendCommand: rollo_WohnzimmerHof -> message :P16#0011001101000000011110100001100000010001#R10:
2018.01.15 20:17:10 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino/write: adding to queue sendMsg P16#0011001101000000011110100001100000010001#R10
2018-01-15 20:17:10 SIGNALduino sduino sduino 5: sduino/write: adding to queue sendMsg P16#0011001101000000011110100001100000010001#R10
2018.01.15 20:17:10 5 : End notify loop for sduino
2018.01.15 20:17:10 5 : sduino/write: adding to queue sendMsg P16#0011001101000000011110100001100000010001#R10
2018.01.15 20:17:10 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino: sendmsg msg=P16#0011001101000000011110100001100000010001#R10
2018-01-15 20:17:10 SIGNALduino sduino sduino 5: sduino: sendmsg msg=P16#0011001101000000011110100001100000010001#R10
2018.01.15 20:17:10 5 : End notify loop for sduino
2018.01.15 20:17:10 5 : sduino: sendmsg msg=P16#0011001101000000011110100001100000010001#R10
2018.01.15 20:17:10 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino: sendmsg Preparing rawsend command for protocol=16, repeats=10, clock=280 bits=0011001101000000011110100001100000010001
2018-01-15 20:17:10 SIGNALduino sduino sduino 5: sduino: sendmsg Preparing rawsend command for protocol=16, repeats=10, clock=280 bits=0011001101000000011110100001100000010001
2018.01.15 20:17:10 5 : End notify loop for sduino
2018.01.15 20:17:10 5 : sduino: sendmsg Preparing rawsend command for protocol=16, repeats=10, clock=280 bits=0011001101000000011110100001100000010001
2018.01.15 20:17:10 5 : AddSendQueue: sduino: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523; (1)
2018.01.15 20:17:10 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/set: sending via SendMsg: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018-01-15 20:17:10 SIGNALduino sduino sduino 4: sduino/set: sending via SendMsg: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:10 5 : End notify loop for sduino
2018.01.15 20:17:10 4 : sduino/set: sending via SendMsg: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:10 4 : Dooya_Set: Called
2018.01.15 20:17:10 4 : Dooya_InternalSet call send rollo_WohnzimmerStrasse Dooya rollo_WohnzimmerStrasse
2018.01.15 20:17:10 5 : Dooya_set: rollo_WohnzimmerStrasse -> timings ->  td1:: tdc ::  tuo ::  tu1 ::
2018.01.15 20:17:10 4 : Dooya_set: rollo_WohnzimmerStrasse -> entering with mode :send: cmd :off:  arg1 ::  pos :open:
2018.01.15 20:17:10 3 : Dooya_set: handled command off --> move :off:  newState :open:
2018.01.15 20:17:10 5 : Dooya_set: handled for drive/udpate:  updateState ::  drivet :0: updatet :0:
2018.01.15 20:17:10 4 : Dooya_sendCommand: rollo_WohnzimmerStrasse -> cmd :off:
2018.01.15 20:17:10 4 : Dooya set SignalRepeats: 10 for sduino
2018.01.15 20:17:10 4 : Dooya set channel: 1 (0001) for sduino
2018.01.15 20:17:10 4 : Dooya set value = rollo_WohnzimmerStrasse off
2018.01.15 20:17:10 4 : Dooya_sendCommand: rollo_WohnzimmerStrasse -> message :P16#0011001101000000011110100001000100010001#R10:
2018.01.15 20:17:10 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino/write: adding to queue sendMsg P16#0011001101000000011110100001000100010001#R10
2018-01-15 20:17:10 SIGNALduino sduino sduino 5: sduino/write: adding to queue sendMsg P16#0011001101000000011110100001000100010001#R10
2018.01.15 20:17:10 5 : End notify loop for sduino
2018.01.15 20:17:10 5 : sduino/write: adding to queue sendMsg P16#0011001101000000011110100001000100010001#R10
2018.01.15 20:17:10 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino: sendmsg msg=P16#0011001101000000011110100001000100010001#R10
2018-01-15 20:17:10 SIGNALduino sduino sduino 5: sduino: sendmsg msg=P16#0011001101000000011110100001000100010001#R10
2018.01.15 20:17:10 5 : End notify loop for sduino
2018.01.15 20:17:10 5 : sduino: sendmsg msg=P16#0011001101000000011110100001000100010001#R10
2018.01.15 20:17:10 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino: sendmsg Preparing rawsend command for protocol=16, repeats=10, clock=280 bits=0011001101000000011110100001000100010001
2018-01-15 20:17:10 SIGNALduino sduino sduino 5: sduino: sendmsg Preparing rawsend command for protocol=16, repeats=10, clock=280 bits=0011001101000000011110100001000100010001
2018.01.15 20:17:10 5 : End notify loop for sduino
2018.01.15 20:17:10 5 : sduino: sendmsg Preparing rawsend command for protocol=16, repeats=10, clock=280 bits=0011001101000000011110100001000100010001
2018.01.15 20:17:10 5 : AddSendQueue: sduino: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523; (2)
2018.01.15 20:17:10 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/set: sending via SendMsg: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018-01-15 20:17:10 SIGNALduino sduino sduino 4: sduino/set: sending via SendMsg: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:10 5 : End notify loop for sduino
2018.01.15 20:17:10 4 : sduino/set: sending via SendMsg: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:10 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino SW: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018-01-15 20:17:10 SIGNALduino sduino sduino 5: sduino SW: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:10 5 : End notify loop for sduino
2018.01.15 20:17:10 5 : sduino SW: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:10 4 : sduino SendrawFromQueue: msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:10 4 : WEB_192.168.0.27_5498 GET /fhem?room=Wohnzimmer&fw_id=93; BUFLEN:0
2018.01.15 20:17:10 4 : Dooya_Set: Called
2018.01.15 20:17:10 4 : Dooya_InternalSet call send rollo_WohnzimmerHof Dooya rollo_WohnzimmerHof
2018.01.15 20:17:10 4 : Dooya_Set: Called
2018.01.15 20:17:10 4 : Dooya_InternalSet call send rollo_WohnzimmerStrasse Dooya rollo_WohnzimmerStrasse
2018.01.15 20:17:10 4 : WEB: /fhem?room=Wohnzimmer&fw_id=93 / RL:1554 / text/html; charset=UTF-8 / Content-Encoding: gzip /
2018.01.15 20:17:10 4 : Connection closed for WEB_192.168.0.27_5495: EOF
2018.01.15 20:17:10 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/msg READ: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018-01-15 20:17:10 SIGNALduino sduino sduino 4: sduino/msg READ: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:10 5 : End notify loop for sduino
2018.01.15 20:17:10 4 : sduino/msg READ: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:10 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino/noMsg Parse: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018-01-15 20:17:10 SIGNALduino sduino sduino 5: sduino/noMsg Parse: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:10 5 : End notify loop for sduino
2018.01.15 20:17:10 5 : sduino/noMsg Parse: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:10 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018-01-15 20:17:11 SIGNALduino sduino sduino 5: sduino/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:11 5 : End notify loop for sduino
2018.01.15 20:17:11 5 : sduino/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:11 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/read sendraw answer: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018-01-15 20:17:11 SIGNALduino sduino sduino 4: sduino/read sendraw answer: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:11 5 : End notify loop for sduino
2018.01.15 20:17:11 4 : sduino/read sendraw answer: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523234545454545452345454523;
2018.01.15 20:17:11 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino SW: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018-01-15 20:17:11 SIGNALduino sduino sduino 5: sduino SW: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:11 5 : End notify loop for sduino
2018.01.15 20:17:11 5 : sduino SW: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:11 4 : sduino SendrawFromQueue: msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:11 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/msg READ: \002MU;P0=-14832;P1=5133;D=0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101;CP=1;\003
2018-01-15 20:17:11 SIGNALduino sduino sduino 4: sduino/msg READ: MU;P0=-14832;P1=5133;D=0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101;CP=1;
2018.01.15 20:17:11 5 : End notify loop for sduino
2018.01.15 20:17:11 4 : sduino/msg READ: MU;P0=-14832;P1=5133;D=0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101;CP=1;
2018.01.15 20:17:11 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/msg READ: Received answer (\002MU;P0=-14832;P1=5133;D=0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101;CP=1;\003) for sendraw does not match ^S(R|C|M);
2018-01-15 20:17:11 SIGNALduino sduino sduino 4: sduino/msg READ: Received answer (MU;P0=-14832;P1=5133;D=0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101;CP=1;) for sendraw does not match ^S(R|C|M);og'>
2018.01.15 20:17:11 5 : End notify loop for sduino
2018.01.15 20:17:11 4 : sduino/msg READ: Received answer (MU;P0=-14832;P1=5133;D=0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101;CP=1;) for sendraw does not match ^S(R|C|M);
2018.01.15 20:17:11 4 : WEB_192.168.0.27_5498 GET /fhem?XHR=1&inform=type=status;filter=room=Wohnzimmer;since=1516043829;fmt=JSON&fw_id=93&timestamp=1516043832812; BUFLEN:0
2018.01.15 20:17:11 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/msg READ: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:11 5 : createNotifyHash
2018-01-15 20:17:11 SIGNALduino sduino sduino 4: sduino/msg READ: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:11 5 : End notify loop for sduino
2018.01.15 20:17:11 4 : sduino/msg READ: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:11 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino/noMsg Parse: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018-01-15 20:17:11 SIGNALduino sduino sduino 5: sduino/noMsg Parse: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:11 5 : End notify loop for sduino
2018.01.15 20:17:11 5 : sduino/noMsg Parse: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:11 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018-01-15 20:17:11 SIGNALduino sduino sduino 5: sduino/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:11 5 : End notify loop for sduino
2018.01.15 20:17:11 5 : sduino/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:11 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/read sendraw answer: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018-01-15 20:17:11 SIGNALduino sduino sduino 4: sduino/read sendraw answer: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:11 5 : End notify loop for sduino
2018.01.15 20:17:11 4 : sduino/read sendraw answer: SR;R=10;P0=4760;P1=-1400;P2=560;P3=-280;P4=280;P5=-840;D=0145452323454523234523454545454545452323232345234545454523454545234545452345454523;
2018.01.15 20:17:11 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/HandleWriteQueue: nothing to send, stopping timer
2018-01-15 20:17:11 SIGNALduino sduino sduino 4: sduino/HandleWriteQueue: nothing to send, stopping timer
2018.01.15 20:17:11 5 : End notify loop for sduino
2018.01.15 20:17:11 4 : sduino/HandleWriteQueue: nothing to send, stopping timer
2018.01.15 20:17:14 5 : Starting notify loop for sduino, 1 event(s), first is sduino 4: sduino/msg READ: \002MU;P0=-32001;P1=5070;P2=-14960;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;O;\003
2018-01-15 20:17:14 SIGNALduino sduino sduino 4: sduino/msg READ: MU;P0=-32001;P1=5070;P2=-14960;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;O;
2018.01.15 20:17:14 5 : End notify loop for sduino
2018.01.15 20:17:14 4 : sduino/msg READ: MU;P0=-32001;P1=5070;P2=-14960;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;O;
2018.01.15 20:17:14 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino: applying filterfunc SIGNALduino_filterSign
2018-01-15 20:17:14 SIGNALduino sduino sduino 5: sduino: applying filterfunc SIGNALduino_filterSign
2018.01.15 20:17:14 5 : End notify loop for sduino
2018.01.15 20:17:14 5 : sduino: applying filterfunc SIGNALduino_filterSign
2018.01.15 20:17:14 5 : Starting notify loop for sduino, 1 event(s), first is sduino 5: sduino: applying filterfunc SIGNALduino_compPattern
2018-01-15 20:17:14 SIGNALduino sduino sduino 5: sduino: applying filterfunc SIGNALduino_compPattern
2018.01.15 20:17:14 5 : End notify loop for sduino
2018.01.15 20:17:14 5 : sduino: applying filterfunc SIGNALduino_compPattern
2018-01-15 20:17:17 SIGNALduino sduino sduino 4: sduino/msg READ: MU;P0=-14833;P1=5193;D=01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101;CP=1;O;



Vielen Dank für eure Hilfe
Schnup

Edit: Sduino Version: V 3.3.1-dev SIGNALduino - compiled at Jan 3 2017 23:59:32

Jarnsen

Ich würde ein dummy setzen mit Wohnzimmer hoch auf wie auch immer

Darauf würde ich ein notify setzen wenn Wohnzimmer hoch dann Rollo1 hoch ; sleep1; rollo2 hoch usw dann funktioniert das auch


Gesendet von iPhone mit Tapatalk
1 x RPi2,
1 x nanoCUL433, 1 x nanoCUL868, 1 x SIGNALduino433
Sonos/SonosSpeak, Homebridge, 2 x Enigma2, 10 x Nobily Rollläden, 3 x Intertechno Steckdosen
Pushover, Abfallerinnerung, MySensors, 7 x Max!

Schnup

Vielen Dank - Funktioniert.

Dummy angelegt, Notify auf Dummy verlinkt, Dummy dem Raum Wohnzimmer zugeordnet.
Notify-Definition:
dummyWohnzimmer { fhem("set rollo_WohnzimmerHof $EVENT; sleep 2; set rollo_WohnzimmerStrasse $EVENT") }

Funktioniert jetzt alles so wie ich mir das vorgestellt habe ;D

Herzlichen Dank für das großartige Modul, Respekt!


Viele Grüße
Schnup

Jarnsen

Gern geschehen


Gesendet von iPhone mit Tapatalk
1 x RPi2,
1 x nanoCUL433, 1 x nanoCUL868, 1 x SIGNALduino433
Sonos/SonosSpeak, Homebridge, 2 x Enigma2, 10 x Nobily Rollläden, 3 x Intertechno Steckdosen
Pushover, Abfallerinnerung, MySensors, 7 x Max!

Sidey

Zitat von: Schnup am 15 Januar 2018, 20:23:34
@Sidey:
Verbose level hab ich mit: attr global verbose 5   gesetzt.
Für den SignalDuino hab ich das attribute verbose nicht gefunden.

Die Rolläden sind einzeln realisiert und einzeln angesprochen funktionieren sie ohne Probleme.

Das Log war das richtige, aber auf Anhieb passt da Alles.
Zuerst wird der Befehl für den 1. Rolladen gesendet und wenn darauf die positive Rückmeldung kommt, dann wird das 2. Signal gesendet.

Ich glaube bei Dooya war auch noch ein rolling Code im Spiel.
@Jarnsen: Wie wird der noch mal berechnet? Für alle Rolläden gemeinsam oder für jeden Rolladen separat?

Grüße Sidey
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

Jarnsen

@Sidey kein rollingcode... nur ID und Kanal....


Gesendet von iPhone mit Tapatalk
1 x RPi2,
1 x nanoCUL433, 1 x nanoCUL868, 1 x SIGNALduino433
Sonos/SonosSpeak, Homebridge, 2 x Enigma2, 10 x Nobily Rollläden, 3 x Intertechno Steckdosen
Pushover, Abfallerinnerung, MySensors, 7 x Max!