change Shading in Code,
fix shading drive if Shutters Closed
This commit is contained in:
parent
933b4f1c91
commit
7a154a5f85
@ -1,15 +1,15 @@
|
||||
UPD 2020-07-09_12:51:01 97596 FHEM/73_AutoShuttersControl.pm
|
||||
UPD 2020-07-09_11:10:47 74134 lib/FHEM/Automation/ShuttersControl.pm
|
||||
UPD 2020-07-09_12:52:46 97596 FHEM/73_AutoShuttersControl.pm
|
||||
UPD 2020-07-09_12:52:46 74134 lib/FHEM/Automation/ShuttersControl.pm
|
||||
UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
|
||||
UPD 2020-07-07_14:49:19 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
||||
UPD 2020-07-09_12:14:51 31376 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||
UPD 2020-07-09_12:51:05 23952 lib/FHEM/Automation/ShuttersControl/Shading.pm
|
||||
UPD 2020-07-09_12:52:46 31376 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||
UPD 2020-07-26_17:16:37 23991 lib/FHEM/Automation/ShuttersControl/Shading.pm
|
||||
UPD 2020-07-09_09:43:45 108076 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
|
||||
UPD 2020-07-09_11:13:13 44910 lib/FHEM/Automation/ShuttersControl/Helper.pm
|
||||
UPD 2020-07-09_12:52:46 44910 lib/FHEM/Automation/ShuttersControl/Helper.pm
|
||||
UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm
|
||||
UPD 2020-07-09_09:43:45 11569 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
|
||||
UPD 2020-07-03_11:29:10 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm
|
||||
UPD 2020-07-09_11:10:47 52284 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm
|
||||
UPD 2020-07-09_12:52:46 52284 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm
|
||||
UPD 2020-06-22_09:41:40 2903 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm
|
||||
UPD 2020-06-22_09:41:40 3972 lib/FHEM/Automation/ShuttersControl/Window/Attr.pm
|
||||
UPD 2020-06-22_09:41:40 2288 lib/FHEM/Automation/ShuttersControl/Window/Readings.pm
|
||||
|
@ -527,6 +527,7 @@ sub ShadingProcessingDriveCommand {
|
||||
if ( IsInTime($FHEM::Automation::ShuttersControl::shutters->getShadingBetweenTheTime)
|
||||
&& $FHEM::Automation::ShuttersControl::shutters->getShadingStatus eq 'in'
|
||||
&& $getShadingPos != $getStatus
|
||||
&& $getStatus != $getClosedPos
|
||||
&& (
|
||||
FHEM::Automation::ShuttersControl::CheckIfShuttersWindowRecOpen(
|
||||
$shuttersDev) != 2
|
||||
|
Loading…
Reference in New Issue
Block a user