Norbert Richter
f0177f3c48
Add ShutterToggleDir/ShutterStopToggleDir
...
same function as ShutterToggle/ShutterStopToggle but based on last movement direction, not on current position (< or > 50%)
2020-07-21 07:25:02 +02:00
Theo Arends
a84ebe552a
Refactor rules processing
2020-07-20 17:24:51 +02:00
Norbert Richter
e7cd96689f
Shutter reactivate rule trigger during move
2020-07-04 13:23:35 +02:00
Norbert Richter
46542e4cbb
Shutter change loglevels+1
2020-07-04 13:20:53 +02:00
Norbert Richter
0cebf9a28f
Fix shutter target == 255 on close
2020-07-04 10:43:02 +02:00
Theo Arends
6853926948
Fix array index
...
Fix array index (#8823 )
2020-06-30 15:05:07 +02:00
Theo Arends
1f80336ae4
Fix shutter watchdogs
...
Fix shutter watchdogs (#8721 )
2020-06-23 17:30:06 +02:00
stefanbode
fba98d9839
Update xdrv_27_shutter.ino
2020-06-22 13:24:36 +02:00
stefanbode
252100704c
8.3 fixes for Shutters (Stepper Motors) #8721
...
PWM control has changed in SDK. CHanged shutter functionality takes into consideration that physically the PWM frequency is minimum 40Hz
2020-06-22 13:21:13 +02:00
Theo Arends
0ca5bf4e41
Merge pull request #8243 from ctc/development
...
Restore tilt of venetian blinds after movement
2020-05-07 16:12:50 +02:00
Theo Arends
c939077514
Change pin handling part 3
2020-04-27 12:54:07 +02:00
Theo Arends
c9149b53c5
Change pin handling part 1
2020-04-26 17:33:27 +02:00
Ingo Flaschberger
d9ff42f5b7
Add ShutterSetOpen command
2020-04-21 16:20:20 +02:00
Ingo Flaschberger
4518abaf32
Update Position / Trigger only active shutter
2020-04-21 16:19:42 +02:00
Ingo Flaschberger
2b1a9845d7
Fix: update position for all shutter types
2020-04-21 16:18:18 +02:00
Theo Arends
b172e9bde2
Fix Shutter multi-press command
2020-04-21 09:41:35 +02:00
Theo Arends
f594c72609
Fix some compile errors
2020-04-20 20:00:49 +02:00
to-scho
7feb463ffe
Added 'toggle' to valid ShutterPosition arguments like up, down, open, close
...
doc already updated
2020-04-12 10:36:24 +02:00
to-scho
771f53ddcd
New shutter commands ShutterToggle, ShutterStopOpen, ShutterStopClose, ShutterStopToggle, ShutterStopPosition
...
ShutterToggle opens shutter when actual shutterposition <=50 and closes otherwise. ShutterStopXxx commands will stop shutter when shutter is currently moving and will be same as ShutterXxx otherwise.
2020-04-11 08:28:05 +02:00
Norbert Richter
898fff9dbc
Add multiple GroupTopic<x> (x=1-4) (default disabled)
...
grouptopic (1-4) subscription even when USE_DEVICE_GROUPS
is not used.
2020-03-28 11:17:16 +01:00
Matteo Albinola
2cab0d0539
New command ShutterInvertWebButtons
2020-03-10 08:41:37 +01:00
Theo Arends
25c2a6f639
Merge pull request #7845 from to-scho/hotfix/shutterbuttons_multipress_window_timing
...
extended multipress window from 0.5s to 0.75s
2020-03-02 21:32:16 +01:00
to-scho
543f83218e
extended multipress window from 0.5s to 0.75s
2020-03-02 20:49:11 +01:00
to-scho
02ba705eca
Shutterbutton does not work for 1 button, fixes #7793
2020-03-02 20:32:55 +01:00
stefanbode
edf223e4ac
Ensure rule execution at start
...
- fix report of TARGET in Teleperiod message
- enhance Rules support to ensure rule is triggered at start ALWAYS and not crashes on complex rules
- Fixes wong TARGET on shutterinvert=1
2020-02-27 08:32:05 +01:00
stefanbode
78e707e736
minor bug fixes and enhancements
...
- fix bug in multi-push from last commit
- remove rules execution every second. only at start and stop
- enable rules for Shutter#Button
- tbd: How to correctly detect a simultaneous button push
2020-02-25 17:55:45 +01:00
stefanbode
b54f2d406e
Update xdrv_27_shutter.ino
2020-02-24 12:38:00 +01:00
stefanbode
66a1dc9573
Update xdrv_27_shutter.ino
...
- fixed shutter#moved rule not triggered
2020-02-24 12:33:52 +01:00
stefanbode
7a3a9bd364
fixes and enhancements
...
- shutterposition now reports actual position if the shutter is moving #7686
- new RuleEvent: Shutter1#Target to get upfront info where the shutter is moving
- RuleExecution now every second to get an update of the current position
- New functionality for Stepper Motors. Now supporting 4 Stepper shutters working simultanously
2020-02-24 12:23:03 +01:00
to-scho
c6a2854a6e
simultaneous shutter button press per shutter
...
detect simultaneous press per shutter and not for whole module
2020-01-30 14:33:33 +01:00
to-scho
11b13f73b0
fix shutterposition call w/o arguments after boot
2020-01-27 11:05:11 +01:00
to-scho
0d03c1682e
fix position wrap around when shutterendstoptime is enabled
2020-01-27 09:46:39 +01:00
to-scho
6e81262709
Shutterbutton to MQTT and rules
2020-01-22 13:23:59 +01:00
to-scho
64d3d0c075
Change MQTT reporting of instantaneous shutter position from tele to stat
2020-01-14 13:32:51 +01:00
to-scho
0327d7f4b4
New command ShutterEnableEndStopTime
2020-01-13 12:00:34 +01:00
to-scho
d00bea84ec
Fix target shutter position inaccuracy
...
Introduced numerical rounding when calculating between "%" and "time" position values
2020-01-13 09:48:29 +01:00
to-scho
8cf411a1c3
New command ShutterLock
...
Command shutterlock<x> 1 locks shutter <x> movement. Any ongoing movement is still finished when called. Subsequent calls of shutter commands about movement, web buttons and shutter buttons are blocked when shutter is locked. shutterlock<x> 0 unlocks shutter <x>.
2020-01-12 14:18:15 +01:00
Theo Arends
2dde0329ed
Merge pull request #7466 from to-scho/hotfix/shutterbuttons_no_key_restrictions
...
Enable WIFI setup, restart and reset via ShutterButtons
2020-01-09 14:52:54 +01:00
to-scho
a1ccd0131d
Enable WIFI setup, restart and reset via ShutterButtons
...
When no button restriction is given and ALL shutter buttons are pressed simultaneously more than 5 times or hold simultaneously follow Tasmota's basic button behavior.
2020-01-09 14:48:23 +01:00
Theo Arends
a6dcf46771
Move heap to stack
2020-01-09 11:35:01 +01:00
Theo Arends
a52c059cdc
Merge pull request #7465 from to-scho/hotfix/shutterbuttons_short_command
...
Add MQTT field to short shutterButton command syntax
2020-01-09 10:42:18 +01:00
to-scho
3675388148
Add MQTT field to short shutterButton command syntax
...
Align code to latest command doc suggestion
2020-01-09 10:35:27 +01:00
to-scho
2c6659fca4
Fix labeling of web buttons for shutters
...
Instead of switching power of the shutter relais web buttons will issue shutter commands to work right when in shuttermode 1. Up down labels arrow up/down fixed for more than one shutter.
2020-01-09 09:17:39 +01:00
Theo Arends
5c97cdc12e
Merge pull request #7437 from to-scho/hotfix/shutterbuttons_inverted_command
...
inverted ShutterButton command
2020-01-04 16:42:00 +01:00
Theo Arends
81d3b35d0c
Merge pull request #7436 from to-scho/hotfix/shutterbuttons
...
Fixed exception with ShutterButton
2020-01-04 16:41:24 +01:00
to-scho
f6f4a3f88f
inverted ShutterButton command
...
As discussed in doc repo this is the code for my inverted shutter button command.
2020-01-04 16:24:45 +01:00
to-scho
cea20feab3
Fixed exception with ShutterButton
...
When a button assigned to a shutter is pressed before any command is issued an exception occured
2020-01-04 16:10:03 +01:00
Theo Arends
49137ec79f
Refactor shutters
2020-01-04 15:09:57 +01:00
Theo Arends
8be7dbe235
Fix shutter JSON
2020-01-04 14:20:41 +01:00
kabongsteve
1b451e722f
Improve multiple shutter operation and MQTT
2020-01-04 13:38:56 +11:00