From 83fe6571716e2cd9414f0607b8d1e1429600bf39 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 24 Jun 2020 13:26:02 +0200 Subject: [PATCH] add one more condition to run ShadingProcessingDriveCommand --- controls_AutoShuttersControl.txt | 4 ++-- lib/FHEM/Automation/ShuttersControl.pm | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/controls_AutoShuttersControl.txt b/controls_AutoShuttersControl.txt index 0b89748..390ef41 100644 --- a/controls_AutoShuttersControl.txt +++ b/controls_AutoShuttersControl.txt @@ -1,5 +1,5 @@ -UPD 2020-06-24_08:10:04 97823 FHEM/73_AutoShuttersControl.pm -UPD 2020-06-24_07:35:48 187058 lib/FHEM/Automation/ShuttersControl.pm +UPD 2020-06-24_08:13:07 97823 FHEM/73_AutoShuttersControl.pm +UPD 2020-06-24_13:25:11 187106 lib/FHEM/Automation/ShuttersControl.pm UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm UPD 2020-06-22_09:41:40 2493 lib/FHEM/Automation/ShuttersControl/Roommate.pm UPD 2020-06-22_09:41:40 29833 lib/FHEM/Automation/ShuttersControl/Shutters.pm diff --git a/lib/FHEM/Automation/ShuttersControl.pm b/lib/FHEM/Automation/ShuttersControl.pm index 8fcb6d4..476a25b 100644 --- a/lib/FHEM/Automation/ShuttersControl.pm +++ b/lib/FHEM/Automation/ShuttersControl.pm @@ -2608,9 +2608,10 @@ sub ShadingProcessing { && ( $shutters->getModeUp eq 'always' || $shutters->getModeUp eq $homemode + || $shutters->getModeUp eq 'off' + || $shutters->getModeUp eq 'absent' || ( $shutters->getModeUp eq 'home' && $homemode ne 'asleep' ) - || $shutters->getModeUp eq 'off' ) && ( (