Theo Arends
21d9e9ebeb
Merge pull request #9291 from nicandris/development
...
Added support for Aqara button WXKG12LM
2020-09-12 15:34:01 +02:00
nicandris
a951a38d39
merged together the 2 aqara buttons
2020-09-12 13:10:35 +02:00
nicandris
414cf1f9ac
added support for Aqara button WXKG12LM
2020-09-12 12:59:51 +02:00
Theo Arends
6d24d87ff7
Merge pull request #9288 from s-hadinger/zigbee_auto_config
...
Add Zigbee auto-config when pairing
2020-09-12 11:39:45 +02:00
Theo Arends
f4fcec3028
Merge pull request #9287 from Jason2866/patch-2
...
Ci build refactor
2020-09-12 11:21:40 +02:00
Jason2866
828490a1b2
override not needed
2020-09-12 11:15:46 +02:00
Stephan Hadinger
ecc27aa383
Add Zigbee auto-config when pairing
2020-09-12 10:57:54 +02:00
Theo Arends
9a1510fa49
Merge pull request #9286 from Jason2866/patch-2
...
Move ESP32 build variants selection out of pio override file...
2020-09-11 18:33:45 +02:00
Theo Arends
e9ee4e8689
Merge pull request #9285 from gemu2015/scripter-update
...
Scripter update
2020-09-11 16:13:53 +02:00
gemu2015
8468e093fc
i2s audio update
...
save heap memory on esp32 with psram
2020-09-11 15:45:59 +02:00
gemu2015
01ab99f8a1
display fix touch init, some formatting
2020-09-11 15:45:21 +02:00
gemu2015
9afa8a5d4f
scripter update
...
reformatting,
bug fixes,
new options for google charts
formulas in text substitutions %(formula)%
2020-09-11 15:44:16 +02:00
Jason2866
ef3855e92f
Make selecting ESP32 versions possible
...
without using override file
2020-09-11 10:13:12 +02:00
Jason2866
b239a1d77e
Update platformio.ini
2020-09-11 10:11:18 +02:00
Theo Arends
515ed22951
Merge pull request #9283 from Jason2866/patch-2
...
Fix renaming and placing of compiled firmware variants
2020-09-10 16:49:51 +02:00
Jason2866
3d256b83c2
path changed
2020-09-10 16:42:37 +02:00
Jason2866
da4caa6ec1
path changed
2020-09-10 16:41:31 +02:00
Theo Arends
dd98969446
Merge pull request #9281 from Jason2866/patch-2
...
Fix PIO compile error
2020-09-10 15:23:52 +02:00
Jason2866
ed83e770a4
is not needed anymore too
...
since we do not support core 2.3.0 anymore
2020-09-10 15:10:34 +02:00
Jason2866
fd3f77fb17
Fix compile error on MAC
...
See https://github.com/platformio/platformio-core/issues/3659
Thx @ivankravets
2020-09-10 15:06:06 +02:00
Chris Keydel
cc6a8a1c12
Adding buzzer frequency output again to latest development branch. This should now pass all tests.
2020-09-09 20:00:55 +02:00
Theo Arends
0dfa38df89
Merge pull request #9273 from stefanbode/patch-2
...
Added PWMrange as requested for servo operation shutters
2020-09-09 16:39:29 +02:00
stefanbode
15ef20b685
small bug
2020-09-09 16:34:03 +02:00
stefanbode
9b8138f2a0
PWMrange introduced
2020-09-09 16:23:50 +02:00
stefanbode
fb59126f98
Update settings.h
2020-09-09 15:27:43 +02:00
stefanbode
61b2d8e53e
Update i18n.h
2020-09-09 15:24:55 +02:00
stefanbode
2db18c3e6d
Introduced PWM range for servo shutters
2020-09-09 15:24:21 +02:00
stefanbode
43c9705349
continues optimization
2020-09-09 14:04:57 +02:00
Theo Arends
0e5c1c31ef
Update RELEASENOTES.md
2020-09-09 12:44:30 +02:00
Theo Arends
05c153c7b1
Update change log
2020-09-09 11:22:34 +02:00
Theo Arends
0eb078a5cb
Final fix
2020-09-09 10:56:18 +02:00
Theo Arends
9f26068b7d
Fix HLW8012 related total energy counters
...
Fix HLW8012 related total energy counters (#9263 , #9266 )
2020-09-09 10:49:04 +02:00
Theo Arends
ff3d0703d2
Merge pull request #9244 from stefanbode/patch-1
...
Enhance new shutter modes and code cleanup.
2020-09-09 09:41:13 +02:00
Theo Arends
021ec06553
Update settings.h
2020-09-09 09:40:28 +02:00
stefanbode
60aeeb445f
Editorial changes
...
- harmonized variable naming
- add more code comments to help others to understand
- SWITCH/PULSE now defined for each shutter.
2020-09-09 08:58:00 +02:00
s-hadinger
860f13973f
Merge pull request #9271 from s-hadinger/tls_passwd
...
Add ``#define USE_MQTT_AWS_IOT_LIGHT`` for password based AWS IoT authentication
2020-09-08 21:28:26 +02:00
Stephan Hadinger
bef03c69f6
Add ``#define USE_MQTT_AWS_IOT_LIGHT`` for password based AWS IoT authentication
2020-09-08 21:22:52 +02:00
s-hadinger
aa4606fdec
Merge pull request #9270 from s-hadinger/zigbee_sep_8
...
Fix crash in `ZbRestore`
2020-09-08 21:16:20 +02:00
Stephan Hadinger
5eb2434808
Fix crash in `ZbRestore`
2020-09-08 21:10:24 +02:00
stefanbode
72afb15601
Fixes on Stepper + Servo
...
- fix restart bug on servo
- refactor smooth-ramp for stepper and servo. Now in RTC and much more stable
- increased internal resolution to better work with ramps
- testing, testing, testing....
2020-09-08 19:34:10 +02:00
Jason2866
c9715fa5b2
Merge branch 'development' into patch-1
2020-09-07 19:59:08 +02:00
Theo Arends
469f0813d4
Merge pull request #9259 from Jason2866/patch-6
...
Use Platformio latest espressif32 version
2020-09-07 18:59:50 +02:00
Jason2866
654f9de322
espressif32@2.0.0
2020-09-07 17:16:23 +02:00
Theo Arends
5176e3ab02
Bump version to 8.5.0.1
2020-09-07 14:54:31 +02:00
Theo Arends
ba8c532e3e
Merge pull request #9255 from s-hadinger/zigbee_sep_6
...
Zigbee fixes
2020-09-06 21:23:27 +02:00
Stephan Hadinger
8d49a4b037
Zigbee fixes
2020-09-06 20:51:20 +02:00
Theo Arends
b166d9f625
Merge pull request #9253 from effelle/development
...
Bugfix and Prep for new Discovery
2020-09-06 20:07:41 +02:00
Federico Leoni
bac7c6210f
Bugfix and Prep for new Discovery
...
Correct wrong unsubscribe for HAss lwt, removed the limitation for `Scheme 0` because is not needed anymore.
2020-09-06 14:37:27 -03:00
Theo Arends
201bad3eb0
Prep release 8.5
2020-09-06 18:41:39 +02:00
stefanbode
1c657e86e7
Optimizes ramp
2020-09-06 12:14:29 +02:00