diff --git a/73_AutoShuttersControl.pm b/73_AutoShuttersControl.pm index 6374427..92496ee 100644 --- a/73_AutoShuttersControl.pm +++ b/73_AutoShuttersControl.pm @@ -1178,11 +1178,7 @@ sub EventProcessingRoommate($@) { and $getRoommatesStatus eq 'home' ) { - if ( - ( - not $shutters->getIsDay - or $shutters->getDown eq 'roommate' - ) + if ( not $shutters->getIsDay and IsAfterShuttersTimeBlocking($shuttersDev) and ( $getModeDown eq 'home' or $getModeDown eq 'always' )