12 Commits

3 changed files with 39 additions and 5 deletions

View File

@ -1,5 +1,5 @@
### fix: commandref tag (HEAD -> patch-commandref)
>Tue, 21 Jan 2025 17:53:05 +0100
### fix: commandref (HEAD -> patch-commandref)
>Tue, 21 Jan 2025 18:19:42 +0100
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
@ -8,6 +8,36 @@
### docs: new changelog
>Tue, 21 Jan 2025 17:19:04 +0100
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
### feat: change version
>Tue, 21 Jan 2025 17:18:12 +0100
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
### feat: https://forum.fhem.de/index.php?topic=136510.0
>Sun, 12 Jan 2025 12:56:08 +0100
>Author: Marko Oldenburg (oldenburg@b1-systems.de)
>Commiter: Marko Oldenburg (oldenburg@b1-systems.de)
### Corrected some typos and missing spaces
>Thu, 26 Dec 2024 23:30:36 +0100

View File

@ -1,5 +1,5 @@
UPD 2025-01-21_17:52:14 116536 FHEM/73_AutoShuttersControl.pm
UPD 2025-01-21_17:38:51 76335 lib/FHEM/Automation/ShuttersControl.pm
UPD 2025-01-21_18:19:08 116536 FHEM/73_AutoShuttersControl.pm
UPD 2025-01-21_17:56:42 76570 lib/FHEM/Automation/ShuttersControl.pm
UPD 2024-10-12_09:12:30 2691 lib/FHEM/Automation/ShuttersControl/Dev.pm
UPD 2024-10-12_09:12:30 2675 lib/FHEM/Automation/ShuttersControl/Roommate.pm
UPD 2024-10-12_09:12:30 31828 lib/FHEM/Automation/ShuttersControl/Shutters.pm

View File

@ -1769,7 +1769,11 @@ sub SetCmdFn {
|| $FHEM::Automation::ShuttersControl::shutters
->getWindProtectionStatus eq 'protected'
|| $FHEM::Automation::ShuttersControl::shutters
->getRainProtectionStatus eq 'protected' );
->getRainProtectionStatus eq 'protected'
|| ( CheckIfShuttersWindowRecOpen($shuttersDev) == 2
&& $shutters->getStatus == $shutters->getOpenPos
&& $shutters->getShuttersPlace eq 'terrace'
&& $shutters->getSelfDefenseMode eq 'off') );
if ( $shutters->getStatus != $posValue ) {
$shutters->setLastPos( $shutters->getStatus );