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

Begonnen von CoolTux, 15 November 2019, 12:51:08

Vorheriges Thema - Nächstes Thema

ch.eick

Zitat von: gestein am 29 Februar 2020, 19:41:45
Welche EnOcean Endschaltern meinst Du denn da?
Ich finde gerade nur die Kennung: EEP F6-10-00
Das Kontakte mit einem Kippeleement. Beim Oeffnen und beim Schliessen sind wird ein Paket gesendet. Ich such mal weiter, Du muesstest das natuerlich mechanisch in den Rolladenkasten integrieren.
RPI4; Docker; CUNX; Eltako FSB61NP; SamsungTV H-Serie; Sonos; Vallox; Luxtronik; 3x FB7490; Stromzähler mit DvLIR; wunderground; Plenticore 10 mit BYD; EM410; SMAEM; Modbus TCP
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/ch.eick

CoolTux

Lese bitte einmal die Commandref. Da steht das der Set Befehl global Weekend und Holiday aktiviert.
Das hast du also mal gesetzt mit dem set Befehl. Beim ersten Start ist es oft.
Man kann es nur global oder gar nicht aktivieren.
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

ch.eick

Zitat von: CoolTux am 29 Februar 2020, 20:23:54
Lese bitte einmal die Commandref. Da steht das der Set Befehl global Weekend und Holiday aktiviert.
Das hast du also mal gesetzt mit dem set Befehl. Beim ersten Start ist es oft.
Man kann es nur global oder gar nicht aktivieren.
Okay, aber warum aktiviert es dann bei allen Rollos eine Weekend Zeit?
Es lief bereits ca ein Jahr, jedoch nur fuer das Schlafzimmer, wo auch eine Zeit gesetzt wurde. Das ist halt komisch und ich verstehe es nicht.
Global die Unterstuetzung zu aktivieren ist toll. Aber anwenden nur wo auch eine Zeit gesetzt ist waere verstaendlich. Ein default, wenn die gesetzte
Zeit nicht gueltig ist waere fuer mich auch verstaendlich.

Nach Deiner Beschreibung aktiviert man es global sofort fuer alle Rollos mit den Default um 8:00 Uhr und man kann es dann in jedem Rollo mit einem
individuellen Wert ueberschreiben. Habe ich das jetzt so richtig verstanden?

EDIT:
Ich habe nun folgendes versucht:
ASC_Time_Up_WE_Holiday {sunrise("CIVIL",0,"05:00","10:00")}

Die Funktion gibt korrect 30:35:13 zurueck, also morgen 06:35:13
Danach im ASC Device ein renewAllTimer , jedoch wurde die Zeit nicht in einem neuen Timer uebernommen.

Als Default waere eigentlich der Wert der ansonsten gesetzt wuerde optimal, dann brauchst Du keinen fixen Wert in den Code zu schreiben :-)
RPI4; Docker; CUNX; Eltako FSB61NP; SamsungTV H-Serie; Sonos; Vallox; Luxtronik; 3x FB7490; Stromzähler mit DvLIR; wunderground; Plenticore 10 mit BYD; EM410; SMAEM; Modbus TCP
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/ch.eick

CoolTux

30:35:13 ist aber keine ASC konforme Uhrzeit. Diese geht von 00:00 bis 24:00

mögliche Lösung wäre
computeAlignTime('24:00',sunrise("CIVIL",0,"05:00","10:00")))

Ich schaue mir mal an ob es eine Möglichkeit gibt das per default im Rollo kein WE genommen wird.
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

ch.eick

Zitat von: CoolTux am 01 März 2020, 07:37:28
30:35:13 ist aber keine ASC konforme Uhrzeit. Diese geht von 00:00 bis 24:00

mögliche Lösung wäre
computeAlignTime('24:00',sunrise("CIVIL",0,"05:00","10:00")))
Danke fuer die Rueckmeldung ich probiere das als workaround mal aus.
Was mich nur wundert ist, dass es bereits mit diese Konfiguration aber anderer ASC Version bereits gelaufen ist.
Ich mache recht haeufig updates und meistens laeft auch alles. Die Konfiguration aendere ich nur wenn durch eine Modul weiter Entwicklung noetig ist.

Viele Gruesse
    Christian

Und immer wieder danke fuer das tolle Modul, ich weiss wieviel Arbeit in diesem Komplexen Thema steckt, wobei ich ja nur recht wenig verwende.
RPI4; Docker; CUNX; Eltako FSB61NP; SamsungTV H-Serie; Sonos; Vallox; Luxtronik; 3x FB7490; Stromzähler mit DvLIR; wunderground; Plenticore 10 mit BYD; EM410; SMAEM; Modbus TCP
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/ch.eick

CoolTux

Zitat von: ch.eick am 01 März 2020, 08:56:41
Danke fuer die Rueckmeldung ich probiere das als workaround mal aus.
Was mich nur wundert ist, dass es bereits mit diese Konfiguration aber anderer ASC Version bereits gelaufen ist.
Ich mache recht haeufig updates und meistens laeft auch alles. Die Konfiguration aendere ich nur wenn durch eine Modul weiter Entwicklung noetig ist.

Viele Gruesse
    Christian

Und immer wieder danke fuer das tolle Modul, ich weiss wieviel Arbeit in diesem Komplexen Thema steckt, wobei ich ja nur recht wenig verwende.

Das es in früheren Versionen mal so funktioniert hat ist laut Code unwahrscheinlich. Habe extra noch mal ein paar alte Versionen durchgeschaut. Eventuell war dann ein Bug der gefixt wurde. Aber dazu habe ich so nichts gefunden.
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

ch.eick

Zitat von: CoolTux am 01 März 2020, 09:30:18
Das es in früheren Versionen mal so funktioniert hat ist laut Code unwahrscheinlich. Habe extra noch mal ein paar alte Versionen durchgeschaut. Eventuell war dann ein Bug der gefixt wurde. Aber dazu habe ich so nichts gefunden.
Du bist immer so schnell, echt super, da macht es auch Spass Dir Fehler zu melden. Danke
RPI4; Docker; CUNX; Eltako FSB61NP; SamsungTV H-Serie; Sonos; Vallox; Luxtronik; 3x FB7490; Stromzähler mit DvLIR; wunderground; Plenticore 10 mit BYD; EM410; SMAEM; Modbus TCP
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/ch.eick

CoolTux

Zitat von: ch.eick am 01 März 2020, 11:54:21
Du bist immer so schnell, echt super, da macht es auch Spass Dir Fehler zu melden. Danke
Wie gesagt ich schaue mir mal an ob man das Attribut zum setzen der Zeit als default so einstellen kann das wenn nicht gesetzt kein Weekend gilt.


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

Dersch

Zitat von: CoolTux am 18 Februar 2020, 10:09:29
Wenn Du eh alle Rollos mit Brightness fährst dann kannst Du ASC_autoAstroModeEvening CIVIL entfernen.
Kannst Du bitte einmal schauen wie der Wert von getIsDay ist?

{ ascAPIget('IsDay','ROLLONAME') }


Grüße

Die Ausgabe ist 0

Das passiert leider immer wieder, dass alle Rollos hochfahren wenn Resident auf home schaltet. Aber nur wenn die Rollos runtergefahren sind solange Residents auf absent war.

Grüße

CoolTux

Interessant. 0 bedeutet das ASC das Rollo für Nacht einstuft. Da dürfte es dann in der Tat nicht hoch fahren.
Gib mal bitte ein list von einem Rollo welches hoch fährt.
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

Dersch

Zitat von: CoolTux am 03 März 2020, 06:28:58
Interessant. 0 bedeutet das ASC das Rollo für Nacht einstuft. Da dürfte es dann in der Tat nicht hoch fahren.
Gib mal bitte ein list von einem Rollo welches hoch fährt.

Hier:

Internals:
   DEF        35EF94
   FUUID      5c432072-f33f-c2c3-ced2-0cf402383f1b1d20
   HMLAN1_MSGCNT 4
   HMLAN1_RAWMSG E35EF94,0000,251E3046,FF,FFC6,EDA41035EF942864FE0601C800
   HMLAN1_RSSI -58
   HMLAN1_TIME 2020-03-03 06:52:21
   HMUSB_MSGCNT 3
   HMUSB_RAWMSG E35EF94,0000,820E0AD5,FF,FFC0,EDA41035EF942864FE0601C800
   HMUSB_RSSI -64
   HMUSB_TIME 2020-03-03 06:52:21
   IODev      HMLAN1
   LASTInputDev HMUSB
   MSGCNT     7
   NAME       WzRolladenTerrasse
   NOTIFYDEV  global
   NR         42
   NTFY_ORDER 50-WzRolladenTerrasse
   STATE      up
   TYPE       CUL_HM
   chanNo     01
   lastMsg    No:ED - t:10 s:35EF94 d:2864FE 0601C800
   protLastRcv 2020-03-03 06:52:21
   protRcv    3 last_at:2020-03-03 06:52:21
   protSnd    4 last_at:2020-03-03 06:52:21
   protState  CMDs_done
   rssi_HMLAN1 cnt:2 min:-58 max:-58 avg:-58 lst:-58
   rssi_at_HMLAN1 cnt:4 min:-61 max:-58 avg:-58.75 lst:-58
   rssi_at_HMUSB cnt:3 min:-65 max:-62 avg:-63.66 lst:-64
   OLDREADINGS:
   READINGS:
     2019-05-21 23:15:25   ASC_Enable      on
     2020-03-03 06:52:21   ASC_ShuttersLastDrive maximum brightness threshold exceeded
     2020-03-03 08:30:01   ASC_Time_DriveDown  3.03.2020 - 22:00
     2020-03-03 08:30:01   ASC_Time_DriveUp  4.03.2020 - 08:30
     2020-03-03 06:51:43   CommandAccepted yes
     2018-07-27 08:47:26   D-firmware      2.8
     2018-07-27 08:47:26   D-serialNr      MEQ0651668
     2019-08-12 12:56:49   PairedTo        0x2864FE
     2018-03-19 15:42:57   R-driveDown     31.2 s
     2018-03-19 15:42:57   R-driveTurn     0.5 s
     2018-03-19 15:42:57   R-driveUp       33.1 s
     2018-03-19 15:42:56   R-pairCentral   0x2864FE
     2018-03-19 15:42:57   R-sign          off
     2019-08-12 12:56:49   RegL_00.        00:00 02:01 0A:28 0B:64 0C:FE 15:FF 18:00
     2019-08-12 12:56:50   RegL_01.        00:00 08:00 09:00 0A:00 0B:01 0C:38 0D:01 0E:4B 0F:05 10:00 30:06 56:00 57:24
     2020-03-02 21:41:18   associatedWith  myASControl
     2020-03-03 06:52:21   deviceMsg       on (to CCU)
     2020-03-03 06:52:21   level           100
     2020-03-03 06:52:21   motor           stop:on
     2020-03-03 06:52:21   pct             100
     2019-08-12 12:54:19   powerOn         2019-08-12 12:54:19
     2020-03-03 06:52:21   recentStateType info
     2020-03-03 06:52:21   state           on
     2020-03-03 06:52:21   timedOn         off
   helper:
     HM_CMDNR   237
     cSnd       012864FE35EF94010E,112864FE35EF940201C8
     dlvlCmd    ++A0112864FE35EF940201C8
     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        0
       raw        1
       tpl        0
     io:
       newChn     +35EF94,00,00,00
       nextSend   1583214741.86019
       prefIO     
       rxt        0
       vccu       CCU
       p:
         35EF94
         00
         00
         00
     mRssi:
       mNo        ED
       io:
         HMLAN1:
           -52
           -52
         HMUSB:
           -64
           -64
     prt:
       bErr       0
       sProc      0
       rspWait:
     q:
       qReqConf   
       qReqStat   
     role:
       chn        1
       dev        1
       prs        1
     rpt:
       IO         HMLAN1
       flg        A
       ts         1583214741.73115
       ack:
         HASH(0x55fa79bb5c70)
         ED80022864FE35EF9400
     rssi:
       HMLAN1:
         avg        -58
         cnt        2
         lst        -58
         max        -58
         min        -58
       at_HMLAN1:
         avg        -58.75
         cnt        4
         lst        -58
         max        -58
         min        -61
       at_HMUSB:
         avg        -63.6666666666667
         cnt        3
         lst        -64
         max        -62
         min        -65
     shadowReg:
     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_BrightnessSensor TeHelligkeit:luminosity
   ASC_Closed_Pos 0
   ASC_ComfortOpen_Pos 80
   ASC_Down   brightness
   ASC_Drive_Delay -1
   ASC_Drive_DelayStart -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_PrivacyDownValue_beforeNightClose -1
   ASC_PrivacyDown_Pos 50
   ASC_Roommate_Device none
   ASC_Roommate_Reading state
   ASC_Shading_InOutAzimuth 105:255
   ASC_Shading_MinMax_Elevation 25
   ASC_Shading_Min_OutsideTemperature 18
   ASC_Shading_Mode off
   ASC_Shading_Pos 20
   ASC_Shading_StateChange_SunnyCloudy 35000:20000
   ASC_Shading_WaitingPeriod 1200
   ASC_ShuttersPlace window
   ASC_Time_Down_Early 16:30
   ASC_Time_Down_Late 22:00
   ASC_Time_Up_Early 06:30
   ASC_Time_Up_Late 08:30
   ASC_Time_Up_WE_Holiday 08:00
   ASC_Up     brightness
   ASC_Ventilate_Pos 30
   ASC_Ventilate_Window_Open on
   ASC_WiggleValue 5
   ASC_WindowRec none
   ASC_WindowRec_subType twostate
   DbLogExclude .*
   IODev      HMLAN1
   IOgrp      CCU
   autoReadReg 4_reqStatus
   cmdIcon    up:rc_UP stop:rc_STOP down:rc_DOWN
   devStateIcon up:fts_shutter_10@green down:fts_shutter_100@grey 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
   eventMap   on:up off:down
   expert     2_full
   firmware   2.8
   group      Rolläden
   icon       fts_shutter_updown
   model      HM-LC-BL1-FM
   peerIDs    00000000,
   room       Wohnzimmer
   serialNr   MEQ0651668
   subType    blindActuator
   userattr   ASC_Adv:on,off 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,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger 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_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth 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_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_Sleep_Pos:0,10,20,30,40,50,60,70,80,90,100 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,roommate 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_PosAfterDayClosed:open,lastManual ASC_WindowRec_subType:twostate,threestate lightSceneParamsToSave lightSceneRestoreOnlyIfChanged:1,0 room_map structexclude
   webCmd     up:stop:down

CoolTux

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


baerm

Hallo CoolTux,
ich habe inzwischen auch auf ASC umgestellt und das abendliche Herunterfahren funktioniert einwandfrei. Am morgen bleiben die Jalousien aber unten und ich finde nicht heraus warum. Next DriveUp wird aber korrekt mit 7 Uhr angegeben. Kannst Du mir einen Hinweis geben?


Internals:
   FUUID      5cf390d6-f33f-e2c0-d5d2-ff0ca650aca72ab0
   FVERSION   73_AutoShuttersControl.pm:v0.8.17-s21284/2020-02-27 TESTING
   MID        da39a3ee5e6b4b0d3255bfef95601890afd80709
   NAME       ASC
   NOTIFYDEV  global,ACS,Jalousie_Bad_Gross,Jalousie_Kinderzimmer_Ost,Jalousie_Kinderzimmer_Sued,Jalousie_Schlafzimmer,Jalousie_Stiegenhaus,Jalousie_Suedterrasse_Esstisch,Jalousie_Suedterrasse_Kueche,Jalousie_Suedterrasse_Tuere,Jalousie_Schlafzimmer,Jalousie_Sauna,KNX_0000001,KNX_0000003,Jalousie_Suedterrasse_Esstisch,ASC_WindowRec_PosAfterDayClosed,Jalousie_Kinderzimmer_Sued,KNX_0000005,Astro,Jalousie_Stiegenhaus,Jalousie_Suedterrasse_Kueche,Jalousie_Kinderzimmer_Ost,Jalousie_Bad_Gross,Jalousie_Suedterrasse_Tuere
   NR         751
   NTFY_ORDER 51-ACS
   STATE      created new drive timer
   TYPE       AutoShuttersControl
   VERSION    v0.8.17
   OLDREADINGS:
   READINGS:
     2020-02-27 18:06:51   Jalousie_Bad_Gross_lastPosValue 0
     2020-03-04 18:15:56   Jalousie_Bad_Gross_nextAstroTimeEvent  5.03.2020 - 05:57
     2020-02-26 18:05:20   Jalousie_Kinderzimmer_Ost_lastPosValue 0
     2020-03-04 18:15:56   Jalousie_Kinderzimmer_Ost_nextAstroTimeEvent  5.03.2020 - 05:57
     2020-02-26 18:05:22   Jalousie_Kinderzimmer_Sued_lastPosValue 0
     2020-03-04 18:15:56   Jalousie_Kinderzimmer_Sued_nextAstroTimeEvent  5.03.2020 - 05:57
     2020-02-28 06:09:01   Jalousie_Sauna_lastPosValue 0
     2020-02-26 18:05:20   Jalousie_Schlafzimmer_lastPosValue 0
     2020-03-04 18:15:56   Jalousie_Schlafzimmer_nextAstroTimeEvent  5.03.2020 - 05:57
     2020-02-26 18:05:21   Jalousie_Stiegenhaus_lastPosValue 0
     2020-03-04 18:15:56   Jalousie_Stiegenhaus_nextAstroTimeEvent  5.03.2020 - 05:57
     2020-03-04 18:15:57   Jalousie_Suedterrasse_Esstisch_lastPosValue 0
     2020-03-04 18:15:57   Jalousie_Suedterrasse_Esstisch_nextAstroTimeEvent  5.03.2020 - 07:00
     2020-03-04 18:15:57   Jalousie_Suedterrasse_Kueche_lastPosValue 0
     2020-03-04 18:15:57   Jalousie_Suedterrasse_Kueche_nextAstroTimeEvent  5.03.2020 - 07:00
     2020-03-04 18:15:57   Jalousie_Suedterrasse_Tuere_lastPosValue 0
     2020-03-04 18:15:57   Jalousie_Suedterrasse_Tuere_nextAstroTimeEvent  5.03.2020 - 07:00
     2020-02-22 19:02:09   ascEnable       on
     2020-02-22 23:14:33   controlShading  on
     2019-12-17 08:23:30   hardLockOut     off
     2020-02-29 10:32:45   room_EG-_Wohnzimmer_Jalousien Jalousie_Suedterrasse_Esstisch,Jalousie_Suedterrasse_Kueche,Jalousie_Suedterrasse_Tuere
     2020-02-29 10:32:45   room_Jalousien_OG-_Kinderzimmer Jalousie_Kinderzimmer_Ost,Jalousie_Kinderzimmer_Sued
     2020-02-29 10:32:45   room_Jalousien_OG-_Schlafzimmer Jalousie_Schlafzimmer
     2020-02-29 10:32:45   room_OG-_Bad_Gross_Jalousien Jalousie_Bad_Gross
     2020-02-29 10:32:45   room_OG-_Gang_Jalousien Jalousie_Stiegenhaus
     2019-12-17 08:23:30   selfDefense     off
     2020-03-04 18:15:57   state           created new drive timer
     2019-12-17 08:23:30   sunriseTimeWeHoliday off
     2020-02-29 10:32:45   userAttrList    rolled out
   helper:
     shuttersList:
       Jalousie_Bad_Gross
       Jalousie_Kinderzimmer_Ost
       Jalousie_Kinderzimmer_Sued
       Jalousie_Schlafzimmer
       Jalousie_Stiegenhaus
       Jalousie_Suedterrasse_Esstisch
       Jalousie_Suedterrasse_Kueche
       Jalousie_Suedterrasse_Tuere
   monitoredDevs:
     ASC_WindowRec_PosAfterDayClosed:
       Jalousie_Bad_Gross userattr ASC_Adv:on,off 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,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger 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_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth 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_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_Sleep_Pos:0,10,20,30,40,50,60,70,80,90,100 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,roommate 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
       Jalousie_Kinderzimmer_Ost userattr ASC_Adv:on,off 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,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger 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_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth 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_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_Sleep_Pos:0,10,20,30,40,50,60,70,80,90,100 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,roommate 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
       Jalousie_Kinderzimmer_Sued userattr ASC_Adv:on,off 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,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger 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_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth 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_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_Sleep_Pos:0,10,20,30,40,50,60,70,80,90,100 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,roommate 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
       Jalousie_Sauna userattr ASC_Adv:on,off 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,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger 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_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth 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_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_Sleep_Pos:0,10,20,30,40,50,60,70,80,90,100 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,roommate 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
       Jalousie_Schlafzimmer userattr ASC_Adv:on,off 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,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger 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_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth 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_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_Sleep_Pos:0,10,20,30,40,50,60,70,80,90,100 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,roommate 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
       Jalousie_Stiegenhaus userattr ASC_Adv:on,off 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,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger 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_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth 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_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_Sleep_Pos:0,10,20,30,40,50,60,70,80,90,100 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,roommate 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
       Jalousie_Suedterrasse_Esstisch userattr ASC_Adv:on,off 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,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger 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_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth 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_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_Sleep_Pos:0,10,20,30,40,50,60,70,80,90,100 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,roommate 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
       Jalousie_Suedterrasse_Kueche userattr ASC_Adv:on,off 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,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger 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_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth 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_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_Sleep_Pos:0,10,20,30,40,50,60,70,80,90,100 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,roommate 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
       Jalousie_Suedterrasse_Tuere userattr ASC_Adv:on,off 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,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger 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_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth 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_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_Sleep_Pos:0,10,20,30,40,50,60,70,80,90,100 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,roommate 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
     Astro:
       ACS        ASC_twilightDevice
     Jalousie_Bad_Gross:
     Jalousie_Kinderzimmer_Ost:
     Jalousie_Kinderzimmer_Sued:
     Jalousie_Sauna:
     Jalousie_Schlafzimmer:
     Jalousie_Stiegenhaus:
     Jalousie_Suedterrasse_Esstisch:
     Jalousie_Suedterrasse_Kueche:
     Jalousie_Suedterrasse_Tuere:
     KNX_0000001:
       ACS        ASC_rainSensor
     KNX_0000003:
       ACS        ASC_windSensor
     KNX_0000005:
       Jalousie_Kinderzimmer_Sued ASC_BrightnessSensor
       Jalousie_Stiegenhaus ASC_BrightnessSensor
       Jalousie_Suedterrasse_Esstisch ASC_BrightnessSensor
       Jalousie_Suedterrasse_Kueche ASC_BrightnessSensor
       Jalousie_Suedterrasse_Tuere ASC_BrightnessSensor
Attributes:
   ASC_autoAstroModeEvening CIVIL
   ASC_autoAstroModeMorning CIVIL
   ASC_autoShuttersControlEvening on
   ASC_autoShuttersControlMorning on
   ASC_expert 1
   ASC_rainSensor KNX_0000001:state
   ASC_tempSensor KNX_0104010:WERT
   ASC_twilightDevice Astro
   ASC_windSensor KNX_0000003:kmh
   devStateIcon { AutoShuttersControl_DevStateIcon($name) }
   icon       fts_shutter_automatic
   room       KG->ASC



und


Internals:
   DEF        2/3/2:dpt5.001 2/3/0:dpt1 2/3/1:dpt1 2/3/15:dpt5.001
   DEVNAME    Jalousie_Suedterrasse_Kueche
   FIRSTGADNAME g1
   FUUID      5e491407-f33f-e2c0-fe3d-0d1cf94ee1268916
   FVERSION   10_KNX.pm:0.174710/2018-10-07
   GETSTRING  g3:noArg g4:noArg g2:noArg g1:noArg
   IODev      KNX
   KNX_MSGCNT 54
   KNX_RAWMSG C01119w0230f7f
   KNX_TIME   2020-03-04 18:16:18
   LASTInputDev KNX
   MSGCNT     54
   NAME       Jalousie_Suedterrasse_Kueche
   NR         1153
   NTFY_ORDER 50-Jalousie_Suedterrasse_Kueche
   SETSTRING  g3:off,on g4:slider,0,1,100 g2:off,on g1:slider,0,1,100
   STATE      50 %
   TYPE       KNX
   GADDETAILS:
     g1:
       CODE       02302
       GROUP      2/3/2
       MODEL      dpt5.001
       NO         1
       OPTION     
       RDNAMEGET  getG1
       RDNAMEPUT  putG1
       RDNAMESET  setG1
       SETLIST    :slider,0,1,100
     g2:
       CODE       02300
       GROUP      2/3/0
       MODEL      dpt1
       NO         2
       OPTION     
       RDNAMEGET  getG2
       RDNAMEPUT  putG2
       RDNAMESET  setG2
       SETLIST    :off,on
     g3:
       CODE       02301
       GROUP      2/3/1
       MODEL      dpt1
       NO         3
       OPTION     
       RDNAMEGET  getG3
       RDNAMEPUT  putG3
       RDNAMESET  setG3
       SETLIST    :off,on
     g4:
       CODE       0230f
       GROUP      2/3/15
       MODEL      dpt5.001
       NO         4
       OPTION     
       RDNAMEGET  getG4
       RDNAMEPUT  putG4
       RDNAMESET  setG4
       SETLIST    :slider,0,1,100
   GADTABLE:
     02300      g2
     02301      g3
     02302      g1
     0230f      g4
   READINGS:
     2020-02-29 10:32:27   ASC_Enable      on
     2020-03-04 18:15:57   ASC_Time_DriveDown  5.03.2020 - 18:15
     2020-03-04 18:15:57   ASC_Time_DriveUp  5.03.2020 - 07:00
     2020-03-04 19:50:06   associatedWith  ASC
     2020-03-02 11:18:55   getG2           on
     2020-03-02 11:19:22   getG3           off
     2020-03-04 18:16:18   getG4           50 %
     2020-03-04 18:16:18   last-sender     1/1/25
     2020-03-04 18:15:57   setG1           50 %
     2020-03-03 06:47:06   setG2           off
     2020-02-29 10:32:27   setG3           on
     2020-03-04 18:16:18   state           50 %
Attributes:
   ASC        1
   ASC_BrightnessSensor KNX_0000005:Helligkeit 150:50
   ASC_Closed_Pos 100
   ASC_Down   astro
   ASC_Mode_Up always
   ASC_Open_Pos 0
   ASC_Pos_Reading g1
   ASC_PrivacyDown_Pos 50
   ASC_RainProtection on
   ASC_Shading_Min_OutsideTemperature 5
   ASC_Shading_Mode always
   ASC_Shading_Pos 85
   ASC_Sleep_Pos 50
   ASC_Time_Up_Early 7:00
   ASC_Up     astro
   IODev      KNX
   alias      Jalousie_Südterrasse_Küche
   devStateIcon off:fts_shutter_up@green on:fts_shutter_down@red 100\d.*:fts_shutter_100 9\d.*:fts_shutter_90 8\d.*:fts_shutter_80 7\d.*:fts_shutter_70 6\d.*:fts_shutter_60 5\d.*:fts_shutter_50 4\d.*:fts_shutter_40 3\d.*:fts_shutter_30 2\d.*:fts_shutter_20 1\d.*:fts_shutter_10 [1-9].*:fts_shutter_10 0.*:fts_window_2w
   eventMap   /on g3:Stop/off g2:Auf/on g2:Ab/off
   group      Jalousien_EG
   icon       fts_shutter_30
   room       EG->Wohnzimmer,Jalousien
   userattr   ASC_Adv:on,off 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,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger 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_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth 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_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_Sleep_Pos:0,10,20,30,40,50,60,70,80,90,100 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,roommate 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_PosAfterDayClosed:open,lastManual ASC_WindowRec_subType:twostate,threestate room_map structexclude
   verbose    5
   webCmd     Ab:Stop:Auf:Pos1:Pos2

CoolTux

ASC_Pos_Reading g1

Hallo,

Es fehlt das Reading. Mit set DEVICENAME g1 100 fährt er zwar runter, aber morgens wird geprüft wo sich das Rollo gerade befindet und dafür fehlt das angegebene Reading g1.


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