Commit Graph

3116 Commits

Author SHA1 Message Date
Stephan Hadinger 7dd56aac9f Zigbee add ZbStatus0 and ZbMap 0x0000 2020-12-08 19:21:32 +01:00
Theo Arends c624ac7044 Add transfer error codes
Add transfer error codes related to device file type
2020-12-08 17:24:52 +01:00
Theo Arends 80434500da mDNS has been disabled from all pre-compiled binaries to allow new features
mDNS has been disabled from all pre-compiled binaries to allow new features
2020-12-08 11:49:11 +01:00
Theo Arends 2fcc8589f3
Merge pull request #10088 from vic42/prepare_pr
This is a fix for issue #10038 (first LED in a WS2812 string flicks c…
2020-12-08 10:48:22 +01:00
Vic a110046073 This is a fix for issue #10038 (first LED in a WS2812 string flicks colors instead of fading) 2020-12-07 22:24:00 +01:00
Jason2866 fdec66ee01
Fix zigbee32 compile error 2020-12-07 20:04:47 +01:00
Stephan Hadinger c1f103be5a Add Letsencrypt R3 CA 2020-12-07 19:37:11 +01:00
Theo Arends 43171d12a7 Fix ESP32 phy mode detection 2020-12-07 18:16:28 +01:00
Theo Arends 2f47a4b5c9 Refactor serial init 2020-12-07 17:03:22 +01:00
Theo Arends b9a3fd4342 Fix initial baudrate
Fix initial baudrate (#7447)
2020-12-07 15:33:09 +01:00
Stephan Hadinger 29e507a250 Change Thunk Stack size for 4K RSA #9704 2020-12-06 19:55:51 +01:00
Stephan Hadinger f24c46b231 Zigbee better support for Tuya Protocol 2020-12-06 19:20:42 +01:00
Theo Arends 9593e6da21 Prep for multiple addresses 2020-12-06 17:31:18 +01:00
Theo Arends 931929c952 Add support for MFRC522
Add support for SPI connected MFRC522 13.56MHz rfid card reader (#9916)
2020-12-06 16:32:07 +01:00
Theo Arends 80ab642076 Add command ``RfProtocol`` to control RcSwitch
Add command ``RfProtocol`` to control RcSwitch receive protocols by BBBits (#10063)
2020-12-06 14:58:00 +01:00
BBBits c5c28dec25 Address Theo's requests & some cleanups + errors
Removed all code changes out i18n.h  & support_command.ino
2020-12-06 10:45:01 +13:00
BBBits c62c6a821a Remove BAZMOD tags 2020-12-06 00:13:24 +13:00
BBBits 7d19e9b0e2 RC-Switch Protocol Disable via Console 2020-12-05 23:51:57 +13:00
Marcel 96c58fa665 Improved Opentherm error handling.
- Added error counter avoiding disconnect state after single frame error.
- Decreased cooldown period to avoid boiler entering PWM mode after line idle for more than 5s.
2020-12-04 15:53:32 +01:00
gemu2015 1e72d27178 bug fixes
and add pwm dac for esp32
2020-12-04 08:57:52 +01:00
gemu2015 dc2d1dc025 fix audio missing stop 2020-12-04 08:56:45 +01:00
gemu2015 e489aa8107 fix ili9488 missing dimmer preset 2020-12-04 08:56:13 +01:00
gemu2015 ec181d37c3 fix st7789 esp8266 2020-12-04 08:55:43 +01:00
Theo Arends 36d2cb499f
Merge pull request #10042 from effelle/development
HATasmota: Fix for shutters
2020-12-03 12:55:32 +01:00
Federico Leoni 219a254c84 Fix shutters discovery 2020-12-03 08:06:52 -03:00
Stephan Hadinger 748c4c8954 Disable IR receive while sending 2020-12-02 22:09:30 +01:00
Stephan Hadinger 4243b934fe Better support for PIR devices 2020-12-02 19:25:17 +01:00
Theo Arends 75d35d407e Removed PN532 define USE_PN532_CAUSE_EVENTS
Removed PN532 define USE_PN532_CAUSE_EVENTS replaced by generic rule trigger `on pn532#uid=`
2020-12-02 18:01:38 +01:00
Theo Arends d82cdfb35e Fix HaTasmota query in swn 2020-12-02 16:37:57 +01:00
Theo Arends 1dec999144 Add additional defines
Add defines UPGRADE_V8_MIN_KEEP_WIFI and UPGRADE_V8_MIN_KEEP_MQTT to keep wifi and/ot mqtt settings when define UPGRADE_V8_MIN is enabled (#10027)
2020-12-02 11:59:01 +01:00
Theo Arends 6bbb5492f6 Change GUI right justified column with left justified text
Change GUI right justified column with left justified text
2020-12-02 10:44:28 +01:00
Theo Arends bf1b6dae31 Refactor PN532 Rfid reader
- Refactor PN532 Rfid reader
- Add UID to GUI
2020-12-01 16:07:40 +01:00
Theo Arends 519a028477 Prep RC522 rfid reader pt3 2020-12-01 14:37:05 +01:00
s-hadinger 62b64c749b
Merge pull request #10031 from s-hadinger/fix_tls_crash
Fix TLS crash because of wrong stack size for tasmota-zbbridge
2020-12-01 14:24:32 +01:00
Stephan Hadinger 22a199450b Fix TLS crash because of wrong stack size for tasmota-zbbridge 2020-12-01 14:11:32 +01:00
Theo Arends 37a1fb0834 Add zigbee specific define 2020-12-01 12:18:32 +01:00
Stephan Hadinger 1f400d34a9 Make it stealth mode 2020-12-01 10:32:14 +01:00
Stephan Hadinger 83f78f8724 Clear settings if unable to convert 2020-12-01 08:48:06 +01:00
Stephan Hadinger 40e70d7938 Add option `#define UPGRADE_V8_MIN` to drop support for upgrading before v8.0 (saves 1.3kb)
This option is not enabled by default except for ZBBridge, whose version was always at least v8.0.
2020-11-30 21:43:57 +01:00
s-hadinger a178ef459b
Merge pull request #10025 from s-hadinger/zigbee_optim
Zigbee code size optimization
2020-11-30 19:51:15 +01:00
Stephan Hadinger 054e0730e1 Zigbee code size optimization 2020-11-30 19:25:05 +01:00
Stephan Hadinger 4ea69ce2ef Zigbee auto-mapping 2020-11-30 19:12:16 +01:00
Theo Arends 5892cffbda Prep RC522 rfid reader pt2 2020-11-30 17:54:40 +01:00
Theo Arends 0614906e03 Prep RC522 rfid reader 2020-11-30 12:52:59 +01:00
Theo Arends 7be7d96de6 Fix SPI regression from 9.1 2020-11-30 11:51:27 +01:00
Roberto Bonacina 5c7680fb58 Fix a typo in comments
Replaced "Humidy" with "Humidity" in the initial description of some
temperature and humidity sensor files.
2020-11-29 21:08:08 +01:00
Norbert Richter 4014436208
Fix support for using multiple MAX31865 sensors 2020-11-29 17:26:23 +01:00
Theo Arends 968f4613be
Merge pull request #10012 from joetriskaide/development
Enable payload of >32 bit length
2020-11-29 16:13:54 +01:00
Theo Arends ebe1c8dd82
Merge pull request #10013 from s-hadinger/zigbee_zbrestore_backup
Zigbee use of ZbRestore for backup
2020-11-29 16:04:35 +01:00
Theo Arends 7f1f9727ef Update comments 2020-11-29 15:59:40 +01:00