Commit Graph

8710 Commits

Author SHA1 Message Date
Stephan Hadinger 80d7922977 Zigbee tuya phase 2 2020-10-13 22:45:11 +02:00
Theo Arends 95c0274d59 Fix hlw8012 interrupt use of global vars 2020-10-13 15:55:46 +02:00
Theo Arends d4cacbff05 Fix rotary interrupt use of global vars
- Fix rotary interrupt use of global vars (#9399)
- Decrease direction change timout from 50 to 25 mSecs
2020-10-13 15:14:34 +02:00
Theo Arends 31b14a49e3
Merge pull request #9530 from hello-world-dot-c/improve-buzzer
Reduce sleep during buzzer cycles to improve on/off period accuracy.
2020-10-13 12:26:05 +02:00
hello-world-dot-c 6a3eb8f8ed Fixed typo 2020-10-13 12:19:37 +02:00
hello-world-dot-c a59c56d4b5 Reduce sleep during buzzer cycles to improve on/off period accuracy. 2020-10-13 12:02:44 +02:00
Theo Arends 6d22c52fbd
Merge pull request #9526 from s-hadinger/minor_fixes
Minor fixes
2020-10-13 09:53:39 +02:00
Stephan Hadinger daab6ebbef Minor fixes 2020-10-12 19:35:50 +02:00
Theo Arends 40ad4f7ed0 Final refactor telegram code 2020-10-12 13:44:32 +02:00
Theo Arends b52dee2bd3
Merge pull request #9521 from stefanbode/patch-2
Prevent crashes on high counter pulse. e.g. AC-Dimmer, Current-Counte…
2020-10-12 13:37:12 +02:00
stefanbode d3dfe6205c
Prevent crashes on high counter pulse. e.g. AC-Dimmer, Current-Counter...
I had reproducible Hardware Watchdog resets and hangs with the AC-Dimmer, but only if the 100Hz from the main hammered the device. I found this help and change the code. Now the AC-Dimmer is ON for >3days. I assume this change is responsible because it was the only change.
2020-10-12 12:08:40 +02:00
Theo Arends 99e52dcfcd Add Vietnam 2020-10-12 11:53:18 +02:00
Theo Arends d239195d16 Fix CI 2020-10-12 11:32:28 +02:00
Theo Arends fc524dff75 Support for Vietnamese language translations 2020-10-12 11:29:36 +02:00
Theo Arends 63da7da7f8
Merge pull request #9520 from genlink/patch-1
Create vi_VN.h for Vietnamese Language
2020-10-12 11:15:22 +02:00
genlink c81377c341
Create vi_VN.h
Support Vietnamese Language
2020-10-12 14:36:43 +07:00
s-hadinger 9e520a7b90
Merge pull request #9516 from s-hadinger/zigbee_tuya_moes
Zigbee support for Tuya Moes devices
2020-10-11 19:52:38 +02:00
Stephan Hadinger 5b25d9cc83 Zigbee support for Tuya Moes devices 2020-10-11 19:41:23 +02:00
Theo Arends 2c6ee9cd95 Refactor telegram 2020-10-11 18:13:13 +02:00
s-hadinger 82fb25a610
Merge pull request #9515 from s-hadinger/zigbee_temp_decimal
Fix multiplier not applied #9499
2020-10-11 16:43:38 +02:00
Stephan Hadinger 737e5b260f Fix multipler not applied #9499 2020-10-11 16:31:33 +02:00
Theo Arends 3264acfffe Fix Telegram message decoding error regression from v8.5.0.1 2020-10-11 14:23:56 +02:00
Theo Arends fc04c50674 Convert AdcParam parameters from versions before v9.0.0.2
- Command ``Gpio17`` replaces command ``Adc``
- Command ``Gpios`` replaces command ``Adcs``
2020-10-11 11:31:46 +02:00
Theo Arends 4b6ad8b904 Fix compile error when scripting and shutter is enabled
Fix compile error when scripting and shutter is enabled (#9512)
2020-10-11 10:51:20 +02:00
Theo Arends 510f2e24ae
Merge pull request #9514 from Jason2866/patch-2
Load Tasmota core 2.7.4.3 from PlatformIO registry
2020-10-10 21:58:26 +02:00
Jason2866 429a086a2d
Tasmota core 2.7.4.3 from PlatformIO registry 2020-10-10 21:39:51 +02:00
s-hadinger 3235abd7fb
Merge pull request #9513 from s-hadinger/zbreset_2
Fix compilation error for ZNP
2020-10-10 20:50:11 +02:00
Stephan Hadinger 7c6c059270 Fix compilation error 2020-10-10 20:42:48 +02:00
Theo Arends 5ec972376c Consolidate function RemoveSpace 2020-10-10 17:00:37 +02:00
Theo Arends 89c690c05d Fix ESP32 compilation error 2020-10-10 16:49:36 +02:00
Theo Arends 70d49d210b Remove ctrlchars from mqtt log message 2020-10-10 16:44:35 +02:00
s-hadinger 376e0ba1a7
Merge pull request #9511 from s-hadinger/zbreset_2
Added `ZbReset 2`
2020-10-10 16:29:40 +02:00
Stephan Hadinger 241843d384 Added `ZbReset 2` 2020-10-10 16:19:37 +02:00
Theo Arends 81cd344beb Fix possible buffer overwrites 2020-10-10 15:42:27 +02:00
Theo Arends b8e55203b6 Fix Thermostat sensor status corruption
Fix Thermostat sensor status corruption regression from 8.5.0.1 (#9449)
2020-10-10 15:19:11 +02:00
Theo Arends 0949dda650 Update changelog/releasenotes 2020-10-10 12:21:04 +02:00
Theo Arends 490e7d838e Fix Template using ``#define USER_TEMPLATE``
Fix Template using ``#define USER_TEMPLATE`` (#9506)
2020-10-10 12:20:15 +02:00
s-hadinger cee37abe1a
Merge pull request #9505 from s-hadinger/hue_optim_json
Hue code size optimization
2020-10-09 21:35:54 +02:00
Stephan Hadinger 8ffae6ae25 Hue code size optimization 2020-10-09 20:01:13 +02:00
s-hadinger f3f8f52317
Merge pull request #9504 from s-hadinger/zigbee_oct_9
Zigbee code optimization
2020-10-09 19:33:09 +02:00
Stephan Hadinger e0b2f75f87 Zigbee code optimization 2020-10-09 19:10:36 +02:00
Theo Arends 08438907ba Refactor webserver 2020-10-09 17:59:42 +02:00
Theo Arends f0bcd6eb3d Move (partly) rewritten CHANGELOG.md to root 2020-10-09 16:40:10 +02:00
Theo Arends f63cef0bbf Add AdcParam support for ADC Button 2020-10-09 11:20:22 +02:00
Theo Arends 05bfb71aa6 Fix ESP32 GPIO16 init 2020-10-09 10:28:17 +02:00
Theo Arends 9497a9d505
Merge pull request #9500 from stefanbode/patch-1
Insert hook to rule BEFORE moving
2020-10-09 10:17:15 +02:00
Theo Arends 4be71ed8be
Merge pull request #9502 from Jason2866/patch-1
Core 2.7.4.3
2020-10-09 10:16:20 +02:00
stefanbode f95462f916
Update xdrv_27_shutter.ino
...ongoing
2020-10-09 10:02:43 +02:00
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