[73_AutoShuttersControl.pm] Neues Modul zum automatisierten steuern von Rolläden

Begonnen von CoolTux, 30 Oktober 2018, 17:29:46

Vorheriges Thema - Nächstes Thema

Beta-User

@no_legend:
"Extra für dich" habe ich am Sa. nochmal eine kommentierte Fassung meines aktuellen Codes gepostet ;) .

Es ist mir schon klar, dass es nicht so einfach ist, da durchzublicken, die Dinge fallen bei mir auch nicht einfach so vom Himmel ::) . Genau deswegen hatte ich die Empfehlung gegeben, mit dem Code für die Eingabezeile ein wenig rumzuspielen, dann bekommt man eher einen Eindruck, wie unterschiedlich die Rückmeldungen sein können.

Wie dem auch sei: Vermutlich könntest du meinen Code "einfach so" nehmen, wenn du den 2. Teil mit den Mülltonnen rauswirfst und dann mit holiday statt dummy arbeitest. Aber wie du willst.
Server: HP-elitedesk@Debian 12, aktuelles FHEM@ConfigDB | CUL_HM (VCCU) | MQTT2: MiLight@ESP-GW, BT@OpenMQTTGw | MySensors: seriell, v.a. 2.3.1@RS485 | ZWave | ZigBee@deCONZ | SIGNALduino | MapleCUN | RHASSPY
svn: u.a MySensors, Weekday-&RandomTimer, Twilight,  div. attrTemplate-files

CoolTux

Zitat von: C0mmanda am 14 Januar 2019, 07:17:40
Moin,

Hier nun das verbose 5 Log vom ASC-Device.
Situation ist unverändert, Rolladen fährt hoch während ich noch schlafe.
Rolladen fährt um 06:45Uhr, ich stehe um 06:57Uhr auf.

2019.01.14 06:40:50 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 827',
          'durTimerPresence: 13:46:50',
          'durTimerSleep_cr: 410',
          'durTimerSleep: 06:50:02'
        ];

2019.01.14 06:41:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 828',
          'durTimerPresence: 13:47:50',
          'durTimerSleep_cr: 411',
          'durTimerSleep: 06:51:02'
        ];

2019.01.14 06:42:50 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 829',
          'durTimerPresence: 13:48:50',
          'durTimerSleep_cr: 412',
          'durTimerSleep: 06:52:02'
        ];

2019.01.14 06:43:50 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 830',
          'durTimerPresence: 13:49:50',
          'durTimerSleep_cr: 413',
          'durTimerSleep: 06:53:02'
        ];

2019.01.14 06:44:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 831',
          'durTimerPresence: 13:50:50',
          'durTimerSleep_cr: 414',
          'durTimerSleep: 06:54:02'
        ];

2019.01.14 06:45:02 4: AutoShuttersControl (Rolladensteuerung) - Devname: OG.sz.RO.SZRolladen Name: Rolladensteuerung Notify: $VAR1 = [
          'ASC_ShuttersLastDrive: day open'
        ];

2019.01.14 06:45:02 4: AutoShuttersControl (Rolladensteuerung) - Devname: Rolladensteuerung Name: Rolladensteuerung Notify: $VAR1 = [
          'state: day open'
        ];

2019.01.14 06:45:02 4: AutoShuttersControl (Rolladensteuerung) - Devname: OG.sz.RO.SZRolladen Name: Rolladensteuerung Notify: $VAR1 = [
          'level: set_0'
        ];

2019.01.14 06:45:02 4: AutoShuttersControl (Rolladensteuerung) - Devname: OG.sz.RO.SZRolladen Name: Rolladensteuerung Notify: $VAR1 = [
          'state: set_0'
        ];

2019.01.14 06:45:02 3: CUL_HM set OG.sz.RO.SZRolladen pct 0
2019.01.14 06:45:02 4: AutoShuttersControl (Rolladensteuerung) - Devname: Rolladensteuerung Name: Rolladensteuerung Notify: $VAR1 = [
          'OG.sz.RO.SZRolladen_lastPosValue: 100'
        ];

2019.01.14 06:45:02 4: AutoShuttersControl (Rolladensteuerung) - ShuttersCommandSet setDriveCmd wird aufgerufen
2019.01.14 06:45:02 4: AutoShuttersControl (Rolladensteuerung) - Devname: Rolladensteuerung Name: Rolladensteuerung Notify: $VAR1 = [
          'OG.sz.RO.SZRolladen_nextAstroTimeEvent: 14.01.2019 - 17:33'
        ];

2019.01.14 06:45:02 4: AutoShuttersControl (Rolladensteuerung) - Devname: Rolladensteuerung Name: Rolladensteuerung Notify: $VAR1 = [
          'state: created new drive timer'
        ];

2019.01.14 06:45:02 4: AutoShuttersControl (Rolladensteuerung) - Devname: OG.sz.RO.SZRolladen Name: Rolladensteuerung Notify: $VAR1 = [
          'deviceMsg: Zu (to VCCU)',
          'level: 100',
          'motor: up:Zu',
          'pct: 100',
          'state: on',
          'timedOn: Auf'
        ];

2019.01.14 06:45:02 4: AutoShuttersControl (Rolladensteuerung) - Devname: Rolladensteuerung Name: Rolladensteuerung Notify: $VAR1 = [
          'OG.sz.RO.SZRolladen_PosValue: 100'
        ];

2019.01.14 06:45:20 4: AutoShuttersControl (Rolladensteuerung) - Devname: OG.sz.RO.SZRolladen Name: Rolladensteuerung Notify: $VAR1 = [
          'deviceMsg: Auf (to VCCU)',
          'level: 0',
          'motor: stop:Auf',
          'pct: 0',
          'state: off',
          'timedOn: Auf'
        ];

2019.01.14 06:45:20 4: AutoShuttersControl (Rolladensteuerung) - Devname: Rolladensteuerung Name: Rolladensteuerung Notify: $VAR1 = [
          'OG.sz.RO.SZRolladen_PosValue: 0'
        ];

2019.01.14 06:45:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 832',
          'durTimerPresence: 13:51:50',
          'durTimerSleep_cr: 415',
          'durTimerSleep: 06:55:02'
        ];

2019.01.14 06:46:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 833',
          'durTimerPresence: 13:52:50',
          'durTimerSleep_cr: 416',
          'durTimerSleep: 06:56:02'
        ];

2019.01.14 06:47:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 834',
          'durTimerPresence: 13:53:50',
          'durTimerSleep_cr: 417',
          'durTimerSleep: 06:57:02'
        ];

2019.01.14 06:48:08 4: AutoShuttersControl (Rolladensteuerung) - Devname: EG.wz.TK.FensterKlein Name: Rolladensteuerung Notify: $VAR1 = [
          'state: closed'
        ];

2019.01.14 06:48:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 835',
          'durTimerPresence: 13:54:50',
          'durTimerSleep_cr: 418',
          'durTimerSleep: 06:58:02'
        ];

2019.01.14 06:49:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 836',
          'durTimerPresence: 13:55:50',
          'durTimerSleep_cr: 419',
          'durTimerSleep: 06:59:02'
        ];

2019.01.14 06:50:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 837',
          'durTimerPresence: 13:56:50',
          'durTimerSleep_cr: 420',
          'durTimerSleep: 07:00:02'
        ];

2019.01.14 06:51:11 4: AutoShuttersControl (Rolladensteuerung) - Devname: EG.wz.TK.FensterGross.strc Name: Rolladensteuerung Notify: $VAR1 = [
          'state: closed'
        ];

2019.01.14 06:51:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 838',
          'durTimerPresence: 13:57:50',
          'durTimerSleep_cr: 421',
          'durTimerSleep: 07:01:02'
        ];

2019.01.14 06:52:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 839',
          'durTimerPresence: 13:58:50',
          'durTimerSleep_cr: 422',
          'durTimerSleep: 07:02:02'
        ];

2019.01.14 06:53:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 840',
          'durTimerPresence: 13:59:50',
          'durTimerSleep_cr: 423',
          'durTimerSleep: 07:03:02'
        ];

2019.01.14 06:54:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 841',
          'durTimerPresence: 14:00:51',
          'durTimerSleep_cr: 424',
          'durTimerSleep: 07:04:03'
        ];

2019.01.14 06:55:16 4: AutoShuttersControl (Rolladensteuerung) - Devname: EG.wz.TK.FensterGross.strc Name: Rolladensteuerung Notify: $VAR1 = [
          'state: closed'
        ];

2019.01.14 06:55:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 842',
          'durTimerPresence: 14:01:51',
          'durTimerSleep_cr: 425',
          'durTimerSleep: 07:05:03'
        ];

2019.01.14 06:56:04 4: AutoShuttersControl (Rolladensteuerung) - Devname: OG.sz.TK.FensterSZ Name: Rolladensteuerung Notify: $VAR1 = [
          'alive: yes',
          'battery: ok',
          'contact: closed (to VCCU)',
          'sabotageError: off',
          'state: closed'
        ];

2019.01.14 06:56:51 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'durTimerPresence_cr: 843',
          'durTimerPresence: 14:02:51',
          'durTimerSleep_cr: 426',
          'durTimerSleep: 07:06:03'
        ];

2019.01.14 06:57:18 3: msg rr_Sascha: ID=1547445438.84769.1 TYPE=push ROUTE=Pushover1 STATUS=OK PRIORITY=0 TITLE='' MSG='Sascha awoken'
2019.01.14 06:57:18 4: AutoShuttersControl (Rolladensteuerung) - Devname: rr_Sascha Name: Rolladensteuerung Notify: $VAR1 = [
          'fhemMsgPush: Sascha awoken',
          'fhemMsgPushTitle: -',
          'fhemMsgPushPrio: 0',
          'fhemMsgPushGw:  Pushover1:OK',
          'fhemMsgPushState: 1',
          'fhemMsgStateTypes: push:1 forwards:text>push',
          'fhemMsgState: 1'
        ];

2019.01.14 06:57:19 2: ROOMMATE set rr_Sascha awoken
2019.01.14 06:57:19 3: CUL_HM set EG.ku.SD.Kodi on
2019.01.14 06:57:19 4: AutoShuttersControl (Rolladensteuerung) - Devname: global Name: Rolladensteuerung Notify: $VAR1 = [
          'DEFINED at_CominghomePlayRadioKUE',
          'ATTR at_CominghomePlayRadioKUE DbLogExclude .*'
        ];

2019.01.14 06:57:19 4: AutoShuttersControl (Rolladensteuerung) - Devname: global Name: Rolladensteuerung Notify: $VAR1 = [
          'DEFINED at_og_Lampen_off',
          'ATTR at_og_Lampen_off DbLogExclude .*'
        ];

2019.01.14 06:57:19 4: AutoShuttersControl (Rolladensteuerung) - Devname: rgr_Home Name: Rolladensteuerung Notify: $VAR1 = [
          'residentsAsleep: 1',
          'residentsAsleepDevs: rr_Katha',
          'residentsAsleepNames: Katha',
          'residentsAwoken: 1',
          'residentsAwokenDevs: rr_Sascha',
          'residentsAwokenNames: Sascha',
          'lastAwake: 2019-01-14 06:57:19',
          'lastDurSleep: 07:06:31',
          'lastDurSleep_cr: 427',
          'lastState: asleep',
          'state: awoken',
          'durTimerPresence: 14:03:19',
          'durTimerSleep_cr: 0',
          'durTimerSleep: 00:00:00',
          'lastActivity: awoken',
          'lastActivityBy: Sascha',
          'lastActivityByDev: rr_Sascha'
        ];

2019.01.14 06:57:19 4: AutoShuttersControl (Rolladensteuerung) - Devname: global Name: Rolladensteuerung Notify: $VAR1 = [
          'DEFINED atTmp_awoken_rr_Sascha_Homemode',
          'ATTR atTmp_awoken_rr_Sascha_Homemode DbLogExclude .*',
          'ATTR atTmp_awoken_rr_Sascha_Homemode room Timer'
        ];

2019.01.14 06:57:19 4: AutoShuttersControl (Rolladensteuerung) - Devname: rr_Sascha Name: Rolladensteuerung Notify: $VAR1 = [
          'lastState: asleep',
          'state: awoken',
          'mood: sleepy',
          'lastAwake: 2019-01-14 06:57:19',
          'lastDurSleep: 07:43:41',
          'lastDurSleep_cr: 464'
        ];

2019.01.14 06:57:19 4: AutoShuttersControl (Rolladensteuerung) - EventProcessingRoommate: state
2019.01.14 06:57:19 4: AutoShuttersControl (Rolladensteuerung) - EventProcessingRoommate: OG.sz.RO.SZRolladen und Events lastState: asleep state: awoken mood: sleepy lastAwake: 2019-01-14 06:57:19 lastDurSleep: 07:43:41 lastDurSleep_cr: 464
2019.01.14 06:57:19 4: AutoShuttersControl (Rolladensteuerung) - EventProcessingRoommate_1: OG.sz.RO.SZRolladen und Events lastState: asleep state: awoken mood: sleepy lastAwake: 2019-01-14 06:57:19 lastDurSleep: 07:43:41 lastDurSleep_cr: 464
2019.01.14 06:57:19 4: AutoShuttersControl (Rolladensteuerung) - EventProcessingRoommate_2: OG.sz.RO.SZRolladen und Events lastState: asleep state: awoken mood: sleepy lastAwake: 2019-01-14 06:57:19 lastDurSleep: 07:43:41 lastDurSleep_cr: 464
2019.01.14 06:57:19 4: AutoShuttersControl (Rolladensteuerung) - Devname: Rolladensteuerung Name: Rolladensteuerung Notify: $VAR1 = [
          'OG.sz.RO.SZRolladen_lastPosValue: 100'
        ];


Hoffe das hilft :)
Gruß

Ich konnte da keine Fehler finden. Konnte aber auch sehen das in der Tat gefahren wird obwohl der Roommate asleep steht.
Ich habe nun mal Deine Werte in meine Umgebung übernommen und werde sehen ob mein Rolladen morgen früh fährt obwohl ich schlafe.
Meine Freundin ist total begeistert  ;D


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

C0mmanda

Zitat von: CoolTux am 14 Januar 2019, 15:27:35
Ich konnte da keine Fehler finden. Konnte aber auch sehen das in der Tat gefahren wird obwohl der Roommate asleep steht.
Ich habe nun mal Deine Werte in meine Umgebung übernommen und werde sehen ob mein Rolladen morgen früh fährt obwohl ich schlafe.
Meine Freundin ist total begeistert  ;D


Grüße

Ich danke dir dass du dieses Risiko eingehst um mein Problem zu lösen :D
Grtz

sledge

Hi,

Seit ein paar Tagen fahren bei mir bestimmte Rollladen nicht mehr - andere hingegen schon. An der ASC-Config habe ich in letzter Zeit nichts geändert. Suche jetzt schon eine Weile - bin aber clueless.

Setup: 10 Rollladen in ASC, 9 davon HM, 1 via Shelly (Modul von pah). Bei Betätigung aus FHEM heraus klappt auch alles wunderbar. Für einige Räume sind residents reserviert, für andere hingegen wieder nicht.

Hier mal list vom ASC Device und zwei Rollladen - einer, der gefahren ist, einer, der nicht gefahren ist.

Device, welches nicht gefahren ist:

Internals:
   DEF        5079F3
   FZ.ELW.HMU_MSGCNT 25
   FZ.ELW.HMU_RAWMSG 05010040E2A4105079F337A0E20601C80048
   FZ.ELW.HMU_RSSI -64
   FZ.ELW.HMU_TIME 2019-01-14 17:51:26
   IODev      FZ.ELW.HMU
   LASTInputDev FZ.ELW.HMU
   MSGCNT     49
   NAME       BE.OG.RO
   NOTIFYDEV  global
   NR         159
   NTFY_ORDER 50-BE.OG.RO
   STATE      on
   TYPE       CUL_HM
   WZ.EG.HMU_MSGCNT 24
   WZ.EG.HMU_RAWMSG 05000141E2A4105079F337A0E20601C80048
   WZ.EG.HMU_RSSI -65
   WZ.EG.HMU_TIME 2019-01-14 17:51:26
   lastMsg    No:E2 - t:10 s:5079F3 d:37A0E2 0601C80048
   protLastRcv 2019-01-14 17:51:26
   protRcv    25 last_at:2019-01-14 17:51:26
   protSnd    46 last_at:2019-01-14 17:51:26
   protState  CMDs_done
   rssi_FZ.ELW.HMU cnt:23 min:-84 max:-72 avg:-74.99 lst:-72
   rssi_at_FZ.ELW.HMU cnt:25 min:-77 max:-64 avg:-67.99 lst:-64
   rssi_at_WZ.EG.HMU cnt:24 min:-74 max:-63 avg:-68.37 lst:-65
   READINGS:
     2019-01-14 17:51:26   ASC_ShuttersLastDrive manual
     2019-01-14 17:55:58   ASC_Time_DriveDown 15.01.2019 - 17:55
     2019-01-14 17:55:58   ASC_Time_DriveUp 15.01.2019 - 07:25
     2019-01-13 18:01:14   Activity        alive
     2018-11-11 12:59:19   Automatik_automatische_Fahrt 0
     2019-01-14 07:25:34   CommandAccepted yes
     2018-05-12 09:30:37   D-firmware      2.11
     2018-05-12 09:30:37   D-serialNr      NEQ1600182
     2018-05-07 08:54:13   PairedTo        0x37A0E2
     2018-04-14 18:08:01   R-driveDown     50 s
     2018-04-14 18:08:01   R-driveTurn     0.5 s
     2018-04-14 18:08:01   R-driveUp       50 s
     2018-05-07 08:54:13   R-pairCentral   0x37A0E2
     2018-04-14 18:08:01   R-powerUpAction off
     2018-04-14 18:08:01   R-sign          off
     2018-04-10 20:25:45   RSSI_disable    0
     2018-05-07 08:54:13   RegL_00.        02:01 0A:37 0B:A0 0C:E2 15:FF 18:00 00:00
     2018-05-07 08:54:14   RegL_01.        08:00 09:00 0A:00 0B:01 0C:F4 0D:01 0E:F4 0F:05 10:00  30:06 57:24 56:00 00:00
     2019-01-14 17:51:26   deviceMsg       on (to vccu)
     2018-05-12 09:30:31   fwUpdate        done
     2018-11-11 10:45:29   inhibit         set_off
     2019-01-14 17:51:26   level           100
     2019-01-14 17:51:26   motor           stop:on
     2019-01-14 17:51:26   pct             100
     2018-05-12 09:30:33   powerOn         2018-05-12 09:30:33
     2019-01-14 17:51:26   recentStateType info
     2019-01-14 17:51:26   state           on
     2019-01-14 17:51:26   timedOn         off
     2018-11-11 11:33:57   userattr_bak    Auto_Abschattung:ja,nein,verspaetet,bei_Abwesenheit,bei_Anwesenheit Auto_Abschattung_Helligkeits_Reading Auto_Abschattung_Helligkeitssensor Auto_Abschattung_Pos:10,20,30,40,50,60,70,80,90,100 Auto_Abschattung_Pos_nach_Abschattung:-1,0,10,20,30,40,50,60,70,80,90,100 Auto_Abschattung_Schwelle_sonnig Auto_Abschattung_Schwelle_wolkig Auto_Abschattung_Sperrzeit_nach_manuell Auto_Abschattung_Sperrzeit_vor_Nacht Auto_Abschattung_Wartezeit Auto_Abschattung_Winkel_links:0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90 Auto_Abschattung_Winkel_rechts:0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90 Auto_Abschattung_min_Temp_aussen Auto_Abschattung_min_elevation Auto_Abschattung_schnell_oeffnen:nein,ja Auto_Abschattung_schnell_schliessen:nein,ja Auto_Aussperrschutz:ja,nein Auto_Fensterkontakt Auto_Fensterkontakttyp:twostate,threestate Auto_Frostschutz:aus,morgens Auto_Gaestezimmer:nein,ja Auto_Geoeffnet_Pos:10,20,30,40,50,60,70,80,90,100 Auto_Himmelsrichtung Auto_Lueften_Pos:10,20,30,40,50,60,70,80,90,100 Auto_Luft_Fenster_offen:ja,nein Auto_Modus_hoch:bei_Abwesenheit,bei_Anwesenheit,immer,aus Auto_Modus_runter:bei_Abwesenheit,bei_Anwesenheit,immer,aus Auto_Offset_Minuten_abends Auto_Offset_Minuten_morgens Auto_Partymodus:ja,nein Auto_Pos_Befehl Auto_Pos_nach_KomfortOeffnen:-2,-1,0,10,20,30,40,50,60,70,80,90,100 Auto_Zeit_hoch_WE_Urlaub Auto_Zeit_hoch_frueh Auto_Zeit_hoch_spaet Auto_Zeit_runter_frueh Auto_Zeit_runter_spaet Auto_Zufall_Minuten Auto_geschlossen_Pos Auto_hoch:Zeit,Astro Auto_offen_Pos:10,20,30,40,50,60,70,80,90,100 Auto_runter:Zeit,Astro Rollladensteuerung:nein,ja rolladen rolladen_map structexclude
   helper:
     HM_CMDNR   226
     cSnd       0137A0E25079F3010E,0137A0E25079F3010E
     dlvlCmd    ++A01137A0E25079F30201C8
     mId        006A
     regLst     ,0,1,3p
     rxType     1
     supp_Pair_Rep 0
     ack:
     dir:
       cur        stop
       rct        up
     expert:
       def        1
       det        0
       raw        1
       tpl        0
     io:
       newChn     +5079F3,00,01,00
       nextSend   1547484686.31133
       rxt        0
       vccu       vccu
       p:
         5079F3
         00
         01
         00
       prefIO:
         FZ.ELW.HMU
     mRssi:
       mNo        E2
       io:
         DI.EG.HMU:
         FZ.ELW.HMU:
           -60
           -60
         SZ.OG.HMU:
         WZ.EG.HMU:
           -65
           -65
     prt:
       bErr       0
       sProc      0
       rspWait:
     q:
       qReqConf   
       qReqStat   
     role:
       chn        1
       dev        1
       prs        1
     rpt:
       IO         WZ.EG.HMU
       flg        A
       ts         1547484686.05325
       ack:
         HASH(0x555723bd5960)
         E2800237A0E25079F300
     rssi:
       FZ.ELW.HMU:
         avg        -75
         cnt        23
         lst        -72
         max        -72
         min        -84
       at_FZ.ELW.HMU:
         avg        -68
         cnt        25
         lst        -64
         max        -64
         min        -77
       at_WZ.EG.HMU:
         avg        -68.375
         cnt        24
         lst        -65
         max        -63
         min        -74
     tmpl:
Attributes:
   ASC        2
   ASC_Antifreeze off
   ASC_Antifreeze_Pos 15
   ASC_AutoAstroModeEvening none
   ASC_AutoAstroModeEveningHorizon none
   ASC_AutoAstroModeMorning none
   ASC_AutoAstroModeMorningHorizon none
   ASC_BlockingTime_afterManual 1200
   ASC_BlockingTime_beforDayOpen 3600
   ASC_BlockingTime_beforNightClose 3600
   ASC_BrightnessMaxVal -1
   ASC_BrightnessMinVal -1
   ASC_Brightness_Reading brightness
   ASC_Brightness_Sensor none
   ASC_Closed_Pos 0
   ASC_ComfortOpen_Pos 80
   ASC_Down   astro
   ASC_Drive_Offset -1
   ASC_GuestRoom none
   ASC_LockOut off
   ASC_LockOut_Cmd none
   ASC_Mode_Down always
   ASC_Mode_Up always
   ASC_Open_Pos 100
   ASC_Partymode off
   ASC_Pos_Reading pct
   ASC_Roommate_Device none
   ASC_Roommate_Reading state
   ASC_Self_Defense_Exclude off
   ASC_Shading_Angle_Left 75
   ASC_Shading_Angle_Right 75
   ASC_Shading_Direction 180
   ASC_Shading_Min_Elevation 25
   ASC_Shading_Min_OutsideTemperature 18
   ASC_Shading_Mode off
   ASC_Shading_Pos 20
   ASC_Shading_StateChange_Cloudy 20000
   ASC_Shading_StateChange_Sunny 35000
   ASC_Shading_WaitingPeriod 1200
   ASC_ShuttersPlace window
   ASC_Time_Down_Early 15:30
   ASC_Time_Down_Late 22:30
   ASC_Time_Up_Early 04:30
   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_WindowRec BE2.OG.SC
   ASC_WindowRec_subType twostate
   IODev      WZ.EG.HMU
   IOgrp      vccu:FZ.ELW.HMU
   actCycle   001:00
   actStatus  alive
   alias      Elternbad
   autoReadReg 8_stateOnly
   devStateIcon attr devStateIcon on:fts_shutter_10@green off:fts_shutter_100@black 9\d.*:fts_shutter_10 8\d.*:fts_shutter_20 7\d.*:fts_shutter_30 6\d.*:fts_shutter_40 5\d.*:fts_shutter_50 4\d.*:fts_shutter_60 3\d.*:fts_shutter_70 2\d.*:fts_shutter_80 1\d.*:fts_shutter_90 0\d.*:fts_shutter_100
   expert     2_raw
   firmware   2.11
   group      Rollladen
   model      HM-LC-Bl1PBU-FM
   peerIDs    00000000,
   room       OG->Elternbad,hersteller->homematic,technik->rollladen
   serialNr   NEQ1600182
   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_BrightnessMaxVal ASC_BrightnessMinVal ASC_Brightness_Reading ASC_Brightness_Sensor 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_Drive_Offset 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_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_Exclude:on,off ASC_Shading_Angle_Left ASC_Shading_Angle_Right ASC_Shading_Direction ASC_Shading_Min_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_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_WindowRec ASC_WindowRec_subType:twostate,threestate
   verbose    0
   webCmd     pct



Hie das Device, welches ordnungsgemäß gefahren ist:

Internals:
   DEF        4EAA10
   FZ.ELW.HMU_MSGCNT 24
   FZ.ELW.HMU_RAWMSG 05000049E3A4104EAA1037A0E206010000
   FZ.ELW.HMU_RSSI -73
   FZ.ELW.HMU_TIME 2019-01-14 17:56:55
   IODev      WZ.EG.HMU
   IODevName  TK.KG.HMU
   LASTInputDev WZ.EG.HMU
   MSGCNT     49
   NAME       KU.EG.1.RO
   NOTIFYDEV  global
   NR         152
   NTFY_ORDER 50-KU.EG.1.RO
   STATE      off
   TYPE       CUL_HM
   WZ.EG.HMU_MSGCNT 25
   WZ.EG.HMU_RAWMSG 0501011FE3A4104EAA1037A0E206010000
   WZ.EG.HMU_RSSI -31
   WZ.EG.HMU_TIME 2019-01-14 17:56:55
   lastMsg    No:E3 - t:10 s:4EAA10 d:37A0E2 06010000
   protLastRcv 2019-01-14 17:56:55
   protRcv    25 last_at:2019-01-14 17:56:55
   protSnd    46 last_at:2019-01-14 17:56:55
   protState  CMDs_done
   rssi_WZ.EG.HMU cnt:23 min:-38 max:-35 avg:-36.56 lst:-37
   rssi_at_FZ.ELW.HMU cnt:24 min:-79 max:-66 avg:-72.24 lst:-73
   rssi_at_WZ.EG.HMU cnt:25 min:-32 max:-30 avg:-30.44 lst:-31
   READINGS:
     2019-01-14 17:55:58   ASC_ShuttersLastDrive night close
     2019-01-14 17:55:58   ASC_Time_DriveDown 15.01.2019 - 17:55
     2019-01-14 17:55:58   ASC_Time_DriveUp 15.01.2019 - 07:25
     2019-01-13 18:01:15   Activity        alive
     2019-01-14 17:55:58   CommandAccepted yes
     2018-05-11 19:46:36   D-firmware      2.11
     2018-05-11 19:46:36   D-serialNr      NEQ0990729
     2018-05-07 08:46:32   PairedTo        0x37A0E2
     2018-05-07 08:46:33   R-driveDown     50 s
     2018-05-07 08:46:33   R-driveTurn     0.5 s
     2018-05-07 08:46:33   R-driveUp       50 s
     2018-05-07 08:46:32   R-pairCentral   0x37A0E2
     2018-05-07 08:46:33   R-powerUpAction off
     2018-05-07 08:46:33   R-sign          off
     2018-05-11 20:38:29   RegL_00.       
     2019-01-14 17:56:55   deviceMsg       off (to vccu)
     2018-05-11 19:36:40   fwUpdate        done
     2018-11-11 09:36:03   inhibit         set_off
     2019-01-14 17:56:55   level           0
     2019-01-14 17:56:55   motor           stop:off
     2019-01-14 17:56:55   pct             0
     2018-12-26 10:27:52   powerOn         2018-12-26 10:27:52
     2019-01-14 17:56:55   recentStateType info
     2019-01-14 17:56:55   state           off
     2019-01-14 17:56:55   timedOn         off
     2018-11-11 11:34:01   userattr_bak    Auto_Abschattung:ja,nein,verspaetet,bei_Abwesenheit,bei_Anwesenheit Auto_Abschattung_Helligkeits_Reading Auto_Abschattung_Helligkeitssensor Auto_Abschattung_Pos:10,20,30,40,50,60,70,80,90,100 Auto_Abschattung_Pos_nach_Abschattung:-1,0,10,20,30,40,50,60,70,80,90,100 Auto_Abschattung_Schwelle_sonnig Auto_Abschattung_Schwelle_wolkig Auto_Abschattung_Sperrzeit_nach_manuell Auto_Abschattung_Sperrzeit_vor_Nacht Auto_Abschattung_Wartezeit Auto_Abschattung_Winkel_links:0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90 Auto_Abschattung_Winkel_rechts:0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90 Auto_Abschattung_min_Temp_aussen Auto_Abschattung_min_elevation Auto_Abschattung_schnell_oeffnen:nein,ja Auto_Abschattung_schnell_schliessen:nein,ja Auto_Aussperrschutz:ja,nein Auto_Fensterkontakt Auto_Fensterkontakttyp:twostate,threestate Auto_Frostschutz:aus,morgens Auto_Gaestezimmer:nein,ja Auto_Geoeffnet_Pos:10,20,30,40,50,60,70,80,90,100 Auto_Himmelsrichtung Auto_Lueften_Pos:10,20,30,40,50,60,70,80,90,100 Auto_Luft_Fenster_offen:ja,nein Auto_Modus_hoch:bei_Abwesenheit,bei_Anwesenheit,immer,aus Auto_Modus_runter:bei_Abwesenheit,bei_Anwesenheit,immer,aus Auto_Offset_Minuten_abends Auto_Offset_Minuten_morgens Auto_Partymodus:ja,nein Auto_Pos_Befehl Auto_Pos_nach_KomfortOeffnen:-2,-1,0,10,20,30,40,50,60,70,80,90,100 Auto_Zeit_hoch_WE_Urlaub Auto_Zeit_hoch_frueh Auto_Zeit_hoch_spaet Auto_Zeit_runter_frueh Auto_Zeit_runter_spaet Auto_Zufall_Minuten Auto_geschlossen_Pos Auto_hoch:Zeit,Astro Auto_offen_Pos:10,20,30,40,50,60,70,80,90,100 Auto_runter:Zeit,Astro Rollladensteuerung:nein,ja rolladen rolladen_map structexclude
   helper:
     HM_CMDNR   227
     cSnd       0137A0E24EAA10010E,1137A0E24EAA10020100
     dlvlCmd    ++A01137A0E24EAA10020100
     mId        006A
     regLst     ,0,1,3p
     rxType     1
     supp_Pair_Rep 0
     ack:
     dir:
       cur        stop
       rct        down
     expert:
       def        1
       det        0
       raw        1
       tpl        0
     io:
       newChn     +4EAA10,00,00,00
       nextSend   1547485015.96172
       rxt        0
       vccu       vccu
       p:
         4EAA10
         00
         00
         00
       prefIO:
         WZ.EG.HMU
     mRssi:
       mNo        E3
       io:
         DI.EG.HMU:
         FZ.ELW.HMU:
           -73
           -73
         SZ.OG.HMU:
         WZ.EG.HMU:
           -23
           -23
     prt:
       bErr       0
       sProc      0
       rspWait:
     q:
       qReqConf   
       qReqStat   
     role:
       chn        1
       dev        1
       prs        1
     rpt:
       IO         FZ.ELW.HMU
       flg        A
       ts         1547485015.65298
       ack:
         HASH(0x555723ab8cd8)
         E3800237A0E24EAA1000
     rssi:
       WZ.EG.HMU:
         avg        -36.5652173913044
         cnt        23
         lst        -37
         max        -35
         min        -38
       at_FZ.ELW.HMU:
         avg        -72.25
         cnt        24
         lst        -73
         max        -66
         min        -79
       at_WZ.EG.HMU:
         avg        -30.44
         cnt        25
         lst        -31
         max        -30
         min        -32
     tmpl:
Attributes:
   ASC        2
   ASC_Antifreeze off
   ASC_Antifreeze_Pos 15
   ASC_AutoAstroModeEvening none
   ASC_AutoAstroModeEveningHorizon none
   ASC_AutoAstroModeMorning none
   ASC_AutoAstroModeMorningHorizon none
   ASC_BlockingTime_afterManual 1200
   ASC_BlockingTime_beforDayOpen 3600
   ASC_BlockingTime_beforNightClose 3600
   ASC_BrightnessMaxVal -1
   ASC_BrightnessMinVal -1
   ASC_Brightness_Reading brightness
   ASC_Brightness_Sensor none
   ASC_Closed_Pos 0
   ASC_ComfortOpen_Pos 80
   ASC_Down   astro
   ASC_Drive_Offset -1
   ASC_GuestRoom none
   ASC_LockOut off
   ASC_LockOut_Cmd none
   ASC_Mode_Down always
   ASC_Mode_Up always
   ASC_Open_Pos 100
   ASC_Partymode off
   ASC_Pos_Reading pct
   ASC_Roommate_Device none
   ASC_Roommate_Reading state
   ASC_Self_Defense_Exclude off
   ASC_Shading_Angle_Left 75
   ASC_Shading_Angle_Right 75
   ASC_Shading_Direction 180
   ASC_Shading_Min_Elevation 25
   ASC_Shading_Min_OutsideTemperature 18
   ASC_Shading_Mode off
   ASC_Shading_Pos 20
   ASC_Shading_StateChange_Cloudy 20000
   ASC_Shading_StateChange_Sunny 35000
   ASC_Shading_WaitingPeriod 1200
   ASC_ShuttersPlace window
   ASC_Time_Down_Early 15:30
   ASC_Time_Down_Late 22:30
   ASC_Time_Up_Early 04:30
   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_WindowRec KU1.EG.SC
   ASC_WindowRec_subType twostate
   IODev      TK.KG.HMU
   IOgrp      vccu:WZ.EG.HMU
   actCycle   001:00
   actStatus  alive
   alias      Küche Terrassentür
   autoReadReg 8_stateOnly
   devStateIcon attr devStateIcon on:fts_shutter_10@green off:fts_shutter_100@black 9\d.*:fts_shutter_10 8\d.*:fts_shutter_20 7\d.*:fts_shutter_30 6\d.*:fts_shutter_40 5\d.*:fts_shutter_50 4\d.*:fts_shutter_60 3\d.*:fts_shutter_70 2\d.*:fts_shutter_80 1\d.*:fts_shutter_90 0\d.*:fts_shutter_100
   event-on-change-reading motor
   expert     2_raw
   firmware   2.11
   group      Rollladen
   model      HM-LC-Bl1PBU-FM
   peerIDs    00000000,
   room       hersteller->homematic,technik->rollladen,EG->Kueche,EG->Kueche
   serialNr   NEQ0990729
   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_BrightnessMaxVal ASC_BrightnessMinVal ASC_Brightness_Reading ASC_Brightness_Sensor 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_Drive_Offset 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_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_Exclude:on,off ASC_Shading_Angle_Left ASC_Shading_Angle_Right ASC_Shading_Direction ASC_Shading_Min_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_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_WindowRec ASC_WindowRec_subType:twostate,threestate
   webCmd     pct


Und hier das List des ASC-Devices:

Internals:
   MID        da39a3ee5e6b4b0d3255bfef95601890afd80709
   NAME       Rollladensteuerung
   NOTIFYDEV  global,Rollladensteuerung,BE.OG.RO,EZ.EG.RO,KC.OG.1.RO,KC.OG.2.RO,KL.OG.1.RO,KL.OG.2.RO,KL.OG.3.RO,KU.EG.1.RO,KU.EG.2.RO,SZ.ELW.RO,KU1.EG.SC,KU.EG.1.RO,KU.EG.2.RO,KL.OG.3.RO,rr_Klaus,EZ.EG.RO,SZ.ELW.SC,EZ1.EG.SC,KC.OG.SC,threestate,rr_Lilith,KL.OG.2.RO,KL1.OG.SC,KU2.EG.SC,KC.OG.2.RO,KC.OG.1.RO,KL2.OG.SC,KL.OG.1.RO,ASC_WindowRec_subType:twostate,EZ2.EG.SC,BE.OG.RO,SZ.ELW.RO,BE2.OG.SC
   NR         388
   NTFY_ORDER 51-Rollladensteuerung
   STATE      night close
   TYPE       AutoShuttersControl
   VERSION    0.2.3.2
   OLDREADINGS:
   READINGS:
     2019-01-14 17:51:26   BE.OG.RO_PosValue 100
     2019-01-14 07:25:34   BE.OG.RO_lastPosValue 0
     2019-01-14 17:55:58   BE.OG.RO_nextAstroTimeEvent 15.01.2019 - 07:25
     2019-01-14 17:56:49   EZ.EG.RO_PosValue 0
     2019-01-14 17:55:58   EZ.EG.RO_lastPosValue 0
     2019-01-14 17:55:58   EZ.EG.RO_nextAstroTimeEvent 15.01.2019 - 07:25
     2019-01-14 17:51:24   KC.OG.1.RO_PosValue 100
     2019-01-14 07:25:34   KC.OG.1.RO_lastPosValue 100
     2019-01-14 17:55:58   KC.OG.1.RO_nextAstroTimeEvent 15.01.2019 - 07:25
     2019-01-14 17:51:25   KC.OG.2.RO_PosValue 100
     2019-01-14 07:25:34   KC.OG.2.RO_lastPosValue 0
     2019-01-14 17:55:58   KC.OG.2.RO_nextAstroTimeEvent 15.01.2019 - 07:25
     2019-01-14 17:51:22   KL.OG.1.RO_PosValue 100
     2019-01-14 07:25:34   KL.OG.1.RO_lastPosValue 100
     2019-01-14 17:55:58   KL.OG.1.RO_nextAstroTimeEvent 15.01.2019 - 07:25
     2019-01-14 17:51:24   KL.OG.2.RO_PosValue 100
     2019-01-14 07:25:34   KL.OG.2.RO_lastPosValue 0
     2019-01-14 17:55:58   KL.OG.2.RO_nextAstroTimeEvent 15.01.2019 - 07:25
     2019-01-14 17:51:23   KL.OG.3.RO_PosValue 100
     2019-01-14 07:25:34   KL.OG.3.RO_lastPosValue 100
     2019-01-14 17:55:58   KL.OG.3.RO_nextAstroTimeEvent 15.01.2019 - 07:25
     2019-01-14 17:55:58   KU.EG.1.RO_lastPosValue 100
     2019-01-14 17:55:58   KU.EG.1.RO_nextAstroTimeEvent 15.01.2019 - 07:25
     2019-01-14 17:51:23   KU.EG.2.RO_PosValue 100
     2019-01-14 07:25:34   KU.EG.2.RO_lastPosValue 100
     2019-01-14 17:55:58   KU.EG.2.RO_nextAstroTimeEvent 15.01.2019 - 07:25
     2019-01-14 16:01:21   SZ.ELW.RO_PosValue 100
     2019-01-14 07:22:49   SZ.ELW.RO_lastPosValue 28.5
     2019-01-14 17:55:58   SZ.ELW.RO_nextAstroTimeEvent 15.01.2019 - 07:25
     2018-12-28 17:32:28   hardLockOut     off
     2018-11-12 15:20:14   partyMode       off
     2019-01-13 18:04:08   room_ELW-_Gaestezimmer_hersteller-_homematic_technik-_rollladen SZ.ELW.RO
     2019-01-13 18:04:08   room_OG-_Elternbad_hersteller-_homematic_technik-_rollladen BE.OG.RO
     2019-01-13 18:04:08   room_hersteller-_homematic_technik-_rollladen_EG-_Kueche_EG-_Kueche KU.EG.1.RO,KU.EG.2.RO
     2019-01-13 18:04:08   room_hersteller-_homematic_technik-_rollladen_OG-_Christoph KC.OG.1.RO,KC.OG.2.RO
     2019-01-13 18:04:08   room_hersteller-_homematic_technik-_rollladen_OG-_Lilith KL.OG.1.RO,KL.OG.2.RO,KL.OG.3.RO
     2019-01-13 18:04:08   room_hersteller-_shelly_technik-_rollladen_EG-_Esszimmer EZ.EG.RO
     2018-11-12 15:20:14   selfDefense     off
     2019-01-14 17:56:49   state           night close
     2018-11-12 15:20:14   sunriseTimeWeHoliday off
     2019-01-13 18:04:08   userAttrList    rolled out
   helper:
     shuttersList:
       BE.OG.RO
       EZ.EG.RO
       KC.OG.1.RO
       KC.OG.2.RO
       KL.OG.1.RO
       KL.OG.2.RO
       KL.OG.3.RO
       KU.EG.1.RO
       KU.EG.2.RO
       SZ.ELW.RO
   monitoredDevs:
     ASC_WindowRec_subType:twostate:
       KL.OG.1.RO 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_BrightnessMaxVal ASC_BrightnessMinVal ASC_Brightness_Reading ASC_Brightness_Sensor 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_Drive_Offset ASC_GuestRoom:on,off ASC_LockOut:soft,hard,off ASC_LockOut_Cmd:inhibit,blocked,protection ASC_Mode_Down:gone,absent,always,off,home ASC_Mode_Up:gone,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_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_Exclude:on,off ASC_Shading_Angle_Left ASC_Shading_Angle_Right ASC_Shading_Direction ASC_Shading_Min_Elevation ASC_Shading_Min_OutsideTemperature ASC_Shading_Mode:gone,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_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_WindowRec
       KL.OG.2.RO 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_BrightnessMaxVal ASC_BrightnessMinVal ASC_Brightness_Reading ASC_Brightness_Sensor 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_Drive_Offset ASC_GuestRoom:on,off ASC_LockOut:soft,hard,off ASC_LockOut_Cmd:inhibit,blocked,protection ASC_Mode_Down:gone,absent,always,off,home ASC_Mode_Up:gone,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_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_Exclude:on,off ASC_Shading_Angle_Left ASC_Shading_Angle_Right ASC_Shading_Direction ASC_Shading_Min_Elevation ASC_Shading_Min_OutsideTemperature ASC_Shading_Mode:gone,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_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_WindowRec
       KL.OG.3.RO 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_BrightnessMaxVal ASC_BrightnessMinVal ASC_Brightness_Reading ASC_Brightness_Sensor 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_Drive_Offset ASC_GuestRoom:on,off ASC_LockOut:soft,hard,off ASC_LockOut_Cmd:inhibit,blocked,protection ASC_Mode_Down:gone,absent,always,off,home ASC_Mode_Up:gone,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_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_Exclude:on,off ASC_Shading_Angle_Left ASC_Shading_Angle_Right ASC_Shading_Direction ASC_Shading_Min_Elevation ASC_Shading_Min_OutsideTemperature ASC_Shading_Mode:gone,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_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_WindowRec
     BE.OG.RO:
     BE2.OG.SC:
       BE.OG.RO   ASC_WindowRec
     EZ.EG.RO:
     EZ1.EG.SC:
       EZ.EG.RO   ASC_WindowRec
     EZ2.EG.SC:
       EZ.EG.RO   ASC_WindowRec
     KC.OG.1.RO:
     KC.OG.2.RO:
     KC.OG.SC:
       KC.OG.1.RO ASC_WindowRec
     KL.OG.1.RO:
     KL.OG.2.RO:
     KL.OG.3.RO:
     KL1.OG.SC:
       KL.OG.1.RO ASC_WindowRec
     KL2.OG.SC:
       KL.OG.2.RO ASC_WindowRec
     KU.EG.1.RO:
     KU.EG.2.RO:
     KU1.EG.SC:
       KU.EG.1.RO ASC_WindowRec
     KU2.EG.SC:
       KU.EG.2.RO ASC_WindowRec
     SZ.ELW.RO:
     SZ.ELW.SC:
       SZ.ELW.RO  ASC_WindowRec
     rr_Klaus:
       SZ.ELW.RO  ASC_Roommate_Device
     rr_Lilith:
       KL.OG.1.RO ASC_Roommate_Device
       KL.OG.2.RO ASC_Roommate_Device
       KL.OG.3.RO ASC_Roommate_Device
     threestate:
       KL.OG.1.RO 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_BrightnessMaxVal ASC_BrightnessMinVal ASC_Brightness_Reading ASC_Brightness_Sensor 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_Drive_Offset ASC_GuestRoom:on,off ASC_LockOut:soft,hard,off ASC_LockOut_Cmd:inhibit,blocked,protection ASC_Mode_Down:gone,absent,always,off,home ASC_Mode_Up:gone,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_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_Exclude:on,off ASC_Shading_Angle_Left ASC_Shading_Angle_Right ASC_Shading_Direction ASC_Shading_Min_Elevation ASC_Shading_Min_OutsideTemperature ASC_Shading_Mode:gone,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_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_WindowRec
       KL.OG.2.RO 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_BrightnessMaxVal ASC_BrightnessMinVal ASC_Brightness_Reading ASC_Brightness_Sensor 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_Drive_Offset ASC_GuestRoom:on,off ASC_LockOut:soft,hard,off ASC_LockOut_Cmd:inhibit,blocked,protection ASC_Mode_Down:gone,absent,always,off,home ASC_Mode_Up:gone,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_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_Exclude:on,off ASC_Shading_Angle_Left ASC_Shading_Angle_Right ASC_Shading_Direction ASC_Shading_Min_Elevation ASC_Shading_Min_OutsideTemperature ASC_Shading_Mode:gone,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_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_WindowRec
       KL.OG.3.RO 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_BrightnessMaxVal ASC_BrightnessMinVal ASC_Brightness_Reading ASC_Brightness_Sensor 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_Drive_Offset ASC_GuestRoom:on,off ASC_LockOut:soft,hard,off ASC_LockOut_Cmd:inhibit,blocked,protection ASC_Mode_Down:gone,absent,always,off,home ASC_Mode_Up:gone,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_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_Exclude:on,off ASC_Shading_Angle_Left ASC_Shading_Angle_Right ASC_Shading_Direction ASC_Shading_Min_Elevation ASC_Shading_Min_OutsideTemperature ASC_Shading_Mode:gone,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_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_WindowRec
Attributes:
   ASC_autoAstroModeEvening NAUTIC
   ASC_autoAstroModeMorning CIVIL
   ASC_autoShuttersControlComfort on
   ASC_autoShuttersControlEvening on
   ASC_autoShuttersControlMorning on
   ASC_expert 1
   ASC_freezeTemp 3
   ASC_residentsDevice bueschgens
   ASC_shuttersDriveOffset 120
   ASC_temperatureReading temperature
   ASC_temperatureSensor SU.NN.LF
   ASC_twilightDevice twilight
   devStateIcon selfeDefense.terrace:fts_door_tilt created.new.drive.timer:clock .*asleep:scene_sleeping roommate.(awoken|home):user_available residents.(home|awoken):status_available manual:fts_shutter_manual selfeDefense.active:status_locked selfeDefense inactive:status_open day.open:scene_day night close:scene_night
   icon       fts_shutter_automatic
   room       technik->rollladen
   verbose    3


Ein get ... showshuttersinfdomrations ergibt

Shutters Next DriveUp Next DriveDown ASC Up ASC Down ASC Mode Up ASC Mode Down Partymode Lock-Out Last Drive Position Last Position
BE.OG.RO 15.01.2019 - 07:25:04 15.01.2019 - 17:55:58 astro astro always always off off manual 100 0
EZ.EG.RO 15.01.2019 - 07:25:04 15.01.2019 - 17:55:58 astro astro always always off off night close 0 100
KC.OG.1.RO 15.01.2019 - 07:25:04 15.01.2019 - 17:55:58 astro astro always always off off manual 100 0
KC.OG.2.RO 15.01.2019 - 07:25:04 15.01.2019 - 17:55:58 astro astro always always off off manual 100 0
KL.OG.1.RO 15.01.2019 - 07:25:04 15.01.2019 - 17:55:58 astro astro gone gone off off manual 100 0
KL.OG.2.RO 15.01.2019 - 07:25:04 15.01.2019 - 17:55:58 astro astro gone gone off off manual 100 0
KL.OG.3.RO 15.01.2019 - 07:25:04 15.01.2019 - 17:55:58 astro astro gone gone off off manual 100 0
KU.EG.1.RO 15.01.2019 - 07:25:04 15.01.2019 - 17:55:58 astro astro always always off off night close 0 100
KU.EG.2.RO 15.01.2019 - 07:25:04 15.01.2019 - 17:55:58 astro astro always always off off manual 100 0
SZ.ELW.RO 15.01.2019 - 07:25:04 15.01.2019 - 17:55:58 astro astro absent absent off off manual 25.5 28.5


Für hinweise und Ideen dankbar.

Gruß,

Tom
FHEM: debian Intel-NUC / 25 x MAX!, 15 x HM-bidcos, MQTT, 3 x 1wire, 20 x Shelly, 20 x Tasmota, 12 x Yeelight, Opentherm-GW, Espeasy, alexa-fhem, kodi, unifi, musiccast, ...

CoolTux

Deine NOTIFYDEV ist fehlerhaft. Bitte einmal expert 1 Attribut setzen und dann ein set createNewNotifyDev 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

sledge

Zitat von: CoolTux am 14 Januar 2019, 19:03:57
Deine NOTIFYDEV ist fehlerhaft. Bitte einmal expert 1 Attribut setzen und dann ein set createNewNotifyDev machen.

Danke. Done. Ich beobachte für morgen früh ;-)

Gruß, Tom
FHEM: debian Intel-NUC / 25 x MAX!, 15 x HM-bidcos, MQTT, 3 x 1wire, 20 x Shelly, 20 x Tasmota, 12 x Yeelight, Opentherm-GW, Espeasy, alexa-fhem, kodi, unifi, musiccast, ...

sledge

Zitat von: CoolTux am 14 Januar 2019, 19:03:57
Deine NOTIFYDEV ist fehlerhaft. Bitte einmal expert 1 Attribut setzen und dann ein set createNewNotifyDev machen.

Hi,

also: Hochgefahren sind alle Rollladen heute morgen - aber heute abend wieder die gleiche Situation wie im vorherigen Post: zwei fahren runter, alle anderen bleiben oben. Ich neige dazu, die aus ASC rauszunehmen, die user-Attribute zu löschen und neu einzuhängen... Sollte doch "schmerzfrei" funktionieren - bis auf die Fensterkontakte habe ich mE keine Rollladen-spezifische Einstellungen - alles im ASC-Device.

Gruß,
Tom
FHEM: debian Intel-NUC / 25 x MAX!, 15 x HM-bidcos, MQTT, 3 x 1wire, 20 x Shelly, 20 x Tasmota, 12 x Yeelight, Opentherm-GW, Espeasy, alexa-fhem, kodi, unifi, musiccast, ...

CoolTux

Zitat von: sledge am 15 Januar 2019, 18:33:32
Hi,

also: Hochgefahren sind alle Rollladen heute morgen - aber heute abend wieder die gleiche Situation wie im vorherigen Post: zwei fahren runter, alle anderen bleiben oben. Ich neige dazu, die aus ASC rauszunehmen, die user-Attribute zu löschen und neu einzuhängen... Sollte doch "schmerzfrei" funktionieren - bis auf die Fensterkontakte habe ich mE keine Rollladen-spezifische Einstellungen - alles im ASC-Device.

Gruß,
Tom

Hallo Tom,

Das sollte ohne weiteres so gehen.
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

CoolTux

Zitat von: C0mmanda am 14 Januar 2019, 18:49:39
Ich danke dir dass du dieses Risiko eingehst um mein Problem zu lösen :D
Grtz

Hallo,

Bei mir ist der Rolladen heute morgen nicht gefahren. Erst wie ich mich awoken gestellt hatte.
Ich lasse mir morgen Vormittag mal was zum testen einfallen.
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

CoolTux

Hallo Tom,

Was mir gerade noch eingefallen ist. Setz dich einfach mal ein offSet im ASC Device. Sagen wir 30s. Mal schauen ob das was bringt.
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

dk3572

Zitat von: dk3572 am 11 Januar 2019, 13:01:33
Habe es eben zum x-ten mal getestet.
1. Ganztägiger Termin heute (11.) = state 1, tomorrow 0
2. Ganztägiger Termin morgen (12.) = state 0, tomorrow 1
3. Mehrtägiger Termin ab heute (11.) = state 1, tomorrow 1
4. Mehrtägiger Termin bis heute (11.) = state 1, tomorrow 1

Nach jeder Änderung im Google Kalender habe ich im Kalender Modul ein reload gemacht.
Bei 1 - 3 ist ja auch alles korrekt.
Nur bei 4 scheint doch wohl ein Fehler vorzuliegen.

Danke auch für deine Mühe.

Hallo CoolTux,

hast du trotz der vielen Baustellen zufällig hier auch noch mal drüber geschaut?

VG Dieter

CoolTux

Zitat von: dk3572 am 15 Januar 2019, 19:39:04
Hallo CoolTux,

hast du trotz der vielen Baustellen zufällig hier auch noch mal drüber geschaut?

VG Dieter

Hallo Dieter,

Bis jetzt noch nicht. Aber ich habe da eh etwas gestern aufgebaut. Morgen Vormittag kann ich bestimmt testen.


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

sledge

Zitat von: CoolTux am 15 Januar 2019, 19:14:06
Hallo Tom,

Was mir gerade noch eingefallen ist. Setz dich einfach mal ein offSet im ASC Device. Sagen wir 30s. Mal schauen ob das was bringt.
Hi,

ich hatte schon einen Offset von 120 Sekunden drin - den habe ich jetzt auf 240 Sekunden erhöht. Sollte es morgen abend immer noch so sein, werde ich alle Devices nochmal neu registrieren... geht ja fix.

Danke,

Tom
FHEM: debian Intel-NUC / 25 x MAX!, 15 x HM-bidcos, MQTT, 3 x 1wire, 20 x Shelly, 20 x Tasmota, 12 x Yeelight, Opentherm-GW, Espeasy, alexa-fhem, kodi, unifi, musiccast, ...

Beetle2003

Hallo.

ich habe die gleiche Herausforderung mit den Rollos. Morgens fahren alle hoch, doch bends nicht alle herunter.

Was komisch ist, dass das das Reading pct auf 0 stehte obwohl das Rollo noch offen ist (100).
Macht man ein      set Rollo 0      fährt es zu.

Ich habe jedem Rollo ein u nterschiedliches Offset gegeben. Jedes mit einem Versatz von 60 sec. Dieser scheint morgens nicht zu funktionieren.

Mal sehen wer eine Idee hat.

Danke

CoolTux

Zitat von: Beetle2003 am 16 Januar 2019, 00:28:59
Hallo.

ich habe die gleiche Herausforderung mit den Rollos. Morgens fahren alle hoch, doch bends nicht alle herunter.

Was komisch ist, dass das das Reading pct auf 0 stehte obwohl das Rollo noch offen ist (100).
Macht man ein      set Rollo 0      fährt es zu.

Ich habe jedem Rollo ein u nterschiedliches Offset gegeben. Jedes mit einem Versatz von 60 sec. Dieser scheint morgens nicht zu funktionieren.

Mal sehen wer eine Idee hat.

Danke

Was hast Du denn genau für Rollos?
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