Commit Graph

10589 Commits

Author SHA1 Message Date
Theo Arends d402060e56 Clean up Wiegand 2021-01-17 17:50:58 +01:00
s-hadinger 840f4c3bc2
Merge pull request #10597 from s-hadinger/zigbee_report_rgb
Zigbee report colors as RGB
2021-01-17 17:13:51 +01:00
Theo Arends 47e23082cc Update changelog 2021-01-17 17:01:52 +01:00
Stephan Hadinger 454892c971 Zigbee report colors as RGB 2021-01-17 16:39:40 +01:00
Theo Arends 221bf038d8
Merge pull request #10581 from matt123p/development
Put back SetOption40 support.
2021-01-17 16:37:10 +01:00
s-hadinger 8cf07e8bbe
Merge pull request #10595 from s-hadinger/zigbee_support-_lidl_remote
Zigbee support for Lidl Livarno Lux Remote Control Dimmer
2021-01-17 16:29:18 +01:00
Stephan Hadinger 5f04cf2ec8 Zigbee support for Lidl Livarno Lux Remote Control Dimmer 2021-01-17 16:12:25 +01:00
Theo Arends e6afdf0291
Merge pull request #10592 from bovirus/patch-1
Update Italian language
2021-01-17 14:21:30 +01:00
Theo Arends f9a72f5cb1
Merge pull request #10582 from s-hadinger/esp32_use_4k_RSA
ESP32 use 4K RSA for TLS
2021-01-17 14:20:38 +01:00
Theo Arends fc23329133
Merge pull request #10589 from iot-sle/development
only in case of valid key do action. Issue#10585
2021-01-17 14:20:18 +01:00
Theo Arends 0ca2750add
Merge pull request #10590 from gemu2015/filemanagerfix
fix esp32 download large files
2021-01-17 14:19:37 +01:00
bovirus 6cfc7d549e
Update Italian language 2021-01-17 14:16:56 +01:00
gemu2015 8c5d4ea26d fix esp32 download large files 2021-01-17 12:30:20 +01:00
sle ba12d8911e only in case of valid key do action. Issue#10585 and block very slow incoming signals 2021-01-17 11:39:21 +01:00
s-hadinger f52f26f566
Added ``USE_MQTT_TLS_DROP_OLD_FINGERPRINT`` compile time option to drop old (less secure) TLS fingerprint (#10584)
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-16 18:07:01 +01:00
s-hadinger 8f0fb3ef35
Merge pull request #10583 from s-hadinger/tls_web_ui
Fix Web UI that would not change TLS mode
2021-01-16 17:29:41 +01:00
Stephan Hadinger a90eb18f1e Fix Web UI that would not change TLS mode 2021-01-16 17:11:45 +01:00
Stephan Hadinger a823584238 ESP32 use 4K RSA for TLS 2021-01-16 16:49:37 +01:00
Matt e47065a66d Put back SetOption40 support. 2021-01-16 15:14:36 +00:00
Theo Arends 2dbd1ef973 Add support for 24/26/32/34 bit RFID Wiegand
Add support for 24/26/32/34 bit RFID Wiegand interface (D0/D1) by Sigurd Leuther (#3647, #10565)
2021-01-16 15:39:33 +01:00
crispy78 63f14adbf6
Merge pull request #2 from arendst/development
Sync repo
2021-01-16 14:33:47 +01:00
Theo Arends 1cd72956ed
Merge pull request #10580 from Jason2866/patch-1
add tool-mklittlefs to tasmota32solo1
2021-01-16 11:55:33 +01:00
Jason2866 7957e0c899
add tool-mklittlefs to tasmota32solo1 2021-01-16 11:53:36 +01:00
Theo Arends 3bb15cda2a Fix ESP32 MLX90640 compilation 2021-01-16 11:18:40 +01:00
s-hadinger dd2dc6e6b6
Merge pull request #10579 from s-hadinger/zigbee_increase_timeout
Zigbee increase timeout to 5s for first command
2021-01-16 10:56:52 +01:00
Stephan Hadinger 9270e956d4 Zigbee increase timeout to 5s for first command 2021-01-16 10:55:40 +01:00
Theo Arends f928a1c75a
Merge pull request #10574 from Jason2866/patch-2
add ESP32 filesystem download with PIO
2021-01-16 10:06:34 +01:00
Theo Arends 8967762ccf
Merge pull request #10577 from vic42/language_pr
some more improvements on german strings
2021-01-16 10:06:12 +01:00
Jason2866 af798b40e2
fix compile ESP8266 2021-01-15 20:59:56 +01:00
Vic 6d0005cc29 some more improvements on german strings 2021-01-15 19:02:09 +01:00
s-hadinger 16f3d30535
Merge pull request #10576 from s-hadinger/esp32_tls
ESP32 support for TLS MQTT using BearSSL (same as ESP8266)
2021-01-15 18:48:13 +01:00
Stephan Hadinger cc43530639 ESP32 support for TLS MQTT using BearSSL (same as ESP8266) 2021-01-15 18:23:05 +01:00
Theo Arends 19fdbf30fb
Merge pull request #10575 from vic42/language_pr
D_COUNT is used as a noun, not as a verb
2021-01-15 17:26:56 +01:00
Vic 86cd22e95f D_COUNT is used as a noun, not as a verb 2021-01-15 16:44:59 +01:00
Theo Arends f1d15c015c Fix ESP8266 SPI detection 2021-01-15 16:19:56 +01:00
Theo Arends 43fd9ee1f2 Fix dual filesystem commands 2021-01-15 16:17:25 +01:00
Jason2866 c74cce1c4e
add filesystems directorys 2021-01-15 15:20:39 +01:00
Jason2866 129af59a9d
change unpack_dir 2021-01-15 15:19:01 +01:00
Jason2866 a16306fbf6
add custom_unpack_dir 2021-01-15 15:16:41 +01:00
Jason2866 7fc0c42e04
change from string to list
and hack for using littlefs for ESP32 instead of SPIFFS
2021-01-15 15:15:04 +01:00
Jason2866 6a2016f568
Remove redundant entrys 2021-01-15 15:09:49 +01:00
Theo Arends 89a9c049d6 Add debug message regarding energy reset 2021-01-15 14:31:25 +01:00
Theo Arends 2c9203d662 Increase driver and display support 2021-01-15 12:01:15 +01:00
Theo Arends d64a6a1b10 Increase sensor support 2021-01-15 11:45:04 +01:00
Theo Arends 46bf60ac15 Small refactor NTP 2021-01-15 10:43:58 +01:00
Theo Arends 8865c79182
Merge pull request #10568 from emontnemery/patch-3
Include SetOption117 in discovery message
2021-01-14 21:50:01 +01:00
Erik Montnemery f100ad5d03
Include SetOption117 in discovery message 2021-01-14 21:36:08 +01:00
s-hadinger 339e785387
Fix Hue emulation for ESP32 (#10564)
* Fix Hue emulation for ESP32

* Fix compilation for Zigbee

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-14 18:40:59 +01:00
Theo Arends d60b69a712 Try next NTP server on error 2021-01-14 18:09:45 +01:00
Theo Arends e891c4e490 Update setSleepMode 2021-01-14 17:04:54 +01:00