Skip to content

Commit 2012ec1

Browse files
author
Marko Oldenburg
committed
change Code for Window closed then place is terrace
1 parent f112454 commit 2012ec1

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

FHEM/73_AutoShuttersControl.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,11 +1263,11 @@ sub Initialize {
12631263
"Rollo",
12641264
"Control"
12651265
],
1266-
"release_status": "testing",
1266+
"release_status": "stable",
12671267
"license": "GPL_2",
1268-
"version": "v0.10.12",
1268+
"version": "v0.10.13",
12691269
"author": [
1270-
"Marko Oldenburg <leongaultier@gmail.com>"
1270+
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
12711271
],
12721272
"x_fhem_maintainer": [
12731273
"CoolTux"

controls_AutoShuttersControl.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
UPD 2021-02-26_14:36:10 97970 FHEM/73_AutoShuttersControl.pm
1+
UPD 2021-04-29_12:20:23 97974 FHEM/73_AutoShuttersControl.pm
22
UPD 2021-04-21_13:16:51 74314 lib/FHEM/Automation/ShuttersControl.pm
33
UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
44
UPD 2020-07-26_17:36:29 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
55
UPD 2021-02-26_14:36:10 31487 lib/FHEM/Automation/ShuttersControl/Shutters.pm
6-
UPD 2021-04-21_13:21:26 25329 lib/FHEM/Automation/ShuttersControl/Shading.pm
7-
UPD 2021-04-21_13:19:58 110498 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
6+
UPD 2021-04-29_11:34:37 25329 lib/FHEM/Automation/ShuttersControl/Shading.pm
7+
UPD 2021-04-29_12:18:42 110757 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
88
UPD 2021-02-26_14:36:10 40628 lib/FHEM/Automation/ShuttersControl/Helper.pm
99
UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm
10-
UPD 2021-01-29_10:06:33 11742 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
10+
UPD 2021-04-27_07:52:31 11742 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
1111
UPD 2020-07-03_11:29:10 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm
1212
UPD 2021-01-29_10:06:33 52525 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm
1313
UPD 2020-06-22_09:41:40 2903 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm

lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,14 @@ sub EventProcessingWindowRec {
300300
$FHEM::Automation::ShuttersControl::shutters->getVentilatePos
301301
|| $FHEM::Automation::ShuttersControl::shutters->getStatus ==
302302
$FHEM::Automation::ShuttersControl::shutters->getComfortOpenPos
303-
# || $FHEM::Automation::ShuttersControl::shutters->getStatus ==
304-
# $FHEM::Automation::ShuttersControl::shutters->getOpenPos Logikfehler? siehe Forum https://forum.fhem.de/index.php/topic,120390.msg1149463.html#msg1149463
303+
|| ( $FHEM::Automation::ShuttersControl::shutters->getStatus ==
304+
$FHEM::Automation::ShuttersControl::shutters->getOpenPos
305+
&& $FHEM::Automation::ShuttersControl::shutters->getLastDrive
306+
eq 'ventilate - window open'
307+
&& $FHEM::Automation::ShuttersControl::shutters->getSubTyp
308+
eq 'twostate'
309+
&& $FHEM::Automation::ShuttersControl::shutters->getVentilateOpen
310+
eq 'on' )
305311
|| ( $FHEM::Automation::ShuttersControl::shutters->getStatus ==
306312
$FHEM::Automation::ShuttersControl::shutters
307313
->getPrivacyDownPos

0 commit comments

Comments
 (0)