Compare commits
20 Commits
72687bc4be
...
dev
Author | SHA1 | Date | |
---|---|---|---|
dd2cb7d2b8 | |||
3c1e539ef8 | |||
e155fbf3ec | |||
2178943e3a | |||
ef9349ec90 | |||
640cd620b5 | |||
9039254ead | |||
8923b8edbe | |||
81489d5246 | |||
833a370347 | |||
fb50355d39 | |||
d41615c90f | |||
be5e721c43 | |||
2351e5b9db | |||
d4626a068b | |||
0571adccc5 | |||
8ec3bcde54 | |||
bd97e399bf | |||
d409662969 | |||
c1c3e2cbdf |
87
CHANGELOG.md
87
CHANGELOG.md
@ -1,10 +1,93 @@
|
|||||||
### fix: commandref tag (HEAD -> patch-commandref)
|
### ``` Add important usage information for roller shutter control (HEAD -> patch-documentation)
|
||||||
>Tue, 21 Jan 2025 17:53:05 +0100
|
>Wed, 5 Feb 2025 07:57:46 +0100
|
||||||
|
|
||||||
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
This update includes new sections in both English and German
|
||||||
|
explaining the conditions necessary to prevent delayed operation
|
||||||
|
of roller shutters when a window contact is opened. The changes
|
||||||
|
clarify that for this functionality to work, the roller shutter
|
||||||
|
must be open, the sensor should be set to open, and specific
|
||||||
|
attributes (ASC_ShuttersPlace and ASC_Self_Defense_Mode) must
|
||||||
|
be appropriately configured.
|
||||||
|
|
||||||
|
These additions help users understand proper settings required
|
||||||
|
for optimal functionality, improving the overall usability
|
||||||
|
and effectiveness of the AutoShuttersControl module. The version
|
||||||
|
has been updated to v1.0.1 to reflect these enhancements.
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### docs: changelog
|
||||||
|
>Sat, 25 Jan 2025 11:14:17 +0100
|
||||||
|
|
||||||
|
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### docs: new version
|
||||||
|
>Sat, 25 Jan 2025 11:14:01 +0100
|
||||||
|
|
||||||
|
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### docs: Changelog
|
||||||
|
>Tue, 21 Jan 2025 18:19:54 +0100
|
||||||
|
|
||||||
|
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### fix: commandref
|
||||||
|
>Tue, 21 Jan 2025 18:19:42 +0100
|
||||||
|
|
||||||
|
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### 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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -870,6 +870,19 @@ __END__
|
|||||||
<td>Is <abbr>ASC</abbr> globally activated?</td>
|
<td>Is <abbr>ASC</abbr> globally activated?</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<p></p>
|
||||||
|
<u>Important Information for General Use</u>
|
||||||
|
<p>
|
||||||
|
A possibility has been created to prevent the delayed movement of a roller shutter by opening a window contact.
|
||||||
|
The handle position is determined before the movement, not before the wait time!
|
||||||
|
The following settings are required for this function:
|
||||||
|
<ul>
|
||||||
|
<li>the roller shutter must be in the open position</i>
|
||||||
|
<li>the sensor must be set to open</i>
|
||||||
|
<li>the attribute ASC_ShuttersPlace must be set to terrace</i>
|
||||||
|
<li>the attribute ASC_Self_Defense_Mode must be set to off</i>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
=end html
|
=end html
|
||||||
@ -1439,6 +1452,19 @@ __END__
|
|||||||
<tr><td>RainWaitingTime</td><td> </td></tr>
|
<tr><td>RainWaitingTime</td><td> </td></tr>
|
||||||
<tr><td>BlockAscDrivesAfterManual</td><td> </td></tr>
|
<tr><td>BlockAscDrivesAfterManual</td><td> </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
<p></p>
|
||||||
|
<u>Wichtige Informationen zur allgemeinen Verwendung</u>
|
||||||
|
<p>
|
||||||
|
Es wurde eine Möglichkeit geschaffen um das verzögerte fahren eines Rolles durch öffnen eines Fensterkontaktes zu unterbinden.
|
||||||
|
Feststellung der Griffstellung vor Fahrt, nicht vor Wartezeit!
|
||||||
|
Voraussetzung für diese Funktion ist folgende Einstellung:
|
||||||
|
<ul>
|
||||||
|
<li>das Rollo muss in der Position Open stehen</i>
|
||||||
|
<li>der Sensor muss auf open stehen / gestellt werden</i>
|
||||||
|
<li>Attribut ASC_ShuttersPlace muss auf terrace gesetzt sein</i>
|
||||||
|
<li>Attribut ASC_Self_Defense_Mode muss auf off gesetzt sein</i>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
=end html_DE
|
=end html_DE
|
||||||
@ -1462,7 +1488,7 @@ __END__
|
|||||||
],
|
],
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"license": "GPL_2",
|
"license": "GPL_2",
|
||||||
"version": "v0.99.10",
|
"version": "v1.0.1",
|
||||||
"author": [
|
"author": [
|
||||||
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
||||||
],
|
],
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
UPD 2025-01-21_17:52:14 116536 FHEM/73_AutoShuttersControl.pm
|
UPD 2025-02-05_07:57:04 117935 FHEM/73_AutoShuttersControl.pm
|
||||||
UPD 2025-01-21_17:38:51 76335 lib/FHEM/Automation/ShuttersControl.pm
|
UPD 2025-01-25_11:47:02 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 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 2675 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
||||||
UPD 2024-10-12_09:12:30 31828 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
UPD 2024-10-12_09:12:30 31828 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||||
|
@ -1769,7 +1769,11 @@ sub SetCmdFn {
|
|||||||
|| $FHEM::Automation::ShuttersControl::shutters
|
|| $FHEM::Automation::ShuttersControl::shutters
|
||||||
->getWindProtectionStatus eq 'protected'
|
->getWindProtectionStatus eq 'protected'
|
||||||
|| $FHEM::Automation::ShuttersControl::shutters
|
|| $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 ) {
|
if ( $shutters->getStatus != $posValue ) {
|
||||||
$shutters->setLastPos( $shutters->getStatus );
|
$shutters->setLastPos( $shutters->getStatus );
|
||||||
|
Reference in New Issue
Block a user