Theo Arends
0331e47e4c
Add support for multiple CCS811 sensors
...
Add support for multiple CCS811 sensors with baseline control (USE_CCS811_V2) by clanganke (#10858 )
2021-03-31 15:04:24 +02:00
Theo Arends
d010e16ab6
Update changelog
2021-03-30 18:08:00 +02:00
Theo Arends
be72bde8f5
Add ESP32 support for internal Hall Effect sensor
...
Add ESP32 support for internal Hall Effect sensor connected to both GPIO36 and GPIO39 only
2021-03-27 15:15:15 +01:00
Stephan Hadinger
d729f22309
IRremoteESP8266 library from v2.7.15 to v2.7.16
2021-03-25 08:40:27 +01:00
Theo Arends
6dc436039b
Add support for Frequency monitoring and zero-cross detection on CSE7761 (Sonoff Dual R3)
...
Add support for Frequency monitoring and zero-cross detection on CSE7761 (Sonoff Dual R3)
2021-03-23 11:21:38 +01:00
Theo Arends
633489a91e
Add commands ``DisplayType`` and ``DisplayInvert``
...
Add commands ``DisplayType`` to select sub-modules where implemented and ``DisplayInvert`` to select inverted display where implemented
2021-03-22 12:34:52 +01:00
Stephan Hadinger
9dc3c4e255
Fix type for MPU6886
2021-03-19 22:17:45 +01:00
Theo Arends
320f0e2776
Add support for TM1638 seven segment display
...
Add support for TM1638 seven segment display by Ajith Vasudevan (#11031 )
2021-03-19 10:15:50 +01:00
Theo Arends
d5ca2994ee
Add commands MqttKeepAlive and MqttTimeout
...
- Add commands ``MqttKeepAlive 1..100`` to set Mqtt Keep Alive timer (default 30) and ``MqttTimeout 1..100`` to set Mqtt Socket Timeout (default 4) (#5341 )
- Changed PubSubClient library from EspEasy v2.7.12 to Tasmota v2.8.12
- Bump version to 9.3.1.2
2021-03-18 17:44:10 +01:00
Stephan Hadinger
95e696075e
Add support for MPU6686 on primary or secondary I2C bus
2021-03-15 21:06:50 +01:00
Stephan Hadinger
44517380ff
Berry upgrade
2021-03-13 22:42:24 +01:00
Theo Arends
111c869ae7
Merge branch 'development' into ws2812_esp32
2021-03-11 08:21:20 +01:00
Stephan Hadinger
0475212b54
ESP32 support for secondary I2C controller
2021-03-10 22:20:21 +01:00
Stephan Hadinger
f808038694
ESP32 support for WS2812 hardware driver via RMT or I2S
2021-03-10 20:38:19 +01:00
Theo Arends
b8a2d9a161
Fix DS18x20 driver timing issue ( #11270 )
...
Fix DS18x20 driver timing issue (#11270 )
2021-03-09 18:01:29 +01:00
Theo Arends
8630debb7f
Update changelog
2021-03-07 15:14:20 +01:00
Theo Arends
2057912276
Change TasmotaSerial library from v3.2.0 to v3.3.0
...
Change TasmotaSerial library from v3.2.0 to v3.3.0
2021-03-02 11:44:06 +01:00
Theo Arends
947c8ccf0f
Fix light scheme related color changes
...
Fix light scheme related color changes (#11041 )
2021-02-28 15:11:29 +01:00
Theo Arends
4d3fda5a74
Add support for NEC and OPTOMA LCD/DLP Projector serial power control
...
Add support for NEC and OPTOMA LCD/DLP Projector serial power control by Jan Bubík (#11145 )
2021-02-28 12:37:02 +01:00
Theo Arends
c3c0a06961
Add command ``Sensor80 1 <0..7>``
...
Add command ``Sensor80 1 <0..7>`` to control MFRC522 RFID antenna gain from 18dB (0) to 48dB (7) (#11073 )
2021-02-27 17:54:21 +01:00
Theo Arends
35427d9b36
Fix PN532 on ESP32 Serial flush both Tx and Rx buffers ( #10910 )
...
Fix PN532 on ESP32 Serial flush both Tx and Rx buffers (#10910 )
2021-02-27 16:58:50 +01:00
Theo Arends
632e523c37
Bump version to 9.3.1.1
2021-02-23 16:27:30 +01:00
Theo Arends
9edccbbca5
Add commands ``StateRetain`` and ``InfoRetain`` ( #11084 )
2021-02-22 13:59:45 +01:00
Theo Arends
e2ab1fe3f3
Update changelog
2021-02-22 13:46:25 +01:00
Theo Arends
d84b5fdfd8
Fix web request accepts wrong password
...
Fix web request accepts wrong password (#11039 )
2021-02-21 14:17:51 +01:00
Theo Arends
7a911b328f
Fix TM1637 driver
...
Fix TM1637 driver now needs ``TM1637 CLK`` and ``TM1637 DIO`` to enable (#11057 )
2021-02-21 12:17:39 +01:00
Theo Arends
92b8c8ad48
Remove the need to start filenames with a slash (/) in Ufs commands
2021-02-19 18:35:47 +01:00
Theo Arends
59c0ebd49e
Bump version 9.3.0.1
2021-02-19 16:51:55 +01:00
Theo Arends
14206e46a1
Add support for TM1637 seven segment display by Ajith Vasudevan ( #10889 )
2021-02-17 12:32:36 +01:00
Theo Arends
a59b6b2720
Add abort to UfsRun
2021-02-17 11:06:48 +01:00
Stephan Hadinger
692660c170
Berry add file system support
2021-02-16 20:47:00 +01:00
Theo Arends
e16ba61dea
Add command UfsRun
2021-02-16 12:19:40 +01:00
Theo Arends
6fa53b85ef
Basic support for filesystem ``autoexec.bat``
2021-02-15 17:29:31 +01:00
Theo Arends
e59174c6a8
Change NeoPixelBus library from v2.6.0 to v2.6.1.4
2021-02-14 14:59:38 +01:00
Stephan Hadinger
9e0df6ce75
IRremoteESP8266 library from v2.7.14 to v2.7.15
2021-02-13 14:51:52 +01:00
Stephan Hadinger
2220b2d3e3
Berry language improved Tasmota integration
2021-02-13 12:01:45 +01:00
Theo Arends
99b832cb7b
Update release notes
2021-02-12 15:02:55 +01:00
Theo Arends
27ebcec409
Bump version to 9.2.0.7
2021-02-10 14:45:57 +01:00
Norbert Richter
435be84ff3
Add SDM72 Modbus energy meter
2021-02-09 16:13:40 +01:00
Stephan Hadinger
621e08699d
Preview of Berry language for Tasmota32
2021-02-07 20:19:08 +01:00
Theo Arends
e05b77c372
Increase ESP32 SwitchText to 28
2021-02-05 16:36:25 +01:00
Theo Arends
19ef735c08
ESP32 Increase number of interlock groups from 4 to 14
...
- Removed migration support for versions before v8.1.0 (Doris)
- ESP32 Increase number of interlock groups from 4 to 14
2021-02-05 15:21:06 +01:00
Theo Arends
6836455bbe
Increase number of button GPIOs from 4 to 8
2021-02-05 12:27:59 +01:00
Theo Arends
8b0e45a58b
Increase number of switch GPIOs from 8 to 28
2021-02-05 11:58:24 +01:00
Theo Arends
d5542b1a66
ESP32 increase number of relay GPIOs from 8 to 28
2021-02-04 17:06:45 +01:00
Stephan Hadinger
9d14587e20
Zigbee command ``ZbScan`` to do an energy scan on each radio channel
2021-02-03 20:37:44 +01:00
Theo Arends
6084180419
Update changelog
2021-01-29 15:05:47 +01:00
Theo Arends
4c79b24336
Update changelog
2021-01-29 11:14:00 +01:00
Stephan Hadinger
3297d0de71
Forgot changelog update
2021-01-29 10:12:24 +01:00
Theo Arends
ac8d26982d
Add Sonoff L1 Music Sync control
...
Add command ``L1MusicSync <0|Off>|<1|On>|<2|Toggle>, 1..10, 1..100>`` to control Sonoff L1 Music Sync mode sensitivity and speed (#10722 )
2021-01-28 17:52:17 +01:00
Theo Arends
a3f5d5ce2c
Add commands ``BuzzerActive``, ``BuzzerPwm`` as synonyms for ``SetOption67, 111`` respectively
...
Add commands ``BuzzerActive``, ``BuzzerPwm`` as synonyms for ``SetOption67, 111`` respectively
2021-01-27 16:58:33 +01:00
Theo Arends
f083233b09
Support trailing silence in buzzer tune
...
Support trailing silence in buzzer tune (#10694 )
2021-01-27 16:09:56 +01:00
Theo Arends
12e262d337
Add support for ESP32 ``Module 5`` Wireless Tag Eth01
...
Add support for ESP32 ``Module 5`` Wireless Tag Eth01 (#9496 )
2021-01-27 14:27:05 +01:00
Theo Arends
ff2e1196b5
Update changelog
2021-01-27 10:00:25 +01:00
Theo Arends
b4ceb9e5e9
Add light synonyms
...
Add commands ``ChannelRemap``, ``MultiPWM``, ``AlexaCTRange``, ``PowerOnFade``, ``PWMCT``, ``WhiteBlend``, ``VirtualCT`` as synonyms for ``SetOption37, 68, 82, 91, 92, 105 and 106`` respectively
2021-01-26 14:56:58 +01:00
Theo Arends
bc384a3858
Restore AddLog_P to max 700 chars
...
Changed maximum chars in ``AddLog_P`` logging restored from 128 to 700 (MAX_LOGSZ) to solve broken error messages
2021-01-23 13:21:17 +01:00
Theo Arends
c934a20b4f
Add support for TOF10120
...
Add support for TOF10120 time of flight sensor by Cyril Pawelko (#10190 )
2021-01-22 16:48:41 +01:00
Theo Arends
47ce7c7312
Add rule trigger string comparisons
...
Add rule trigger string comparisons for EndsWith ``$>``, StartsWith ``$<`` and Contains ``$|`` (#10538 )
2021-01-21 14:54:38 +01:00
Theo Arends
4d83b54fda
Update changelog
2021-01-21 14:18:09 +01:00
Theo Arends
15b41881d8
Changed PubSubClient MQTT_SOCKET_TIMEOUT
...
Changed PubSubClient MQTT_SOCKET_TIMEOUT from 15 to 4 seconds
2021-01-20 17:34:47 +01:00
Jason2866
d05a1149bf
M5 core2 added
2021-01-20 17:14:58 +01:00
Theo Arends
5561de02fa
Add support for Sugar Valley NeoPool Controller
...
Add support for Sugar Valley NeoPool Controller by Norbert Richter (#10637 )
2021-01-20 17:03:53 +01:00
Theo Arends
35bc095e00
Add support for SM2135 current selection
...
Add support for SM2135 current selection using GPIO ``SM2135 DAT`` index (#10634 )
2021-01-20 11:20:56 +01:00
Theo Arends
47e23082cc
Update changelog
2021-01-17 17:01:52 +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
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
Stephan Hadinger
cc43530639
ESP32 support for TLS MQTT using BearSSL (same as ESP8266)
2021-01-15 18:23:05 +01:00
Theo Arends
fdbd1dcc0a
Changed command ``Sleep 0``
...
Changed command ``Sleep 0`` removes any sleep from wifi modem except when ESP32 BLE is active
2021-01-14 17:03:01 +01:00
Theo Arends
85b2d62225
ESP8266 Support for 2MB and up linker files with 1MB and up LittleFS
...
Breaking Change: ESP8266 until now NOT SUPPORTED linker files 2MB and up. Current settings will be overwritten once LittleFS is enabled
2021-01-11 17:56:18 +01:00
Theo Arends
f6d7c5c578
Update changelog
2021-01-11 14:13:20 +01:00
s-hadinger
6a6454d8ab
Zigbee debounce duplicate commands ( #10477 )
...
* Zigbee debounce duplicate commands received from the same device within ``USE_ZIGBEE_DEBOUNCE_COMMANDS`` milliseconds
* Zigbee debounce duplicate commands received from the same device within ``USE_ZIGBEE_DEBOUNCE_COMMANDS`` milliseconds
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-09 17:58:57 +01:00
Theo Arends
696c4ca0e8
Add command ``SetOption43 1..100``
...
Add command ``SetOption43 1..100`` to control Rotary step (#10407 )
2021-01-07 18:01:53 +01:00
Theo Arends
d319bc8ecb
Support rotary encoder on Shelly Dimmer
...
Support rotary encoder on Shelly Dimmer (#10407 )
2021-01-07 17:53:48 +01:00
Theo Arends
23cb8ac559
Support for time proportioned relays
...
Support for time proportioned (``#define USE_TIMEPROP``) and optional PID (``#define USE_PID``) relay control (#10412 )
2021-01-07 15:07:14 +01:00
Theo Arends
d6a24c6fe7
Breaking change ESP32 file system
...
Breaking change ESP32 switch from default SPIFFS to default LittleFS file system loosing current (zigbee) files
2021-01-06 15:28:56 +01:00
Theo Arends
f8de9150d0
Add rotary No Pullup GPIO selection
...
Add rotary No Pullup GPIO selection ``Rotary A/B_n`` (#10407 )
2021-01-06 12:51:12 +01:00
Theo Arends
204316bf1b
Change force initial default state ``SetOption57 1``
...
Change force initial default state ``SetOption57 1`` to scan wifi network every 44 minutes for strongest signal (#10395 )
2021-01-05 17:14:01 +01:00
Stephan Hadinger
8acb06515c
IRremoteESP8266 library from v2.7.13 to v2.7.14
2021-01-04 18:43:58 +01:00
Theo Arends
fb2c10cb97
Add SPI display driver SSD1331 Color oled
...
Add SPI display driver SSD1331 Color oled by Jeroen Vermeulen (#10376 )
2021-01-04 14:26:27 +01:00
Theo Arends
619e4bbfb5
Add command ``RuleTimer0`` to access all RuleTimers at once
...
Add command ``RuleTimer0`` to access all RuleTimers at once (#10352 )
2021-01-03 17:31:44 +01:00
Theo Arends
d028e5c847
Update changelog
2021-01-03 17:04:14 +01:00
Stephan Hadinger
d0b426b505
Disable `USE_LIGHT`` light support for ZBBridge (saves 17.6kb)
2021-01-02 19:26:24 +01:00
Theo Arends
2b7d605696
Changed maximum chars in AddLog_P logging
...
Changed maximum chars in AddLog_P logging reduced from 700 to 128 (LOGSZ) to enhance stability
2021-01-02 16:20:15 +01:00
Theo Arends
54c1a2d029
Add support for SPI display driver for ST7789 TFT
...
Add support for SPI display driver for ST7789 TFT by Gerhard Mutz (#9037 )
2021-01-01 15:05:58 +01:00
Theo Arends
58e6ec55f1
Breaking change replacing SPI CS and SPI DC
...
Breaking change replacing SPI CS and SPI DC by device specific CS and DC
2020-12-31 16:17:30 +01:00
Theo Arends
9c2b8040f1
Revert "Breaking change replaced NRF24L01 GPIO selection"
...
This reverts commit 01f3a7da19
.
2020-12-30 17:52:05 +01:00
Theo Arends
01f3a7da19
Breaking change replaced NRF24L01 GPIO selection
...
Breaking change replaced NRF24L01 GPIO selection from ``GPIO_SPI_CS`` by ``GPIO_NRF24_CS`` and ``GPIO_SPI_DC`` by ``GPIO_NRF24_DC``
2020-12-30 17:49:52 +01:00
Stephan Hadinger
488712c3f0
Commands `CTRange` and `VirtualCT`
2020-12-29 19:31:27 +01:00
Theo Arends
37bd2a99f6
Add basic support for ESP32 Odroid Go 16MB binary tasmota32-odroidgo.bin
...
Add basic support for ESP32 Odroid Go 16MB binary tasmota32-odroidgo.bin (#8630 )
2020-12-29 18:03:05 +01:00
Theo Arends
f004cfea60
Breaking change regarding MFRC522 and ILI9341
...
- Replaced MFRC522 13.56MHz rfid card reader GPIO selection from ``GPIO_SPI_CS`` by ``GPIO_RC522_CS``
- Replaced ILI9341 GPIO selection from ``GPIO_SPI_CS`` by ``GPIO_ILI9341_CS`` and ``GPIO_SPI_DC`` by ``GPIO_ILI9341_DC``
2020-12-29 17:42:53 +01:00
Theo Arends
c4410a9823
Update changelog
2020-12-29 10:59:36 +01:00
Theo Arends
d161026534
Add support for Afrikaans language translations by Christiaan Heerze
2020-12-28 11:53:02 +01:00
Theo Arends
83b3aa576d
Add BSSID and Signal Strength Indicator to GUI wifi scan result ( #10253 )
...
Add BSSID and Signal Strength Indicator to GUI wifi scan result (#10253 )
2020-12-27 16:25:34 +01:00
Theo Arends
d75beb92f3
Add support character `#` to be replaced by `space`-character
...
Add support character `#` to be replaced by `space`-character in command ``Publish`` topic (#10258 )
2020-12-26 12:18:16 +01:00
Theo Arends
fbdb0aae0d
Update changelogs
2020-12-24 13:58:32 +01:00
Theo Arends
59992d1954
Add support for FTC532 8-button touch controller
...
Add support for FTC532 8-button touch controller by Peter Franck (#10222 )
2020-12-22 16:47:24 +01:00
Theo Arends
6ea7359821
Update changelog
2020-12-21 15:23:37 +01:00
Theo Arends
85ed1bebca
Fix compile error when ``#ifdef USE_IR_RECEIVE`` is disabled regression from 9.1.0.2
...
Fix compile error when ``#ifdef USE_IR_RECEIVE`` is disabled regression from 9.1.0.2
2020-12-20 17:22:48 +01:00
Theo Arends
09bb1ecb8e
Fix ESP32 LoadStoreError when using ``#define USER_TEMPLATE``
...
Fix ESP32 LoadStoreError when using ``#define USER_TEMPLATE`` (#9506 )
2020-12-20 16:40:49 +01:00
Theo Arends
7599dab36d
Fix Wyze bulb option
2020-12-20 15:25:13 +01:00