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 <leongaultier@gmail.com>" ],