From c72d2f2297ba7085f6fb63da90ad693292101ac3 Mon Sep 17 00:00:00 2001 From: LeonGaultier Date: Fri, 10 Jan 2020 04:05:33 +0000 Subject: [PATCH] 73_AutoShuttersControl: fix little Resident home bug git-svn-id: https://svn.fhem.de/fhem/trunk@20923 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/73_AutoShuttersControl.pm | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 7fd56b0e6..d7a08d9bd 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # 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 little Resident home bug - feature: 70_VIERA: new commands, direct access to apps, commands had to be changed, if necessary reload RC layout - bugfix: 70_VIERA: patch by nestor diff --git a/fhem/FHEM/73_AutoShuttersControl.pm b/fhem/FHEM/73_AutoShuttersControl.pm index 2cf2bcc79..fd5a85685 100644 --- a/fhem/FHEM/73_AutoShuttersControl.pm +++ b/fhem/FHEM/73_AutoShuttersControl.pm @@ -1461,8 +1461,8 @@ sub EventProcessingResidents($@) { and $shutters->getRoommatesStatus eq 'none' and ( $getModeDown eq 'home' or $getModeDown eq 'always' ) - and ( $getResidentsLastStatus ne 'asleep' - or $getResidentsLastStatus ne 'awoken' ) + and $getResidentsLastStatus ne 'asleep' + and $getResidentsLastStatus ne 'awoken' and IsAfterShuttersTimeBlocking($shuttersDev) and not $shutters->getSelfDefenseState ) @@ -7923,7 +7923,7 @@ sub getblockAscDrivesAfterManual { ], "release_status": "under develop", "license": "GPL_2", - "version": "v0.8.11", + "version": "v0.8.12", "author": [ "Marko Oldenburg " ],