[73_AutoShuttersControl.pm] Rolllos automatisiert steuern - Version 0.6.x

Begonnen von CoolTux, 27 April 2019, 08:04:52

Vorheriges Thema - Nächstes Thema

amenomade

Hallo Marko
Zitat von: CoolTux am 27 Juli 2019, 12:26:18
Wie lange sind denn die 25.5 schon erreicht und waren sie stabil über 25 die ganze Zeit?
Wie ist der aktuelle Status? in reserved?
Also, ich weiss nicht, seit wann die 25 Grad erreicht  sind, aber seitdem ist es steigend, und die Rollos fahren immer noch nicht in Beschattungsposition.
Status vom ASC Modul ist immer noch "day open"

Ich hatte früher ein DOIF, das immer zuverlässig funktioniert hat:
Internals:
   DEF        ([?Vito300:Temp-Aussen] > 25
and [?TL:elevation] > 25
and [TL:azimuth] > 90 and [TL:azimuth] < 270
and [?Wetter_Proplanta:weather] =~ "bedeckt|heiter|klar|sonnig"
and [?RolladenAutomatik] eq "on"
and [?wz_Rolladen:pct] < 50)
(set wz_Rolladen pct 50)

DOELSEIF ([TL:azimuth] > 270
and [?RolladenAutomatik] eq "on" )
(set wz_Rolladen pct 0)

Ich schaffe es aber nicht in ASC nachzubilden.
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

CoolTux

Sendet der Helligkeitssensor kontinuierlich? Schau mal bitte in der Commandref unter ascAPIget ob Du da was findest um den shading Status aus zu lesen.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

amenomade

Mit { ascAPIget('Getter','wz_Rolladen') } kriege ich
ZitatCan't locate object method "getGetter" via package "ASC_Shutters" at ./FHEM/73_AutoShuttersControl.pm line 285.
Ja, der Helligkeitssensor sendet regelmässig, ich logge sogar die Werte über den Tag.
Ich sehe aber gerade, dass er nicht immer über 3000 war:
3:ext_Lichtsensor.*::

2019-07-27_04:48:41 0.5
2019-07-27_04:57:27 0.6
2019-07-27_04:59:54 0.7
2019-07-27_05:02:05 0.9
2019-07-27_05:05:12 1.2
2019-07-27_05:07:59 1.6
2019-07-27_05:10:31 2.0
2019-07-27_05:12:47 2.9
2019-07-27_05:15:59 4.2
2019-07-27_05:18:52 5.7
2019-07-27_05:21:33 7.7
2019-07-27_05:24:00 10.6
2019-07-27_05:26:06 13.5
2019-07-27_05:29:08 20.3
2019-07-27_05:31:55 29.6
2019-07-27_05:34:26 45.0
2019-07-27_05:36:43 60.2
2019-07-27_05:39:50 80.4
2019-07-27_05:42:42 111.0
2019-07-27_05:45:19 160.6
2019-07-27_05:47:40 213.5
2019-07-27_05:49:52 255.4
2019-07-27_05:52:48 308.2
2019-07-27_05:55:31 361.9
2019-07-27_05:58:02 398.0
2019-07-27_06:00:14 472.9
2019-07-27_06:03:21 651.3
2019-07-27_06:06:13 797.4
2019-07-27_06:08:49 987.8
2019-07-27_06:11:11 1270.0
2019-07-27_06:13:17 1505.2
2019-07-27_06:16:14 1770.0
2019-07-27_06:18:56 1999.0
2019-07-27_06:21:23 2217.0
2019-07-27_06:23:34 2318.0
2019-07-27_06:26:36 2494.0
2019-07-27_06:29:28 2766.0
2019-07-27_06:32:00 3013.0
2019-07-27_06:34:21 3216.0
2019-07-27_06:37:28 3436.0
2019-07-27_06:40:25 3719.0
2019-07-27_06:43:07 3944.0
2019-07-27_06:45:34 3923.0
2019-07-27_06:47:40 3837.0
2019-07-27_06:50:42 3438.0
2019-07-27_06:53:29 3128.0
2019-07-27_06:56:01 3034.0
2019-07-27_06:58:18 2928.0
2019-07-27_07:01:30 2451.0
2019-07-27_07:04:22 2386.0
2019-07-27_07:06:58 2577.0
2019-07-27_07:09:25 2743.0
2019-07-27_07:11:31 2944.0
2019-07-27_07:14:33 3173.0
2019-07-27_07:17:16 3449.0
2019-07-27_07:19:47 3878.0
2019-07-27_07:22:03 4583.0
2019-07-27_07:25:11 5358.0
2019-07-27_07:28:02 6105.0
2019-07-27_07:30:39 6789.0
2019-07-27_07:33:00 7267.0
2019-07-27_07:35:07 7897.0
2019-07-27_07:38:04 8593.0
2019-07-27_07:40:46 8896.0
2019-07-27_07:43:17 9093.0
2019-07-27_07:45:29 9218.0
2019-07-27_07:48:36 10411.0
2019-07-27_07:51:22 11269.0
2019-07-27_07:53:59 22420.0
2019-07-27_07:56:21 34440.0
2019-07-27_07:59:28 13143.0
2019-07-27_08:02:25 17430.0
2019-07-27_08:05:06 24810.0
2019-07-27_08:07:33 17130.0
2019-07-27_08:09:44 12160.0
2019-07-27_08:12:46 11648.0
2019-07-27_08:15:33 12508.0
2019-07-27_08:18:10 35890.0
2019-07-27_08:20:26 20610.0
2019-07-27_08:23:33 18960.0
2019-07-27_08:26:30 19910.0
2019-07-27_08:29:07 18130.0
2019-07-27_08:31:34 18640.0
2019-07-27_08:33:45 33520.0
2019-07-27_08:36:42 34750.0
2019-07-27_08:39:29 30560.0
2019-07-27_08:42:00 52710.0
2019-07-27_08:44:17 27960.0
2019-07-27_08:47:24 30640.0
2019-07-27_08:50:16 11141.0
2019-07-27_08:52:53 11878.0
2019-07-27_08:55:14 12497.0
2019-07-27_08:57:25 13358.0
2019-07-27_09:00:02 14376.0
2019-07-27_09:02:24 14474.0
2019-07-27_09:04:35 16035.0
2019-07-27_09:07:33 17140.0
2019-07-27_09:10:19 16128.0
2019-07-27_09:12:50 20780.0
2019-07-27_09:15:07 38030.0
2019-07-27_09:18:14 14760.0
2019-07-27_09:21:06 14976.0
2019-07-27_09:23:43 14868.0
2019-07-27_09:26:04 21980.0
2019-07-27_09:28:11 44720.0
2019-07-27_09:31:07 16322.0
2019-07-27_09:33:49 9640.0
2019-07-27_09:36:21 7979.0
2019-07-27_09:38:32 7078.0
2019-07-27_09:41:39 6174.0
2019-07-27_09:44:26 6059.0
2019-07-27_09:47:03 5749.0
2019-07-27_09:49:20 5309.0
2019-07-27_09:51:26 4893.0
2019-07-27_09:54:23 4204.0
2019-07-27_09:57:05 3608.0
2019-07-27_09:59:31 3211.0
2019-07-27_10:01:43 3008.0
2019-07-27_10:04:44 2749.0
2019-07-27_10:07:31 2647.0
2019-07-27_10:10:08 2593.0
2019-07-27_10:12:24 2512.0
2019-07-27_10:15:36 2380.0
2019-07-27_10:18:28 2280.0
2019-07-27_10:21:06 2195.0
2019-07-27_10:23:32 2133.0
2019-07-27_10:25:43 2099.0
2019-07-27_10:28:41 2096.0
2019-07-27_10:31:27 2057.0
2019-07-27_10:33:58 2053.0
2019-07-27_10:36:15 2056.0
2019-07-27_10:39:22 2042.0
2019-07-27_10:42:19 2026.0
2019-07-27_10:44:56 2043.0
2019-07-27_10:47:17 2066.0
2019-07-27_10:49:24 2084.0
2019-07-27_10:52:26 2135.0
2019-07-27_10:55:07 2214.0
2019-07-27_10:57:39 2242.0
2019-07-27_10:59:51 2209.0
2019-07-27_11:02:58 2179.0
2019-07-27_11:05:50 2225.0
2019-07-27_11:08:26 2371.0
2019-07-27_11:10:48 2572.0
2019-07-27_11:12:50 2727.0
2019-07-27_11:15:51 2880.0
2019-07-27_11:18:31 3046.0
2019-07-27_11:20:57 3127.0
2019-07-27_11:23:12 3192.0
2019-07-27_11:26:13 3247.0
2019-07-27_11:29:04 3432.0
2019-07-27_11:31:39 3619.0
2019-07-27_11:33:55 3747.0
2019-07-27_11:37:06 3953.0
2019-07-27_11:40:01 4227.0
2019-07-27_11:42:42 4463.0
2019-07-27_11:45:08 4711.0
2019-07-27_11:47:18 5017.0
2019-07-27_11:50:23 5504.0
2019-07-27_11:53:09 5780.0
2019-07-27_11:55:44 5957.0
2019-07-27_11:58:00 6085.0
2019-07-27_12:01:06 6474.0
2019-07-27_12:04:01 7096.0
2019-07-27_12:06:42 7559.0
2019-07-27_12:09:03 8079.0
2019-07-27_12:11:13 8309.0
2019-07-27_12:14:14 8627.0
2019-07-27_12:16:59 9469.0
2019-07-27_12:19:30 10375.0
2019-07-27_12:21:45 11079.0
2019-07-27_12:24:51 11392.0
2019-07-27_12:27:41 11822.0
2019-07-27_12:30:22 12098.0
2019-07-27_12:32:42 12738.0
2019-07-27_12:34:48 13245.0
2019-07-27_12:37:48 13363.0
2019-07-27_12:40:32 13281.0
2019-07-27_12:42:58 13030.0
2019-07-27_12:45:13 13214.0
2019-07-27_12:48:19 13701.0
2019-07-27_12:51:04 13265.0
#3:ext_Lichtsensor.*::
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

CoolTux

Getter ist ein
Platzhalter für ein Getterwert aus der Liste.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

amenomade

Oh  ;D :-[

{ ascAPIget('ShadingStatus','wz_Rolladen') }
out

{ ascAPIget('ShadingStatusTimestamp','wz_Rolladen') }
1564178479

{ ascAPIget(IfInShading','wz_Rolladen') }
Bad name after IfInShading' at (eval 638459) line 1.
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

CoolTux

Ist also nicht mal im reservierten Modus.
Da hilft nur debug im ASC an machen.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Typ1er

Zitat von: amenomade am 27 Juli 2019, 11:24:39
Ich nutze HM Kontakten. Nur, ich verstehe die Problematik/Frage von Typ1er gar nicht.

Zitat von: eurofinder am 27 Juli 2019, 08:11:28
@amenomade:
Was für Kontakte nutzt du? Bei den Kontakten HMIP-SWDO von Homematic IP z.B. kann man eine Eventverzögerung einstellen, um diese Problem zu umgehen.

Gruß
eurofinder

Ich nutze 2 Aqara Sensoren  Fensterkontakte und fasse diese in einer structure zu einem threestate zusammen, das Klappt soweit. Eine Eventverzögerung würde das sicher umgehen (verschlucken) oder das ASC musste die Position der Kontakte beim Threestate direkt auswerten ohne die Letzte Position zu berücksichtigen.

Bei mir habe ich in diesem Fall eben auch nur die 3 Zustände Nachts, Closed,Tilted oder Open

Wenn man jetzt das Fenster zb von Open auf Tilted wechselt, macht man ja dazwischen kurz das Fenster zu. An der Stelle muss man eine Pause machen, bis das Rollo gefahren ist (bei mir von ca 20Sek.), das empfinde ich als nicht Smart, das Rollo nimmt auch danach nicht die Tilted Position ein.

amenomade

Zitat von: CoolTux am 27 Juli 2019, 13:15:49
Ist also nicht mal im reservierten Modus.
Da hilft nur debug im ASC an machen.
Debug hab ich aktiviert, aber die Log bleibt leer. Muss ich dazu verbose 5 einstellen?
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

eurofinder

@Typ1er:
Folgende Idee, keine Ahnung, ob das klappt. Ein notify für dein structure, das auf eine Änderung des STATUS (open, closed,tilted) reagiert. Dort eine Verzögerung mit wait von z.B. 2 Sekunden. Dann Wert aus Status auslesen und in eine Dummy-Variable schreiben. Diese Dummy-Variable im ASC-Rollladen-Device verwenden.

Aber wirklich nur ins Blaue gedacht.

Gruß
eurofinder
RPI3+; Raspbian Buster Lite; RPI-RF-MOD; piVCCU3, HMIP-eTRV-2, HmIP-SWDO, HmIP-SRH, HmIP-STHO, HmIP-SLO

TomLee


CoolTux

Zitat von: amenomade am 27 Juli 2019, 23:23:42
Debug hab ich aktiviert, aber die Log bleibt leer. Muss ich dazu verbose 5 einstellen?

Debug alleine reicht vorerst. Da sollte auf jeden Fall etwas kommen.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

dancatt

Moin zusammen,

hatte gestern folgendes Szenario und würde gerne wissen ob das so korrekt ist:

1. Rollladen links und Rollladen rechts an der Terrasse oben
2. Terassentür ist offen
3. Gegen Abend (ich vermute es war die Schließzeit) geht der linke in die ComfortPos
4. Terassentür zu
5. Beide Rollläden gehen runter

Zu 3. Da es sich um eine Terassentür handelt dachte ich dass der Rollladen nicht runter geht wenn die Tür offen ist. Desweiteren steht lockout auf soft aufgrund von https://forum.fhem.de/index.php/topic,99980.msg960824.html#msg960824
Hatte vorher hard da hatte ich dieses Problem nicht.

Noch zu 3. Der linke hat ComfortPos 30 und der rechte 0. Es ist auch nur der linke gefahren.

Hätte gerne dass die Rollläden nicht runtergehen wenn die Tür offen ist. Irgendwo hatte ich gelesen dass das bei ShuttersPlace=terrace nicht so sein sollte.

Vielen Dank.

Gruß Daniel.
Cubietruck: FHEM-Server 6.0

Homematic: HM-USB-CFG2, HM-CFG-LAN, HM-LC-SW1-FM, HM-LC-Sw1-Pl-DN-R1, HM-CC-RT-DN, HM-TC-IT-WM-W-EU, HM-SEC-SC-2, HM-SEC-SD, HM-PB-6-WM55

CoolTux

Zitat von: dancatt am 28 Juli 2019, 07:54:36
Moin zusammen,

hatte gestern folgendes Szenario und würde gerne wissen ob das so korrekt ist:

1. Rollladen links und Rollladen rechts an der Terrasse oben
2. Terassentür ist offen
3. Gegen Abend (ich vermute es war die Schließzeit) geht der linke in die ComfortPos
4. Terassentür zu
5. Beide Rollläden gehen runter

Zu 3. Da es sich um eine Terassentür handelt dachte ich dass der Rollladen nicht runter geht wenn die Tür offen ist. Desweiteren steht lockout auf soft aufgrund von https://forum.fhem.de/index.php/topic,99980.msg960824.html#msg960824
Hatte vorher hard da hatte ich dieses Problem nicht.

Noch zu 3. Der linke hat ComfortPos 30 und der rechte 0. Es ist auch nur der linke gefahren.

Hätte gerne dass die Rollläden nicht runtergehen wenn die Tür offen ist. Irgendwo hatte ich gelesen dass das bei ShuttersPlace=terrace nicht so sein sollte.

Vielen Dank.

Gruß Daniel.

Position 0 ist bei Dir bestimmt ganz auf, oder?
Kannst Du mir einmal von beiden ein list geben?


Grüße
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

dancatt

Zitat von: CoolTux am 28 Juli 2019, 08:15:11
Position 0 ist bei Dir bestimmt ganz auf, oder?
Kannst Du mir einmal von beiden ein list geben?


Grüße
0 bedeutet 0 Licht also unten.

List links

  Internals:
   .FhemMetaInternals 1
   .triggerUsed 1
   DEF        4F320B
   FUUID      5c54237f-f33f-cf0a-a643-72548756feb57505
   FVERSION   10_CUL_HM.pm:0.198890/2019-07-23
   HMLAN1_MSGCNT 23
   HMLAN1_RAWMSG E4F320B,0000,082A3826,FF,FFBD,33A4104F320B23A38D0601C800
   HMLAN1_RSSI -67
   HMLAN1_TIME 2019-07-28 08:30:35
   HMUART0_MSGCNT 16
   HMUART0_RAWMSG 0500004933A4104F320B23A38D0601C800
   HMUART0_RSSI -73
   HMUART0_TIME 2019-07-28 08:30:35
   HMUART1_MSGCNT 21
   HMUART1_RAWMSG 0500003B33A4104F320B23A38D0601C800
   HMUART1_RSSI -59
   HMUART1_TIME 2019-07-28 08:30:35
   HMUART2_MSGCNT 21
   HMUART2_RAWMSG 0500003533A4104F320B23A38D0601C800
   HMUART2_RSSI -53
   HMUART2_TIME 2019-07-28 08:30:35
   IODev      HMLAN1
   LASTInputDev HMUART2
   MSGCNT     81
   NAME       1_02_WZ_Rollladen_l
   NOTIFYDEV  global
   NR         286
   NTFY_ORDER 50-1_02_WZ_Rollladen_l
   STATE      on
   TYPE       CUL_HM
   chanNo     01
   lastMsg    No:33 - t:10 s:4F320B d:23A38D 0601C800
   protLastRcv 2019-07-28 08:30:35
   protRcv    22 last_at:2019-07-28 08:30:35
   protSnd    23 last_at:2019-07-28 08:30:35
   protState  CMDs_done
   rssi_HMLAN1 cnt:10 min:-77 max:-67 avg:-72.5 lst:-71
   rssi_at_HMLAN1 cnt:23 min:-78 max:-64 avg:-68.39 lst:-67
   rssi_at_HMUART0 cnt:16 min:-78 max:-73 avg:-75.87 lst:-73
   rssi_at_HMUART1 cnt:21 min:-67 max:-56 avg:-61 lst:-59
   rssi_at_HMUART2 cnt:21 min:-62 max:-51 avg:-54.42 lst:-53
   .attraggr:
   .attrminint:
   READINGS:
     2019-06-04 10:45:11   .peerListRDate  2019-06-04 10:45:11
     2019-07-28 08:30:35   .protLastRcv    2019-07-28 08:30:35
     2019-06-04 11:23:01   ASC_Enable      on
     2019-07-28 08:30:35   ASC_ShuttersLastDrive day open
     2019-07-28 08:30:02   ASC_Time_DriveDown 28.07.2019 - 21:26
     2019-07-28 08:30:02   ASC_Time_DriveUp 29.07.2019 - 08:00
     2019-07-26 08:03:42   Activity        alive
     2019-07-28 08:30:02   CommandAccepted yes
     2019-06-04 11:22:43   D-firmware      2.8
     2019-06-04 11:22:43   D-serialNr      NEQ1220810
     2019-06-04 10:45:09   PairedTo        0x23A38D
     2019-06-04 10:45:09   R-confBtnTime   permanent
     2019-06-04 10:45:10   R-driveDown     26 s
     2019-06-04 10:45:10   R-driveTurn     0.5 s
     2019-06-04 10:45:10   R-driveUp       27.9 s
     2019-06-04 10:45:09   R-intKeyVisib   invisib
     2019-06-04 10:45:09   R-localResDis   off
     2019-06-04 10:45:09   R-pairCentral   0x23A38D
     2019-06-04 10:45:10   R-refRunCounter 0
     2019-06-04 10:45:10   R-sign          off
     2019-06-04 10:45:10   R-statusInfoMinDly 2 s
     2019-06-04 10:45:10   R-statusInfoRandom 1 s
     2019-06-04 10:45:10   R-transmitTryMax 6
     2019-06-04 10:45:09   RegL_00.        00:00 02:01 0A:23 0B:A3 0C:8D 15:FF 18:00
     2019-06-04 10:45:10   RegL_01.        00:00 08:00 09:00 0A:00 0B:01 0C:04 0D:01 0E:17 0F:05 10:00 30:06 56:00 57:24
     2019-07-26 08:04:10   associatedWith  asc_Rollladen
     2019-07-28 08:30:35   deviceMsg       on (to VCCU)
     2019-07-24 15:53:13   inhibit         set_off
     2019-07-28 08:30:35   level           100
     2019-07-28 08:30:35   motor           stop:on
     2019-07-28 08:30:35   pct             100
     2019-07-28 08:30:35   recentStateType info
     2019-07-28 08:30:35   state           on
     2019-07-28 08:30:35   timedOn         off
   helper:
     HM_CMDNR   51
     cSnd       1123A38D4F320B020100,1123A38D4F320B0201C8
     dlvlCmd    ++A01123A38D4F320B0201C8
     mId        0005
     peerFriend peerSens,peerVirt
     peerOpt    3:blindActuator
     regLst     0,1,3p
     rxType     1
     supp_Pair_Rep 0
     ack:
     dir:
       cur        stop
       rct        up
     expert:
       def        1
       det        1
       raw        1
       tpl        1
     io:
       newChn     +4F320B,00,00,00
       nextSend   1564295435.97
       rxt        0
       vccu       VCCU
       p:
         4F320B
         00
         00
         00
       prefIO:
         HMLAN1
     mRssi:
       mNo        33
       io:
         HMLAN1:
           -63
           -63
         HMUART0:
           -73
           -73
         HMUART1:
           -59
           -59
         HMUART2:
           -53
           -53
     prt:
       bErr       0
       sProc      0
       rspWait:
     q:
       qReqConf   
       qReqStat   
     role:
       chn        1
       dev        1
       prs        1
     rpt:
       IO         HMUART1
       flg        A
       ts         1564295435.56201
       ack:
         HASH(0xbdd02f60)
         33800223A38D4F320B00
     rssi:
       HMLAN1:
         avg        -72.5
         cnt        10
         lst        -71
         max        -67
         min        -77
       at_HMLAN1:
         avg        -68.3913043478261
         cnt        23
         lst        -67
         max        -64
         min        -78
       at_HMUART0:
         avg        -75.875
         cnt        16
         lst        -73
         max        -73
         min        -78
       at_HMUART1:
         avg        -61
         cnt        21
         lst        -59
         max        -56
         min        -67
       at_HMUART2:
         avg        -54.4285714285714
         cnt        21
         lst        -53
         max        -51
         min        -62
     tmpl:
Attributes:
   .mId       0005
   ASC        2
   ASC_Antifreeze off
   ASC_Antifreeze_Pos 15
   ASC_AutoAstroModeEvening none
   ASC_AutoAstroModeEveningHorizon none
   ASC_AutoAstroModeMorning none
   ASC_AutoAstroModeMorningHorizon none
   ASC_BlockingTime_afterManual 120
   ASC_BlockingTime_beforDayOpen 120
   ASC_BlockingTime_beforNightClose 120
   ASC_BrightnessSensor ws980wifi:brightness
   ASC_Closed_Pos 0
   ASC_ComfortOpen_Pos 30
   ASC_Down   astro
   ASC_Drive_Offset -1
   ASC_Drive_OffsetStart -1
   ASC_GuestRoom none
   ASC_LockOut soft
   ASC_LockOut_Cmd inhibit
   ASC_Mode_Down always
   ASC_Mode_Up home
   ASC_Open_Pos 100
   ASC_Partymode off
   ASC_Pos_Reading pct
   ASC_PrivacyDownTime_beforNightClose -1
   ASC_PrivacyDown_Pos 50
   ASC_Roommate_Device none
   ASC_Roommate_Reading state
   ASC_Self_Defense_Exclude off
   ASC_Shading_Angle_Left 60
   ASC_Shading_Angle_Right 70
   ASC_Shading_Direction 180
   ASC_Shading_MinMax_Elevation 45.0:100.0
   ASC_Shading_Min_OutsideTemperature 25
   ASC_Shading_Mode home
   ASC_Shading_Pos 30
   ASC_Shading_StateChange_Cloudy 20000
   ASC_Shading_StateChange_Sunny 35000
   ASC_Shading_WaitingPeriod 1200
   ASC_ShuttersPlace terrace
   ASC_Time_Down_Early 17:00
   ASC_Time_Down_Late 21:30
   ASC_Time_Up_Early 08:00
   ASC_Time_Up_Late 09:00
   ASC_Time_Up_WE_Holiday 08:30
   ASC_Up     astro
   ASC_Ventilate_Pos 30
   ASC_Ventilate_Window_Open on
   ASC_WiggleValue 5
   ASC_WindParameters -1
   ASC_WindowRec 1_02_WZ_Tuerkontakt
   ASC_WindowRec_subType threestate
   DbLogExclude .*
   IODev      HMLAN1
   IOgrp      VCCU:HMLAN1
   actCycle   028:00
   actStatus  alive
   autoReadReg 4_reqStatus
   devStateIcon on:fts_shutter_10 20:fts_shutter_20 30:fts_shutter_30 40:fts_shutter_40 50:fts_shutter_50 60:fts_shutter_60 70:fts_shutter_70 80:fts_shutter_80 90:fts_shutter_90 off:fts_shutter_100 down:fts_shutter_down up:fts_shutter_up
   expert     251_anything
   firmware   2.8
   group      Rollladen
   icon       fts_shutter
   model      HM-LC-BL1-FM
   peerIDs    00000000,
   room       1_02_WZ,9_06_CUL_HM
   serialNr   NEQ1220810
   subType    blindActuator
   userattr   ASC_Antifreeze:off,soft,hard,am,pm ASC_Antifreeze_Pos:5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100 ASC_AutoAstroModeEvening:REAL,CIVIL,NAUTIC,ASTRONOMIC,HORIZON ASC_AutoAstroModeEveningHorizon:-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9 ASC_AutoAstroModeMorning:REAL,CIVIL,NAUTIC,ASTRONOMIC,HORIZON ASC_AutoAstroModeMorningHorizon:-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9 ASC_BlockingTime_afterManual ASC_BlockingTime_beforDayOpen ASC_BlockingTime_beforNightClose ASC_BrightnessSensor ASC_Closed_Pos:0,10,20,30,40,50,60,70,80,90,100 ASC_ComfortOpen_Pos:0,10,20,30,40,50,60,70,80,90,100 ASC_Down:time,astro,brightness ASC_DriveUpMaxDuration ASC_Drive_Offset ASC_Drive_OffsetStart ASC_GuestRoom:on,off ASC_LockOut:soft,hard,off ASC_LockOut_Cmd:inhibit,blocked,protection ASC_Mode_Down:absent,always,off,home ASC_Mode_Up:absent,always,off,home ASC_Open_Pos:0,10,20,30,40,50,60,70,80,90,100 ASC_Partymode:on,off ASC_Pos_Reading ASC_PrivacyDownTime_beforNightClose ASC_PrivacyDown_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Exclude:on,off ASC_Self_Defense_Mode:absent,gone ASC_Shading_Angle_Left ASC_Shading_Angle_Right ASC_Shading_Direction ASC_Shading_MinMax_Elevation ASC_Shading_Min_OutsideTemperature ASC_Shading_Mode:absent,always,off,home ASC_Shading_Pos:10,20,30,40,50,60,70,80,90,100 ASC_Shading_StateChange_Cloudy ASC_Shading_StateChange_Sunny ASC_Shading_WaitingPeriod ASC_ShuttersPlace:window,terrace ASC_TempSensor ASC_Time_Down_Early ASC_Time_Down_Late ASC_Time_Up_Early ASC_Time_Up_Late ASC_Time_Up_WE_Holiday ASC_Up:time,astro,brightness ASC_Ventilate_Pos:10,20,30,40,50,60,70,80,90,100 ASC_Ventilate_Window_Open:on,off ASC_WiggleValue ASC_WindParameters ASC_WindProtection:on,off ASC_WindowRec ASC_WindowRec_subType:twostate,threestate
   webCmd     stop:off:down:90:80:70:60:50:40:30:20:10:up:on


List rechts

  Internals:
   .FhemMetaInternals 1
   .triggerUsed 1
   DEF        4F30AE
   FUUID      5c54237f-f33f-cf0a-8238-8745516f329d0faa
   FVERSION   10_CUL_HM.pm:0.198890/2019-07-23
   HMLAN1_MSGCNT 18
   HMLAN1_RAWMSG E4F30AE,0000,082A3A4D,FF,FFC2,65A4104F30AE23A38D0601C800
   HMLAN1_RSSI -62
   HMLAN1_TIME 2019-07-28 08:30:39
   HMUART0_MSGCNT 10
   HMUART0_RAWMSG 0500004B65A4104F30AE23A38D0601C800
   HMUART0_RSSI -75
   HMUART0_TIME 2019-07-28 08:30:39
   HMUART1_MSGCNT 16
   HMUART1_RAWMSG 0500003765A4104F30AE23A38D0601C800
   HMUART1_RSSI -55
   HMUART1_TIME 2019-07-28 08:30:36
   HMUART2_MSGCNT 16
   HMUART2_RAWMSG 0500003565A4104F30AE23A38D0601C800
   HMUART2_RSSI -53
   HMUART2_TIME 2019-07-28 08:30:39
   IODev      HMLAN1
   LASTInputDev HMUART0
   MSGCNT     60
   NAME       1_02_WZ_Rollladen_r
   NOTIFYDEV  global
   NR         287
   NTFY_ORDER 50-1_02_WZ_Rollladen_r
   STATE      on
   TYPE       CUL_HM
   chanNo     01
   lastMsg    No:65 - t:10 s:4F30AE d:23A38D 0601C800
   protLastRcv 2019-07-28 08:30:36
   protRcv    17 last_at:2019-07-28 08:30:36
   protSnd    18 last_at:2019-07-28 08:30:36
   protState  CMDs_done
   rssi_HMLAN1 cnt:9 min:-69 max:-64 avg:-66.33 lst:-66
   rssi_at_HMLAN1 cnt:18 min:-68 max:-60 avg:-62.44 lst:-62
   rssi_at_HMUART0 cnt:10 min:-77 max:-73 avg:-75.8 lst:-75
   rssi_at_HMUART1 cnt:16 min:-59 max:-53 avg:-56.62 lst:-55
   rssi_at_HMUART2 cnt:16 min:-62 max:-51 avg:-53.5 lst:-53
   .attraggr:
   .attrminint:
   READINGS:
     2019-06-04 10:45:07   .peerListRDate  2019-06-04 10:45:07
     2019-07-28 08:30:36   .protLastRcv    2019-07-28 08:30:36
     2019-06-04 11:23:01   ASC_Enable      on
     2019-07-28 08:30:39   ASC_ShuttersLastDrive day open
     2019-07-28 08:30:02   ASC_Time_DriveDown 28.07.2019 - 21:26
     2019-07-28 08:30:02   ASC_Time_DriveUp 29.07.2019 - 08:00
     2019-07-26 08:03:42   Activity        alive
     2019-07-28 08:30:02   CommandAccepted yes
     2019-06-04 11:22:43   D-firmware      2.8
     2019-06-04 11:22:43   D-serialNr      NEQ1221020
     2019-06-04 10:45:05   PairedTo        0x23A38D
     2019-06-04 10:45:05   R-confBtnTime   permanent
     2019-06-04 10:45:06   R-driveDown     26 s
     2019-06-04 10:45:06   R-driveTurn     0.5 s
     2019-06-04 10:45:06   R-driveUp       27.9 s
     2019-06-04 10:45:05   R-intKeyVisib   invisib
     2019-06-04 10:45:05   R-localResDis   off
     2019-06-04 10:45:05   R-pairCentral   0x23A38D
     2019-06-04 10:45:06   R-refRunCounter 0
     2019-06-04 10:45:06   R-sign          off
     2019-06-04 10:45:06   R-statusInfoMinDly 2 s
     2019-06-04 10:45:06   R-statusInfoRandom 1 s
     2019-06-04 10:45:06   R-transmitTryMax 6
     2019-06-04 10:45:05   RegL_00.        00:00 02:01 0A:23 0B:A3 0C:8D 15:FF 18:00
     2019-06-04 10:45:06   RegL_01.        00:00 08:00 09:00 0A:00 0B:01 0C:04 0D:01 0E:17 0F:05 10:00 30:06 56:00 57:24
     2019-07-26 08:04:10   associatedWith  asc_Rollladen
     2019-07-28 08:30:36   deviceMsg       on (to VCCU)
     2019-07-24 15:53:00   inhibit         set_off
     2019-07-28 08:30:36   level           100
     2019-07-28 08:30:36   motor           stop:on
     2019-07-28 08:30:36   pct             100
     2019-07-28 08:30:36   recentStateType info
     2019-07-28 08:30:36   state           on
     2019-07-28 08:30:36   timedOn         off
   helper:
     HM_CMDNR   101
     cSnd       1123A38D4F30AE020100,1123A38D4F30AE0201C8
     dlvlCmd    ++A01123A38D4F30AE0201C8
     mId        0005
     peerFriend peerSens,peerVirt
     peerOpt    3:blindActuator
     regLst     0,1,3p
     rxType     1
     supp_Pair_Rep 0
     ack:
     dir:
       cur        stop
       rct        up
     expert:
       def        1
       det        1
       raw        1
       tpl        1
     io:
       newChn     +4F30AE,00,00,00
       nextSend   1564295440.2736
       rxt        0
       vccu       VCCU
       p:
         4F30AE
         00
         00
         00
       prefIO:
         HMLAN1
     mRssi:
       mNo        65
       io:
         HMLAN1:
           -58
           -58
         HMUART0:
           -75
           -75
         HMUART1:
           -55
           -55
         HMUART2:
           -53
           -53
     prt:
       bErr       0
       sProc      0
       rspWait:
     q:
       qReqConf   
       qReqStat   
     role:
       chn        1
       dev        1
       prs        1
     rpt:
       IO         HMUART1
       flg        A
       ts         1564295436.11264
       ack:
         HASH(0xbd9c58f0)
         65800223A38D4F30AE00
     rssi:
       HMLAN1:
         avg        -66.3333333333333
         cnt        9
         lst        -66
         max        -64
         min        -69
       at_HMLAN1:
         avg        -62.4444444444444
         cnt        18
         lst        -62
         max        -60
         min        -68
       at_HMUART0:
         avg        -75.8
         cnt        10
         lst        -75
         max        -73
         min        -77
       at_HMUART1:
         avg        -56.625
         cnt        16
         lst        -55
         max        -53
         min        -59
       at_HMUART2:
         avg        -53.5
         cnt        16
         lst        -53
         max        -51
         min        -62
     tmpl:
Attributes:
   .mId       0005
   ASC        2
   ASC_Antifreeze off
   ASC_Antifreeze_Pos 15
   ASC_AutoAstroModeEvening none
   ASC_AutoAstroModeEveningHorizon none
   ASC_AutoAstroModeMorning none
   ASC_AutoAstroModeMorningHorizon none
   ASC_BlockingTime_afterManual 120
   ASC_BlockingTime_beforDayOpen 120
   ASC_BlockingTime_beforNightClose 120
   ASC_BrightnessSensor ws980wifi:brightness
   ASC_Closed_Pos 0
   ASC_ComfortOpen_Pos 0
   ASC_Down   astro
   ASC_Drive_Offset -1
   ASC_Drive_OffsetStart -1
   ASC_GuestRoom none
   ASC_LockOut soft
   ASC_LockOut_Cmd inhibit
   ASC_Mode_Down always
   ASC_Mode_Up home
   ASC_Open_Pos 100
   ASC_Partymode off
   ASC_Pos_Reading pct
   ASC_PrivacyDownTime_beforNightClose -1
   ASC_PrivacyDown_Pos 50
   ASC_Roommate_Device none
   ASC_Roommate_Reading state
   ASC_Self_Defense_Exclude off
   ASC_Shading_Angle_Left 60
   ASC_Shading_Angle_Right 70
   ASC_Shading_Direction 180
   ASC_Shading_MinMax_Elevation 45.0:100.0
   ASC_Shading_Min_OutsideTemperature 25
   ASC_Shading_Mode home
   ASC_Shading_Pos 30
   ASC_Shading_StateChange_Cloudy 20000
   ASC_Shading_StateChange_Sunny 35000
   ASC_Shading_WaitingPeriod 1200
   ASC_ShuttersPlace terrace
   ASC_Time_Down_Early 17:00
   ASC_Time_Down_Late 21:30
   ASC_Time_Up_Early 08:00
   ASC_Time_Up_Late 09:00
   ASC_Time_Up_WE_Holiday 08:30
   ASC_Up     astro
   ASC_Ventilate_Pos 30
   ASC_Ventilate_Window_Open off
   ASC_WiggleValue 5
   ASC_WindParameters -1
   ASC_WindowRec 1_02_WZ_Tuerkontakt
   ASC_WindowRec_subType threestate
   DbLogExclude .*
   IODev      HMLAN1
   IOgrp      VCCU:HMLAN1
   actCycle   028:00
   actStatus  alive
   autoReadReg 4_reqStatus
   devStateIcon on:fts_shutter_10 20:fts_shutter_20 30:fts_shutter_30 40:fts_shutter_40 50:fts_shutter_50 60:fts_shutter_60 70:fts_shutter_70 80:fts_shutter_80 90:fts_shutter_90 off:fts_shutter_100 down:fts_shutter_down up:fts_shutter_up
   expert     251_anything
   firmware   2.8
   group      Rollladen
   icon       fts_shutter
   model      HM-LC-BL1-FM
   peerIDs    00000000,
   room       1_02_WZ,9_06_CUL_HM
   serialNr   NEQ1221020
   subType    blindActuator
   userattr   ASC_Antifreeze:off,soft,hard,am,pm ASC_Antifreeze_Pos:5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100 ASC_AutoAstroModeEvening:REAL,CIVIL,NAUTIC,ASTRONOMIC,HORIZON ASC_AutoAstroModeEveningHorizon:-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9 ASC_AutoAstroModeMorning:REAL,CIVIL,NAUTIC,ASTRONOMIC,HORIZON ASC_AutoAstroModeMorningHorizon:-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9 ASC_BlockingTime_afterManual ASC_BlockingTime_beforDayOpen ASC_BlockingTime_beforNightClose ASC_BrightnessSensor ASC_Closed_Pos:0,10,20,30,40,50,60,70,80,90,100 ASC_ComfortOpen_Pos:0,10,20,30,40,50,60,70,80,90,100 ASC_Down:time,astro,brightness ASC_DriveUpMaxDuration ASC_Drive_Offset ASC_Drive_OffsetStart ASC_GuestRoom:on,off ASC_LockOut:soft,hard,off ASC_LockOut_Cmd:inhibit,blocked,protection ASC_Mode_Down:absent,always,off,home ASC_Mode_Up:absent,always,off,home ASC_Open_Pos:0,10,20,30,40,50,60,70,80,90,100 ASC_Partymode:on,off ASC_Pos_Reading ASC_PrivacyDownTime_beforNightClose ASC_PrivacyDown_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Exclude:on,off ASC_Self_Defense_Mode:absent,gone ASC_Shading_Angle_Left ASC_Shading_Angle_Right ASC_Shading_Direction ASC_Shading_MinMax_Elevation ASC_Shading_Min_OutsideTemperature ASC_Shading_Mode:absent,always,off,home ASC_Shading_Pos:10,20,30,40,50,60,70,80,90,100 ASC_Shading_StateChange_Cloudy ASC_Shading_StateChange_Sunny ASC_Shading_WaitingPeriod ASC_ShuttersPlace:window,terrace ASC_TempSensor ASC_Time_Down_Early ASC_Time_Down_Late ASC_Time_Up_Early ASC_Time_Up_Late ASC_Time_Up_WE_Holiday ASC_Up:time,astro,brightness ASC_Ventilate_Pos:10,20,30,40,50,60,70,80,90,100 ASC_Ventilate_Window_Open:on,off ASC_WiggleValue ASC_WindParameters ASC_WindProtection:on,off ASC_WindowRec ASC_WindowRec_subType:twostate,threestate
   webCmd     stop:off:down:90:80:70:60:50:40:30:20:10:up:on
Cubietruck: FHEM-Server 6.0

Homematic: HM-USB-CFG2, HM-CFG-LAN, HM-LC-SW1-FM, HM-LC-Sw1-Pl-DN-R1, HM-CC-RT-DN, HM-TC-IT-WM-W-EU, HM-SEC-SC-2, HM-SEC-SD, HM-PB-6-WM55

CoolTux

Muss ich mir genauer anschauen. Eventuell muss ich da noch eine weitere Debugausgabe einbauen.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net