From e155fbf3ece9bf10cef130c247527f8ffbea2936 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 5 Feb 2025 07:57:46 +0100 Subject: [PATCH 1/2] ``` Add important usage information for roller shutter control 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. ``` --- FHEM/73_AutoShuttersControl.pm | 28 +++++++++++++++++++++++++++- controls_AutoShuttersControl.txt | 4 ++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/FHEM/73_AutoShuttersControl.pm b/FHEM/73_AutoShuttersControl.pm index 736b7d5..3116d7b 100644 --- a/FHEM/73_AutoShuttersControl.pm +++ b/FHEM/73_AutoShuttersControl.pm @@ -870,6 +870,19 @@ __END__ Is ASC globally activated? +

+ Important Information for General Use +

+ 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: +

+

=end html @@ -1439,6 +1452,19 @@ __END__ RainWaitingTime BlockAscDrivesAfterManual +

+ Wichtige Informationen zur allgemeinen Verwendung +

+ 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: +

+

=end html_DE @@ -1462,7 +1488,7 @@ __END__ ], "release_status": "stable", "license": "GPL_2", - "version": "v1.0.0", + "version": "v1.0.1", "author": [ "Marko Oldenburg " ], diff --git a/controls_AutoShuttersControl.txt b/controls_AutoShuttersControl.txt index e17438c..f2b8206 100644 --- a/controls_AutoShuttersControl.txt +++ b/controls_AutoShuttersControl.txt @@ -1,5 +1,5 @@ -UPD 2025-01-25_11:12:39 116534 FHEM/73_AutoShuttersControl.pm -UPD 2025-01-21_17:56:42 76570 lib/FHEM/Automation/ShuttersControl.pm +UPD 2025-02-05_07:57:04 117935 FHEM/73_AutoShuttersControl.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 2675 lib/FHEM/Automation/ShuttersControl/Roommate.pm UPD 2024-10-12_09:12:30 31828 lib/FHEM/Automation/ShuttersControl/Shutters.pm From 3c1e539ef84ded7460a37e43fdb78583824aefd7 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 5 Feb 2025 08:00:28 +0100 Subject: [PATCH 2/2] ``` Add usage information for roller shutter control This update enhances the documentation by adding crucial usage information for the roller shutter control module. New sections in both English and German were introduced to explain the necessary conditions for preventing delayed operation when a window contact is opened. It is clarified that for the functionality to operate as intended, the roller shutter must be open, the sensor needs to be set to open, and specific attributes (ASC_ShuttersPlace and ASC_Self_Defense_Mode) must be configured correctly. These additions aim to improve user understanding and usability of the AutoShuttersControl module. The version was updated to v1.0.1 to reflect these enhancements. ``` --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42bbe7e..d0b6097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,37 @@ -### docs: new version (HEAD -> patch-newversion) +### ``` Add important usage information for roller shutter control (HEAD -> patch-documentation) +>Wed, 5 Feb 2025 07:57:46 +0100 + +>Author: 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)