stefanbode
ce9ea40166
Update xdrv_27_shutter.ino
...
optimize logging
2020-10-09 09:58:33 +02:00
Jason2866
f19209f22e
Core 2.7.4.3
...
is used for development
2020-10-08 21:30:47 +02:00
stefanbode
5b9c725c6d
Insert hook to rule BEFORE moving
...
New hook that can guarantee a rule will be executed before the movement starts. Will change documentation:
change "var<shutternumber>" to 99 to enable hook. Create a rule that executes on shutter#moving ONCE and set VARx to 0. Add rule at shutter#moved=1 to set VARx=99 and enable ONCE again.
example:
{"Rule1":"ON","Once":"ON","StopOnError":"OFF","Length":62,"Free":449,"Rules":"on shutter#moving=1 do backlog power3 on;delay 10;var1 0 endon"}
{"Rule2":"ON","Once":"OFF","StopOnError":"OFF","Length":51,"Free":460,"Rules":"on shutter#moved=1 do backlog var1 99;rule1 5 endon"}
2020-10-08 19:55:17 +02:00
Theo Arends
d5b8d6ae24
Add support for analog buttons
...
Add support for analog buttons indexed within standard button range
2020-10-08 18:27:12 +02:00
Theo Arends
6b65f616d7
Merge pull request #9498 from effelle/development
...
HAss Update 3
2020-10-08 18:11:07 +02:00
Federico Leoni
54ebb3d96d
Typo
2020-10-08 12:32:02 -03:00
Federico Leoni
9ffd68e71c
Meh...
2020-10-08 12:19:39 -03:00
Federico Leoni
b5ae50a4d6
Official Integration Update 3
2020-10-08 12:04:52 -03:00
Theo Arends
f7369744de
Merge pull request #9497 from pcdiem/pwm5
...
Add DGR CW/RGBW light fixed color support
2020-10-08 14:50:55 +02:00
Theo Arends
e58ac511c9
Decrease number of ApplyTimerOffsets function
...
Decrease number of ApplyTimerOffsets function (#9489 )
2020-10-08 14:49:33 +02:00
Paul C Diem
f4894226f7
Add DGR CW/RGBW light fixed color support
2020-10-07 15:06:50 -05:00
s-hadinger
6927e1d305
Merge pull request #9491 from s-hadinger/zigee_zbdata
...
Add Zigbee ``ZbData`` command for better support of device specific data
2020-10-07 21:33:10 +02:00
Stephan Hadinger
870b560ca8
Add Zigbee ``ZbData`` command for better support of device specific data
2020-10-07 20:04:33 +02:00
Theo Arends
59cebced36
Merge pull request #9488 from stefanbode/patch-7
...
Update xdrv_27_shutter.ino
2020-10-07 18:25:09 +02:00
stefanbode
5e5590b75a
Update xdrv_27_shutter.ino
...
Always room for a bug...
2020-10-07 18:01:07 +02:00
Theo Arends
5a4468b70d
Merge pull request #9485 from don-willingham/code_conduct2
...
Code of Conduct v2.0
2020-10-07 14:50:40 +02:00
Theo Arends
e8c1e44069
Add PWMD and IRremote features
...
- Add PWM dimmer color/trigger on tap, SO88 led, DGR WITH_LOCAL flag by Paul Diem (#9474 )
- Add support for stateful ACs using ``StateMode`` in tasmota-ir.bin by Arik Yavilevich (#9472 )
2020-10-07 10:07:17 +02:00
Theo Arends
267b5a7175
Merge pull request #9483 from pcdiem/pwm4
...
Fix up/down tap not publishing tele
2020-10-07 08:53:32 +02:00
Theo Arends
dad11b4db8
Merge pull request #9472 from ayavilevich/development
...
Add support for stateful ACs using IRremoteESP8266
2020-10-07 08:52:58 +02:00
Don Willingham
9928b98541
https://www.contributor-covenant.org/version/2/0/code_of_conduct/code_of_conduct.md
2020-10-06 21:53:42 -04:00
Paul C Diem
b35c092603
Fix up/down tap not publishing tele
2020-10-06 17:25:13 -05:00
Theo Arends
485cc5d03e
Merge pull request #9479 from Jason2866/patch-2
...
Use Arduino PWM PR 7231
2020-10-06 19:29:32 +02:00
Jason2866
82da5ac818
Use Arduino PWM PR 7231
...
to solve #9466
2020-10-06 19:03:15 +02:00
Arik Yavilevich
542f724773
Merge remote-tracking branch 'upstream/development' into development
2020-10-06 18:15:26 +03:00
Arik Yavilevich
a22d44f985
implement state mode in a dedicated json field
2020-10-06 18:10:07 +03:00
Theo Arends
dda4ce8c25
Merge pull request #9478 from Jason2866/patch-1
...
Platformio v.5.0 change
2020-10-06 16:42:01 +02:00
Jason2866
75b3cb7216
Platformio v.5.0 change
...
All runtime Platformio build files are in folder `.pio`
The entrys are left overs from Platformio before 5.x
2020-10-06 16:03:59 +02:00
Theo Arends
f9c75d885a
Refactor sensor init
2020-10-06 12:20:28 +02:00
Theo Arends
0c90f71e00
Fix ADC initalization sequence
...
Fix ADC initalization sequence (#9473 )
2020-10-06 12:12:14 +02:00
Theo Arends
08d79b6765
Merge pull request #9474 from pcdiem/pwm3
...
Add PWMD color/trigger on tap, SO88 led, DGR WITH_LOCAL flag
2020-10-06 10:26:03 +02:00
Paul C Diem
7a9e539f1c
Wrap Light.devgrp_no_channels_out in #ifdef USE_DEVICE_GROUPS
2020-10-05 15:58:17 -05:00
Paul C Diem
d5216091e7
Add PWM Dimmer color change/trigger on tap and SO88 brightness led support. Add DGR WITH_LOCAL flag support.
2020-10-05 15:15:32 -05:00
Theo Arends
539ba11690
Add support for inverted NeoPixelBus data
...
Add support for inverted NeoPixelBus data line by enabling ``#define USE_WS2812_INVERTED`` (#8988 )
2020-10-05 19:03:40 +02:00
Theo Arends
2ffb04d4da
Update comment
2020-10-05 18:24:44 +02:00
Theo Arends
0eef729d8f
Remove migration support from before 7.0
...
- Remove support for direct upgrade from Tasmota versions before 7.0
- Remove auto config update for all Friendlynames and Switchtopic from Tasmota versions before 8.0
2020-10-05 18:12:32 +02:00
Theo Arends
f0ab0d274d
Change NeoPixelBus library from v2.5.0.09 to v2.6.0
2020-10-05 17:32:30 +02:00
Theo Arends
1f49daacd3
Fix light wakeup exception 0
...
Fix light wakeup exception 0 (divide by zero) when ``WakeupDuration`` is not initialised (#9466 )
2020-10-05 15:16:43 +02:00
Theo Arends
577f9a69f6
Merge pull request #9470 from Jason2866/patch-1
...
Delete dead link to support.md
2020-10-05 14:18:06 +02:00
Jason2866
669176cba0
Delete dead link to support.md
2020-10-05 14:09:00 +02:00
Theo Arends
d442b64d90
Fix shutter timing problem
...
Fix shutter timing problem due to buffer overflow in calibration matrix (#9458 )
2020-10-05 12:56:12 +02:00
Theo Arends
cfb7b13dc6
Merge pull request #9469 from stefanbode/patch-6
...
bugfix int16_t overflow on calibration
2020-10-05 12:52:10 +02:00
stefanbode
b8d4bce213
Update xdrv_27_shutter.ino
...
#9458 fix int16 overflow in calibration matrix
2020-10-05 12:45:08 +02:00
Theo Arends
94131e9e48
Merge pull request #9468 from Jason2866/patch-1
...
Build firmware artifacts for PRs
2020-10-05 12:23:33 +02:00
Theo Arends
d13b4c8448
Add some thoughts
2020-10-05 12:23:07 +02:00
Jason2866
de7ce53fb8
Build Tasmota32 artifacts on PR
2020-10-05 12:03:39 +02:00
Jason2866
08cf425e15
Build Tasmota artifact on PR
2020-10-05 12:01:58 +02:00
Theo Arends
96b2c8010e
Change ``Status`` command output for disabled status types
...
Change ``Status`` command output for disabled status types
2020-10-05 11:45:58 +02:00
Arik Yavilevich
3010db8ce4
some cleanup for upstream
2020-10-05 00:41:51 +03:00
Arik Yavilevich
030e68e202
Merge remote-tracking branch 'upstream/development' into development
2020-10-05 00:33:27 +03:00
Theo Arends
3c9583e1ff
Fix exception 28 due to device group buffer overflow
...
Fix exception 28 due to device group buffer overflow (#9459 )
2020-10-04 17:46:45 +02:00