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 " ],