AutoShuttersControl erkennt Rollladenfahrten nicht.

Begonnen von JWRu, 10 April 2020, 08:34:44

Vorheriges Thema - Nächstes Thema

JWRu

Bisher ist immer noch alles unauffällig: Alle Fahrten wurden erkannt.
Ein kleiner Fehler in der Übersicht ist mir gerade aufgefallen:
Bei einem Rollladen (Rollladen_WZ_rechts) ist in der Übersicht nach einer korrekt erkannten manuellen Fahrt der Wert unter "Last Position" falsch.
Die Position stand vor der Fahrt auf 40 (Beschattung) - dann wurde er manuell hochgefahren (100). Position steht richtigerweise auf 100 - Last Position aber auch auf 100.
Da ich das Logging ja die ganze Zeit laufen habe, hier der zugehörige Ausschnitt:
2020.04.18 11:50:05 4: AutoShuttersControl (myASC) - Devname: Rollladen_WZ_rechts Name: myASC Notify: $VAR1 = [
          'deviceMsg: 49.5 (to VCCU)',
          'level: 49.5',
          'motor: up:49.5',
          'pct: 49.5',
          'state: 49.5'
        ];

2020.04.18 11:50:13 4: AutoShuttersControl (myASC) - Devname: Kontakt_Terrassentuer Name: myASC Notify: $VAR1 = [
          'state: open'
        ];


ASC_DEBUG!!! 2020.04.18 11:50:13 - EventProcessingWindowRec: Rollladen_WZ_rechts - RECEIVED EVENT: state: open - IDENTIFIED EVENT: open - STORED EVENT: open

ASC_DEBUG!!! 2020.04.18 11:50:13 - EventProcessingWindowRec: Rollladen_WZ_rechts - HOMEMODE: home QueryShuttersPosWinRecTilted: QueryShuttersPosWinRecComfort: 1
2020.04.18 11:50:20 4: AutoShuttersControl (myASC) - Devname: Rollladen_WZ_rechts Name: myASC Notify: $VAR1 = [
          'deviceMsg: up (to VCCU)',
          'level: 100',
          'motor: stop:up',
          'pct: 100',
          'state: on'
        ];


ASC_DEBUG!!! 2020.04.18 11:50:20 - Notify:  ASC_Pos_Reading Event vom Rollo wurde erkannt  - RECEIVED EVENT: $VAR1 = [
          'deviceMsg: up (to VCCU)',
          'level: 100',
          'motor: stop:up',
          'pct: 100',
          'state: on'
        ];


ASC_DEBUG!!! 2020.04.18 11:50:20 - EventProcessingShutters:  Fn wurde durch Notify aufgerufen da ASC_Pos_Reading Event erkannt wurde  - RECEIVED EVENT: $VAR1 = 'deviceMsg: up (to VCCU) level: 100 motor: stop:up pct: 100 state: on';

2020.04.18 11:50:20 4: AutoShuttersControl (myASC) - Devname: myASC Name: myASC Notify: $VAR1 = [
          'Rollladen_WZ_rechts_PosValue: 100'
        ];


ASC_DEBUG!!! 2020.04.18 11:50:20 - EventProcessingShutters: Rollladen_WZ_rechts - Event vom Rollo erkannt. Es wird nun eine etwaige manuelle Fahrt ausgewertet. Int von gettimeofday: 1587203420 Last Position Timestamp: 1587201160 Drive Up Max Duration: 27 Last Position: 100 aktuelle Position: 100
2020.04.18 11:50:20 4: AutoShuttersControl (myASC) - Devname: myASC Name: myASC Notify: $VAR1 = [
          'state: manual'
        ];


ASC_DEBUG!!! 2020.04.18 11:50:20 - FnIsDay: Rollladen_WZ_rechts Allgemein: 1

ASC_DEBUG!!! 2020.04.18 11:50:20 - EventProcessingShutters: eine manualle Fahrt wurde erkannt!

ASC_DEBUG!!! 2020.04.18 11:50:20 - EventProcessingShutters:  Fn wurde durlaufen und es sollten Debugausgaben gekommen sein.  !!!Wenn nicht!!! wurde der Event nicht korrekt als Nummerisch erkannt.
2020.04.18 11:50:20 4: AutoShuttersControl (myASC) - Devname: Rollladen_WZ_rechts Name: myASC Notify: $VAR1 = [
          'ASC_ShuttersLastDrive: manual'
        ];
ZBox; RasPi 3B; RasPi Zero W; Homematic; Z-Wave; EnOcean, Shelly; DuoFern; Oregon-Sensoren; TFA-Sensoren; Steuerung Viessmann-Heizung; Arduinos für Strom-, Wasser-, Gaszähler, Rauchmelder und FI-Schutzschalter

CoolTux

Ok Danke für die Meldung. Ich hatte da schon Änderungen in der aktuellen Developer Version schauen wir mal ob das besser damit geht.
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

JWRu

Nach langem Warten und nach dem Erzeugen von einigen Megabyte Logs, habe ich jetzt endlich einen Fehler erwischt.
Der Rollladen stand korrekterweise auf "day open" und ich bin manuell auf 50% gefahren. In der Übersicht steht "Position" korrekt auf 50,
"Last Drive" aber immer noch auf "day open".

Das ist der Ausschnitt aus dem Log:
2020.04.21 12:28:42 4: AutoShuttersControl (myASC) - Devname: Rollladen_WZ_links Name: myASC Notify: $VAR1 = [
          'level: set_50'
        ];

2020.04.21 12:28:42 4: AutoShuttersControl (myASC) - Devname: Rollladen_WZ_links Name: myASC Notify: $VAR1 = [
          'state: set_50'
        ];

2020.04.21 12:28:42 3: CUL_HM set Rollladen_WZ_links pct 50
2020.04.21 12:28:42 4: AutoShuttersControl (myASC) - Devname: Rollladen_WZ_links Name: myASC Notify: $VAR1 = [
          'level: 100',
          'motor: down:up',
          'state: on'
        ];

2020.04.21 12:28:55 4: AutoShuttersControl (myASC) - Devname: Rollladen_WZ_links Name: myASC Notify: $VAR1 = [
          'deviceMsg: 50 (to VCCU)',
          'level: 50',
          'motor: stop:50',
          'pct: 50',
          'state: 50'
        ];

.
ZBox; RasPi 3B; RasPi Zero W; Homematic; Z-Wave; EnOcean, Shelly; DuoFern; Oregon-Sensoren; TFA-Sensoren; Steuerung Viessmann-Heizung; Arduinos für Strom-, Wasser-, Gaszähler, Rauchmelder und FI-Schutzschalter

CoolTux

Da steht leider gar nichts.
Hast Du die Spezialversion mit der erweiterten Ausgabe? Hast Du verbose 4 und debug 1 aktiv?
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

JWRu

ZitatHast Du die Spezialversion mit der erweiterten Ausgabe?
nein.
73_AutoShuttersControl.pm:v0.8.27-s21670/2020-04-14 TESTING

ZitatHast Du verbose 4 und debug 1 aktiv?
Ja
ZBox; RasPi 3B; RasPi Zero W; Homematic; Z-Wave; EnOcean, Shelly; DuoFern; Oregon-Sensoren; TFA-Sensoren; Steuerung Viessmann-Heizung; Arduinos für Strom-, Wasser-, Gaszähler, Rauchmelder und FI-Schutzschalter

CoolTux

Versuch mal ein userreading von pct auf position. Ist das einzige was mir ein fällt
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

JWRu

ZitatVersuch mal ein userreading von pct auf position. Ist das einzige was mir ein fällt
Also genau andersherum wie bei meinen Rademacher-Rollläden?
So?
position:pct.* { ReadingsVal("$NAME","pct","0") }
ZBox; RasPi 3B; RasPi Zero W; Homematic; Z-Wave; EnOcean, Shelly; DuoFern; Oregon-Sensoren; TFA-Sensoren; Steuerung Viessmann-Heizung; Arduinos für Strom-, Wasser-, Gaszähler, Rauchmelder und FI-Schutzschalter

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,
ich habe 73_AutoShuttersControl.pm:v0.8.27-s21670/2020-04-14 TESTING im Einsatz und die Beschattung funktioniert soweit mal wie es soll. Mir ist nur aufgefallen, dass ich nur mehr lastDrive manual stehen habe, obwohl dies nicht stimmt. Bei einer steht nur lastDrive none in der Übersicht obwohl diese manuell als auch über die Beschattung betätigt wurde. Siehe auch mein letztes Post dazu - hier habe ich schon angemerkt dass das Reading fehlt und ich weiss nicht warum - trotz Neuanlegen.

Hier eine Jalousie bei der lastDrive immer manual steht.


   DEF        2/3/8:dpt5.001:Position 2/3/6:dpt1:Auf_Ab 2/3/7:dpt1:Stop 2/3/17:dpt5.001:Status_Hoehe
   DEVNAME    Jalousie_Suedterrasse_Esstisch
   FIRSTGADNAME Position
   FUUID      5e98a617-f33f-e2c0-6ea8-30a1bfcdd88887d0
   FVERSION   10_KNX.pm:0.174710/2018-10-07
   GETSTRING  Auf_Ab:noArg Status_Hoehe:noArg Position:noArg Stop:noArg
   IODev      KNX
   KNX_MSGCNT 5
   KNX_RAWMSG C01119w0231100
   KNX_TIME   2020-04-22 07:00:48
   LASTInputDev KNX
   MSGCNT     5
   NAME       Jalousie_Suedterrasse_Esstisch
   NR         886
   NTFY_ORDER 50-Jalousie_Suedterrasse_Esstisch
   SETSTRING  Auf_Ab:off,on Status_Hoehe:slider,0,1,100 Position:slider,0,1,100 Stop:off,on
   STATE      0 %
   TYPE       KNX
   GADDETAILS:
     Auf_Ab:
       CODE       02306
       GROUP      2/3/6
       MODEL      dpt1
       NO         2
       OPTION     
       RDNAMEGET  Auf_Ab-get
       RDNAMEPUT  Auf_Ab-put
       RDNAMESET  Auf_Ab-set
       SETLIST    :off,on
     Position:
       CODE       02308
       GROUP      2/3/8
       MODEL      dpt5.001
       NO         1
       OPTION     
       RDNAMEGET  Position-get
       RDNAMEPUT  Position-put
       RDNAMESET  Position-set
       SETLIST    :slider,0,1,100
     Status_Hoehe:
       CODE       02311
       GROUP      2/3/17
       MODEL      dpt5.001
       NO         4
       OPTION     
       RDNAMEGET  Status_Hoehe-get
       RDNAMEPUT  Status_Hoehe-put
       RDNAMESET  Status_Hoehe-set
       SETLIST    :slider,0,1,100
     Stop:
       CODE       02307
       GROUP      2/3/7
       MODEL      dpt1
       NO         3
       OPTION     
       RDNAMEGET  Stop-get
       RDNAMEPUT  Stop-put
       RDNAMESET  Stop-set
       SETLIST    :off,on
   GADTABLE:
     02306      Auf_Ab
     02307      Stop
     02308      Position
     02311      Status_Hoehe
   READINGS:
     2020-04-21 08:18:46   ASC_Enable      on
     2020-04-21 08:18:46   ASC_ShuttersLastDrive manual
     2020-04-22 07:00:02   ASC_Time_DriveDown 22.04.2020 - 20:30
     2020-04-22 07:00:02   ASC_Time_DriveUp 23.04.2020 - 07:00
     2020-04-21 08:18:46   Auf_Ab-set      on
     2020-04-22 07:00:48   Position        0 %
     2020-04-22 07:00:02   Position-set    0 %
     2020-04-22 07:00:48   Status_Hoehe-get 0 %
     2020-04-21 08:18:46   Stop-set        on
     2020-04-21 08:19:04   associatedWith  ASC
     2020-04-22 07:00:48   last-sender     1/1/25
     2020-04-22 07:00:48   state           0 %
Attributes:
   ASC        1
   ASC_AutoAstroModeMorning CIVIL
   ASC_BrightnessSensor KNX_0000005:Helligkeit
   ASC_Closed_Pos 100
   ASC_Down   astro
   ASC_Mode_Up always
   ASC_Open_Pos 0
   ASC_Pos_Reading Position
   ASC_PrivacyDown_Pos 50
   ASC_RainProtection on
   ASC_Shading_InOutAzimuth 110:280
   ASC_Shading_Min_OutsideTemperature 5
   ASC_Shading_Mode always
   ASC_Shading_Pos 75
   ASC_Shading_StateChange_SunnyCloudy 20000:15000
   ASC_Shading_WaitingPeriod 600
   ASC_Sleep_Pos 40
   ASC_Time_Up_Early 07:00
   ASC_Up     astro
   IODev      KNX
   alias      Jalousie_Südterrasse_Esstisch
   cmdIcon    on:rc_GREEN off:rc_RED STS:rc_INFO@yellow
   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
   event-on-change-reading .*
   eventMap   /on g3:Stop/off g2:Auf/on g2:Ab/off
   group      Jalousien_EG
   icon       fts_shutter_30
   room       EG->Wohnzimmer,Jalousien
   userReadings Position { ReadingsVal("Jalousie_Suedterrasse_Esstisch","Status_Hoehe-get",0) }
   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
   webCmd     Ab:Stop:Auf:Pos1:Pos2
   
   


Hier die einzige, bei der das Reading überhaupt fehlt.
Internals:
   DEF        3/3/13:dpt5.001:Position 3/3/11:dpt1:Auf_Ab 3/3/12:dpt1:Stop 3/3/24:dpt5.001:Status_Hoehe
   DEVNAME    Jalousie_Kinderzimmer_Sued
   FIRSTGADNAME Position
   FUUID      5e98b249-f33f-e2c0-c4e9-8734f5765857dd75
   FVERSION   10_KNX.pm:0.174710/2018-10-07
   GETSTRING  Status_Hoehe:noArg Stop:noArg Position:noArg Auf_Ab:noArg
   IODev      KNX
   KNX_MSGCNT 7
   KNX_RAWMSG C01119w03318cc
   KNX_TIME   2020-04-22 10:57:08
   LASTInputDev KNX
   MSGCNT     7
   NAME       Jalousie_Kinderzimmer_Sued
   NR         888
   NTFY_ORDER 50-Jalousie_Kinderzimmer_Sued
   SETSTRING  Status_Hoehe:slider,0,1,100 Stop:off,on Position:slider,0,1,100 Auf_Ab:off,on
   STATE      80 %
   TYPE       KNX
   GADDETAILS:
     Auf_Ab:
       CODE       0330b
       GROUP      3/3/11
       MODEL      dpt1
       NO         2
       OPTION     
       RDNAMEGET  Auf_Ab-get
       RDNAMEPUT  Auf_Ab-put
       RDNAMESET  Auf_Ab-set
       SETLIST    :off,on
     Position:
       CODE       0330d
       GROUP      3/3/13
       MODEL      dpt5.001
       NO         1
       OPTION     
       RDNAMEGET  Position-get
       RDNAMEPUT  Position-put
       RDNAMESET  Position-set
       SETLIST    :slider,0,1,100
     Status_Hoehe:
       CODE       03318
       GROUP      3/3/24
       MODEL      dpt5.001
       NO         4
       OPTION     
       RDNAMEGET  Status_Hoehe-get
       RDNAMEPUT  Status_Hoehe-put
       RDNAMESET  Status_Hoehe-set
       SETLIST    :slider,0,1,100
     Stop:
       CODE       0330c
       GROUP      3/3/12
       MODEL      dpt1
       NO         3
       OPTION     
       RDNAMEGET  Stop-get
       RDNAMEPUT  Stop-put
       RDNAMESET  Stop-set
       SETLIST    :off,on
   GADTABLE:
     0330b      Auf_Ab
     0330c      Stop
     0330d      Position
     03318      Status_Hoehe
   READINGS:
     2020-04-21 08:18:46   ASC_Enable      on
     2020-04-22 07:30:02   ASC_Time_DriveDown 22.04.2020 - 20:30
     2020-04-22 07:30:02   ASC_Time_DriveUp 23.04.2020 - 07:30
     2020-04-21 19:26:18   Auf_Ab-get      off
     2020-04-21 08:18:46   Auf_Ab-set      on
     2020-04-22 10:57:08   Position        80 %
     2020-04-22 10:56:55   Position-set    80 %
     2020-04-22 10:57:08   Status_Hoehe-get 80 %
     2020-04-21 13:01:35   Stop-get        off
     2020-04-21 08:18:46   Stop-set        on
     2020-04-21 08:19:04   associatedWith  ASC
     2020-04-22 10:57:08   last-sender     1/1/25
     2020-04-22 10:57:08   state           80 %
Attributes:
   ASC        1
   ASC_AutoAstroModeMorning CIVIL
   ASC_BrightnessSensor KNX_0000005:Helligkeit
   ASC_Closed_Pos 100
   ASC_Down   astro
   ASC_Mode_Down off
   ASC_Mode_Up always
   ASC_Open_Pos 0
   ASC_Pos_Reading Position
   ASC_RainProtection on
   ASC_Shading_InOutAzimuth 110:280
   ASC_Shading_Min_OutsideTemperature 10
   ASC_Shading_Mode always
   ASC_Shading_Pos 80
   ASC_Shading_StateChange_SunnyCloudy 20000:15000
   ASC_Shading_WaitingPeriod 600
   ASC_Sleep_Pos 0
   ASC_Time_Up_Early 07:30
   ASC_Up     astro
   IODev      KNX
   alias      Jalousie_Kinderzimmer_Süd
   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
   event-on-change-reading .*
   eventMap   /on g3:Stop/off g2:Auf/on g2:Ab/off
   group      Jalousien_OG
   icon       fts_shutter_30
   room       Jalousien,OG->Kinderzimmer
   userReadings Position { ReadingsVal("Jalousie_Kinderzimmer_Sued","Status_Hoehe-get",0) }
   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
   webCmd     Ab:Stop:Auf:Pos1:Pos2

CoolTux

Ändere mal bitte Dein userreadings Position auf position bei allen Rollos wo Du es auf Position hast und passe natürlich das entsprechende ASC Attribut an und dann schau mal bitte.
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

Danke für Deine schnelle Reaktion. Ich habe es geändert und beobachte es bis am Abend. Manuelle Fahrt wird soweit mal wie vorher richtig erkannt.

Wscheff

Zitat von: JWRu am 21 April 2020, 15:29:56
Also genau andersherum wie bei meinen Rademacher-Rollläden?
So?
position:pct.* { ReadingsVal("$NAME","pct","0") }
Beim Type 'ROLLO'das oben genannte Userreading eintragen und das
ASC_Pos_Reading von pct auf position
ändern

Ist das Der Tipp für fehlende ASC_ShuttersLastDrive readings?

CoolTux

Zitat von: Wscheff am 22 April 2020, 17:29:16
Beim Type 'ROLLO'das oben genannte Userreading eintragen und das
ASC_Pos_Reading von pct auf position
ändern

Ist das Der Tipp für fehlende ASC_ShuttersLastDrive readings?

Es ist ein Versuch, JA.
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

Wscheff

Zitat von: CoolTux am 22 April 2020, 17:50:03
Es ist ein Versuch, JA.

Danke. Leider habe ich immer noch ein ASC_ShuttersLastDrive shading in 2020-04-20 10:37:51 bei manuellen Fahrten
Verwende aber die 0.9.14 Version.

Da muss ich wohl noch warten bis du den Fehler in der 0.9.x Versionen gefixt hast....

baerm

Zitat von: CoolTux am 22 April 2020, 11:54:16
Ändere mal bitte Dein userreadings Position auf position bei allen Rollos wo Du es auf Position hast und passe natürlich das entsprechende ASC Attribut an und dann schau mal bitte.

Die Änderung hat leider nicht geholfen. Wo bekomme ich eigentlich die Version 0.9 her und was ist hier anders? Macht es Sinn umzusteigen?