[ASC] [gelöst] Markise fährt nicht in Schattenstellung

Begonnen von Romoker, 23 März 2022, 17:29:07

Vorheriges Thema - Nächstes Thema

Romoker

Ich habe den Verdacht, dass die Schattensteuerung manchmal unter bestimmten Bedingungen klemmt - oder ich übersehe mal wieder etwas  >:(
Alle Schattenbedingungen sind meiner Meinung nach erfüllt, aber der Status ändert sich nicht und bleibt in 'Shading out'.
DEBUG sagt mir "Einer der Beschattungsbedingungen wird nicht mehr erfüllt ...", ich kann die Bedingung aber trotz Debug nicht identifizieren.
Der einzige verdächtige Wert schein mir "FnIsDay: Markise Allgemein: 0", wobei ich über die Bedeutung von FnIsDay nur spekulieren kann. Ich vermute, dass der Wert den Tag oder Nacht-Status wiedergibt. 0 = Nacht? Aber 17 Uhr ist für Nacht zu früh. Alle anderen Rollo-Devices haben FnIsDay 1. Vielleicht findet jemand den Fehler?

Hier die DEBUG-Augabe:
ASC_DEBUG!!! 2022.03.23 17:07:52 - EventProcessingShadingBrightness: Markise - Es wird nun geprüft ob der übergebene Event ein nummerischer Wert vom Brightnessreading ist.

ASC_DEBUG!!! 2022.03.23 17:07:52 - EventProcessingShadingBrightness: Markise - Nummerischer Brightness-Wert wurde erkannt. Der Brightness Average Wert ist: 10886 RainProtection: unprotected WindProtection: unprotected

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise Allgemein: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getDownBrightness: 0 Brightness: 10886 BrightnessMin: 500 Sunset: 1

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getUpBrightness: 0 Brightness: 10886 BrightnessMax: 800 Sunrise: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise Allgemein: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getDownBrightness: 0 Brightness: 10886 BrightnessMin: 500 Sunset: 1

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getUpBrightness: 0 Brightness: 10886 BrightnessMax: 800 Sunrise: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - ShadingProcessing: Markise - Übergebende Werte - Azimuth:253.84, Elevation: 15.8, Brightness: 10886, OutTemp: 18.7, Azimut Beschattung: 170, Azimut Endschattung: 288, Ist es nach der Zeitblockadezeit: JA, Das Rollo ist in der Beschattung und wurde manuell gefahren: NEIN, Ist es nach der Hälfte der Beschattungswartezeit: JA

ASC_DEBUG!!! 2022.03.23 17:07:52 - ShadingProcessing: Markise - Alle Werte für die weitere Verarbeitung sind korrekt vorhanden und es wird nun mit der Beschattungsverarbeitung begonnen

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise Allgemein: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getDownBrightness: 0 Brightness: 10886 BrightnessMin: 500 Sunset: 1

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getUpBrightness: 0 Brightness: 10886 BrightnessMax: 800 Sunrise: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - ShadingProcessing: Markise - Einer der Beschattungsbedingungen wird nicht mehr erfüllt und somit wird der Beschattungsstatus um eine Stufe reduziert. Alter Status: out Neuer Status: out

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise Allgemein: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getDownBrightness: 0 Brightness: 10886 BrightnessMin: 500 Sunset: 1

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getUpBrightness: 0 Brightness: 10886 BrightnessMax: 800 Sunrise: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise Allgemein: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getDownBrightness: 0 Brightness: 10886 BrightnessMin: 500 Sunset: 1

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getUpBrightness: 0 Brightness: 10886 BrightnessMax: 800 Sunrise: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - ShadingProcessingDriveCommand: Markise - Der aktuelle Beschattungsstatus ist: out, Beschattungsstatus Zeitstempel: 2022.03.23 17:07:52

ASC_DEBUG!!! 2022.03.23 17:07:52 - EventProcessingShadingBrightness: Markise - Alle Bedingungen zur weiteren Beschattungsverarbeitung sind erfüllt. Es wird nun die eigentliche Beschattungsfunktion aufgerufen


Hier das ASC-Device:
defmod myASControl AutoShuttersControl
attr myASControl ASC_autoAstroModeEvening HORIZON
attr myASControl ASC_autoAstroModeEveningHorizon -4
attr myASControl ASC_autoAstroModeMorning HORIZON
attr myASControl ASC_autoAstroModeMorningHorizon -9
attr myASControl ASC_autoShuttersControlEvening on
attr myASControl ASC_autoShuttersControlMorning on
attr myASControl ASC_blockAscDrivesAfterManual 0
attr myASControl ASC_debug 0
attr myASControl ASC_expert 1
attr myASControl ASC_rainSensor h_wetterComHandorf:Status 1:0
attr myASControl ASC_tempSensor ws980wifi:temperature
attr myASControl ASC_twilightDevice myTwilight
attr myASControl ASC_windSensor ws980wifi:windGusts
attr myASControl devStateIcon { ShuttersControl_DevStateIcon($name) }
attr myASControl group System
attr myASControl icon fts_shutter_automatic
attr myASControl room Administration->System


Und hier das Markisen-Device:
defmod Markise SOMFY 000001
attr Markise 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_beforeDayOpen ASC_BlockingTime_beforeNightClose 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_CommandTemplate 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,EG_window 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
attr Markise ASC 1
attr Markise ASC_BlockingTime_afterManual 60
attr Markise ASC_BrightnessSensor ws980wifi:u_beleuchtungsstaerkeLx
attr Markise ASC_Down time
attr Markise ASC_Mode_Down off
attr Markise ASC_Mode_Up off
attr Markise ASC_Pos_Reading pos
attr Markise ASC_RainProtection on
attr Markise ASC_Shading_InOutAzimuth 170:288
attr Markise ASC_Shading_Min_OutsideTemperature 0
attr Markise ASC_Shading_Mode always
attr Markise ASC_Shading_Pos 10
attr Markise ASC_Shading_StateChange_SunnyCloudy 1000:500 1
attr Markise ASC_Shading_WaitingPeriod 60
attr Markise ASC_ShuttersPlace awning
attr Markise ASC_Up time
attr Markise ASC_WindParameters 40:20 0
attr Markise ASC_WindProtection on
attr Markise IODev sduino
attr Markise additionalPosReading pct
attr Markise alexaName hugo
attr Markise alexaRoom terrasse
attr Markise autoStoreRollingCode 1
attr Markise devStateIcon stop:rc_REC closed:fts_sunblind_100:open open:fts_sunblind_0:close down:fts_sunblind_100:open 10:fts_sunblind_90 2.*:fts_sunblind_80 3.*:fts_sunblind_70 4.*:fts_sunblind_60 5.*:fts_sunblind_50 6.*:fts_sunblind_40 7.*:fts_sunblind_30 8.*:fts_sunblind_20 9.*:fts_sunblind_10
attr Markise drive-down-time-to-100 40
attr Markise drive-down-time-to-close 40.1
attr Markise drive-up-time-to-100 .1
attr Markise drive-up-time-to-open 43
attr Markise event-on-change-reading .*
attr Markise eventMap on:close off:open
attr Markise finalPosReading finalPos
attr Markise genericDeviceType blind
attr Markise homebridgeMapping clear CurrentPosition=position TargetPosition=pos::position
attr Markise model somfyblinds
attr Markise positionInverse 1
attr Markise room Administration->Other_Devices,Administration->alexa
attr Markise userReadings pct:position.* {ReadingsVal($name,'position',0)}
attr Markise verbose 3
attr Markise webCmd open:close:half:stop:position
attr Markise widgetOverride position:slider,0,5,100


Viele Grüße
BeagleBoneBlack & Raspberry Pi 4; FB7490; div. Homematic Komponenten; CUL433: CUL_TX, Conbee II, SOMFY, 1-Wire, Z-Wave, Zigbee, SmartPlugs von Sonoff und Shelly mit MQTT

CoolTux

Zitat von: Romoker am 23 März 2022, 17:29:07
Ich habe den Verdacht, dass die Schattensteuerung manchmal unter bestimmten Bedingungen klemmt - oder ich übersehe mal wieder etwas  >:(
Alle Schattenbedingungen sind meiner Meinung nach erfüllt, aber der Status ändert sich nicht und bleibt in 'Shading out'.
DEBUG sagt mir "Einer der Beschattungsbedingungen wird nicht mehr erfüllt ...", ich kann die Bedingung aber trotz Debug nicht identifizieren.
Der einzige verdächtige Wert schein mir "FnIsDay: Markise Allgemein: 0", wobei ich über die Bedeutung von FnIsDay nur spekulieren kann. Ich vermute, dass der Wert den Tag oder Nacht-Status wiedergibt. 0 = Nacht? Aber 17 Uhr ist für Nacht zu früh. Alle anderen Rollo-Devices haben FnIsDay 1. Vielleicht findet jemand den Fehler?

Hier die DEBUG-Augabe:
ASC_DEBUG!!! 2022.03.23 17:07:52 - EventProcessingShadingBrightness: Markise - Es wird nun geprüft ob der übergebene Event ein nummerischer Wert vom Brightnessreading ist.

ASC_DEBUG!!! 2022.03.23 17:07:52 - EventProcessingShadingBrightness: Markise - Nummerischer Brightness-Wert wurde erkannt. Der Brightness Average Wert ist: 10886 RainProtection: unprotected WindProtection: unprotected

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise Allgemein: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getDownBrightness: 0 Brightness: 10886 BrightnessMin: 500 Sunset: 1

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getUpBrightness: 0 Brightness: 10886 BrightnessMax: 800 Sunrise: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise Allgemein: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getDownBrightness: 0 Brightness: 10886 BrightnessMin: 500 Sunset: 1

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getUpBrightness: 0 Brightness: 10886 BrightnessMax: 800 Sunrise: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - ShadingProcessing: Markise - Übergebende Werte - Azimuth:253.84, Elevation: 15.8, Brightness: 10886, OutTemp: 18.7, Azimut Beschattung: 170, Azimut Endschattung: 288, Ist es nach der Zeitblockadezeit: JA, Das Rollo ist in der Beschattung und wurde manuell gefahren: NEIN, Ist es nach der Hälfte der Beschattungswartezeit: JA

ASC_DEBUG!!! 2022.03.23 17:07:52 - ShadingProcessing: Markise - Alle Werte für die weitere Verarbeitung sind korrekt vorhanden und es wird nun mit der Beschattungsverarbeitung begonnen

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise Allgemein: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getDownBrightness: 0 Brightness: 10886 BrightnessMin: 500 Sunset: 1

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getUpBrightness: 0 Brightness: 10886 BrightnessMax: 800 Sunrise: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - ShadingProcessing: Markise - Einer der Beschattungsbedingungen wird nicht mehr erfüllt und somit wird der Beschattungsstatus um eine Stufe reduziert. Alter Status: out Neuer Status: out

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise Allgemein: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getDownBrightness: 0 Brightness: 10886 BrightnessMin: 500 Sunset: 1

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getUpBrightness: 0 Brightness: 10886 BrightnessMax: 800 Sunrise: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise Allgemein: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getDownBrightness: 0 Brightness: 10886 BrightnessMin: 500 Sunset: 1

ASC_DEBUG!!! 2022.03.23 17:07:52 - FnIsDay: Markise getUpBrightness: 0 Brightness: 10886 BrightnessMax: 800 Sunrise: 0

ASC_DEBUG!!! 2022.03.23 17:07:52 - ShadingProcessingDriveCommand: Markise - Der aktuelle Beschattungsstatus ist: out, Beschattungsstatus Zeitstempel: 2022.03.23 17:07:52

ASC_DEBUG!!! 2022.03.23 17:07:52 - EventProcessingShadingBrightness: Markise - Alle Bedingungen zur weiteren Beschattungsverarbeitung sind erfüllt. Es wird nun die eigentliche Beschattungsfunktion aufgerufen


Hier das ASC-Device:
defmod myASControl AutoShuttersControl
attr myASControl ASC_autoAstroModeEvening HORIZON
attr myASControl ASC_autoAstroModeEveningHorizon -4
attr myASControl ASC_autoAstroModeMorning HORIZON
attr myASControl ASC_autoAstroModeMorningHorizon -9
attr myASControl ASC_autoShuttersControlEvening on
attr myASControl ASC_autoShuttersControlMorning on
attr myASControl ASC_blockAscDrivesAfterManual 0
attr myASControl ASC_debug 0
attr myASControl ASC_expert 1
attr myASControl ASC_rainSensor h_wetterComHandorf:Status 1:0
attr myASControl ASC_tempSensor ws980wifi:temperature
attr myASControl ASC_twilightDevice myTwilight
attr myASControl ASC_windSensor ws980wifi:windGusts
attr myASControl devStateIcon { ShuttersControl_DevStateIcon($name) }
attr myASControl group System
attr myASControl icon fts_shutter_automatic
attr myASControl room Administration->System


Und hier das Markisen-Device:
defmod Markise SOMFY 000001
attr Markise 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_beforeDayOpen ASC_BlockingTime_beforeNightClose 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_CommandTemplate 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,EG_window 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
attr Markise ASC 1
attr Markise ASC_BlockingTime_afterManual 60
attr Markise ASC_BrightnessSensor ws980wifi:u_beleuchtungsstaerkeLx
attr Markise ASC_Down time
attr Markise ASC_Mode_Down off
attr Markise ASC_Mode_Up off
attr Markise ASC_Pos_Reading pos
attr Markise ASC_RainProtection on
attr Markise ASC_Shading_InOutAzimuth 170:288
attr Markise ASC_Shading_Min_OutsideTemperature 0
attr Markise ASC_Shading_Mode always
attr Markise ASC_Shading_Pos 10
attr Markise ASC_Shading_StateChange_SunnyCloudy 1000:500 1
attr Markise ASC_Shading_WaitingPeriod 60
attr Markise ASC_ShuttersPlace awning
attr Markise ASC_Up time
attr Markise ASC_WindParameters 40:20 0
attr Markise ASC_WindProtection on
attr Markise IODev sduino
attr Markise additionalPosReading pct
attr Markise alexaName hugo
attr Markise alexaRoom terrasse
attr Markise autoStoreRollingCode 1
attr Markise devStateIcon stop:rc_REC closed:fts_sunblind_100:open open:fts_sunblind_0:close down:fts_sunblind_100:open 10:fts_sunblind_90 2.*:fts_sunblind_80 3.*:fts_sunblind_70 4.*:fts_sunblind_60 5.*:fts_sunblind_50 6.*:fts_sunblind_40 7.*:fts_sunblind_30 8.*:fts_sunblind_20 9.*:fts_sunblind_10
attr Markise drive-down-time-to-100 40
attr Markise drive-down-time-to-close 40.1
attr Markise drive-up-time-to-100 .1
attr Markise drive-up-time-to-open 43
attr Markise event-on-change-reading .*
attr Markise eventMap on:close off:open
attr Markise finalPosReading finalPos
attr Markise genericDeviceType blind
attr Markise homebridgeMapping clear CurrentPosition=position TargetPosition=pos::position
attr Markise model somfyblinds
attr Markise positionInverse 1
attr Markise room Administration->Other_Devices,Administration->alexa
attr Markise userReadings pct:position.* {ReadingsVal($name,'position',0)}
attr Markise verbose 3
attr Markise webCmd open:close:half:stop:position
attr Markise widgetOverride position:slider,0,5,100


Viele Grüße

Ich benötige bitte ein richtiges list der Devices. Danke Dir
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

Romoker

ZitatIch benötige bitte ein richtiges list der Devices. Danke Dir

list Markise:
Internals:
   ADDRESS    000001
   DEF        000001
   FUUID      5c42dd77-f33f-df6c-090b-f82886255cd9f219
   IODev      sduino
   NAME       Markise
   NR         166
   STATE      open
   TYPE       SOMFY
   move       stop
   CODE:
     1          000001
   READINGS:
     2022-03-15 20:13:42   ASC_Enable      on
     2022-03-23 20:05:10   ASC_ShadingMessage INFO: current shading status is 'out' - next check in 0.5m
     2022-03-23 16:26:48   ASC_ShuttersLastDrive manual
     2022-03-23 16:00:01   ASC_Time_DriveDown 24.03.2022 - 16:00
     2022-03-23 16:00:01   ASC_Time_DriveUp 24.03.2022 - 05:00
     2022-03-22 17:08:26   IODev           sduino
     2022-03-22 17:08:37   associatedWith  myASControl
     2022-03-23 16:26:06   enc_key         A0
     2022-03-23 16:26:49   exact           100
     2022-03-23 16:26:49   finalPos        100
     2022-02-25 10:26:27   parsestate      off
     2022-03-23 16:26:48   pct             100
     2022-03-23 16:26:49   position        100
     2022-02-25 10:26:27   received        20
     2022-03-23 16:26:06   rolling_code    2400
     2022-03-23 16:26:49   state           open
     2022-01-29 16:40:34   warning_wind    1
Attributes:
   ASC        1
   ASC_BlockingTime_afterManual 60
   ASC_BrightnessSensor ws980wifi:u_beleuchtungsstaerkeLx
   ASC_Down   time
   ASC_Mode_Down off
   ASC_Mode_Up off
   ASC_Pos_Reading pos
   ASC_RainProtection on
   ASC_Shading_InOutAzimuth 170:288
   ASC_Shading_Min_OutsideTemperature 0
   ASC_Shading_Mode always
   ASC_Shading_Pos 10
   ASC_Shading_StateChange_SunnyCloudy 1000:500 1
   ASC_Shading_WaitingPeriod 60
   ASC_ShuttersPlace awning
   ASC_Up     time
   ASC_WindParameters 40:20 0
   ASC_WindProtection on
   IODev      sduino
   additionalPosReading pct
   alexaName  hugo
   alexaRoom  terrasse
   autoStoreRollingCode 1
   devStateIcon stop:rc_REC closed:fts_sunblind_100:open open:fts_sunblind_0:close down:fts_sunblind_100:open 10:fts_sunblind_90 2.*:fts_sunblind_80 3.*:fts_sunblind_70 4.*:fts_sunblind_60 5.*:fts_sunblind_50 6.*:fts_sunblind_40 7.*:fts_sunblind_30 8.*:fts_sunblind_20 9.*:fts_sunblind_10
   drive-down-time-to-100 40
   drive-down-time-to-close 40.1
   drive-up-time-to-100 .1
   drive-up-time-to-open 43
   event-on-change-reading .*
   eventMap   on:close off:open
   finalPosReading finalPos
   genericDeviceType blind
   homebridgeMapping clear CurrentPosition=position TargetPosition=pos::position
   model      somfyblinds
   positionInverse 1
   room       Administration->Other_Devices,Administration->alexa
   userReadings pct:position.* {ReadingsVal($name,'position',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_beforeDayOpen ASC_BlockingTime_beforeNightClose 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_CommandTemplate 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,EG_window 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    3
   webCmd     open:close:half:stop:position
   widgetOverride position:slider,0,5,100


Hier das ASC-Device:
nternals:
   FUUID      6183fe38-f33f-df6c-9dc2-a1fccd2b45c766c2
   FVERSION   73_AutoShuttersControl.pm:v0.10.22-s25770/2022-03-04
   MID        da39a3ee5e6b4b0d3255bfef95601890afd80709
   NAME       myASControl
   NOTIFYDEV  KontaktFensterEGWohnenLinks,KontaktFensterOGArbeitRechts,KontaktFensterOGBad,global,h_wetterComHandorf,myASControl,myTwilight,ws980wifi,Markise,RolloEGBad,RolloEGGaesteWC,RolloEGKuecheLinks,RolloEGKuecheRechts,RolloEGSchlafen,RolloEGWohnenLinks,RolloEGWohnenMitte,RolloEGWohnenRechts,RolloOGArbeitLinks,RolloOGArbeitRechts,RolloOGBad,RolloOGFlur,RolloOGKind1Gaube,RolloOGKind1Giebel,RolloOGKind2Gaube,RolloOGKind2Giebel
   NR         570
   NTFY_ORDER 51-myASControl
   STATE      night close
   TYPE       AutoShuttersControl
   VERSION    v0.10.22
   OLDREADINGS:
   READINGS:
     2022-03-23 16:26:48   Markise_PosValue 0
     2022-03-23 13:39:14   Markise_lastPosValue 0
     2022-03-23 16:00:01   Markise_nextAstroTimeEvent 24.03.2022 - 05:00
     2022-03-22 05:37:42   Rollo.EG.Kueche.Links_lastPosValue 0
     2022-03-23 19:33:52   RolloEGBad_PosValue 0
     2022-03-23 19:33:35   RolloEGBad_lastPosValue 100
     2022-03-23 19:33:35   RolloEGBad_nextAstroTimeEvent 24.03.2022 - 05:32
     2022-03-23 18:54:25   RolloEGGaesteWC_PosValue 0
     2022-03-23 18:54:08   RolloEGGaesteWC_lastPosValue 100
     2022-03-23 18:54:08   RolloEGGaesteWC_nextAstroTimeEvent 24.03.2022 - 05:32
     2022-03-23 19:07:17   RolloEGKuecheLinks_PosValue 0
     2022-03-23 19:07:12   RolloEGKuecheLinks_lastPosValue 2
     2022-03-23 19:07:12   RolloEGKuecheLinks_nextAstroTimeEvent 24.03.2022 - 05:32
     2022-03-23 19:33:45   RolloEGKuecheRechts_PosValue 0
     2022-03-23 19:33:35   RolloEGKuecheRechts_lastPosValue 2
     2022-03-23 19:33:35   RolloEGKuecheRechts_nextAstroTimeEvent 24.03.2022 - 05:32
     2022-03-23 19:34:05   RolloEGSchlafen_PosValue 0
     2022-03-23 19:33:35   RolloEGSchlafen_lastPosValue 100
     2022-03-23 19:33:35   RolloEGSchlafen_nextAstroTimeEvent 24.03.2022 - 06:00
     2022-03-23 20:01:01   RolloEGWohnenLinks_PosValue 0
     2022-03-23 20:00:31   RolloEGWohnenLinks_lastPosValue 100
     2022-03-23 20:00:31   RolloEGWohnenLinks_nextAstroTimeEvent 24.03.2022 - 05:32
     2022-03-23 05:35:53   RolloEGWohnenMitte_PosValue 100
     2022-03-23 05:35:19   RolloEGWohnenMitte_lastPosValue 0
     2022-03-23 05:35:19   RolloEGWohnenMitte_nextAstroTimeEvent 23.03.2022 - 20:28
     2022-03-23 19:47:24   RolloEGWohnenRechts_PosValue 0
     2022-03-23 19:46:58   RolloEGWohnenRechts_lastPosValue 100
     2022-03-23 19:46:58   RolloEGWohnenRechts_nextAstroTimeEvent 24.03.2022 - 05:32
     2022-03-23 19:14:12   RolloOGArbeitLinks_PosValue 0
     2022-03-23 19:13:46   RolloOGArbeitLinks_lastPosValue 100
     2022-03-23 19:13:46   RolloOGArbeitLinks_nextAstroTimeEvent 24.03.2022 - 06:00
     2022-03-23 19:07:38   RolloOGArbeitRechts_PosValue 0
     2022-03-23 19:07:12   RolloOGArbeitRechts_lastPosValue 100
     2022-03-23 19:07:12   RolloOGArbeitRechts_nextAstroTimeEvent 24.03.2022 - 06:00
     2022-03-23 19:07:49   RolloOGBad_PosValue 0
     2022-03-23 19:07:12   RolloOGBad_lastPosValue 0
     2022-03-23 19:07:12   RolloOGBad_nextAstroTimeEvent 24.03.2022 - 06:00
     2022-03-23 19:07:40   RolloOGFlur_PosValue 0
     2022-03-23 19:07:12   RolloOGFlur_lastPosValue 0
     2022-03-23 19:07:12   RolloOGFlur_nextAstroTimeEvent 24.03.2022 - 06:00
     2022-03-23 15:14:51   RolloOGKind1Gaube_PosValue 47
     2022-02-15 12:58:59   RolloOGKind1Gaube_lastPosValue 100
     2022-03-23 19:20:20   RolloOGKind1Gaube_nextAstroTimeEvent 24.03.2022 - 06:00
     2022-03-16 07:14:18   RolloOGKind1Giebel_PosValue 100
     2022-02-03 18:03:02   RolloOGKind1Giebel_lastPosValue 100
     2022-03-23 19:07:12   RolloOGKind1Giebel_nextAstroTimeEvent 24.03.2022 - 06:00
     2021-11-18 16:42:51   RolloOGKind1_PosValue 0
     2021-11-19 16:41:17   RolloOGKind1_lastPosValue 0
     2022-03-23 19:07:43   RolloOGKind2Gaube_PosValue 0
     2022-03-23 19:07:12   RolloOGKind2Gaube_lastPosValue 0
     2022-03-23 19:07:12   RolloOGKind2Gaube_nextAstroTimeEvent 24.03.2022 - 06:30
     2022-03-23 19:07:42   RolloOGKind2Giebel_PosValue 0
     2022-03-23 19:07:12   RolloOGKind2Giebel_lastPosValue 0
     2022-03-23 19:07:12   RolloOGKind2Giebel_nextAstroTimeEvent 24.03.2022 - 06:30
     2021-11-18 17:33:52   RolloOGKind2_PosValue 0
     2021-11-19 17:33:24   RolloOGKind2_lastPosValue 0
     2022-02-12 16:21:28   ascEnable       on
     2022-03-22 17:08:42   controlShading  on
     2021-11-04 21:43:18   hardLockOut     off
     2022-03-22 17:08:36   room_Administration-_CUL_HM RolloEGBad,RolloEGGaesteWC,RolloEGKuecheLinks,RolloEGKuecheRechts,RolloEGSchlafen,RolloEGWohnenLinks,RolloEGWohnenMitte,RolloEGWohnenRechts,RolloOGArbeitLinks,RolloOGArbeitRechts
     2022-03-22 17:08:36   room_Administration-_MQTT2 RolloOGBad,RolloOGFlur,RolloOGKind1Gaube,RolloOGKind1Giebel,RolloOGKind2Gaube,RolloOGKind2Giebel
     2022-03-22 17:08:36   room_Administration-_Other_Devices_Administration-_alexa Markise
     2021-11-04 21:43:18   selfDefense     off
     2022-03-23 20:01:01   state           night close
     2021-11-04 21:43:18   sunriseTimeWeHoliday off
     2022-03-22 17:08:36   userAttrList    rolled out
   helper:
     shuttersList:
       Markise
       RolloEGBad
       RolloEGGaesteWC
       RolloEGKuecheLinks
       RolloEGKuecheRechts
       RolloEGSchlafen
       RolloEGWohnenLinks
       RolloEGWohnenMitte
       RolloEGWohnenRechts
       RolloOGArbeitLinks
       RolloOGArbeitRechts
       RolloOGBad
       RolloOGFlur
       RolloOGKind1Gaube
       RolloOGKind1Giebel
       RolloOGKind2Gaube
       RolloOGKind2Giebel
   monitoredDevs:
     KontaktFensterEGWohnenLinks:
       RolloEGWohnenLinks ASC_WindowRec
     KontaktFensterOGArbeitRechts:
       RolloOGArbeitRechts ASC_WindowRec
     KontaktFensterOGBad:
       RolloOGBad ASC_WindowRec
     Markise:
     RolloEGBad:
     RolloEGGaesteWC:
     RolloEGKuecheLinks:
     RolloEGKuecheRechts:
     RolloEGSchlafen:
     RolloEGWohnenLinks:
     RolloEGWohnenRechts:
     RolloOGArbeitLinks:
     RolloOGArbeitRechts:
     RolloOGBad:
     RolloOGFlur:
     RolloOGKind1Gaube:
     RolloOGKind1Giebel:
     RolloOGKind2Gaube:
     RolloOGKind2Giebel:
     h_wetterComHandorf:
       myASControl ASC_rainSensor
     myTwilight:
       myASControl ASC_twilightDevice
     ws980wifi:
       Markise    ASC_BrightnessSensor
       RolloEGBad ASC_BrightnessSensor
       RolloEGGaesteWC ASC_BrightnessSensor
       RolloEGKuecheLinks ASC_BrightnessSensor
       RolloEGKuecheRechts ASC_BrightnessSensor
       RolloEGSchlafen ASC_BrightnessSensor
       RolloEGWohnenLinks ASC_BrightnessSensor
       RolloEGWohnenMitte ASC_BrightnessSensor
       RolloEGWohnenRechts ASC_BrightnessSensor
       RolloOGArbeitLinks ASC_BrightnessSensor
       RolloOGArbeitRechts ASC_BrightnessSensor
       RolloOGKind1Gaube ASC_BrightnessSensor
       myASControl ASC_windSensor
Attributes:
   ASC_autoAstroModeEvening HORIZON
   ASC_autoAstroModeEveningHorizon -4
   ASC_autoAstroModeMorning HORIZON
   ASC_autoAstroModeMorningHorizon -9
   ASC_autoShuttersControlEvening on
   ASC_autoShuttersControlMorning on
   ASC_blockAscDrivesAfterManual 0
   ASC_debug  0
   ASC_expert 1
   ASC_rainSensor h_wetterComHandorf:Status 1:0
   ASC_tempSensor ws980wifi:temperature
   ASC_twilightDevice myTwilight
   ASC_windSensor ws980wifi:windGusts
   devStateIcon { ShuttersControl_DevStateIcon($name) }
   group      System
   icon       fts_shutter_automatic
   room       Administration->System


Die Listenausgaben sind natürlich jetzt um ca. 3 h zeitversetzt zu der letzten Debug-Ausgabe..

Danke für's Kümmern.

Vielel Grüße
BeagleBoneBlack & Raspberry Pi 4; FB7490; div. Homematic Komponenten; CUL433: CUL_TX, Conbee II, SOMFY, 1-Wire, Z-Wave, Zigbee, SmartPlugs von Sonoff und Shelly mit MQTT

CoolTux

ASC_Down   time

ASC_Time_DriveDown 24.03.2022 - 16:00

Du hast ASC_Down mit time gesetzt und Default 16 Uhr gelassen. Also ist für ASC für das Rollo 16 Uhr Nachtschließung.
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

Romoker

Danke für die Analyse. Darauf wäre ich nicht gekommen, obwohl ich mit dem Nachtstatus "FnIsDay 0" ja schon auf der richtigen Fährte war.
Nur zu meinem Verständniss: mit "Default" meinst Du das Attribut "ASC_Time_Down_Early "?

Viele Grüße
BeagleBoneBlack & Raspberry Pi 4; FB7490; div. Homematic Komponenten; CUL433: CUL_TX, Conbee II, SOMFY, 1-Wire, Z-Wave, Zigbee, SmartPlugs von Sonoff und Shelly mit MQTT

CoolTux

Zitat von: Romoker am 23 März 2022, 20:56:50
Danke für die Analyse. Darauf wäre ich nicht gekommen, obwohl ich mit dem Nachtstatus "FnIsDay 0" ja schon auf der richtigen Fährte war.
Nur zu meinem Verständniss: mit "Default" meinst Du das Attribut "ASC_Time_Down_Early "?

Viele Grüße

Ja genau das.
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

Romoker

#6
"ASC_Time_Down_Early" definiert den für einen Sonnenuntergang frühste Zeit zum Runterfahren. Es gibt aber auch noch "ASC_Time_Down_Late - Sonnenuntergang späteste Zeit zum Runterfahren".
Es gibt demnach eine "früheste Nacht" und eine "späteste Nacht". In ASC definiert also die "früheste Nacht" die Nacht (FnIsDay 0). Ich hätte eher vermutet, dass die "späteste Nacht" die Nacht festlegt.
Beide Attribute sind bei mir in allen Rollos einschliesslich der Markise nicht explizit gesetzt. Dann verstehe ich noch nicht, warum alle anderen Rollos um 17:07 Uhr den Status "FnIsday 1" haben und nur die Markise im Nachtmodus ist. Hast Du eine Erklärung dafür? Edit: Ich habe die Antwort gefunden. Alle anderen Rollo-Devices haben die Einstellung "ASC_Up/Down Astro".

Für eine Markise benötige ich außer für die Beschattung keine automatischen Fahrten. Deswegen stehen "ASC_Mode_Up/Down" auf "off". Mich hat auch immer irritiert, dass im Off-Mode trotzdem Fahrzeiten in den Readings ASC_Time_DriveDown/Up angezeigt werden.  Ich habe jetzt mal für die Markise ASC_Up/Down auf Brightness gesetzt. Dann sollte die Nacht erst um 22 Uhr
und der Tag um 8:30 Uhr beginnen:
   ASC_Time_DriveDown 23.03.2022 - 22:00
   ASC_Time_DriveUp 24.03.2022 - 08:30

Wäre für eine Markise "Brightness" die empfohlene ASC_Up/Down-Einstellung?

Die Markise ja ein Sonderfall einer Rolllade. Ich habe im Markise-Device das (undokumentierte) Attribut "ASC_ShuttersPlace awning" gesetzt, in der Hoffnung, dass es das unterschiedliche Verhalten einer Markise irgendwie berücksichtigt. Kannst Du erläutern, was dieser Attributwert bewirkt?

Für Rollladen funktioniert ASC wirklich sehr gut, bei einer Markise tue ich mich schwer mit den Einstellungen und der Fehleranalyse.

Viele Grüße
BeagleBoneBlack & Raspberry Pi 4; FB7490; div. Homematic Komponenten; CUL433: CUL_TX, Conbee II, SOMFY, 1-Wire, Z-Wave, Zigbee, SmartPlugs von Sonoff und Shelly mit MQTT

CoolTux

ZitatASC_ShuttersPlace - window/terrace/awning - Wenn dieses Attribut auf terrace gesetzt ist, das Residence Device in den Status "gone" geht und SelfDefense aktiv ist (ohne das das Reading selfDefense gesetzt sein muss), wird das Rollo geschlossen. awning steht für Markise und wirkt sich auf die Beschattungssteuerung aus. (default: window)

Damit wird soweit ich mich erinnere immer Tag gesetzt und somit auch immer gefahren und es erfolgt auch immer eine Endschattung
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

Romoker

Damit wird soweit ich mich erinnere immer Tag gesetzt und somit auch immer gefahren und es erfolgt auch immer eine Endschattung

Danke CoolTux für die Erklärung. Da meine Markise trotz gesetztem awning-Parameter um 17 Uhr im Nachtmodus war und nicht gefahren ist, scheint der Parameter ja nicht so zu funktionieren wie beabsichtigt.

Viele Grüße
BeagleBoneBlack & Raspberry Pi 4; FB7490; div. Homematic Komponenten; CUL433: CUL_TX, Conbee II, SOMFY, 1-Wire, Z-Wave, Zigbee, SmartPlugs von Sonoff und Shelly mit MQTT

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

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

Romoker

Ich habe die Datei Helper.pm nach lib/FHEM/Automation/ShuttersControl/ kopiert.

Was bewirkt die neue Datei bzw. was mache ich damit? Gibt es eine Anleitung dazu?

Viele Grüße

BeagleBoneBlack & Raspberry Pi 4; FB7490; div. Homematic Komponenten; CUL433: CUL_TX, Conbee II, SOMFY, 1-Wire, Z-Wave, Zigbee, SmartPlugs von Sonoff und Shelly mit MQTT

Romoker

Ok - habe es jetzt verstanden. Die Datei ist offensichtlich ein aktueller Patch zu dem awning/IsDay-Problem.
Werde ich testen und berichten.

Viele Grüße
BeagleBoneBlack & Raspberry Pi 4; FB7490; div. Homematic Komponenten; CUL433: CUL_TX, Conbee II, SOMFY, 1-Wire, Z-Wave, Zigbee, SmartPlugs von Sonoff und Shelly mit MQTT

CoolTux

Du musst aber bitte auch FHEM neu starten das die aktuelle Helper auch geladen 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

Romoker

ZitatDu musst aber bitte auch FHEM neu starten das die aktuelle Helper auch geladen wird.

Habe ich schon gemacht.

Ich habe ASC_Up/Down wieder auf time gesetzt. Demnach sollte es ab 16 Uhr defaultmäßig Nacht sein. Zumindest ist heute Mittag die Markise schon sauber in die Schattenstellung gefahren.

Der eigentliche Test erfolgt dann ab 16 Uhr.

Viele Grüße
BeagleBoneBlack & Raspberry Pi 4; FB7490; div. Homematic Komponenten; CUL433: CUL_TX, Conbee II, SOMFY, 1-Wire, Z-Wave, Zigbee, SmartPlugs von Sonoff und Shelly mit MQTT