From 0601d837fe4579fc2cc77f845d24c16aa6c5640c Mon Sep 17 00:00:00 2001 From: LeonGaultier Date: Thu, 9 Apr 2020 07:25:28 +0000 Subject: [PATCH] 74_AutoShuttersControl: fix shading drive if current position under shading position git-svn-id: https://svn.fhem.de/fhem/trunk@21631 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 ++ fhem/FHEM/73_AutoShuttersControl.pm | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 8161e4c16..2e219d951 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix : 73_AutoShuttersControl: fix shading drive if current position under + shading position - feature: 37_echodevice.pm CHANGE: Keepalive aktiviert BUG: set "NPM_login new" diff --git a/fhem/FHEM/73_AutoShuttersControl.pm b/fhem/FHEM/73_AutoShuttersControl.pm index b49961722..52c4359e5 100644 --- a/fhem/FHEM/73_AutoShuttersControl.pm +++ b/fhem/FHEM/73_AutoShuttersControl.pm @@ -2511,11 +2511,11 @@ sub ShadingProcessingDriveCommand { && $getShadingPos != $getStatus ) { if ( - !$shutters->getQueryShuttersPos($getShadingPos) - && !( +# !$shutters->getQueryShuttersPos($getShadingPos) +# && !( CheckIfShuttersWindowRecOpen($shuttersDev) == 2 && $shutters->getShuttersPlace eq 'terrace' - ) +# ) ) { $shutters->setLastDrive('shading in'); @@ -8435,7 +8435,7 @@ sub getBlockAscDrivesAfterManual { ], "release_status": "testing", "license": "GPL_2", - "version": "v0.8.25", + "version": "v0.8.26", "author": [ "Marko Oldenburg " ],