[73_AutoShuttersControl.pm] Rolllos automatisiert steuern - Version 0.10

Begonnen von CoolTux, 22 Juni 2020, 12:38:36

Vorheriges Thema - Nächstes Thema

Dersch

Shutdown Restart habe ich mehrfach gemacht die Tage. Heute Abend sind die Läden allerdings ganz normal gefahren. Evtl brauchte es mal einen Trigger von Residents Modul um wieder in den normalen Lauf zu kommen. Da wir im Urlaub sind war das schon länger auf absent. Mal schauen wie es morgen früh so abläuft.

Wolle02

Zitat von: CoolTux am 27 August 2020, 12:48:26
Ich habe eben mal geschaut. In der Tat ist es so das wenn als SelfDefenseMode gone drin steht dann fahren die Rollos bei offenen Fenster nur wenn sie als terrace deklariert sind.
Ich kann das gerne ändern das alle Rollos geschlossen werden wo das Fenster auf ist und SelfDefenseMode gone ist. Kann mich aber erinnern das das mal früher irgendwie genau so sein sollte weil die erste Etage offen bleiben sollte. Wäre also in der Tat noch eine Auswahl EG_window sinnvoll.

Hallo CoolTux,

bist du in dieser Sache eventl. schon ein bisschen weitergekommen? So langsam fängt die dunkle Jahreszeit an und da sind ungesicherte, offen stehende Fenster nicht so gut.  ;)

Gruß
Wolle

CoolTux

Zitat von: Wolle02 am 24 September 2020, 09:44:40
Hallo CoolTux,

bist du in dieser Sache eventl. schon ein bisschen weitergekommen? So langsam fängt die dunkle Jahreszeit an und da sind ungesicherte, offen stehende Fenster nicht so gut.  ;)

Gruß
Wolle

Ich bin die letzten Wochen leider zu gar nichts am ASC gekommen. Wird auch die nächsten Wochen noch so sein. Aber ich gehe davon aus das ich in meiner Urlaubswoche vom 19.10. -23.10. zu mindest dazu kommen werde.


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

Wolle02

Zitat von: CoolTux am 24 September 2020, 10:12:09
Ich bin die letzten Wochen leider zu gar nichts am ASC gekommen. Wird auch die nächsten Wochen noch so sein. Aber ich gehe davon aus das ich in meiner Urlaubswoche vom 19.10. -23.10. zu mindest dazu kommen werde.


Grüße

Ahh, danke für die Info. Will dich nicht drängen; es ging mir nur darum, ob es zeitlich sinnvoll ist nach einem Workaround außerhalb des Moduls zu suchen, was ja nicht der Fall wäre, wenn du nächste Woche ein Update einchecken wolltest  :D ;)

Danke und Gruß
Wolle

JWRu

Zitat von: JWRu am 08 September 2020, 11:22:20
Ich habe gestern ein etwas seltsames Verhalten von ASC bemerkt:
Die Beschattung lief (controlShading on) und zwei Rollläden sind in die Beschattung gefahren. Ich habe dann beide von Hand hochgefahren.
Um zu verhindern, dass die anderen Rollläden in die Beschattung fahren, habe ich controiShading auf "off" gesetzt.
Am nächsten Morgen sind diese beiden Rollläden nicht ganz nach oben gefahren, sondern in die Beschattungsposition (controlShading war immer noch "off").
In der letzten Spalte der ASC-Übersicht (Shading Info) stand für beide Rollläden immer noch "in".
Das Problem besteht immer noch. Zusätzlich ist heute folgendes passiert:
controlShading ist "off". Heute früh sind die Rollläden statt nach oben in die Beschattungsposition gefahren. Ich habe sie dann beide manuell hochgefahren.
Danach habe ich die Terrassentür geöffnet. Als ich sie wieder geschlossen habe, ist der entsprechende Rolladen wieder in die Beschattungsposition gefahren.
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

Zitat von: JWRu am 25 September 2020, 09:58:52
Das Problem besteht immer noch. Zusätzlich ist heute folgendes passiert:
controlShading ist "off". Heute früh sind die Rollläden statt nach oben in die Beschattungsposition gefahren. Ich habe sie dann beide manuell hochgefahren.
Danach habe ich die Terrassentür geöffnet. Als ich sie wieder geschlossen habe, ist der entsprechende Rolladen wieder in die Beschattungsposition gefahren.

Dadurch das Du die Beschattung komplett deaktiviert hast kann er anscheinend kein out mehr machen. Bitte setzte bei allen Rollos welche den Beschattungsstatus in haben ein out mittels
{ ascAPIset('ShadingStatus','ROLLONAME','out') }
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

ZitatDadurch das Du die Beschattung komplett deaktiviert hast kann er anscheinend kein out mehr machen. Bitte setzte bei allen Rollos welche den Beschattungsstatus in haben ein out mittels
Code: [Auswählen]
{ ascAPIset('ShadingStatus','ROLLONAME','out') }
Vielen Dank! Ich hatte das schon anderweitig gelöst:
controlShading auf "on" gesetzt. Da es gerade kalt ist, geht "ShadingStatus" nach kurzer Zeit überall auf "out". Danach controlShading auf "off".

Ich dachte irrtümlich, dass ShadingStatus überall auf "out" gesetzt wird, wenn man controlShading auf "off" stellt.
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

Zitat von: JWRu am 25 September 2020, 12:44:52
Vielen Dank! Ich hatte das schon anderweitig gelöst:
controlShading auf "on" gesetzt. Da es gerade kalt ist, geht "ShadingStatus" nach kurzer Zeit überall auf "out". Danach controlShading auf "off".

Ich dachte irrtümlich, dass ShadingStatus überall auf "out" gesetzt wird, wenn man controlShading auf "off" stellt.

Genau das ist ja aktuell der Bug. Er macht das nicht, sollte es aber 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

JWRu

Verstanden. Lass dir Zeit mit dem Fixen. Du bist ja anscheinend momentan ordentlich im Stress.
Ich kann einstweilen damit leben.
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

Dersch

Irgendwie ist da noch der Wurm drin. Dieser Rollo wurde seit 3 Tagen nicht mehr angesprochen:


Internals:
   FUUID      5dcc888e-f33f-c2c3-6273-bcbf85a1a5dc0cd3
   IODev      mqtt
   NAME       KzRolladenBalkon
   NR         356
   STATE      100
   TYPE       MQTT_DEVICE
   qos        *:2
   Helper:
     DBLOG:
       energy:
         DBLogging:
           TIME       1601104162.85861
           VALUE      1689
       power:
         DBLogging:
           TIME       1601104102.82657
           VALUE      0.00
   READINGS:
     2019-11-14 00:04:00   ASC_Enable      on
     2020-06-25 11:18:02   ASC_ShadingMessage <html> WARN:  global shading active but ASC_Shading_Mode attribut is not set or off </html>
     2020-09-23 18:45:01   ASC_ShuttersLastDrive night close
     2020-09-26 18:45:01   ASC_Time_DriveDown 27.09.2020 - 18:45
     2020-09-26 18:45:01   ASC_Time_DriveUp 27.09.2020 - 08:00
     2020-09-22 20:07:36   associatedWith  myASControl
     2020-09-26 18:48:35   energy          1689
     2020-09-25 07:44:22   online          true
     2020-09-23 18:45:01   pct             0
     2020-09-26 18:48:35   pos             100
     2020-09-26 18:48:35   power           0.00
     2020-09-26 18:48:35   state           stop
     2020-09-26 18:48:35   transmission-state incoming publish received
   message_ids:
   publishSets:
     :
       topic      shellies/shellyswitch-55B8D3/roller/0/command
       values:
         open
         close
         stop
     pct:
       topic      shellies/shellyswitch-55B8D3/roller/0/command/pos
       values:
         0,10,20,30,40,50,60,70,80,90,100
   sets:
     close     
     open       
     pct        0,10,20,30,40,50,60,70,80,90,100
     stop       
   subscribe:
     shellies/shellyswitch-55B8D3/command
     shellies/shellyswitch-55B8D3/roller/0/energy
     shellies/shellyswitch-55B8D3/online
     shellies/shellyswitch-55B8D3/roller/0/pos
     shellies/shellyswitch-55B8D3/roller/0/power
     shellies/shellyswitch-55B8D3/roller/0
   subscribeExpr:
     ^shellies\/shellyswitch-55B8D3\/command$
     ^shellies\/shellyswitch-55B8D3\/roller\/0\/energy$
     ^shellies\/shellyswitch-55B8D3\/online$
     ^shellies\/shellyswitch-55B8D3\/roller\/0\/pos$
     ^shellies\/shellyswitch-55B8D3\/roller\/0\/power$
     ^shellies\/shellyswitch-55B8D3\/roller\/0$
   subscribeQos:
     shellies/shellyswitch-55B8D3/command 0
     shellies/shellyswitch-55B8D3/online 0
     shellies/shellyswitch-55B8D3/roller/0 0
     shellies/shellyswitch-55B8D3/roller/0/energy 0
     shellies/shellyswitch-55B8D3/roller/0/pos 0
     shellies/shellyswitch-55B8D3/roller/0/power 0
   subscribeReadings:
     shellies/shellyswitch-55B8D3/command:
       cmd       
       name       command
     shellies/shellyswitch-55B8D3/online:
       cmd       
       name       online
     shellies/shellyswitch-55B8D3/roller/0:
       cmd       
       name       state
     shellies/shellyswitch-55B8D3/roller/0/energy:
       cmd       
       name       energy
     shellies/shellyswitch-55B8D3/roller/0/pos:
       cmd       
       name       pos
     shellies/shellyswitch-55B8D3/roller/0/power:
       cmd       
       name       power
Attributes:
   ASC        2
   ASC_BrightnessSensor TeHelligkeit:luminosity
   ASC_Closed_Pos 0
   ASC_Down   brightness
   ASC_Mode_Down always
   ASC_Mode_Up always
   ASC_Open_Pos 100
   ASC_Pos_Reading pct
   ASC_ShuttersPlace window
   ASC_Time_Down_Early 16:30
   ASC_Time_Down_Late 18:45
   ASC_Time_Up_Early 7:10
   ASC_Time_Up_Late 8:30
   ASC_Time_Up_WE_Holiday 8:00
   ASC_Up     brightness
   ASC_Ventilate_Pos 10
   ASC_Ventilate_Window_Open off
   ASC_WindowRec KzFensterBalkon
   ASC_WindowRec_subType twostate
   DbLogExclude .*
   DbLogInclude energy,power
   IODev      mqtt
   cmdIcon    open:rc_UP stop:rc_STOP close:rc_DOWN
   devStateIcon 100:fts_shutter_10@green 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:fts_shutter_100@grey
   event-on-change-reading .*
   group      Rolläden
   icon       fts_shutter_updown
   publishSet open close stop shellies/shellyswitch-55B8D3/roller/0/command
   publishSet_pct 0,10,20,30,40,50,60,70,80,90,100 shellies/shellyswitch-55B8D3/roller/0/command/pos
   qos        exactly-once
   room       Kinderzimmer
   stateFormat pos
   subscribeReading_command shellies/shellyswitch-55B8D3/command
   subscribeReading_energy shellies/shellyswitch-55B8D3/roller/0/energy
   subscribeReading_online shellies/shellyswitch-55B8D3/online
   subscribeReading_pos shellies/shellyswitch-55B8D3/roller/0/pos
   subscribeReading_power shellies/shellyswitch-55B8D3/roller/0/power
   subscribeReading_state shellies/shellyswitch-55B8D3/roller/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_BetweenTheTime 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,awning ASC_SlatPosCmd_SlatDevice 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
   webCmd     open:stop:close:pct
   widgetOverride pct:0,10,20,30,40,50,60,70,80,90,100


Edit:
Der auch:


Internals:
   FUUID      5cfeb404-f33f-c2c3-e4a1-31dbae87f435b640
   IODev      mqtt
   NAME       AnkleideRollladen
   NR         237
   STATE      100
   TYPE       MQTT_DEVICE
   qos        *:2
   Helper:
     DBLOG:
       energy:
         DBLogging:
           TIME       1601104142.66085
           VALUE      1732
       power:
         DBLogging:
           TIME       1601104114.97827
           VALUE      0.00
       temperature:
         DBLogging:
           TIME       1601141335.70525
           VALUE      53.87
   READINGS:
     2019-06-11 00:10:17   ASC_Enable      on
     2020-06-25 11:17:57   ASC_ShadingMessage <html> WARN:  global shading active but ASC_Shading_Mode attribut is not set or off </html>
     2020-09-23 19:39:07   ASC_ShuttersLastDrive minimum brightness threshold fell below
     2020-09-26 08:00:01   ASC_Time_DriveDown 26.09.2020 - 22:00
     2020-09-26 08:00:01   ASC_Time_DriveUp 27.09.2020 - 08:00
     2020-09-22 20:07:36   associatedWith  myASControl
     2020-09-26 19:29:29   energy          1732
     2020-09-25 07:44:27   online          true
     2020-09-23 19:39:07   pct             0
     2020-09-26 19:29:29   pos             100
     2020-09-26 19:29:29   power           0.00
     2020-09-26 09:08:34   state           stop
     2020-09-26 19:29:29   temperature     53.87
     2020-09-26 19:29:29   transmission-state incoming publish received
   message_ids:
   publishSets:
     :
       topic      shellies/shellyswitch25-68D644/roller/0/command
       values:
         open
         close
         stop
     pct:
       topic      shellies/shellyswitch25-68D644/roller/0/command/pos
       values:
         0,10,20,30,40,50,60,70,80,90,100
   sets:
     close     
     open       
     pct        0,10,20,30,40,50,60,70,80,90,100
     stop       
   subscribe:
     shellies/shellyswitch25-68D644/command
     shellies/shellyswitch25-68D644/roller/0/energy
     shellies/shellyswitch25-68D644/online
     shellies/shellyswitch25-68D644/roller/0/pos
     shellies/shellyswitch25-68D644/roller/0/power
     shellies/shellyswitch25-68D644/roller/0
     shellies/shellyswitch25-68D644/temperature
   subscribeExpr:
     ^shellies\/shellyswitch25-68D644\/command$
     ^shellies\/shellyswitch25-68D644\/roller\/0\/energy$
     ^shellies\/shellyswitch25-68D644\/online$
     ^shellies\/shellyswitch25-68D644\/roller\/0\/pos$
     ^shellies\/shellyswitch25-68D644\/roller\/0\/power$
     ^shellies\/shellyswitch25-68D644\/roller\/0$
     ^shellies\/shellyswitch25-68D644\/temperature$
   subscribeQos:
     shellies/shellyswitch25-68D644/command 0
     shellies/shellyswitch25-68D644/online 0
     shellies/shellyswitch25-68D644/roller/0 0
     shellies/shellyswitch25-68D644/roller/0/energy 0
     shellies/shellyswitch25-68D644/roller/0/pos 0
     shellies/shellyswitch25-68D644/roller/0/power 0
     shellies/shellyswitch25-68D644/temperature 0
   subscribeReadings:
     shellies/shellyswitch25-68D644/command:
       cmd       
       name       command
     shellies/shellyswitch25-68D644/online:
       cmd       
       name       online
     shellies/shellyswitch25-68D644/roller/0:
       cmd       
       name       state
     shellies/shellyswitch25-68D644/roller/0/energy:
       cmd       
       name       energy
     shellies/shellyswitch25-68D644/roller/0/pos:
       cmd       
       name       pos
     shellies/shellyswitch25-68D644/roller/0/power:
       cmd       
       name       power
     shellies/shellyswitch25-68D644/temperature:
       cmd       
       name       temperature
Attributes:
   ASC        2
   ASC_BrightnessSensor TeHelligkeit:luminosity
   ASC_Down   brightness
   ASC_Mode_Down always
   ASC_Mode_Up always
   ASC_Pos_Reading pct
   ASC_ShuttersPlace window
   ASC_Time_Down_Early 16:30
   ASC_Time_Down_Late 22:00
   ASC_Time_Up_Early 07:10
   ASC_Time_Up_Late 08:30
   ASC_Time_Up_WE_Holiday 08:00
   ASC_Up     brightness
   DbLogExclude .*
   DbLogInclude energy,power,temperature
   IODev      mqtt
   cmdIcon    open:rc_UP stop:rc_STOP close:rc_DOWN
   devStateIcon 100:fts_shutter_10@green 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:fts_shutter_100@grey
   event-on-change-reading .*
   group      Rolläden
   icon       fts_shutter_updown
   publishSet open close stop shellies/shellyswitch25-68D644/roller/0/command
   publishSet_pct 0,10,20,30,40,50,60,70,80,90,100 shellies/shellyswitch25-68D644/roller/0/command/pos
   qos        exactly-once
   room       Ankleide
   stateFormat pos
   subscribeReading_command shellies/shellyswitch25-68D644/command
   subscribeReading_energy shellies/shellyswitch25-68D644/roller/0/energy
   subscribeReading_online shellies/shellyswitch25-68D644/online
   subscribeReading_pos shellies/shellyswitch25-68D644/roller/0/pos
   subscribeReading_power shellies/shellyswitch25-68D644/roller/0/power
   subscribeReading_state shellies/shellyswitch25-68D644/roller/0
   subscribeReading_temperature shellies/shellyswitch25-68D644/temperature
   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_BetweenTheTime 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,awning ASC_SlatPosCmd_SlatDevice 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
   webCmd     open:stop:close:pct
   widgetOverride pct:0,10,20,30,40,50,60,70,80,90,100


Noch 2 andere hatten das.

Auffällig ist, das es alle MQTT gesteuerte Läden sind. Ist ASC Mode 2 da irgendwie anders in der aktuellen Version?

zife

Sorry, ich muss mich hier auch nochmal melden... ich bring meine Rolläden einfach nicht dazu, sich per AutoShuttersControl zu bewegen. Alle Einstellungen scheinen ok,  in den Logs finde ich nichts Auffälliges - aber irgendwo wird wohl noch was fehlen...? Die manuelle Steuerung funktioniert einwandfrei, und das Modul erkennt diese Fahrten auch.

Habe fhem neu gestartet, die Notifydefs neu erstellen lassen, Scanforshutters wiederholt - nix. Zum Teil hatte ich im Log x-fach den Fehler "ERROR: empty name in readingsBeginUpdate", der ist aber nach meheren Neustarts verschwunden.

Habe jetzt auch einen Brightness-Sensor, und einen Temperatursensor (erstmal geliehen), beide geben auch Werte aus. Beim Temperatursensor musste ich ein UserReading erstellen, da der Sensor sonst uninterpretierte Rohwerte ausspuckt.


Hier das List vom ASC-Device:
Internals:
   FUUID      5f68f2c8-f33f-93cd-cad4-ca690ca30d841568
   FVERSION   73_AutoShuttersControl.pm:v0.10.7-s22581/2020-08-12 TESTING
   MID        da39a3ee5e6b4b0d3255bfef95601890afd80709
   NAME       RolladenSteuerung
   NOTIFYDEV  global,RolladenSteuerung,RO_AZ_Sued_FSB61_OG,RO_BZ_Ost_FSB61_OG,RO_FE_Ost_FSB61_EG,RO_KO_Ost_FSB61_OG,RO_KO_Sued_FSB61_OG,RO_KU_Ost_FSB61_EG,RO_KU_Sued1_FSB61_EG,RO_KU_Sued2_FSB61_EG,RO_WC_Ost_FSB61_EG,RO_WZ_Sued_FSB61_EG,RO_WZ_West1_FSB61_EG,RO_WZ_West2_FSB61_EG,DE_AstroFunktion,MS_GT_Sued_FAH60alt,FG_WZ_Sued_SecSig,FG_KU_Sued_SecSig
   NR         62
   NTFY_ORDER 51-RolladenSteuerung
   STATE      manual
   TYPE       AutoShuttersControl
   VERSION    v0.10.7
   OLDREADINGS:
   READINGS:
     2020-09-27 09:00:28   RO_AZ_Sued_FSB61_OG_PosValue 0
     2020-09-27 09:00:01   RO_AZ_Sued_FSB61_OG_lastPosValue 100
     2020-09-27 09:00:01   RO_AZ_Sued_FSB61_OG_nextAstroTimeEvent 27.09.2020 - 22:01
     2020-09-26 09:28:23   RO_AZ_Sued_FSB61_PosValue 0
     2020-09-25 18:59:31   RO_AZ_Sued_FSB61_lastPosValue 100
     2020-09-27 09:00:01   RO_BZ_Ost_FSB61_OG_lastPosValue 0
     2020-09-27 09:00:01   RO_BZ_Ost_FSB61_OG_nextAstroTimeEvent 27.09.2020 - 22:01
     2020-09-26 07:39:45   RO_BZ_Ost_FSB61_PosValue 33
     2020-09-25 18:59:31   RO_BZ_Ost_FSB61_lastPosValue 0
     2020-09-27 07:27:15   RO_FE_Ost_FSB61_EG_PosValue 0
     2020-09-27 09:00:01   RO_FE_Ost_FSB61_EG_lastPosValue 0
     2020-09-27 09:00:01   RO_FE_Ost_FSB61_EG_nextAstroTimeEvent 27.09.2020 - 22:01
     2020-09-26 07:40:47   RO_FE_Ost_FSB61_PosValue 0
     2020-09-25 18:59:32   RO_FE_Ost_FSB61_lastPosValue 0
     2020-09-27 09:00:02   RO_KO_Ost_FSB61_OG_lastPosValue 0
     2020-09-27 09:00:02   RO_KO_Ost_FSB61_OG_nextAstroTimeEvent 27.09.2020 - 22:01
     2020-09-26 09:29:15   RO_KO_Ost_FSB61_PosValue 0
     2020-09-25 18:59:32   RO_KO_Ost_FSB61_lastPosValue 0
     2020-09-27 09:53:40   RO_KO_Sued_FSB61_OG_PosValue 100
     2020-09-27 09:00:02   RO_KO_Sued_FSB61_OG_lastPosValue 100
     2020-09-27 09:00:02   RO_KO_Sued_FSB61_OG_nextAstroTimeEvent 27.09.2020 - 22:01
     2020-09-26 09:28:19   RO_KO_Sued_FSB61_PosValue 0
     2020-09-25 18:59:32   RO_KO_Sued_FSB61_lastPosValue 100
     2020-09-27 07:27:39   RO_KU_Ost_FSB61_EG_PosValue 0
     2020-09-27 09:00:02   RO_KU_Ost_FSB61_EG_lastPosValue 0
     2020-09-27 09:00:02   RO_KU_Ost_FSB61_EG_nextAstroTimeEvent 27.09.2020 - 22:01
     2020-09-26 07:40:46   RO_KU_Ost_FSB61_PosValue 0
     2020-09-25 18:59:33   RO_KU_Ost_FSB61_lastPosValue 0
     2020-09-27 07:27:14   RO_KU_Sued1_FSB61_EG_PosValue 0
     2020-09-27 09:00:03   RO_KU_Sued1_FSB61_EG_lastPosValue 0
     2020-09-27 09:00:03   RO_KU_Sued1_FSB61_EG_nextAstroTimeEvent 27.09.2020 - 22:01
     2020-09-26 07:40:47   RO_KU_Sued1_FSB61_PosValue 0
     2020-09-25 18:59:33   RO_KU_Sued1_FSB61_lastPosValue 0
     2020-09-27 09:26:22   RO_KU_Sued2_FSB61_EG_PosValue 0
     2020-09-27 09:00:03   RO_KU_Sued2_FSB61_EG_lastPosValue 0
     2020-09-27 09:00:03   RO_KU_Sued2_FSB61_EG_nextAstroTimeEvent 27.09.2020 - 22:01
     2020-09-26 07:40:56   RO_KU_Sued2_FSB61_PosValue 0
     2020-09-23 19:03:46   RO_KU_Sued2_FSB61_lastPosValue 100
     2020-09-26 13:22:02   RO_KW_Sued_FSB61_PosValue 100
     2020-09-25 18:59:34   RO_KW_Sued_FSB61_lastPosValue 100
     2020-09-26 13:22:13   RO_KW_West_FSB61_PosValue 100
     2020-09-25 18:59:34   RO_KW_West_FSB61_lastPosValue 100
     2020-09-26 13:21:14   RO_SZ_Nord_FSB61_PosValue 100
     2020-09-25 18:59:34   RO_SZ_Nord_FSB61_lastPosValue 100
     2020-09-26 13:21:23   RO_SZ_West_FSB61_PosValue 100
     2020-09-25 18:59:35   RO_SZ_West_FSB61_lastPosValue 22
     2020-09-27 07:27:40   RO_WC_Ost_FSB61_EG_PosValue 0
     2020-09-27 09:00:03   RO_WC_Ost_FSB61_EG_lastPosValue 0
     2020-09-27 09:00:03   RO_WC_Ost_FSB61_EG_nextAstroTimeEvent 27.09.2020 - 22:01
     2020-09-26 07:40:47   RO_WC_Ost_FSB61_PosValue 0
     2020-09-25 18:59:35   RO_WC_Ost_FSB61_lastPosValue 0
     2020-09-27 07:27:44   RO_WZ_Sued_FSB61_EG_PosValue 0
     2020-09-27 09:00:03   RO_WZ_Sued_FSB61_EG_lastPosValue 0
     2020-09-27 09:00:03   RO_WZ_Sued_FSB61_EG_nextAstroTimeEvent 27.09.2020 - 22:01
     2020-09-26 07:40:51   RO_WZ_Sued_FSB61_PosValue 0
     2020-09-25 18:59:36   RO_WZ_Sued_FSB61_lastPosValue 0
     2020-09-27 07:27:47   RO_WZ_West1_FSB61_EG_PosValue 0
     2020-09-27 09:00:04   RO_WZ_West1_FSB61_EG_lastPosValue 0
     2020-09-27 09:00:04   RO_WZ_West1_FSB61_EG_nextAstroTimeEvent 27.09.2020 - 22:01
     2020-09-26 07:40:55   RO_WZ_West1_FSB61_PosValue 0
     2020-09-25 18:59:36   RO_WZ_West1_FSB61_lastPosValue 0
     2020-09-27 07:27:14   RO_WZ_West2_FSB61_EG_PosValue 0
     2020-09-27 09:00:04   RO_WZ_West2_FSB61_EG_lastPosValue 0
     2020-09-27 09:00:04   RO_WZ_West2_FSB61_EG_nextAstroTimeEvent 27.09.2020 - 22:01
     2020-09-26 07:40:55   RO_WZ_West2_FSB61_PosValue 0
     2020-09-25 18:59:37   RO_WZ_West2_FSB61_lastPosValue 0
     2020-09-26 13:49:39   ascEnable       on
     2020-09-26 19:56:03   controlShading  on
     2020-09-21 21:45:40   hardLockOut     off
     2020-09-26 19:51:38   room_EnOcean_EG_Flur RO_FE_Ost_FSB61_EG
     2020-09-26 19:51:38   room_EnOcean_EG_Kueche RO_KU_Ost_FSB61_EG,RO_KU_Sued1_FSB61_EG,RO_KU_Sued2_FSB61_EG
     2020-09-26 19:51:38   room_EnOcean_EG_WC RO_WC_Ost_FSB61_EG
     2020-09-26 19:51:38   room_EnOcean_EG_Wohnzimmer RO_WZ_Sued_FSB61_EG,RO_WZ_West1_FSB61_EG,RO_WZ_West2_FSB61_EG
     2020-09-26 19:51:38   room_EnOcean_OG_Arbeitszimmer RO_AZ_Sued_FSB61_OG
     2020-09-26 19:51:38   room_EnOcean_OG_Badezimmer RO_BZ_Ost_FSB61_OG
     2020-09-26 19:51:38   room_EnOcean_OG_Kinderzimmer_Ost RO_KO_Ost_FSB61_OG,RO_KO_Sued_FSB61_OG
     2020-09-21 21:45:40   selfDefense     off
     2020-09-27 09:53:41   state           manual
     2020-09-21 21:52:44   sunriseTimeWeHoliday on
     2020-09-26 19:51:38   userAttrList    rolled out
   helper:
     shuttersList:
       RO_AZ_Sued_FSB61_OG
       RO_BZ_Ost_FSB61_OG
       RO_FE_Ost_FSB61_EG
       RO_KO_Ost_FSB61_OG
       RO_KO_Sued_FSB61_OG
       RO_KU_Ost_FSB61_EG
       RO_KU_Sued1_FSB61_EG
       RO_KU_Sued2_FSB61_EG
       RO_WC_Ost_FSB61_EG
       RO_WZ_Sued_FSB61_EG
       RO_WZ_West1_FSB61_EG
       RO_WZ_West2_FSB61_EG
   monitoredDevs:
     DE_AstroFunktion:
       RolladenSteuerung ASC_twilightDevice
     FG_KU_Sued_SecSig:
       RO_KU_Sued2_FSB61_EG ASC_WindowRec
     FG_WZ_Sued_SecSig:
       RO_WZ_Sued_FSB61_EG ASC_WindowRec
     MS_GT_Sued_FAH60alt:
       RO_AZ_Sued_FSB61_OG ASC_BrightnessSensor
       RO_BZ_Ost_FSB61_OG ASC_BrightnessSensor
       RO_FE_Ost_FSB61_EG ASC_BrightnessSensor
       RO_KO_Ost_FSB61_OG ASC_BrightnessSensor
       RO_KO_Sued_FSB61_OG ASC_BrightnessSensor
       RO_KU_Ost_FSB61_EG ASC_BrightnessSensor
       RO_KU_Sued1_FSB61_EG ASC_BrightnessSensor
       RO_KU_Sued2_FSB61_EG ASC_BrightnessSensor
       RO_WC_Ost_FSB61_EG ASC_BrightnessSensor
       RO_WZ_Sued_FSB61_EG ASC_BrightnessSensor
       RO_WZ_West1_FSB61_EG ASC_BrightnessSensor
       RO_WZ_West2_FSB61_EG ASC_BrightnessSensor
     RO_AZ_Sued_FSB61_OG:
     RO_BZ_Ost_FSB61_OG:
     RO_FE_Ost_FSB61_EG:
     RO_KO_Ost_FSB61_OG:
     RO_KO_Sued_FSB61_OG:
     RO_KU_Ost_FSB61_EG:
     RO_KU_Sued1_FSB61_EG:
     RO_KU_Sued2_FSB61_EG:
     RO_WC_Ost_FSB61_EG:
     RO_WZ_Sued_FSB61_EG:
     RO_WZ_West1_FSB61_EG:
     RO_WZ_West2_FSB61_EG:
Attributes:
   ASC_autoShuttersControlComfort on
   ASC_autoShuttersControlEvening on
   ASC_autoShuttersControlMorning on
   ASC_brightnessDriveUpDown 300:300
   ASC_expert 1
   ASC_tempSensor MT_KU_Nord_FTMT:TempWert2
   ASC_twilightDevice DE_AstroFunktion
   devStateIcon { ShuttersControl_DevStateIcon($name) }
   icon       fts_shutter_automatic
   room       ASC
   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_BetweenTheTime 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_SlatPosCmd_SlatDevice 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
   verbose    5



Und eins von einem Rolladen:
Internals:
   DEF        0587D1DA
   FUUID      5e5ad5f8-f33f-6ef9-84d9-1c126dd81c81a3f3
   IODev      TCM_ESP3_0
   LASTInputDev TCM_ESP3_0
   MSGCNT     4
   NAME       RO_AZ_Sued_FSB61_OG
   NR         1308
   NTFY_ORDER 50-RO_AZ_Sued_FSB61_OG
   STATE      0
   TCM_ESP3_0_DestinationID FFFFFFFF
   TCM_ESP3_0_MSGCNT 4
   TCM_ESP3_0_PacketType 1
   TCM_ESP3_0_RSSI -74
   TCM_ESP3_0_ReceivingQuality excellent
   TCM_ESP3_0_RepeatingCounter 2
   TCM_ESP3_0_SubTelNum 6
   TCM_ESP3_0_TIME 2020-09-27 09:00:28
   TYPE       EnOcean
   READINGS:
     2020-09-26 13:35:42   ASC_Enable      on
     2020-09-27 09:55:26   ASC_ShadingMessage INFO: current shading status is 'out' - next check in 10m
     2020-09-27 09:00:28   ASC_ShuttersLastDrive day open
     2020-09-27 09:00:01   ASC_Time_DriveDown 27.09.2020 - 22:01
     2020-09-27 09:00:01   ASC_Time_DriveUp 28.09.2020 - 09:00
     2020-09-27 09:00:01   ASC_Time_PrivacyDriveDown 27.09.2020 - 21:31
     2020-09-27 09:00:28   anglePos        0
     2020-09-26 19:51:41   associatedWith  RolladenSteuerung
     2020-09-27 09:00:28   block           unlock
     2020-09-27 09:00:28   endPosition     open
     2020-09-27 09:00:28   position        0
     2020-09-27 09:00:28   state           open
   helper:
Attributes:
   ASC        1
   ASC_Adv    on
   ASC_BlockingTime_afterManual 300
   ASC_BrightnessSensor MS_GT_Sued_FAH60alt:brightness 300:300
   ASC_ComfortOpen_Pos 50
   ASC_Down   brightness
   ASC_Partymode off
   ASC_Pos_Reading position
   ASC_PrivacyDownValue_beforeNightClose 1800:301
   ASC_PrivacyDown_Pos 60
   ASC_PrivacyUp_Pos 60
   ASC_Shading_Mode always
   ASC_Shading_Pos 35
   ASC_Time_Down_Early 22:00
   ASC_Time_Down_Late 22:01
   ASC_Time_Up_Early 7:30
   ASC_Time_Up_Late 9:01
   ASC_Time_Up_WE_Holiday 9:00
   ASC_Up     brightness
   IODev      TCM_ESP3_0
   eep        A5-3F-7F
   manufID    00D
   model      Eltako_FSB_ACK
   room       EnOcean,OG Arbeitszimmer
   shutTime   27
   shutTimeCloses 45
   stateFormat position
   subDef     FFBE4101
   subType    manufProfile
   teachMethod RPS
   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_BetweenTheTime 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,awning ASC_SlatPosCmd_SlatDevice 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
   webCmd     opens:stop:closes


Und das Log vom ASC-Device mit verbose 5 seit gestern Abend:
2020-09-26_19:44:31 RolladenSteuerung userAttrList: rolled out
2020-09-26_19:44:37 RolladenSteuerung RO_AZ_Sued_FSB61_OG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:44:38 RolladenSteuerung created new drive timer
2020-09-26_19:44:38 RolladenSteuerung RO_BZ_Ost_FSB61_OG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:44:38 RolladenSteuerung created new drive timer
2020-09-26_19:44:38 RolladenSteuerung RO_FE_Ost_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:44:38 RolladenSteuerung created new drive timer
2020-09-26_19:44:38 RolladenSteuerung RO_KO_Ost_FSB61_OG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:44:38 RolladenSteuerung created new drive timer
2020-09-26_19:44:38 RolladenSteuerung RO_KO_Sued_FSB61_OG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:44:38 RolladenSteuerung created new drive timer
2020-09-26_19:44:38 RolladenSteuerung RO_KU_Ost_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:44:38 RolladenSteuerung created new drive timer
2020-09-26_19:44:38 RolladenSteuerung RO_KU_Sued1_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:44:39 RolladenSteuerung created new drive timer
2020-09-26_19:44:39 RolladenSteuerung RO_KU_Sued2_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:44:39 RolladenSteuerung created new drive timer
2020-09-26_19:44:39 RolladenSteuerung RO_WC_Ost_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:44:39 RolladenSteuerung created new drive timer
2020-09-26_19:44:39 RolladenSteuerung RO_WZ_Sued_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:44:39 RolladenSteuerung created new drive timer
2020-09-26_19:44:39 RolladenSteuerung RO_WZ_West1_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:44:39 RolladenSteuerung created new drive timer
2020-09-26_19:44:39 RolladenSteuerung RO_WZ_West2_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:44:39 RolladenSteuerung created new drive timer
2020-09-26_19:44:45 RolladenSteuerung controlShading: on
2020-09-26_19:47:04 RolladenSteuerung userAttrList: rolled out
2020-09-26_19:47:11 RolladenSteuerung RO_AZ_Sued_FSB61_OG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:47:11 RolladenSteuerung created new drive timer
2020-09-26_19:47:11 RolladenSteuerung RO_BZ_Ost_FSB61_OG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:47:11 RolladenSteuerung created new drive timer
2020-09-26_19:47:11 RolladenSteuerung RO_FE_Ost_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:47:11 RolladenSteuerung created new drive timer
2020-09-26_19:47:11 RolladenSteuerung RO_KO_Ost_FSB61_OG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:47:11 RolladenSteuerung created new drive timer
2020-09-26_19:47:11 RolladenSteuerung RO_KO_Sued_FSB61_OG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:47:12 RolladenSteuerung created new drive timer
2020-09-26_19:47:12 RolladenSteuerung RO_KU_Ost_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:47:12 RolladenSteuerung created new drive timer
2020-09-26_19:47:12 RolladenSteuerung RO_KU_Sued1_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:47:12 RolladenSteuerung created new drive timer
2020-09-26_19:47:12 RolladenSteuerung RO_KU_Sued2_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:47:12 RolladenSteuerung created new drive timer
2020-09-26_19:47:12 RolladenSteuerung RO_WC_Ost_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:47:12 RolladenSteuerung created new drive timer
2020-09-26_19:47:12 RolladenSteuerung RO_WZ_Sued_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:47:12 RolladenSteuerung created new drive timer
2020-09-26_19:47:12 RolladenSteuerung RO_WZ_West1_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:47:12 RolladenSteuerung created new drive timer
2020-09-26_19:47:12 RolladenSteuerung RO_WZ_West2_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:47:13 RolladenSteuerung created new drive timer
2020-09-26_19:47:14 RolladenSteuerung controlShading: on
2020-09-26_19:51:38 RolladenSteuerung userAttrList: rolled out
2020-09-26_19:51:47 RolladenSteuerung RO_AZ_Sued_FSB61_OG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:51:48 RolladenSteuerung created new drive timer
2020-09-26_19:51:48 RolladenSteuerung RO_BZ_Ost_FSB61_OG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:51:48 RolladenSteuerung created new drive timer
2020-09-26_19:51:48 RolladenSteuerung RO_FE_Ost_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:51:48 RolladenSteuerung created new drive timer
2020-09-26_19:51:48 RolladenSteuerung RO_KO_Ost_FSB61_OG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:51:48 RolladenSteuerung created new drive timer
2020-09-26_19:51:48 RolladenSteuerung RO_KO_Sued_FSB61_OG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:51:49 RolladenSteuerung created new drive timer
2020-09-26_19:51:49 RolladenSteuerung RO_KU_Ost_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:51:49 RolladenSteuerung created new drive timer
2020-09-26_19:51:49 RolladenSteuerung RO_KU_Sued1_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:51:49 RolladenSteuerung created new drive timer
2020-09-26_19:51:49 RolladenSteuerung RO_KU_Sued2_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:51:49 RolladenSteuerung created new drive timer
2020-09-26_19:51:49 RolladenSteuerung RO_WC_Ost_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:51:49 RolladenSteuerung created new drive timer
2020-09-26_19:51:49 RolladenSteuerung RO_WZ_Sued_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:51:49 RolladenSteuerung created new drive timer
2020-09-26_19:51:50 RolladenSteuerung RO_WZ_West1_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:51:50 RolladenSteuerung created new drive timer
2020-09-26_19:51:50 RolladenSteuerung RO_WZ_West2_FSB61_EG_nextAstroTimeEvent: 26.09.2020 - 22:01
2020-09-26_19:51:50 RolladenSteuerung created new drive timer
2020-09-26_19:51:50 RolladenSteuerung controlShading: on
2020-09-26_19:56:03 RolladenSteuerung controlShading: on
2020-09-26_19:58:46 RolladenSteuerung RO_AZ_Sued_FSB61_OG_PosValue: 100
2020-09-26_19:58:46 RolladenSteuerung manual
2020-09-26_19:59:14 RolladenSteuerung RO_AZ_Sued_FSB61_OG_PosValue: 100
2020-09-26_19:59:14 RolladenSteuerung manual
2020-09-26_19:59:43 RolladenSteuerung RO_KU_Ost_FSB61_EG_PosValue: 100
2020-09-26_19:59:43 RolladenSteuerung manual
2020-09-26_20:00:25 RolladenSteuerung RO_WZ_Sued_FSB61_EG_PosValue: 100
2020-09-26_20:00:25 RolladenSteuerung manual
2020-09-26_21:31:01 RolladenSteuerung created new drive timer
2020-09-26_21:31:01 RolladenSteuerung RO_BZ_Ost_FSB61_OG_lastPosValue: 0
2020-09-26_21:31:01 RolladenSteuerung created new drive timer
2020-09-26_21:31:01 RolladenSteuerung RO_FE_Ost_FSB61_EG_lastPosValue: 0
2020-09-26_21:31:01 RolladenSteuerung created new drive timer
2020-09-26_21:31:01 RolladenSteuerung RO_KO_Ost_FSB61_OG_lastPosValue: 0
2020-09-26_21:31:01 RolladenSteuerung created new drive timer
2020-09-26_21:31:01 RolladenSteuerung created new drive timer
2020-09-26_21:31:01 RolladenSteuerung created new drive timer
2020-09-26_21:31:01 RolladenSteuerung RO_KU_Sued1_FSB61_EG_lastPosValue: 0
2020-09-26_21:31:02 RolladenSteuerung created new drive timer
2020-09-26_21:31:02 RolladenSteuerung RO_KU_Sued2_FSB61_EG_lastPosValue: 0
2020-09-26_21:31:02 RolladenSteuerung created new drive timer
2020-09-26_21:31:02 RolladenSteuerung RO_WC_Ost_FSB61_EG_lastPosValue: 0
2020-09-26_21:31:02 RolladenSteuerung created new drive timer
2020-09-26_21:31:02 RolladenSteuerung created new drive timer
2020-09-26_21:31:02 RolladenSteuerung RO_WZ_West1_FSB61_EG_lastPosValue: 0
2020-09-26_21:31:02 RolladenSteuerung created new drive timer
2020-09-26_21:31:02 RolladenSteuerung RO_WZ_West2_FSB61_EG_lastPosValue: 0
2020-09-26_21:31:02 RolladenSteuerung created new drive timer
2020-09-26_22:01:01 RolladenSteuerung RO_AZ_Sued_FSB61_OG_lastPosValue: 15
2020-09-26_22:01:01 RolladenSteuerung RO_AZ_Sued_FSB61_OG_nextAstroTimeEvent: 27.09.2020 - 09:00
2020-09-26_22:01:01 RolladenSteuerung created new drive timer
2020-09-26_22:01:01 RolladenSteuerung RO_BZ_Ost_FSB61_OG_lastPosValue: 0
2020-09-26_22:01:01 RolladenSteuerung RO_BZ_Ost_FSB61_OG_nextAstroTimeEvent: 27.09.2020 - 09:00
2020-09-26_22:01:01 RolladenSteuerung created new drive timer
2020-09-26_22:01:01 RolladenSteuerung RO_FE_Ost_FSB61_EG_lastPosValue: 0
2020-09-26_22:01:01 RolladenSteuerung RO_FE_Ost_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 09:00
2020-09-26_22:01:01 RolladenSteuerung created new drive timer
2020-09-26_22:01:01 RolladenSteuerung RO_KO_Ost_FSB61_OG_lastPosValue: 0
2020-09-26_22:01:01 RolladenSteuerung RO_KO_Ost_FSB61_OG_nextAstroTimeEvent: 27.09.2020 - 09:00
2020-09-26_22:01:02 RolladenSteuerung created new drive timer
2020-09-26_22:01:02 RolladenSteuerung RO_KO_Sued_FSB61_OG_lastPosValue: 100
2020-09-26_22:01:02 RolladenSteuerung RO_KO_Sued_FSB61_OG_nextAstroTimeEvent: 27.09.2020 - 09:00
2020-09-26_22:01:02 RolladenSteuerung created new drive timer
2020-09-26_22:01:02 RolladenSteuerung RO_KU_Ost_FSB61_EG_lastPosValue: 0
2020-09-26_22:01:02 RolladenSteuerung RO_KU_Ost_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 09:00
2020-09-26_22:01:02 RolladenSteuerung created new drive timer
2020-09-26_22:01:02 RolladenSteuerung RO_KU_Sued1_FSB61_EG_lastPosValue: 0
2020-09-26_22:01:02 RolladenSteuerung RO_KU_Sued1_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 09:00
2020-09-26_22:01:02 RolladenSteuerung created new drive timer
2020-09-26_22:01:02 RolladenSteuerung RO_KU_Sued2_FSB61_EG_lastPosValue: 0
2020-09-26_22:01:02 RolladenSteuerung RO_KU_Sued2_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 09:00
2020-09-26_22:01:03 RolladenSteuerung created new drive timer
2020-09-26_22:01:03 RolladenSteuerung RO_WC_Ost_FSB61_EG_lastPosValue: 0
2020-09-26_22:01:03 RolladenSteuerung RO_WC_Ost_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 09:00
2020-09-26_22:01:03 RolladenSteuerung created new drive timer
2020-09-26_22:01:03 RolladenSteuerung RO_WZ_Sued_FSB61_EG_lastPosValue: 0
2020-09-26_22:01:03 RolladenSteuerung RO_WZ_Sued_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 09:00
2020-09-26_22:01:03 RolladenSteuerung created new drive timer
2020-09-26_22:01:03 RolladenSteuerung RO_WZ_West1_FSB61_EG_lastPosValue: 0
2020-09-26_22:01:03 RolladenSteuerung RO_WZ_West1_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 09:00
2020-09-26_22:01:03 RolladenSteuerung created new drive timer
2020-09-26_22:01:03 RolladenSteuerung RO_WZ_West2_FSB61_EG_lastPosValue: 0
2020-09-26_22:01:03 RolladenSteuerung RO_WZ_West2_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 09:00
2020-09-26_22:01:04 RolladenSteuerung created new drive timer
2020-09-26_22:22:03 RolladenSteuerung advDriveDown
2020-09-26_23:32:54 RolladenSteuerung RO_WC_Ost_FSB61_EG_PosValue: 100
2020-09-26_23:32:54 RolladenSteuerung manual
2020-09-27_07:27:13 RolladenSteuerung RO_WZ_Sued_FSB61_EG_PosValue: 0
2020-09-27_07:27:13 RolladenSteuerung manual
2020-09-27_07:27:13 RolladenSteuerung RO_WZ_West1_FSB61_EG_PosValue: 0
2020-09-27_07:27:13 RolladenSteuerung manual
2020-09-27_07:27:14 RolladenSteuerung RO_WZ_West2_FSB61_EG_PosValue: 0
2020-09-27_07:27:14 RolladenSteuerung manual
2020-09-27_07:27:14 RolladenSteuerung RO_KU_Ost_FSB61_EG_PosValue: 0
2020-09-27_07:27:14 RolladenSteuerung manual
2020-09-27_07:27:14 RolladenSteuerung RO_KU_Sued1_FSB61_EG_PosValue: 0
2020-09-27_07:27:14 RolladenSteuerung manual
2020-09-27_07:27:15 RolladenSteuerung RO_KU_Sued2_FSB61_EG_PosValue: 0
2020-09-27_07:27:15 RolladenSteuerung manual
2020-09-27_07:27:15 RolladenSteuerung RO_WC_Ost_FSB61_EG_PosValue: 0
2020-09-27_07:27:15 RolladenSteuerung manual
2020-09-27_07:27:15 RolladenSteuerung RO_FE_Ost_FSB61_EG_PosValue: 0
2020-09-27_07:27:15 RolladenSteuerung manual
2020-09-27_07:27:39 RolladenSteuerung RO_KU_Ost_FSB61_EG_PosValue: 0
2020-09-27_07:27:39 RolladenSteuerung manual
2020-09-27_07:27:40 RolladenSteuerung RO_WC_Ost_FSB61_EG_PosValue: 0
2020-09-27_07:27:40 RolladenSteuerung manual
2020-09-27_07:27:44 RolladenSteuerung RO_WZ_Sued_FSB61_EG_PosValue: 0
2020-09-27_07:27:44 RolladenSteuerung manual
2020-09-27_07:27:47 RolladenSteuerung RO_WZ_West1_FSB61_EG_PosValue: 0
2020-09-27_07:27:47 RolladenSteuerung manual
2020-09-27_07:55:54 RolladenSteuerung RO_KO_Sued_FSB61_OG_PosValue: 100
2020-09-27_07:55:54 RolladenSteuerung manual
2020-09-27_08:00:00 RolladenSteuerung RO_KO_Sued_FSB61_OG_PosValue: 100
2020-09-27_08:00:00 RolladenSteuerung manual
2020-09-27_09:00:01 RolladenSteuerung RO_AZ_Sued_FSB61_OG_PosValue: 0
2020-09-27_09:00:01 RolladenSteuerung day open
2020-09-27_09:00:01 RolladenSteuerung RO_AZ_Sued_FSB61_OG_lastPosValue: 100
2020-09-27_09:00:01 RolladenSteuerung RO_AZ_Sued_FSB61_OG_nextAstroTimeEvent: 27.09.2020 - 22:01
2020-09-27_09:00:01 RolladenSteuerung created new drive timer
2020-09-27_09:00:01 RolladenSteuerung RO_BZ_Ost_FSB61_OG_lastPosValue: 0
2020-09-27_09:00:01 RolladenSteuerung RO_BZ_Ost_FSB61_OG_nextAstroTimeEvent: 27.09.2020 - 22:01
2020-09-27_09:00:01 RolladenSteuerung created new drive timer
2020-09-27_09:00:01 RolladenSteuerung RO_FE_Ost_FSB61_EG_lastPosValue: 0
2020-09-27_09:00:01 RolladenSteuerung RO_FE_Ost_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 22:01
2020-09-27_09:00:02 RolladenSteuerung created new drive timer
2020-09-27_09:00:02 RolladenSteuerung RO_KO_Ost_FSB61_OG_lastPosValue: 0
2020-09-27_09:00:02 RolladenSteuerung RO_KO_Ost_FSB61_OG_nextAstroTimeEvent: 27.09.2020 - 22:01
2020-09-27_09:00:02 RolladenSteuerung created new drive timer
2020-09-27_09:00:02 RolladenSteuerung RO_KO_Sued_FSB61_OG_PosValue: 0
2020-09-27_09:00:02 RolladenSteuerung day open
2020-09-27_09:00:02 RolladenSteuerung RO_KO_Sued_FSB61_OG_lastPosValue: 100
2020-09-27_09:00:02 RolladenSteuerung RO_KO_Sued_FSB61_OG_nextAstroTimeEvent: 27.09.2020 - 22:01
2020-09-27_09:00:02 RolladenSteuerung created new drive timer
2020-09-27_09:00:02 RolladenSteuerung RO_KU_Ost_FSB61_EG_lastPosValue: 0
2020-09-27_09:00:02 RolladenSteuerung RO_KU_Ost_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 22:01
2020-09-27_09:00:03 RolladenSteuerung created new drive timer
2020-09-27_09:00:03 RolladenSteuerung RO_KU_Sued1_FSB61_EG_lastPosValue: 0
2020-09-27_09:00:03 RolladenSteuerung RO_KU_Sued1_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 22:01
2020-09-27_09:00:03 RolladenSteuerung created new drive timer
2020-09-27_09:00:03 RolladenSteuerung RO_KU_Sued2_FSB61_EG_lastPosValue: 0
2020-09-27_09:00:03 RolladenSteuerung RO_KU_Sued2_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 22:01
2020-09-27_09:00:03 RolladenSteuerung created new drive timer
2020-09-27_09:00:03 RolladenSteuerung RO_WC_Ost_FSB61_EG_lastPosValue: 0
2020-09-27_09:00:03 RolladenSteuerung RO_WC_Ost_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 22:01
2020-09-27_09:00:03 RolladenSteuerung created new drive timer
2020-09-27_09:00:03 RolladenSteuerung RO_WZ_Sued_FSB61_EG_lastPosValue: 0
2020-09-27_09:00:03 RolladenSteuerung RO_WZ_Sued_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 22:01
2020-09-27_09:00:04 RolladenSteuerung created new drive timer
2020-09-27_09:00:04 RolladenSteuerung RO_WZ_West1_FSB61_EG_lastPosValue: 0
2020-09-27_09:00:04 RolladenSteuerung RO_WZ_West1_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 22:01
2020-09-27_09:00:04 RolladenSteuerung created new drive timer
2020-09-27_09:00:04 RolladenSteuerung RO_WZ_West2_FSB61_EG_lastPosValue: 0
2020-09-27_09:00:04 RolladenSteuerung RO_WZ_West2_FSB61_EG_nextAstroTimeEvent: 27.09.2020 - 22:01
2020-09-27_09:00:04 RolladenSteuerung created new drive timer
2020-09-27_09:00:18 RolladenSteuerung RO_KO_Sued_FSB61_OG_PosValue: 0
2020-09-27_09:00:18 RolladenSteuerung day open
2020-09-27_09:00:28 RolladenSteuerung RO_AZ_Sued_FSB61_OG_PosValue: 0
2020-09-27_09:00:28 RolladenSteuerung day open
2020-09-27_09:25:49 RolladenSteuerung RO_KU_Sued2_FSB61_EG_PosValue: 10
2020-09-27_09:25:49 RolladenSteuerung manual
2020-09-27_09:25:53 RolladenSteuerung RO_KU_Sued2_FSB61_EG_PosValue: 12
2020-09-27_09:25:53 RolladenSteuerung manual
2020-09-27_09:26:17 RolladenSteuerung RO_KU_Sued2_FSB61_EG_PosValue: 0
2020-09-27_09:26:17 RolladenSteuerung manual
2020-09-27_09:26:22 RolladenSteuerung RO_KU_Sued2_FSB61_EG_PosValue: 0
2020-09-27_09:26:22 RolladenSteuerung manual
2020-09-27_09:53:40 RolladenSteuerung RO_KO_Sued_FSB61_OG_PosValue: 100
2020-09-27_09:53:41 RolladenSteuerung manual

fhem mit EnOcean, Gardena, Vorwerk, Miele und Teufel/Raumfeld-Integration... nur meine Kinder wollen sich damit nicht anständig steuern lassen. Wer weiß Rat?

Dersch

Zitat von: Dersch am 26 September 2020, 18:52:29
Irgendwie ist da noch der Wurm drin. Dieser Rollo wurde seit 3 Tagen nicht mehr angesprochen:


Internals:
   FUUID      5dcc888e-f33f-c2c3-6273-bcbf85a1a5dc0cd3
   IODev      mqtt
   NAME       KzRolladenBalkon
   NR         356
   STATE      100
   TYPE       MQTT_DEVICE
   qos        *:2
   Helper:
     DBLOG:
       energy:
         DBLogging:
           TIME       1601104162.85861
           VALUE      1689
       power:
         DBLogging:
           TIME       1601104102.82657
           VALUE      0.00
   READINGS:
     2019-11-14 00:04:00   ASC_Enable      on
     2020-06-25 11:18:02   ASC_ShadingMessage <html> WARN:  global shading active but ASC_Shading_Mode attribut is not set or off </html>
     2020-09-23 18:45:01   ASC_ShuttersLastDrive night close
     2020-09-26 18:45:01   ASC_Time_DriveDown 27.09.2020 - 18:45
     2020-09-26 18:45:01   ASC_Time_DriveUp 27.09.2020 - 08:00
     2020-09-22 20:07:36   associatedWith  myASControl
     2020-09-26 18:48:35   energy          1689
     2020-09-25 07:44:22   online          true
     2020-09-23 18:45:01   pct             0
     2020-09-26 18:48:35   pos             100
     2020-09-26 18:48:35   power           0.00
     2020-09-26 18:48:35   state           stop
     2020-09-26 18:48:35   transmission-state incoming publish received
   message_ids:
   publishSets:
     :
       topic      shellies/shellyswitch-55B8D3/roller/0/command
       values:
         open
         close
         stop
     pct:
       topic      shellies/shellyswitch-55B8D3/roller/0/command/pos
       values:
         0,10,20,30,40,50,60,70,80,90,100
   sets:
     close     
     open       
     pct        0,10,20,30,40,50,60,70,80,90,100
     stop       
   subscribe:
     shellies/shellyswitch-55B8D3/command
     shellies/shellyswitch-55B8D3/roller/0/energy
     shellies/shellyswitch-55B8D3/online
     shellies/shellyswitch-55B8D3/roller/0/pos
     shellies/shellyswitch-55B8D3/roller/0/power
     shellies/shellyswitch-55B8D3/roller/0
   subscribeExpr:
     ^shellies\/shellyswitch-55B8D3\/command$
     ^shellies\/shellyswitch-55B8D3\/roller\/0\/energy$
     ^shellies\/shellyswitch-55B8D3\/online$
     ^shellies\/shellyswitch-55B8D3\/roller\/0\/pos$
     ^shellies\/shellyswitch-55B8D3\/roller\/0\/power$
     ^shellies\/shellyswitch-55B8D3\/roller\/0$
   subscribeQos:
     shellies/shellyswitch-55B8D3/command 0
     shellies/shellyswitch-55B8D3/online 0
     shellies/shellyswitch-55B8D3/roller/0 0
     shellies/shellyswitch-55B8D3/roller/0/energy 0
     shellies/shellyswitch-55B8D3/roller/0/pos 0
     shellies/shellyswitch-55B8D3/roller/0/power 0
   subscribeReadings:
     shellies/shellyswitch-55B8D3/command:
       cmd       
       name       command
     shellies/shellyswitch-55B8D3/online:
       cmd       
       name       online
     shellies/shellyswitch-55B8D3/roller/0:
       cmd       
       name       state
     shellies/shellyswitch-55B8D3/roller/0/energy:
       cmd       
       name       energy
     shellies/shellyswitch-55B8D3/roller/0/pos:
       cmd       
       name       pos
     shellies/shellyswitch-55B8D3/roller/0/power:
       cmd       
       name       power
Attributes:
   ASC        2
   ASC_BrightnessSensor TeHelligkeit:luminosity
   ASC_Closed_Pos 0
   ASC_Down   brightness
   ASC_Mode_Down always
   ASC_Mode_Up always
   ASC_Open_Pos 100
   ASC_Pos_Reading pct
   ASC_ShuttersPlace window
   ASC_Time_Down_Early 16:30
   ASC_Time_Down_Late 18:45
   ASC_Time_Up_Early 7:10
   ASC_Time_Up_Late 8:30
   ASC_Time_Up_WE_Holiday 8:00
   ASC_Up     brightness
   ASC_Ventilate_Pos 10
   ASC_Ventilate_Window_Open off
   ASC_WindowRec KzFensterBalkon
   ASC_WindowRec_subType twostate
   DbLogExclude .*
   DbLogInclude energy,power
   IODev      mqtt
   cmdIcon    open:rc_UP stop:rc_STOP close:rc_DOWN
   devStateIcon 100:fts_shutter_10@green 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:fts_shutter_100@grey
   event-on-change-reading .*
   group      Rolläden
   icon       fts_shutter_updown
   publishSet open close stop shellies/shellyswitch-55B8D3/roller/0/command
   publishSet_pct 0,10,20,30,40,50,60,70,80,90,100 shellies/shellyswitch-55B8D3/roller/0/command/pos
   qos        exactly-once
   room       Kinderzimmer
   stateFormat pos
   subscribeReading_command shellies/shellyswitch-55B8D3/command
   subscribeReading_energy shellies/shellyswitch-55B8D3/roller/0/energy
   subscribeReading_online shellies/shellyswitch-55B8D3/online
   subscribeReading_pos shellies/shellyswitch-55B8D3/roller/0/pos
   subscribeReading_power shellies/shellyswitch-55B8D3/roller/0/power
   subscribeReading_state shellies/shellyswitch-55B8D3/roller/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_BetweenTheTime 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,awning ASC_SlatPosCmd_SlatDevice 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
   webCmd     open:stop:close:pct
   widgetOverride pct:0,10,20,30,40,50,60,70,80,90,100


Edit:
Der auch:


Internals:
   FUUID      5cfeb404-f33f-c2c3-e4a1-31dbae87f435b640
   IODev      mqtt
   NAME       AnkleideRollladen
   NR         237
   STATE      100
   TYPE       MQTT_DEVICE
   qos        *:2
   Helper:
     DBLOG:
       energy:
         DBLogging:
           TIME       1601104142.66085
           VALUE      1732
       power:
         DBLogging:
           TIME       1601104114.97827
           VALUE      0.00
       temperature:
         DBLogging:
           TIME       1601141335.70525
           VALUE      53.87
   READINGS:
     2019-06-11 00:10:17   ASC_Enable      on
     2020-06-25 11:17:57   ASC_ShadingMessage <html> WARN:  global shading active but ASC_Shading_Mode attribut is not set or off </html>
     2020-09-23 19:39:07   ASC_ShuttersLastDrive minimum brightness threshold fell below
     2020-09-26 08:00:01   ASC_Time_DriveDown 26.09.2020 - 22:00
     2020-09-26 08:00:01   ASC_Time_DriveUp 27.09.2020 - 08:00
     2020-09-22 20:07:36   associatedWith  myASControl
     2020-09-26 19:29:29   energy          1732
     2020-09-25 07:44:27   online          true
     2020-09-23 19:39:07   pct             0
     2020-09-26 19:29:29   pos             100
     2020-09-26 19:29:29   power           0.00
     2020-09-26 09:08:34   state           stop
     2020-09-26 19:29:29   temperature     53.87
     2020-09-26 19:29:29   transmission-state incoming publish received
   message_ids:
   publishSets:
     :
       topic      shellies/shellyswitch25-68D644/roller/0/command
       values:
         open
         close
         stop
     pct:
       topic      shellies/shellyswitch25-68D644/roller/0/command/pos
       values:
         0,10,20,30,40,50,60,70,80,90,100
   sets:
     close     
     open       
     pct        0,10,20,30,40,50,60,70,80,90,100
     stop       
   subscribe:
     shellies/shellyswitch25-68D644/command
     shellies/shellyswitch25-68D644/roller/0/energy
     shellies/shellyswitch25-68D644/online
     shellies/shellyswitch25-68D644/roller/0/pos
     shellies/shellyswitch25-68D644/roller/0/power
     shellies/shellyswitch25-68D644/roller/0
     shellies/shellyswitch25-68D644/temperature
   subscribeExpr:
     ^shellies\/shellyswitch25-68D644\/command$
     ^shellies\/shellyswitch25-68D644\/roller\/0\/energy$
     ^shellies\/shellyswitch25-68D644\/online$
     ^shellies\/shellyswitch25-68D644\/roller\/0\/pos$
     ^shellies\/shellyswitch25-68D644\/roller\/0\/power$
     ^shellies\/shellyswitch25-68D644\/roller\/0$
     ^shellies\/shellyswitch25-68D644\/temperature$
   subscribeQos:
     shellies/shellyswitch25-68D644/command 0
     shellies/shellyswitch25-68D644/online 0
     shellies/shellyswitch25-68D644/roller/0 0
     shellies/shellyswitch25-68D644/roller/0/energy 0
     shellies/shellyswitch25-68D644/roller/0/pos 0
     shellies/shellyswitch25-68D644/roller/0/power 0
     shellies/shellyswitch25-68D644/temperature 0
   subscribeReadings:
     shellies/shellyswitch25-68D644/command:
       cmd       
       name       command
     shellies/shellyswitch25-68D644/online:
       cmd       
       name       online
     shellies/shellyswitch25-68D644/roller/0:
       cmd       
       name       state
     shellies/shellyswitch25-68D644/roller/0/energy:
       cmd       
       name       energy
     shellies/shellyswitch25-68D644/roller/0/pos:
       cmd       
       name       pos
     shellies/shellyswitch25-68D644/roller/0/power:
       cmd       
       name       power
     shellies/shellyswitch25-68D644/temperature:
       cmd       
       name       temperature
Attributes:
   ASC        2
   ASC_BrightnessSensor TeHelligkeit:luminosity
   ASC_Down   brightness
   ASC_Mode_Down always
   ASC_Mode_Up always
   ASC_Pos_Reading pct
   ASC_ShuttersPlace window
   ASC_Time_Down_Early 16:30
   ASC_Time_Down_Late 22:00
   ASC_Time_Up_Early 07:10
   ASC_Time_Up_Late 08:30
   ASC_Time_Up_WE_Holiday 08:00
   ASC_Up     brightness
   DbLogExclude .*
   DbLogInclude energy,power,temperature
   IODev      mqtt
   cmdIcon    open:rc_UP stop:rc_STOP close:rc_DOWN
   devStateIcon 100:fts_shutter_10@green 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:fts_shutter_100@grey
   event-on-change-reading .*
   group      Rolläden
   icon       fts_shutter_updown
   publishSet open close stop shellies/shellyswitch25-68D644/roller/0/command
   publishSet_pct 0,10,20,30,40,50,60,70,80,90,100 shellies/shellyswitch25-68D644/roller/0/command/pos
   qos        exactly-once
   room       Ankleide
   stateFormat pos
   subscribeReading_command shellies/shellyswitch25-68D644/command
   subscribeReading_energy shellies/shellyswitch25-68D644/roller/0/energy
   subscribeReading_online shellies/shellyswitch25-68D644/online
   subscribeReading_pos shellies/shellyswitch25-68D644/roller/0/pos
   subscribeReading_power shellies/shellyswitch25-68D644/roller/0/power
   subscribeReading_state shellies/shellyswitch25-68D644/roller/0
   subscribeReading_temperature shellies/shellyswitch25-68D644/temperature
   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_BetweenTheTime 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,awning ASC_SlatPosCmd_SlatDevice 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
   webCmd     open:stop:close:pct
   widgetOverride pct:0,10,20,30,40,50,60,70,80,90,100


Noch 2 andere hatten das.

Auffällig ist, das es alle MQTT gesteuerte Läden sind. Ist ASC Mode 2 da irgendwie anders in der aktuellen Version?

Heute morgen sind alle hoch gefahren. Mal schauen wie es heute Abend ist.

JWRu

ZitatSorry, ich muss mich hier auch nochmal melden... ich bring meine Rolläden einfach nicht dazu, sich per AutoShuttersControl zu bewegen. Alle Einstellungen scheinen ok,  in den Logs finde ich nichts Auffälliges - aber irgendwo wird wohl noch was fehlen...? Die manuelle Steuerung funktioniert einwandfrei, und das Modul erkennt diese Fahrten auch.

Habe fhem neu gestartet, die Notifydefs neu erstellen lassen, Scanforshutters wiederholt - nix. Zum Teil hatte ich im Log x-fach den Fehler "ERROR: empty name in readingsBeginUpdate", der ist aber nach meheren Neustarts verschwunden.

Habe jetzt auch einen Brightness-Sensor, und einen Temperatursensor (erstmal geliehen), beide geben auch Werte aus. Beim Temperatursensor musste ich ein UserReading erstellen, da der Sensor sonst uninterpretierte Rohwerte ausspuckt.
Fahren die Rollladen denn gar nicht? Aus dem List von "RO_AZ_Sued_FSB61_OG" geht hervor, dass er heute um Punkt 9:00 Uhr hochgefahren wurde:
2020-09-27 09:00:28   endPosition     open
Die 28 Sekunden sind wahrscheinlich die Fahrzeit.

Das sollte er auch, denn:
ASC_Time_Up_WE_Holiday 9:00
Das steht zu ASC_Time_Up_WE_Holiday in der CommandRef
Zitatfrühste Zeit zum Hochfahren am Wochenende und/oder Urlaub
... und heute ist glaube ich Wochenende ;-)

Das Runterfahren nach Brightness funktioniert zur Zeit natürlich nicht, denn ASC_Time_Down_Early steht auf 22:00 Uhr. Er fährt also frühestens um 22:00 Uhr runter, egal wie die Helligkeit ist.

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

zife

So sollte es sein, aber es passiert gar nichts... weder um 9, noch um 22 Uhr.

Ziel ist ein Hochfahren um 9 am WE, und abends inmer um 22 Uhr, aber je nach Helligkeit die Privacy Position.

Es gibt auch keine Reaktion auf die Fenstergriffe in KU_Sued2 und WZ_Sued, kein block in den Readings. Also streng genommen ist alles so, als hätte ich kein ASC.
fhem mit EnOcean, Gardena, Vorwerk, Miele und Teufel/Raumfeld-Integration... nur meine Kinder wollen sich damit nicht anständig steuern lassen. Wer weiß Rat?

JWRu

ZitatSo sollte es sein, aber es passiert gar nichts.
Das ist aber seltsam.
Laut den Readings im Rolladen-Device wurden um 09:00:01 verschiedene ASC-Readings aktualisiert. Zu dieser Zeit wurde wohl auch der Fahrbefehl gesendet.
Ist denn zu dieser Zeit was im FHEM-Log zu finden? Leider halten sich viele Modulautoren nicht an die Vorgabe "set"-Befehle zu loggen - bei mir ist das mit DUOFERN auch so.
Ich habe allerdings EnOcean-Schalter, da werden "set"-Befehle geloggt.
im ASC-Log steht zu dieser Zeit das:
2020-09-27_09:00:01 RolladenSteuerung RO_AZ_Sued_FSB61_OG_PosValue: 0
2020-09-27_09:00:01 RolladenSteuerung day open

ASC sendet höchstwahrscheinlich den Befehl "set position 0". Wird das von dem EnOcean-Device unterstützt?

Um 09:00:28 meldet der Rolladen dann, dass er in der Endposition angekommen ist (position 0, state open). Die Zeitverzögerung entspricht einer typischen Fahrzeit.
Das ist schon seltsam, wenn er nicht gefahren ist.
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