[73_AutoShuttersControl] Jalousien:Lamellen steuern -Version 0.9.x Beta

Begonnen von CoolTux, 16 April 2020, 15:31:29

Vorheriges Thema - Nächstes Thema

xerion

Zitat von: CoolTux am 19 April 2020, 13:19:48
Das Verhalten ist entsprechend der Programmierung.
Sobald man shading im ASC aktiviert hat das auf alle Rollos auswirkung.
Ist vielleicht nicht so gut gewesen die Änderung. Sollte ich wohl wieder Rückgängig machen.

Alternativ wäre das man in Rollos wo man keine Beschattung haben will ASC_Shading_Mode off setzen muss.

Was denkt Ihr darüber. Ich habe das default geändert weil so viele Probleme mit den ersten Anlaufen von Beschattung haben und nicht wussten was man alles anschalten muss.

Ich denke shading ist schon was spezielles und nicht alle Rollläden brauchen eine Beschattung, das wurde dazu führen das Fahrten durchgeführt werden die dann ein Neuling nicht erklären könnte und dich dann wieder unnütz beschäftigen würde.
Wechsel jetzt zu Octopus Energy und bekomme 150,00 € Bonus auf deine Rechnung. Die Anmeldung geht super leicht und schnell, klicke dafür einfach meinen persönlichen Empfehlungslink:
 https://share.octopusenergy.de/loved-heron-220.

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

Kannst Dir Version 0.9.10 runter laden. Das ist default wieder off.
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

stw-fhem

ZitatWenn Du magst. Für Dich wäre es Variante 3 mit zusätzlichen SlatPosCmd und SlatDevice

Könnt ihr bitte nochmal prüfen, ob bei euch wirklich der Befehl zum setzen der Lamellen Positionen gesetzt wird, wenn eine Beschattung ausgelöst wird? Ich kann dies weder an den Logfiles, Events noch am Ergebnis nachvollziehen.


Shading_Pos 0:70
SlatPosCommand dim:ZWave_SWITCH_MULTILEVEL_18.02




020-04-19 14:19:16 AutoShuttersControl ASC ZWave_SWITCH_JALOUSIE_18.01_PosValue: 0
2020-04-19 14:19:16 ZWave ZWave_SWITCH_JALOUSIE_18.01 dim 0
2020-04-19 14:19:16 ZWave ZWave_SWITCH_JALOUSIE_18.01 dim: 0
2020-04-19 14:19:16 AutoShuttersControl ASC ZWave_SWITCH_JALOUSIE_18.01_lastPosValue: 99
2020-04-19 14:19:17 ZWave ZWave_SWITCH_JALOUSIE_18.01 ASC_ShuttersLastDrive: shading in
2020-04-19 14:19:19 ZWave ZWave_SWITCH_JALOUSIE_18.01 power: 118.8 W
2020-04-19 14:19:49 ZWave ZWave_SWITCH_JALOUSIE_18.01 power: 119.3 W


Ich hätte erwartet, dass ich ein "ZWave_SWITCH_JALOUSIE_18.02 dim 70" als Ereignis sehe.

CoolTux

Teste mal bitte

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

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

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

Typ1er

muss ich beim ASC_SlatPosCmd_SlatDevice , das so:
attr Jalousie_10_Mitte ASC_SlatPosCmd_SlatDevice positionSlat
oder so angeben:
attr Jalousie_10_Mitte ASC_SlatPosCmd_SlatDevice positionSlat:Jalousie_10_Mitte

beim normalen Fahrbefehl habe ich dim oder positionBlinds zur Verfügung. Das reading habe ich jetzt so eingestellt, wird per userReading erzeugt, da beide angaben im Reading "position" stehen:
attr Jalousie_10_Mitte ASC_Pos_Reading positionBlinds

Hier die Frage, muss ich die Lamellenposition immer angeben oder kann man die weglassen? Zumindest bei Open spielt es keine Rolle:
attr Jalousie_10_Mitte ASC_Open_Pos 99:99
attr Jalousie_10_Mitte ASC_Closed_Pos 0:0
attr Jalousie_10_Mitte ASC_ComfortOpen_Pos 0:30
attr Jalousie_10_Mitte ASC_Ventilate_Pos 0:15


wann tritt die ASC_Sleep_Pos ein?

CoolTux

Du kannst die Lamellenposition auch einzeln weg lassen.
ASC_Sleep_Pos überschreibt immer die ASC_Closed_Pos

Wenn es das selbe Device ist reicht

attr Jalousie_10_Mitte ASC_SlatPosCmd_SlatDevice positionSlat
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

stw-fhem

Zitat von: CoolTux am 19 April 2020, 19:15:48
Teste mal bitte:

{ ascAPIget('SlatDevice','ROLLONAME') }
=> Ergebnis: ZWave_SWITCH_MULTILEVEL_18.02

{ ascAPIget('SlatPosCmd','ROLLONAME') }
=> Ergebnis: dim

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

Typ1er

Ich habe jetzt mal versucht alles einzurichten. Bekomme die Jalousie nicht bewegt, nichtmal per Fensterkontakt.

ASC v0.9.12
Internals:
   DEF        dacfd218 10
   FUUID      5e94ac9e-f33f-5d26-1863-31d08cc6ca311b19
   FVERSION   10_ZWave.pm:0.216600/2020-04-13
   IODev      ZWDongle_0
   LASTInputDev ZWDongle_0
   MSGCNT     13
   NAME       Jalousie_08_Links
   NR         29
   STATE      1
   TYPE       ZWave
   ZWDongle_0_MSGCNT 13
   ZWDongle_0_RAWMSG 0004000a06310504220000a700
   ZWDongle_0_TIME 2020-04-19 22:00:49
   ZWaveSubDevice no
   cmdsPending 0
   homeId     dacfd218
   isWakeUp   
   lastMsgSent 1587326382.89393
   nodeIdHex  0a
   OLDREADINGS:
   READINGS:
     2020-04-19 20:35:30   ASC_Enable      on
     2020-04-19 22:01:28   ASC_ShadingMessage <html> INFO:  global shading active but ASC_Shading_Mode attribut is not set </html>
     2020-04-19 22:17:31   ASC_ShuttersLastDrive manual
     2020-04-19 22:01:25   ASC_Time_DriveDown 20.04.2020 - 22:00
     2020-04-19 22:01:25   ASC_Time_DriveUp 20.04.2020 - 08:30
     2020-04-14 20:54:42   UNPARSED        MANUFACTURER_PROPRIETARY 0891010f260303623e
     2020-04-14 22:31:39   assocGroup_1    Max 16 Nodes ZWDongle_0
     2020-04-14 22:31:39   assocGroup_2    Max 16 Nodes
     2020-04-14 22:31:39   assocGroup_3    Max 1 Nodes ZWDongle_0
     2020-04-14 22:31:39   assocGroups     3
     2020-04-19 22:01:22   associatedWith  ASC_Device
     2020-04-14 22:31:47   configEnergyReports 10
     2020-04-14 22:31:47   configInRollerBlindModeOrVenetianBlind17 10
     2020-04-14 22:31:47   configInVenetianBlindModeTheParameter12 150
     2020-04-14 22:31:52   configManagingLamellasInResponseTo35 SetLamellasToTheirExtreme1
     2020-04-14 22:31:52   configMotorOperationDetection 10
     2020-04-14 22:31:52   configMotorOperationTime 240
     2020-04-14 22:31:52   configPeriodicPowerOrEnergyReports 3600
     2020-04-14 22:31:52   configPowerReports 10
     2020-04-14 22:31:57   configReportsType BlindPositionReportsSentToThe1
     2020-04-14 22:31:57   configResponseToFloodingAlarm NoReaction
     2020-04-14 22:31:57   configResponseToGeneralAlarm CloseBlind
     2020-04-14 22:31:57   configResponseToSmokeCOOrCO2Alarm OpenBlind
     2020-04-14 22:31:57   configResponseToTemperatureAlarm OpenBlind
     2020-04-14 22:31:57   configRollerShutterOperatingModes 2VenetianBlindModeWith2
     2020-04-14 22:31:57   configScenesAssociationsActivation AssociationsActivation
     2020-04-14 22:31:57   configSelfMeasurement SelfMeasurementInactive
     2020-04-14 22:31:57   configSetLamellasBackToPrevious13 2LamellasReturnToPreviouslySet2
     2020-04-14 22:31:57   configSwitchType ToggleSwitches
     2020-04-19 21:31:19   energy          1.21 kWh
     2020-04-14 22:31:57   mcaGroups       2
     2020-04-14 22:31:58   mca_1           Max 7 Nodes ZWDongle_0
     2020-04-14 22:31:58   mca_2           Max 7
     2020-04-14 22:31:32   model           FIBARO System FGRM222 Roller Shutter Controller 2
     2020-04-14 22:31:32   modelConfig     fibaro/fgrm222.xml
     2020-04-14 22:31:32   modelId         010f-0302-1000
     2020-04-19 22:17:31   neighborList    ZWDongle_0 Rollladen_07_Wz_Re Rollladen_06_Wz_Li Rollladen_05_Sz Rollladen_04_Bu Rollladen_03_Bad Rollladen_02_Flur Jalousie_10_Rechts Jalousie_09_Mitte
     2020-04-19 22:17:31   pct             1
     2020-04-19 22:00:49   position        Blind 1 Slat 60
     2020-04-19 22:17:31   positionBlinds  1
     2020-04-19 22:17:31   positionSlat    60
     2020-04-19 22:00:49   power           0.0 W
     2020-04-19 21:59:42   state           off
     2020-04-19 21:59:42   timeToAck       0.030
     2020-04-19 21:59:42   transmit        OK
Attributes:
   ASC        2
   ASC_BrightnessSensor Lichtsensor_02:lux 1500:80
   ASC_Closed_Pos 0:0
   ASC_ComfortOpen_Pos 0:99
   ASC_Down   brightness
   ASC_Drive_Delay 0
   ASC_Drive_DelayStart 200
   ASC_Open_Pos 99:99
   ASC_Pos_Reading positionBlinds
   ASC_Shading_Mode off
   ASC_Shading_StateChange_SunnyCloudy 35000:20000
   ASC_SlatPosCmd_SlatDevice positionSlat
   ASC_Up     brightness
   ASC_Ventilate_Pos 0:15
   ASC_WindowRec FensterKontakte_08_Wi_Links
   ASC_WindowRec_subType threestate
   IODev      ZWDongle_0
   classes    MULTI_CHANNEL_ASSOCIATION MANUFACTURER_SPECIFIC VERSION CONFIGURATION ASSOCIATION POWERLEVEL METER SWITCH_MULTILEVEL SENSOR_MULTILEVEL SWITCH_BINARY MANUFACTURER_PROPRIETARY PROTECTION MARK METER SENSOR_MULTILEVEL MANUFACTURER_PROPRIETARY SCENE_ACTIVATION SWITCH_MULTILEVEL SWITCH_BINARY
   devStateIcon 99.*:fts_window_2w 9\d.*:fts_shutter_10@orange 8\d.*:fts_shutter_20@orange 7\d.*:fts_shutter_30@orange 6\d.*:fts_shutter_40@orange 5\d.*:fts_shutter_50@orange 4\d.*:fts_shutter_60@orange 3\d.*:fts_shutter_70@orange 2\d.*:fts_shutter_80@orange 1\d.*:fts_shutter_90@orange \d.*:fts_shutter_100
   eventMap   /on:öffnen/off:schließen/positionSlat 0:Lamelle 0%/positionSlat 15:15%/positionSlat 50:50%/positionSlat 99:100%/
   genericDeviceType blind
   homebridgeMapping clear
CurrentPosition=position_blind,minValue=0,maxValue=99
TargetPosition=positionBlinds::positionBlinds,minValue=0,maxValue=99,minStep=1
CurrentTiltAngle=position_slat,minValue=0,maxValue=99
TargetTiltAngle=positionSlat::positionSlat,minValue=0,maxValue=99,minStep=33
   icon       fts_shutter
   neighborListPos 672,2
   room       Wintergarten,ASC
   siriName   Jalousie-Links
   stateFormat positionBlinds
   userReadings pct { (split ' ',ReadingsVal($NAME,"position",0))[1]},positionBlinds { (split ' ',ReadingsVal($NAME,"position",0))[1]}, positionSlat { (split ' ',ReadingsVal($NAME,"position",0))[3]}
   userattr   ASC_Adv:on,off ASC_Antifreeze:off,soft,hard,am,pm ASC_Antifreeze_Pos:5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100 ASC_AutoAstroModeEvening:REAL,CIVIL,NAUTIC,ASTRONOMIC,HORIZON ASC_AutoAstroModeEveningHorizon:-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9 ASC_AutoAstroModeMorning:REAL,CIVIL,NAUTIC,ASTRONOMIC,HORIZON ASC_AutoAstroModeMorningHorizon:-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9 ASC_BlockingTime_afterManual ASC_BlockingTime_beforDayOpen ASC_BlockingTime_beforNightClose ASC_BrightnessSensor ASC_Closed_Pos:0,10,20,30,40,50,60,70,80,90,100 ASC_ComfortOpen_Pos:0,10,20,30,40,50,60,70,80,90,100 ASC_Down:time,astro,brightness,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger ASC_GuestRoom:on,off ASC_LockOut:soft,hard,off ASC_LockOut_Cmd:inhibit,blocked,protection ASC_Mode_Down:absent,always,off,home ASC_Mode_Up:absent,always,off,home ASC_Open_Pos:0,10,20,30,40,50,60,70,80,90,100 ASC_Partymode:on,off ASC_Pos_Reading ASC_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth ASC_Shading_MinMax_Elevation ASC_Shading_Min_OutsideTemperature ASC_Shading_Mode:absent,always,off,home ASC_Shading_Pos:10,20,30,40,50,60,70,80,90,100 ASC_Shading_StateChange_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_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
   vclasses   ASSOCIATION:2 CONFIGURATION:1 MANUFACTURER_PROPRIETARY:1 MANUFACTURER_SPECIFIC:1 METER:2 MULTI_CHANNEL_ASSOCIATION:2 POWERLEVEL:1 PROTECTION:2 SCENE_ACTIVATION:1 SENSOR_MULTILEVEL:2 SWITCH_BINARY:1 SWITCH_MULTILEVEL:3 VERSION:1
   webCmd     dim:stop:öffnen:schließen:Lamelle 0%:15%:50%:100%

xerion

Guten Morgen,
Bei der der 9.0.12 sind mir ein paar Perl Fehler im Log aufgefallen.
6.00 Uhr ist meine Time_Up_Early Zeit.

2020.04.20 06:00:22 1:  PERL WARNING: Use of uninitialized value in numeric eq (==) at ./FHEM/73_AutoShuttersControl.pm line 1886.
2020.04.20 06:01:13 1:  PERL WARNING: Use of uninitialized value in numeric eq (==) at ./FHEM/73_AutoShuttersControl.pm line 2001.


Gesendet von meinem JSN-L21 mit Tapatalk

Wechsel jetzt zu Octopus Energy und bekomme 150,00 € Bonus auf deine Rechnung. Die Anmeldung geht super leicht und schnell, klicke dafür einfach meinen persönlichen Empfehlungslink:
 https://share.octopusenergy.de/loved-heron-220.

CoolTux

Zitat von: Typ1er am 19 April 2020, 22:24:46
Ich habe jetzt mal versucht alles einzurichten. Bekomme die Jalousie nicht bewegt, nichtmal per Fensterkontakt.

ASC v0.9.12
Internals:
   DEF        dacfd218 10
   FUUID      5e94ac9e-f33f-5d26-1863-31d08cc6ca311b19
   FVERSION   10_ZWave.pm:0.216600/2020-04-13
   IODev      ZWDongle_0
   LASTInputDev ZWDongle_0
   MSGCNT     13
   NAME       Jalousie_08_Links
   NR         29
   STATE      1
   TYPE       ZWave
   ZWDongle_0_MSGCNT 13
   ZWDongle_0_RAWMSG 0004000a06310504220000a700
   ZWDongle_0_TIME 2020-04-19 22:00:49
   ZWaveSubDevice no
   cmdsPending 0
   homeId     dacfd218
   isWakeUp   
   lastMsgSent 1587326382.89393
   nodeIdHex  0a
   OLDREADINGS:
   READINGS:
     2020-04-19 20:35:30   ASC_Enable      on
     2020-04-19 22:01:28   ASC_ShadingMessage <html> INFO:  global shading active but ASC_Shading_Mode attribut is not set </html>
     2020-04-19 22:17:31   ASC_ShuttersLastDrive manual
     2020-04-19 22:01:25   ASC_Time_DriveDown 20.04.2020 - 22:00
     2020-04-19 22:01:25   ASC_Time_DriveUp 20.04.2020 - 08:30
     2020-04-14 20:54:42   UNPARSED        MANUFACTURER_PROPRIETARY 0891010f260303623e
     2020-04-14 22:31:39   assocGroup_1    Max 16 Nodes ZWDongle_0
     2020-04-14 22:31:39   assocGroup_2    Max 16 Nodes
     2020-04-14 22:31:39   assocGroup_3    Max 1 Nodes ZWDongle_0
     2020-04-14 22:31:39   assocGroups     3
     2020-04-19 22:01:22   associatedWith  ASC_Device
     2020-04-14 22:31:47   configEnergyReports 10
     2020-04-14 22:31:47   configInRollerBlindModeOrVenetianBlind17 10
     2020-04-14 22:31:47   configInVenetianBlindModeTheParameter12 150
     2020-04-14 22:31:52   configManagingLamellasInResponseTo35 SetLamellasToTheirExtreme1
     2020-04-14 22:31:52   configMotorOperationDetection 10
     2020-04-14 22:31:52   configMotorOperationTime 240
     2020-04-14 22:31:52   configPeriodicPowerOrEnergyReports 3600
     2020-04-14 22:31:52   configPowerReports 10
     2020-04-14 22:31:57   configReportsType BlindPositionReportsSentToThe1
     2020-04-14 22:31:57   configResponseToFloodingAlarm NoReaction
     2020-04-14 22:31:57   configResponseToGeneralAlarm CloseBlind
     2020-04-14 22:31:57   configResponseToSmokeCOOrCO2Alarm OpenBlind
     2020-04-14 22:31:57   configResponseToTemperatureAlarm OpenBlind
     2020-04-14 22:31:57   configRollerShutterOperatingModes 2VenetianBlindModeWith2
     2020-04-14 22:31:57   configScenesAssociationsActivation AssociationsActivation
     2020-04-14 22:31:57   configSelfMeasurement SelfMeasurementInactive
     2020-04-14 22:31:57   configSetLamellasBackToPrevious13 2LamellasReturnToPreviouslySet2
     2020-04-14 22:31:57   configSwitchType ToggleSwitches
     2020-04-19 21:31:19   energy          1.21 kWh
     2020-04-14 22:31:57   mcaGroups       2
     2020-04-14 22:31:58   mca_1           Max 7 Nodes ZWDongle_0
     2020-04-14 22:31:58   mca_2           Max 7
     2020-04-14 22:31:32   model           FIBARO System FGRM222 Roller Shutter Controller 2
     2020-04-14 22:31:32   modelConfig     fibaro/fgrm222.xml
     2020-04-14 22:31:32   modelId         010f-0302-1000
     2020-04-19 22:17:31   neighborList    ZWDongle_0 Rollladen_07_Wz_Re Rollladen_06_Wz_Li Rollladen_05_Sz Rollladen_04_Bu Rollladen_03_Bad Rollladen_02_Flur Jalousie_10_Rechts Jalousie_09_Mitte
     2020-04-19 22:17:31   pct             1
     2020-04-19 22:00:49   position        Blind 1 Slat 60
     2020-04-19 22:17:31   positionBlinds  1
     2020-04-19 22:17:31   positionSlat    60
     2020-04-19 22:00:49   power           0.0 W
     2020-04-19 21:59:42   state           off
     2020-04-19 21:59:42   timeToAck       0.030
     2020-04-19 21:59:42   transmit        OK
Attributes:
   ASC        2
   ASC_BrightnessSensor Lichtsensor_02:lux 1500:80
   ASC_Closed_Pos 0:0
   ASC_ComfortOpen_Pos 0:99
   ASC_Down   brightness
   ASC_Drive_Delay 0
   ASC_Drive_DelayStart 200
   ASC_Open_Pos 99:99
   ASC_Pos_Reading positionBlinds
   ASC_Shading_Mode off
   ASC_Shading_StateChange_SunnyCloudy 35000:20000
   ASC_SlatPosCmd_SlatDevice positionSlat
   ASC_Up     brightness
   ASC_Ventilate_Pos 0:15
   ASC_WindowRec FensterKontakte_08_Wi_Links
   ASC_WindowRec_subType threestate
   IODev      ZWDongle_0
   classes    MULTI_CHANNEL_ASSOCIATION MANUFACTURER_SPECIFIC VERSION CONFIGURATION ASSOCIATION POWERLEVEL METER SWITCH_MULTILEVEL SENSOR_MULTILEVEL SWITCH_BINARY MANUFACTURER_PROPRIETARY PROTECTION MARK METER SENSOR_MULTILEVEL MANUFACTURER_PROPRIETARY SCENE_ACTIVATION SWITCH_MULTILEVEL SWITCH_BINARY
   devStateIcon 99.*:fts_window_2w 9\d.*:fts_shutter_10@orange 8\d.*:fts_shutter_20@orange 7\d.*:fts_shutter_30@orange 6\d.*:fts_shutter_40@orange 5\d.*:fts_shutter_50@orange 4\d.*:fts_shutter_60@orange 3\d.*:fts_shutter_70@orange 2\d.*:fts_shutter_80@orange 1\d.*:fts_shutter_90@orange \d.*:fts_shutter_100
   eventMap   /on:öffnen/off:schließen/positionSlat 0:Lamelle 0%/positionSlat 15:15%/positionSlat 50:50%/positionSlat 99:100%/
   genericDeviceType blind
   homebridgeMapping clear
CurrentPosition=position_blind,minValue=0,maxValue=99
TargetPosition=positionBlinds::positionBlinds,minValue=0,maxValue=99,minStep=1
CurrentTiltAngle=position_slat,minValue=0,maxValue=99
TargetTiltAngle=positionSlat::positionSlat,minValue=0,maxValue=99,minStep=33
   icon       fts_shutter
   neighborListPos 672,2
   room       Wintergarten,ASC
   siriName   Jalousie-Links
   stateFormat positionBlinds
   userReadings pct { (split ' ',ReadingsVal($NAME,"position",0))[1]},positionBlinds { (split ' ',ReadingsVal($NAME,"position",0))[1]}, positionSlat { (split ' ',ReadingsVal($NAME,"position",0))[3]}
   userattr   ASC_Adv:on,off ASC_Antifreeze:off,soft,hard,am,pm ASC_Antifreeze_Pos:5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100 ASC_AutoAstroModeEvening:REAL,CIVIL,NAUTIC,ASTRONOMIC,HORIZON ASC_AutoAstroModeEveningHorizon:-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9 ASC_AutoAstroModeMorning:REAL,CIVIL,NAUTIC,ASTRONOMIC,HORIZON ASC_AutoAstroModeMorningHorizon:-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9 ASC_BlockingTime_afterManual ASC_BlockingTime_beforDayOpen ASC_BlockingTime_beforNightClose ASC_BrightnessSensor ASC_Closed_Pos:0,10,20,30,40,50,60,70,80,90,100 ASC_ComfortOpen_Pos:0,10,20,30,40,50,60,70,80,90,100 ASC_Down:time,astro,brightness,roommate ASC_DriveUpMaxDuration ASC_Drive_Delay ASC_Drive_DelayStart ASC_ExternalTrigger ASC_GuestRoom:on,off ASC_LockOut:soft,hard,off ASC_LockOut_Cmd:inhibit,blocked,protection ASC_Mode_Down:absent,always,off,home ASC_Mode_Up:absent,always,off,home ASC_Open_Pos:0,10,20,30,40,50,60,70,80,90,100 ASC_Partymode:on,off ASC_Pos_Reading ASC_PrivacyDownValue_beforeNightClose ASC_PrivacyDown_Pos ASC_PrivacyUpValue_beforeDayOpen ASC_PrivacyUp_Pos ASC_RainProtection:on,off ASC_Roommate_Device ASC_Roommate_Reading ASC_Self_Defense_AbsentDelay ASC_Self_Defense_Mode:absent,gone,off ASC_Shading_InOutAzimuth ASC_Shading_MinMax_Elevation ASC_Shading_Min_OutsideTemperature ASC_Shading_Mode:absent,always,off,home ASC_Shading_Pos:10,20,30,40,50,60,70,80,90,100 ASC_Shading_StateChange_SunnyCloudy ASC_Shading_WaitingPeriod ASC_Shutter_IdleDetection ASC_ShuttersPlace:window,terrace ASC_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
   vclasses   ASSOCIATION:2 CONFIGURATION:1 MANUFACTURER_PROPRIETARY:1 MANUFACTURER_SPECIFIC:1 METER:2 MULTI_CHANNEL_ASSOCIATION:2 POWERLEVEL:1 PROTECTION:2 SCENE_ACTIVATION:1 SENSOR_MULTILEVEL:2 SWITCH_BINARY:1 SWITCH_MULTILEVEL:3 VERSION:1
   webCmd     dim:stop:öffnen:schließen:Lamelle 0%:15%:50%:100%


Kannst Du ein wiggle mal testen?

also

set ASCDEVICE wiggle ROLLONAME
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

CoolTux

Zitat von: xerion am 20 April 2020, 07:06:34
Guten Morgen,
Bei der der 9.0.12 sind mir ein paar Perl Fehler im Log aufgefallen.
6.00 Uhr ist meine Time_Up_Early Zeit.

2020.04.20 06:00:22 1:  PERL WARNING: Use of uninitialized value in numeric eq (==) at ./FHEM/73_AutoShuttersControl.pm line 1886.
2020.04.20 06:01:13 1:  PERL WARNING: Use of uninitialized value in numeric eq (==) at ./FHEM/73_AutoShuttersControl.pm line 2001.


Gesendet von meinem JSN-L21 mit Tapatalk

Beobachte das mal bitte. Eiegntlich liest er hier Zeiten aus die gegeben sein sollten.
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

xerion

Zitat von: CoolTux am 20 April 2020, 07:51:00
Beobachte das mal bitte. Eiegntlich liest er hier Zeiten aus die gegeben sein sollten.
Funktionell lief auch alles. Nur beim sporadischen logfile sichten fiel mir das auf. Ich beobachte das.

Gesendet von meinem JSN-L21 mit Tapatalk

Wechsel jetzt zu Octopus Energy und bekomme 150,00 € Bonus auf deine Rechnung. Die Anmeldung geht super leicht und schnell, klicke dafür einfach meinen persönlichen Empfehlungslink:
 https://share.octopusenergy.de/loved-heron-220.

Beta-User

Hatte gestern abend noch die Version 9.9 (?) drauf. Da ging die Jalousie wieder nicht ganz zu - dieses mal betraf das aber nur diese eine Jalousie.

Vermute jetzt, dass das mit dem "neuen" sleepPos-Attribut zusammenhängt, der angefahrene Level paßt dazu... Werde mich wohl doch wieder intensiver mit den unterschiedlichen Attributen auseinandersezten müssen bzw. dann erst mal wieder dieses eine Attribut löschen ;D .
Für mich vom ersten Eindruck her aber wieder ein Grund mehr, für gleiche Ziellevel als zulässige Vorgabe zu plädieren...
Server: HP-elitedesk@Debian 12, aktuelles FHEM@ConfigDB | CUL_HM (VCCU) | MQTT2: ZigBee2mqtt, MiLight@ESP-GW, BT@OpenMQTTGw | ZWave | SIGNALduino | MapleCUN | RHASSPY
svn: u.a Weekday-&RandomTimer, Twilight,  div. attrTemplate-files, MySensors