File tree Expand file tree Collapse file tree
lib/FHEM/Automation/ShuttersControl Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
22UPD 2021-04-21_13:16:51 74314 lib/FHEM/Automation/ShuttersControl.pm
33UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
44UPD 2020-07-26_17:36:29 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
55UPD 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
88UPD 2021-02-26_14:36:10 40628 lib/FHEM/Automation/ShuttersControl/Helper.pm
99UPD 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
1111UPD 2020-07-03_11:29:10 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm
1212UPD 2021-01-29_10:06:33 52525 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm
1313UPD 2020-06-22_09:41:40 2903 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments