Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at

GPL-3.0 License

Stars
21.3K
Committers
531

Bot releases are hidden (Show)

Tasmota - Tasmota v9.4.0 Leslie

Published by arendst over 3 years ago

RELEASE NOTES

Migration Information

This version removes support for direct migration from versions before v8.1.0 (Doris)

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.7.1 (http://ota.tasmota.com/tasmota/release-6.7.1/)
  5. Migrate to Tasmota 7.2.0 (http://ota.tasmota.com/tasmota/release-7.2.0/)

--- Major change in parameter storage layout ---

  1. Migrate to Tasmota 8.5.1 (http://ota.tasmota.com/tasmota/release-8.5.1/)

--- Major change in internal GPIO function representation ---

  1. Migrate to Tasmota 9.1 (http://ota.tasmota.com/tasmota/release-9.1.0/)

While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release v9.1.0 Imogen the internal GPIO function representation has changed in such a way that fallback is only possible to the latest GPIO configuration before installing v9.1.0.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.7.4.9 due to reported security and stability issues on previous Core version. This will also support gzipped binaries.

Support of Core versions before 2.7.1 has been removed.

Support of TLS

In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

ESP8266 or ESP8285 based

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.7.4.9.

  • tasmota.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most drivers and sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir.bin = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-zbbridge.bin = The dedicated Sonoff Zigbee Bridge version.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

Above binaries are also available as gzipped version allowing faster uploads.

The binaries can be downloaded from either https://github.com/arendst/Tasmota/tree/release-firmware or http://ota.tasmota.com/tasmota/release. The latter links can be used for OTA upgrades too like OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz

ESP32 based

The following binary downloads have been compiled with ESP32/Arduino library core version 1.0.6.

  • tasmota32.bin = The Tasmota version with most drivers including additional sensors and KNX. RECOMMENDED RELEASE BINARY
  • tasmota32solo1.bin = The Tasmota version with most drivers including additional sensors and KNX for single core ESP32.
  • tasmota32-BG.bin to tasmota32-TW.bin = The Tasmota version in different languages.
  • tasmota32-ir.bin = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota32-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota32-webcam.bin = The Webcam version adds webcam support.
  • tasmota32-bluetooth.bin = The Bluetooth version adds BLE support.
  • tasmota32-odroidgo.bin = The Odroid-Go version is specifically tailored to Odroid_go hardware.
  • tasmota32-core2.bin = The Core2 version is specifically tailored to M5Stack Core2 hardware.

The binaries can be downloaded from either https://github.com/arendst/Tasmota/tree/release-firmware or http://ota.tasmota.com/tasmota32/release. The latter links can be used for OTA upgrades too like OtaUrl http://ota.tasmota.com/tasmota32/release/tasmota32.bin

List of embedded modules.

Complete list of available feature and sensors.

Changelog v9.4.0 Leslie

Added

  • Command Sensor80 1 <0..7> to control MFRC522 RFID antenna gain from 18dB (0) to 48dB (7) #11073
  • Command SerialBuffer 256..520 to change hardware serial receive buffer size from default (256) to max local buffer size (520) #11448
  • Command SetOption126 1 to enable DS18x20 arithmetic mean over teleperiod for JSON temperature based on #11472
  • Command Backlog0 to allow execution of following commands without delay
  • Command TuyaTempSetRes 0..3 to control Tuya Temperature Set Resolution #11781
  • Command Wifi 0/1 for ESP8266 to turn wifi Off and On. When wifi is Off it is always returned On after a restart except for a wake-up from deepsleep #11839
  • Commands MqttKeepAlive 1..100 to set Mqtt Keep Alive timer (default 30) and MqttTimeout 1..100 to set Mqtt Socket Timeout (default 4) #5341
  • Commands DisplayType to select sub-modules where implemented and DisplayInvert to select inverted display where implemented
  • Support for SML VBUS #11125
  • Support for NEC and OPTOMA LCD/DLP Projector serial power control by Jan Bubík #11145
  • Support for XPT2046 touch screen digitizer on ILI9341 display by nonix #11159
  • Support for zigbee lumi.sensor_wleak #11200
  • Support for dummy energy monitor using user values set by commands VoltageSet, CurrentSet, PowerSet and FrequencySet. Enable by selecting any GPIO as Option A2 #10640
  • Support for CSE7761 energy monitor as used in ESP32 based Sonoff Dual R3 Pow #10793
  • Support for Frequency monitoring and zero-cross detection on CSE7761 (Sonoff Dual R3)
  • Support for TM1638 seven segment display by Ajith Vasudevan #11031
  • Support for MAX7219 seven segment display by Ajith Vasudevan #11387
  • Support for MPU6886 on primary or secondary I2C bus
  • Support for multiple CCS811 sensors with baseline control (USE_CCS811_V2) by clanganke #10858
  • Allow MCP230xx pinmode from output to input #11104
  • Berry improvements #11163
  • Extent compile time SetOptions support #11204
  • Tasmota discovery as alternative to Home Assistant discovery using define USE_TASMOTA_DISCOVERY
  • Optional GUI file editor enabled with define GUI_EDIT_FILE by barbudor #11668
  • Initial support for universal display driver UDisplay by Gerhard Mutz. Enable by selecting any GPIO as Option A3 #11665
  • ESP32 Extent BLE #11212
  • ESP32 support for WS2812 hardware driver via RMT or I2S
  • ESP32 support for secondary I2C controller
  • ESP32 support for internal Hall Effect sensor connected to both GPIO36 and GPIO39 only
  • ESP32 support for LVGL 7.11 with Berry binding by Stephan Hadinger #11789

Breaking Changed

  • ESP32 partition layout changed to accomodate more file space on most and more code space on core2 and odroid-go #11746

Changed

  • TasmotaSerial library from v3.2.0 to v3.3.0
  • PubSubClient library from EspEasy v2.7.12 to Tasmota v2.8.12
  • IRremoteESP8266 library from v2.7.15 to v2.7.16
  • ESP32 core library from v1.0.5-rc6 to v1.0.6
  • TuyaMcu dimmer timeout #11121
  • Rename epaper 42 commands #11222
  • DeepSleep announcement topic #11223
  • Limit number of relay/button columns in GUI to 8 #11546
  • ADC range result from int to float using command FreqRes for decimal resolution selection #11545
  • Removed overtemp detection on external energy monitoring devices #11628
  • Redesigned initial GUI wifi configuration by Adrian Scillato #11693
  • Redesigned GUI by moving non-configuration buttons from Configuration to new submenu Consoles
  • In tasmota-sensors.bin enabled support for VL53L0X and disabled TSL2561 #11711
  • Add HLW8012/BL0937 average pulse calculation by Alex Lovett #11722
  • Zigbee refactored storage for device configuration and device last known data #11838

Fixed

  • PN532 on ESP32 Serial flush both Tx and Rx buffers #10910
  • Light scheme related color changes #11041
  • Refactor acceleration function for shutter stepper and servo #11088
  • LM75AD detection on different addresses #11096
  • Timer loop when console is scrolled up regression from v9.3.0 #11108
  • Display exception when no file system is present #11125
  • Scripter and SML fixes #11150
  • Zigbee exception when bad frame is received #11192
  • ESP32 flash script for Odroid and Core2 #11227
  • ESP32 WS2812 bitbang support #11248
  • DS18x20 driver timing issue #11270
  • Alexa discovery in hue emulation #11415
  • HC-SR04 on ESP32 release serial interface if not used #11507
  • Alexa discovery for ZBBridge #11576
  • Telegram chat id incorrect size #11660
  • KNX energy yesterday #11718
  • Command Power should not reset pulsetime #11805
  • Teleperiod rule handling regression from v9.3.1.2 #11851

Noted

  • ESP32 single core tasmota32solo1.bin binary can only be uploaded using the GUI as OTA upload will trigger the watchdog timer
Tasmota - Tasmota v9.3.1 Kenneth

Published by arendst over 3 years ago

RELEASE NOTES

Migration Information

This version removes support for direct migration from versions before v8.1.0 (Doris)

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.7.1 (http://ota.tasmota.com/tasmota/release-6.7.1/)
  5. Migrate to Tasmota 7.2.0 (http://ota.tasmota.com/tasmota/release-7.2.0/)

--- Major change in parameter storage layout ---

  1. Migrate to Tasmota 8.5.1 (http://ota.tasmota.com/tasmota/release-8.5.1/)

--- Major change in internal GPIO function representation ---

  1. Migrate to Tasmota 9.1 (http://ota.tasmota.com/tasmota/release-9.1.0/)

While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release v9.1.0 Imogen the internal GPIO function representation has changed in such a way that fallback is only possible to the latest GPIO configuration before installing v9.1.0.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.7.4.9 due to reported security and stability issues on previous Core version. This will also support gzipped binaries.

Support of Core versions before 2.7.1 has been removed.

Support of TLS

In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

ESP8266 or ESP8285 based

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.7.4.9.

  • tasmota.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most drivers and sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir.bin = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-zbbridge.bin = The dedicated Sonoff Zigbee Bridge version.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

Above binaries are also available as gzipped version allowing faster uploads.

The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota/release. The links can be used for OTA upgrades too like OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz

ESP32 based

The following binary downloads have been compiled with ESP32/Arduino library core version 1.0.5-rc6.

  • tasmota32.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota32-BG.bin to tasmota32-TW.bin = The Tasmota version in different languages.
  • tasmota32-lite.bin = The Lite version without most drivers and sensors.
  • tasmota32-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota32-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota32-ir.bin = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota32-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota32-webcam.bin = The Webcam version adds webcam support.
  • tasmota32-bluetooth.bin = The Bluetooth version adds BLE support.
  • tasmota32-odroidgo.bin = The Odroid-Go version is specifically tailored to Odroid_go hardware.
  • tasmota32-core2.bin = The Core2 version is specifically tailored to M5Stack Core2 hardware.

The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota32/release. The links can be used for OTA upgrades too like OtaUrl http://ota.tasmota.com/tasmota32/release/tasmota32.bin

List of embedded modules.

Complete list of available feature and sensors.

Changelog v9.3.1 Kenneth

Added

  • Animate PWM dimmer brightness LEDs during transitions and with variable brightness #11076
  • Commands StateRetain and InfoRetain #11084

Changed

  • Remove the need to start filenames with a slash (/) in Ufs commands
  • Removed command VirtualCT as synonym for SetOption106 #11049

Fixed

  • Web request accepts wrong password #11039
  • Ili1942 driver #11046
  • ESP32 Mi32 driver #11048
  • Shutter driver #11055
  • TM1637 driver now needs TM1637 CLK and TM1637 DIO to enable #11057
  • Sml driver #11082
  • Ezo drivers #11083

Changelog v9.3.0 Kenneth

Added

  • Command CTRange to specify the visible CT range the bulb is capable of #10311
  • Command L1MusicSync <0|Off>|<1|On>|<2|Toggle>, 1..10, 1..100> to control Sonoff L1 Music Sync mode sensitivity and speed #10722
  • Command RuleTimer0 to access all RuleTimers at once #10352
  • Command Speed2 to control a once off fade #10741
  • Command VirtualCT to simulate or fine tune CT bulbs with 3,4,5 channels #10311
  • Command SetOption40 0..250 to disable button functionality if activated for over 0.1 second re-introduced
  • Command SetOption43 1..255 to control Rotary step #10407
  • Command SetOption118 1 to move ZbReceived from JSON message and into the subtopic replacing "SENSOR" default #10353
  • Command SetOption119 1 to remove the device addr from json payload, can be used with zb_topic_fname where the addr is already known from the topic #10355
  • Zigbee command SetOption120 1 or ZbEndpointTopic 1 to add the zigbee endpoint as suffix in topic when using SetOption89 1
  • Zigbee command ZbScan to do an energy scan on each radio channel
  • Commands ChannelRemap, MultiPWM, AlexaCTRange, PowerOnFade, PWMCT, WhiteBlend and VirtualCT as synonyms for SetOption37, 68, 82, 91, 92, 105 and 106
  • Commands ZbNameKey, ZbDeviceTopic, ZbNoPrefix, ZbEndpointSuffix, ZbNoAutoBind and ZbNameTopic as synonyms for SetOption83, 89, 100, 101, 110 and 112
  • Commands ZbNoAutoBind, ZbReceivedTopic and ZbOmitDevice as synonyms for SetOption116, 118 and 119
  • Commands BuzzerActive and BuzzerPwm as synonyms for SetOption67 and 111
  • Filesystem commands Ufs, UfsType, UfsSize, UfsFree, UfsDelete, UfsRename and UfsRun
  • Support for filesystem autoexec.bat to execute sequential commands like backlog
  • Milliseconds to console output #10152
  • Gpio Option_a1 enabling PWM2 high impedance if powered off as used by Wyze bulbs #10196
  • Rotary No Pullup GPIO selection Rotary A/B_n #10407
  • BSSID and Signal Strength Indicator to GUI wifi scan result #10253
  • Support for P9813 RGB Led MOSFET controller #10104
  • Support for GPIO option selection
  • Support for FTC532 8-button touch controller by Peter Franck #10222
  • Support for BS814A-2 8-button touch buttons by Peter Franck #10447
  • Support for up to 4 I2C SEESAW_SOIL Capacitance & Temperature sensors by Peter Franck #10481
  • Support for TOF10120 time of flight sensor by Cyril Pawelko #10190
  • Support for Afrikaans language translations by Christiaan Heerze
  • Support for Frysk language translations by Christiaan Heerze
  • Support for IR inverted leds using #define IR_SEND_INVERTED true #10301
  • Support for disabling 38kHz IR modulation using #define IR_SEND_USE_MODULATION false #10301
  • Support for SPI display driver for ST7789 TFT by Gerhard Mutz #9037
  • Support for TM1637 seven segment display by Ajith Vasudevan #10889
  • Support for time proportioned (#define USE_TIMEPROP) and optional PID (#define USE_PID) relay control #10412
  • Support for 24/26/32/34 bit RFID Wiegand interface (D0/D1) by Sigurd Leuther #3647
  • Support for SM2135 current selection using GPIO SM2135 DAT index #10634
  • Support for Sugar Valley NeoPool Controller by Norbert Richter #10637
  • Support for Device Groups Device Map #10898
  • Support for Eastron SDM72D-M three phase 100A Modbus energy meter #10862
  • Support for ESP32 Module 3 Odroid Go 16MB binary tasmota32-odroidgo.bin #8630
  • Support for ESP32 Module 5 Wireless Tag Eth01 #9496
  • Support for ESP32 Module 7 M5stack core2 16MB binary tasmota32-core2.bin #10635
  • Support for Berry language on ESP32
  • Support rotary encoder on Shelly Dimmer #10407
  • Support character # to be replaced by space-character in command Publish topic #10258
  • Support trailing silence in buzzer tune #10694
  • Rule trigger string comparisons for EndsWith $>, StartsWith $< and Contains $| #10538
  • SPI display driver SSD1331 Color oled by Jeroen Vermeulen #10376
  • Compile time option USE_MQTT_TLS_DROP_OLD_FINGERPRINT to drop old (less secure) TLS fingerprint
  • ESP8266 Fallback to *.bin.gz binary when OTA upload of *.bin binary fails

Breaking Changed

  • ESP32 switch from default SPIFFS to default LittleFS file system loosing current (zigbee) files
  • Replaced MFRC522 13.56MHz rfid card reader GPIO selection from SPI CS by RC522 CS
  • Replaced NRF24L01 GPIO selection from SPI CS by NRF24 CS and SPI DC by NRF24 DC
  • Replaced ILI9341 GPIO selection from SPI CS by ILI9341 CS and SPI DC by ILI9341 DC
  • Replaced ST7789 GPIO selection from SPI CS by ST7789 CS and SPI DC by ST7789 DC
  • Replaced ILI9488 GPIO selection from SPI CS by ILI9488_CS
  • Replaced EPaper29 GPIO selection from SPI CS by EPaper29 CS
  • Replaced EPaper42 GPIO selection from SPI CS by EPaper42 CS
  • Replaced SSD1351 GPIO selection from SPI CS by SSD1351 CS
  • Replaced RA8876 GPIO selection from SPI CS by RA8876 CS
Tasmota - Tasmota v9.3.0 Kenneth

Published by arendst over 3 years ago

RELEASE NOTES

Migration Information

This version removes support for direct migration from versions before v8.1.0 (Doris)

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.7.1 (http://ota.tasmota.com/tasmota/release-6.7.1/)
  5. Migrate to Tasmota 7.2.0 (http://ota.tasmota.com/tasmota/release-7.2.0/)

--- Major change in parameter storage layout ---

  1. Migrate to Tasmota 8.5.1 (http://ota.tasmota.com/tasmota/release-8.5.1/)

--- Major change in internal GPIO function representation ---

  1. Migrate to Tasmota 9.1 (http://ota.tasmota.com/tasmota/release-9.1.0/)

While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release v9.1.0 Imogen the internal GPIO function representation has changed in such a way that fallback is only possible to the latest GPIO configuration before installing v9.1.0.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.7.4.9 due to reported security and stability issues on previous Core version. This will also support gzipped binaries.

Support of Core versions before 2.7.1 has been removed.

Support of TLS

In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

ESP8266 or ESP8285 based

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.7.4.9.

  • tasmota.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most drivers and sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir.bin = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-zbbridge.bin = The dedicated Sonoff Zigbee Bridge version.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

Above binaries are also available as gzipped version allowing faster uploads.

The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota/release. The links can be used for OTA upgrades too like OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz

ESP32 based

The following binary downloads have been compiled with ESP32/Arduino library core version 1.0.5-rc6.

  • tasmota32.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota32-BG.bin to tasmota32-TW.bin = The Tasmota version in different languages.
  • tasmota32-lite.bin = The Lite version without most drivers and sensors.
  • tasmota32-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota32-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota32-ir.bin = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota32-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota32-webcam.bin = The Webcam version adds webcam support.
  • tasmota32-bluetooth.bin = The Bluetooth version adds BLE support.
  • tasmota32-odroidgo.bin = The Odroid-Go version is specifically tailored to Odroid_go hardware.
  • tasmota32-core2.bin = The Core2 version is specifically tailored to M5Stack Core2 hardware.

The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota32/release. The links can be used for OTA upgrades too like OtaUrl http://ota.tasmota.com/tasmota32/release/tasmota32.bin

List of embedded modules.

Complete list of available feature and sensors.

Changelog v9.3.0 Kenneth

Added

  • Command CTRange to specify the visible CT range the bulb is capable of #10311
  • Command L1MusicSync <0|Off>|<1|On>|<2|Toggle>, 1..10, 1..100> to control Sonoff L1 Music Sync mode sensitivity and speed #10722
  • Command RuleTimer0 to access all RuleTimers at once #10352
  • Command Speed2 to control a once off fade #10741
  • Command VirtualCT to simulate or fine tune CT bulbs with 3,4,5 channels #10311
  • Command SetOption40 0..250 to disable button functionality if activated for over 0.1 second re-introduced
  • Command SetOption43 1..255 to control Rotary step #10407
  • Command SetOption118 1 to move ZbReceived from JSON message and into the subtopic replacing "SENSOR" default #10353
  • Command SetOption119 1 to remove the device addr from json payload, can be used with zb_topic_fname where the addr is already known from the topic #10355
  • Zigbee command SetOption120 1 or ZbEndpointTopic 1 to add the zigbee endpoint as suffix in topic when using SetOption89 1
  • Zigbee command ZbScan to do an energy scan on each radio channel
  • Commands ChannelRemap, MultiPWM, AlexaCTRange, PowerOnFade, PWMCT, WhiteBlend and VirtualCT as synonyms for SetOption37, 68, 82, 91, 92, 105 and 106
  • Commands ZbNameKey, ZbDeviceTopic, ZbNoPrefix, ZbEndpointSuffix, ZbNoAutoBind and ZbNameTopic as synonyms for SetOption83, 89, 100, 101, 110 and 112
  • Commands ZbNoAutoBind, ZbReceivedTopic and ZbOmitDevice as synonyms for SetOption116, 118 and 119
  • Commands BuzzerActive and BuzzerPwm as synonyms for SetOption67 and 111
  • Filesystem commands Ufs, UfsType, UfsSize, UfsFree, UfsDelete, UfsRename and UfsRun
  • Support for filesystem autoexec.bat to execute sequential commands like backlog
  • Milliseconds to console output #10152
  • Gpio Option_a1 enabling PWM2 high impedance if powered off as used by Wyze bulbs #10196
  • Rotary No Pullup GPIO selection Rotary A/B_n #10407
  • BSSID and Signal Strength Indicator to GUI wifi scan result #10253
  • Support for P9813 RGB Led MOSFET controller #10104
  • Support for GPIO option selection
  • Support for FTC532 8-button touch controller by Peter Franck #10222
  • Support for BS814A-2 8-button touch buttons by Peter Franck #10447
  • Support for up to 4 I2C SEESAW_SOIL Capacitance & Temperature sensors by Peter Franck #10481
  • Support for TOF10120 time of flight sensor by Cyril Pawelko #10190
  • Support for Afrikaans language translations by Christiaan Heerze
  • Support for Frysk language translations by Christiaan Heerze
  • Support for IR inverted leds using #define IR_SEND_INVERTED true #10301
  • Support for disabling 38kHz IR modulation using #define IR_SEND_USE_MODULATION false #10301
  • Support for SPI display driver for ST7789 TFT by Gerhard Mutz #9037
  • Support for TM1637 seven segment display by Ajith Vasudevan #10889
  • Support for time proportioned (#define USE_TIMEPROP) and optional PID (#define USE_PID) relay control #10412
  • Support for 24/26/32/34 bit RFID Wiegand interface (D0/D1) by Sigurd Leuther #3647
  • Support for SM2135 current selection using GPIO SM2135 DAT index #10634
  • Support for Sugar Valley NeoPool Controller by Norbert Richter #10637
  • Support for Device Groups Device Map #10898
  • Support for Eastron SDM72D-M three phase 100A Modbus energy meter #10862
  • Support for ESP32 Module 3 Odroid Go 16MB binary tasmota32-odroidgo.bin #8630
  • Support for ESP32 Module 5 Wireless Tag Eth01 #9496
  • Support for ESP32 Module 7 M5stack core2 16MB binary tasmota32-core2.bin #10635
  • Support for Berry language on ESP32
  • Support rotary encoder on Shelly Dimmer #10407
  • Support character # to be replaced by space-character in command Publish topic #10258
  • Support trailing silence in buzzer tune #10694
  • Rule trigger string comparisons for EndsWith $>, StartsWith $< and Contains $| #10538
  • SPI display driver SSD1331 Color oled by Jeroen Vermeulen #10376
  • Compile time option USE_MQTT_TLS_DROP_OLD_FINGERPRINT to drop old (less secure) TLS fingerprint
  • ESP8266 Fallback to *.bin.gz binary when OTA upload of *.bin binary fails

Breaking Changed

  • ESP32 switch from default SPIFFS to default LittleFS file system loosing current (zigbee) files
  • Replaced MFRC522 13.56MHz rfid card reader GPIO selection from SPI CS by RC522 CS
  • Replaced NRF24L01 GPIO selection from SPI CS by NRF24 CS and SPI DC by NRF24 DC
  • Replaced ILI9341 GPIO selection from SPI CS by ILI9341 CS and SPI DC by ILI9341 DC
  • Replaced ST7789 GPIO selection from SPI CS by ST7789 CS and SPI DC by ST7789 DC
  • Replaced ILI9488 GPIO selection from SPI CS by ILI9488_CS
  • Replaced EPaper29 GPIO selection from SPI CS by EPaper29 CS
  • Replaced EPaper42 GPIO selection from SPI CS by EPaper42 CS
  • Replaced SSD1351 GPIO selection from SPI CS by SSD1351 CS
  • Replaced RA8876 GPIO selection from SPI CS by RA8876 CS

Changed

  • Remove support for direct migration from versions before v8.1.0 (Doris)
  • IRremoteESP8266 library from v2.7.14 to v2.7.15
  • NeoPixelBus library from v2.6.0 to v2.6.1.4
  • ILI9341 library from Adafruit_ILI9341-1.2.0-Tasmota-1.0 to ILI9341-gemu-1.0
  • Command Sleep 0 removes any sleep from wifi modem except when ESP32 BLE is active
  • Logging from heap to stack freeing 700 bytes RAM
  • Disabled USE_LIGHT light support for ZBBridge saving 17.6kB #10374
  • Force initial default state SetOption57 1 to scan wifi network every 44 minutes for strongest signal #10395
  • PubSubClient MQTT_SOCKET_TIMEOUT from 15 to 4 seconds
  • Domoticz fixed 2 decimals resolution by user selectable TempRes, HumRes and PressRes resolutions
  • Increase number of button GPIOs from 4 to 8
  • ESP32 Increase number of switch GPIOs from 8 to 28
  • ESP32 increase number of relay GPIOs from 8 to 28
  • ESP32 Increase number of interlock groups from 4 to 14

Fixed

  • Redesign syslog and mqttlog using log buffer #10164
  • Shutter stop issue #10170
  • Scripter script_sub_command #10181
  • Scripter JSON variable above 32 chars #10193
  • Shelly Dimmer power on state #10154 #10182
  • Wemo emulation for single devices #10165 #10194
  • ESP32 LoadStoreError when using #define USER_TEMPLATE #9506
  • Compile error when #ifdef USE_IR_RECEIVE is disabled regression from 9.1.0.2
  • Prometheus memory leak #10221
Tasmota - Tasmota v9.2.0 Julie

Published by arendst almost 4 years ago

RELEASE NOTES

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.7.1 (http://ota.tasmota.com/tasmota/release-6.7.1/)
  5. Migrate to Tasmota 7.2.0 (http://ota.tasmota.com/tasmota/release-7.2.0/)

--- Major change in parameter storage layout ---

  1. Migrate to Tasmota 8.5.1 (http://ota.tasmota.com/tasmota/release-8.5.1/)

--- Major change in internal GPIO function representation ---

  1. Migrate to Tasmota 9.1 (http://ota.tasmota.com/tasmota/release-9.1.0/)

While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release v9.1.0 Imogen the internal GPIO function representation has changed in such a way that fallback is only possible to the latest GPIO configuration before installing v9.1.0.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.7.4.9 due to reported security and stability issues on previous Core version. This will also support gzipped binaries.

Support of Core versions before 2.7.1 has been removed.

Support of TLS

In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.7.4.9.

  • tasmota.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most drivers and sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-zbbridge.bin = The dedicated Sonoff Zigbee Bridge version.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota/release for ESP8266 or http://ota.tasmota.com/tasmota32/release for ESP32. The links can be used for OTA upgrades too like OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz

List of embedded modules.

Complete list of available feature and sensors.

Changelog v9.2.0 Julie

Added

  • Command SetOption115 1 to enable ESP32 MiBle
  • Command SetOption116 1 to disable auto-query of zigbee light devices (avoids network storms with large groups)
  • Command SetOption117 1 for light fading to be fixed duration instead of fixed slew rate #10109
  • Command RfProtocol to control RcSwitch receive protocols by BBBits #10063
  • Commands TuyaRGB, TuyaEnum and TuyaEnumList #9769
  • Zigbee command ZbInfo and prepare support for EEPROM
  • Zigbee command ZbLeave to unpair a device
  • Zigbee support for Mi Door and Contact #9759
  • Zigbee alarm persistence #9785
  • Zigbee persistence of device/sensor data in EEPROM (only ZBBridge)
  • Zigbee better support for Tuya Protocol #10074
  • Zigbee visual map of network
  • TyuaMcu update 2/3 by Federico Leoni #10004
  • Support for additional EZO sensors by Christopher Tremblay
  • Support for AS608 optical and R503 capacitive fingerprint sensor
  • Support for Shelly Dimmer 1 and 2 by James Turton #9854
  • Support for common anode sevenseg displays by adding #define USE_DISPLAY_SEVENSEG_COMMON_ANODE by Ken Sanislo #9963
  • Support for multiple WeMo devices by Magic73 #9208
  • Support for SPI connected MFRC522 13.56MHz rfid card reader #9916
  • Support ESP32 SPIFFS for internal use
  • KNX read reply for Power (#9236, #9891)
  • Fallback NTP server from x.pool.ntp.org if no ntpservers are configured
  • Optional CCloader support for CC25xx Zigbee or CC26xx BLE by Christian Baars #9970
  • Letsencrypt R3 in addition to X3 CA #10086

Breaking Changed

  • KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato #9811 #9888

Changed

  • Core library from v2.7.4.5 to v2.7.4.9
  • IRremoteESP8266 library from v2.7.12 to v2.7.13
  • Shelly Dimmer 1 and 2 stm32 firmware from v51.4 to v51.5
  • mDNS has been disabled from all pre-compiled binaries to allow new features
  • Sonoff L1 color up scaling and color margin detection #9545
  • MQTT Wifi connection timeout from 5000 to 200 mSec #9886
  • Force bigger Thunk Stack if 4K RSA even without EC ciphers #10075

Fixed

  • Command gpio using non-indexed functions regression from v9.1.0 #9962
  • NTP fallback server functionality #9739
  • Telegram group chatid not supported #9831
  • KNX buttons, switches and sensors detection regression from v9.1.0 #9811
  • KNX ESP32 UDP mulicastpackage #9811
  • GUI MqttUser and MqttPassword updates when TLS is compiled in #9825
  • ESP32 TasmotaClient firmware upgrade #9218
  • Reset to defaults after 6 hours of DeepSleep #9993
  • Backlog timing wraparound #9995
  • First LED in addressable string does not fade when using scheme #10088
  • Improved Opentherm error handling #10055
  • Shutter motordelay stop issue #10033
  • Shutter fix overflow on runtime over 100 seconds #9800
  • ESP32 CC2530 heap corruption #10121
  • ESP32 Analog input div10 rule trigger #10149

Fixed Backported

  • Shutter stop issue #10170
  • Scripter script_sub_command #10181
  • Scripter JSON variable above 32 chars #10193
  • Shelly Dimmer power on state #10182
  • Wemo emulation for single devices #10194
  • ESP32 LoadStoreError when using #define USER_TEMPLATE #9506
  • Compile error when #ifdef USE_IR_RECEIVE is disabled regression from 9.1.0.2

Removed

  • Version compatibility check
  • PN532 define USE_PN532_CAUSE_EVENTS replaced by generic rule trigger on pn532#uid=
Tasmota - Tasmota v9.1.0 Imogen

Published by arendst almost 4 years ago

RELEASE NOTES

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.7.1
  5. Migrate to Tasmota 7.2.0

--- Major change in parameter storage layout ---

  1. Migrate to Tasmota 8.1
  2. Migrate to Tasmota 8.5.1

--- Major change in internal GPIO function representation ---

  1. Migrate to Tasmota 9.1

While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release v9.1.0 Imogen the internal GPIO function representation has changed in such a way that fallback is only possible to the latest GPIO configuration before installing v9.1.0.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.7.4.5 due to reported security and stability issues on previous Core version. This will also support gzipped binaries.

Support of Core versions before 2.7.1 has been removed.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.7.4.5.

  • tasmota.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most drivers and sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-zbbridge.bin = The dedicated Sonoff Zigbee Bridge version.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota/release for ESP8266 or http://ota.tasmota.com/tasmota32/release for ESP32. The links can be used for OTA upgrades too like OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz

List of embedded modules.

Complete list of available feature and sensors.

Changelog v9.1.0 Imogen

Added

  • Command DimmerStep 1..50 to change default dimmer up and down step of 10% by James Turton (#9733)
  • Command Gpios 255 to show all possible GPIO configurations
  • Command NoDelay for immediate backlog command execution by Erik Montnemery (#9544)
  • Command ShutterChange to increment change position (#9594)
  • Command SwitchMode 15 sending only MQTT message on switch change (#9593)
  • Command SetOption113 1 to set dimmer low on rotary dial after power off
  • Command SetOption114 1 to detach Switches from Relays and enable MQTT action state for all the SwitchModes
  • Command SwitchText to change JSON switch names by barbudor (#9691)
  • Zigbee command ZbData for better support of device specific data
  • Zigbee command ZbOccupancy to configure the time-out for PIR
  • Optional support for Mitsubishi Electric HVAC by David Gwynne (#9237)
  • Optional support for Orno WE517-Modbus energy meter by Maxime Vincent (#9353)
  • SDM630 three phase ImportActive Energy display when #define SDM630_IMPORT is enabled by Janusz Kostorz (#9124)
  • Optional support for inverted NeoPixelBus data line by enabling #define USE_WS2812_INVERTED (#8988)
  • Support for PWM dimmer color/trigger on tap, SO88 led, DGR WITH_LOCAL flag, multi-press and ledmask by Paul Diem (#9474, #9584)
  • Support for stateful ACs using StateMode in tasmota-ir.bin by Arik Yavilevich (#9472)
  • Support for analog buttons indexed within standard button range
  • Support for Vietnamese language translations by Tâm.NT
  • Support for timers in case of no-sunset permanent day by cybermaus (#9543)
  • Support for EZO sensors by Christopher Tremblay
  • Support for fixed output Hi or Lo GPIO selection
  • Support for Hass discovery of TuyaMcu and Sonoff Ifan by Federico Leoni (#9727)
  • TLS in binary tasmota-zbbridge (#9620)
  • Zigbee reduce battery drain (#9642)
  • ESP32 support for Wireless-Tag WT32-ETH01 (#9496)
  • ESP32 MI32 Beacon support, RSSI at TELEPERIOD, refactoring by Christian Baars (#9609)
  • HM10 Beacon support and refactoring by Christian Baars (#9702)
  • Initial support for iBeacons (Sensor52) on ESP32 using internal BLE by rvbglas (#9732)

Breaking Changed

  • Redesigned ESP8266 GPIO internal representation in line with ESP32 changing Template layout too
  • TLS fingerprint #define MQTT_FINGERPRINT from string to hexnumbers (#9570)
  • Command Status output for disabled status types now returns {"Command":"Error"}
  • MAX31865 driver to support up to 6 thermocouples selected by MX31865 CS instead of SSPI CS (#9103)
  • When SetOption73 1 JSON result from {"ACTION":"SINGLE"} to {"Button1":{"Action":"SINGLE"}}

Changed

  • Command Gpio17 replaces command Adc
  • Command Gpios replaces command Adcs
  • New IR Raw compact format (#9444)
  • A4988 optional microstep pin selection
  • Pulsetime to allow use for all relays with 8 interleaved so Pulsetime1 is valid for Relay1, Relay9, Relay17 etc. (#9279)
  • Management of serial baudrate (#9554)
  • Rotary driver adjusted accordingly if Mi Desk Lamp module is selected (#9399)
  • Tasmota Arduino Core v2.7.4.5 allowing webpassword over 47 characters (#9687)
  • Webserver code optimizations (#9580, #9590)
  • PlatformIO library structure redesigned for compilation speed by Jason2866
  • Zigbee flash storage refactor adding commands ZbProbe, ZbStatus2 and ZbRestore (#9641)
  • Default otaurl in my_user_config.h to http://ota.tasmota.com/tasmota/release/tasmota.bin.gz
  • IRremoteESP8266 library from v2.7.10 to v2.7.11
  • NeoPixelBus library from v2.5.0.09 to v2.6.0

Fixed

  • Light wakeup Exception 0 (divide by zero) when WakeupDuration is not initialised (#9466)
  • Exception 28 due to device group buffer overflow (#9459)
  • Arilux RF remote detection regression from v8.3.0
  • Ledlink blink when no network connected regression from v8.3.1.4 (#9292)
  • TuyaMcu energy display regression from v8.5.0.1 (#9547)
  • Thermostat sensor status corruption regression from v8.5.0.1 (#9449)
  • Telegram message decoding error regression from v8.5.0.1
  • Rule handling of Var or Mem using text regression from v8.5.0.1 (#9540)
  • Rule handling of JSON null regression from v8.5.0.1 (#9685)
  • Rule Break not working as expected when ONCE is enabled (#9245)
  • Rule expressions using mems corrupts character pool (#9301)
  • Shutter timing problem due to buffer overflow in calibration matrix (#9458)
  • Correct Energy period display shortly after midnight by gominoa (#9536)
  • Tuyamcu dimmers MQTT topic (#9606)
  • Scripter memory alignment (#9608)
  • Zigbee battery percentage (#9607)
  • HassAnyKey anomaly (#9601)

Removed

  • Support for direct upgrade from Tasmota versions before v7.0
  • Support for downgrade to versions before 9.0 keeping current GPIO configuration
  • Auto config update for all Friendlynames and Switchtopic from Tasmota versions before v8.0
  • Auto output selection of decimal or hexadecimal data based on user input. Now only based on SetOption17
Tasmota - Tasmota v8.5.1 Hannah

Published by arendst about 4 years ago

RELEASE NOTES

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x
  5. Migrate to Tasmota 7.x

--- Major change in parameter storage layout ---

  1. Migrate to Tasmota 8.1
  2. Migrate to Tasmota 8.x

While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release v8.1.0 Doris the Settings are re-allocated in such a way that fallback is only allowed and possible to release v7.2.0 Constance. Once at v7.2.0 you're on your own when downgrading even further.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.7.4.1 due to reported security and stability issues on previous Core version. This will also support gzipped binaries.

Support of Core versions before 2.7.1 has been removed.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.7.4.1.

  • tasmota.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most drivers and sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-zbbridge.bin = The dedicated Sonoff Zigbee Bridge version.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota/release for ESP8266 or http://ota.tasmota.com/tasmota32/release for ESP32. The links can be used for OTA upgrades too like OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin

List of embedded modules.

Complete list of available feature and sensors.

Changelog

Version 8.5.1 Hannah

  • Fix energy total counters (#9263, #9266)
  • Fix crash in ZbRestore
  • Fix reset BMP sensors when executing command SaveData and define USE_DEEPSLEEP enabled (#9300)
  • Fix status 0 message when using define USE_MQTT_TLS due to small log buffer (#9305)
  • Fix status 13 exception 9 when more than one shutter is configured
  • Fix status 13 json message
  • Fix Shelly 2.5 higher temperature regression from 8.2.0.1 (#7991)
  • Change replace ArduinoJson with JSMN for JSON parsing
  • Change WakeUp uses 256 steps instead of 100 (#9241)
  • Add command SetOption110 1 to disable Zigbee auto-config when pairing new devices
  • Add command SetOption111 1 to enable frequency output for buzzer GPIO (#8994)
  • Add command SetOption112 1 to enable friendly name in zigbee topic (use with SetOption89)
  • Add #define USE_MQTT_AWS_IOT_LIGHT for password based AWS IoT authentication
  • Add #define MQTT_LWT_OFFLINE and #define MQTT_LWT_ONLINE to user_config.h (#9395)
  • Add new shutter modes (#9244)
  • Add Zigbee auto-config when pairing
  • Add support for MLX90640 IR array temperature sensor by Christian Baars
  • Add support for VL53L1X time of flight sensor by Johann Obermeier
Tasmota - Tasmota v8.5.0 Hannah

Published by arendst about 4 years ago

RELEASE NOTES

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x
  5. Migrate to Tasmota 7.x

--- Major change in parameter storage layout ---

  1. Migrate to Tasmota 8.1
  2. Migrate to Tasmota 8.x

While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release v8.1.0 Doris the Settings are re-allocated in such a way that fallback is only allowed and possible to release v7.2.0 Constance. Once at v7.2.0 you're on your own when downgrading even further.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.7.4.1 due to reported security and stability issues on previous Core version. This will also support gzipped binaries.

Support of Core versions before 2.7.1 has been removed.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.7.4.1.

  • tasmota.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most drivers and sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-zbbridge.bin = The dedicated Sonoff Zigbee Bridge version.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota/release for ESP8266 or http://ota.tasmota.com/tasmota32/release for ESP32. The links can be used for OTA upgrades too like OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin

List of embedded modules.

Complete list of available feature and sensors.

Changelog

Version 8.5.0 Hannah

  • Remove support for direct upgrade from versions before 6.6.0.11 to versions after 8.4.0.1
  • Change references from http://thehackbox.org/tasmota/ to http://ota.tasmota.com/tasmota/
  • Change triple-mode TLS via configuration in a single firmware (TLS AWS IoT, Letsencrypt and No-TLS)
  • Change White blend mode to using command SetOption 105 instead of RGBWWTable
  • Fix ESP32 PWM range
  • Fix display power control (#9114)
  • Fix energy total counters (#9263, #9266)
  • Add command SetOption102 0/1 to set Baud rate for Teleinfo communication (0 = 1200 or 1 = 9600)
  • Add command SetOption103 0/1 to set TLS mode when TLS is selected
  • Add command SetOption104 1 to disable all MQTT retained messages
  • Add command SetOption106 1 to create a virtual White ColorTemp for RGBW lights
  • Add command SetOption107 0/1 to select virtual White as (0) Warm or (1) Cold
  • Add command SetOption108 0/1 to enable Teleinfo telemetry into Tasmota Energy MQTT (0) or Teleinfo only (1)
  • Add command SetOption109 1 to force gen1 Alexa mode, for Echo Dot 2nd gen devices only
  • Add command Restart 2 to halt system. Needs hardware reset or power cycle to restart (#9046)
  • Add command PowerDelta1 to PowerDelta3 to trigger on up to three phases (#9134)
  • Add Zigbee options to ZbSend Config and ReadCondig
  • Add Zigbee better support for IKEA Motion Sensor
  • Add Zigbee web gui widget for Battery and Temp/Humidity/Pressure sensors
  • Add Zigbee web ui for power metering plugs
  • Add better configuration corruption recovery (#9046)
  • Add virtual CT for 4 channels lights, emulating a 5th channel
  • Add support for DYP ME007 ultrasonic distance sensor by Janusz Kostorz (#9113)
  • Add ESP32 Analog input support for GPIO32 to GPIO39
  • Add experimental support for ESP32 TTGO Watch and I2S Audio by Gerhard Mutz
Tasmota - Tasmota v8.4.0 George

Published by arendst about 4 years ago

RELEASE NOTES

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x
  5. Migrate to Tasmota 7.x

--- Major change in parameter storage layout ---

  1. Migrate to Tasmota 8.1
  2. Migrate to Tasmota 8.x

While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release v8.1.0 Doris the Settings are re-allocated in such a way that fallback is only allowed and possible to release v7.2.0 Constance. Once at v7.2.0 you're on your own when downgrading even further.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.7.2.1 due to reported security and stability issues on previous Core version. This will also support gzipped binaries.

Support of Core versions before 2.7.1 has been removed.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.7.2.1.

  • tasmota.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most drivers and sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-zbbridge.bin = The dedicated Sonoff Zigbee Bridge version.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

List of embedded modules.

Complete list of available feature and sensors.

Changelog

Version 8.4.0 George

  • Remove Arduino ESP8266 Core support for versions before 2.7.1
  • Change to limited support of Arduino IDE as an increasing amount of features cannot be compiled with Arduino IDE
  • Change IRRemoteESP8266 library from v2.7.6 to v2.7.8.10, fixing Samsung and Pioneer protocols (#8938)
  • Change Adafruit_SGP30 library from v1.0.3 to v1.2.0 (#8519)
  • Change Energy JSON Total field from "Total":[33.736,11.717,16.978] to "Total":33.736,"TotalTariff":[11.717,16.978]
  • Change Energy JSON ExportActive field from "ExportActive":[33.736,11.717,16.978] to "ExportActive":33.736,"ExportTariff":[11.717,16.978]
  • Change ESP32 USER GPIO template representation decreasing template message size
  • Change define USE_TASMOTA_SLAVE into USE_TASMOTA_CLIENT
  • Change commands SlaveSend and SlaveReset into ClientSend and ClientReset
  • Change all timer references from Arm to Enable in GUI, Timer command and JSON message
  • Change Domoticz commands prefix from Domoticz to Dz
  • Change Zigbee randomizing of parameters at first run or after Reset
  • Fix escape of non-JSON received serial data (#8329)
  • Fix exception or watchdog on rule re-entry (#8757)
  • Add command Rule0 to change global rule parameters
  • Add command Time 4 to display timestamp using milliseconds (#8537)
  • Add command SetOption94 0/1 to select MAX31855 or MAX6675 thermocouple support (#8616)
  • Add command SetOption97 0/1 to switch between Tuya serial speeds 9600 bps (0) or 115200 bps (1)
  • Add command SetOption98 0/1 to provide rotary rule triggers (1) instead of controlling light (0)
  • Add command SetOption99 0/1 to enable zero cross detection on PWM dimmer
  • Add command SetOption100 0/1 to remove Zigbee ZbReceived value from {"ZbReceived":{xxx:yyy}} JSON message
  • Add command SetOption101 0/1 to add the Zigbee source endpoint as suffix to attributes, ex Power3 instead of Power if sent from endpoint 3
  • Add command DzSend<type> <index>,<value1(;value2)|state> to send values or state to Domoticz
  • Add command Module2 to configure fallback module on fast reboot (#8464)
  • Add command (S)SerialSend6 <comma seperated values> (#8937)
  • Add commands LedPwmOn 0..255, LedPwmOff 0..255 and LedPwmMode1 0/1 to control led brightness by George (#8491)
  • Add ESP32 ethernet commands EthType 0/1, EthAddress 0..31 and EthClockMode 0..3
  • Add more functionality to command Switchmode 11 and 12 (#8450)
  • Add rule trigger System#Init to allow early rule execution without wifi and mqtt initialized yet
  • Add support for unique MQTTClient (and inherited fallback topic) by full Mac address using mqttclient DVES_%12X (#8300)
  • Add wildcard pattern ? for JSON matching in rules
  • Add Three Phase Export Active Energy to SDM630 driver
  • Add Zigbee options to ZbSend to write and report attributes
  • Add Zigbee auto-responder for common attributes
  • Add CpuFrequency to status 2
  • Add FlashFrequency to status 4
  • Add compile time interlock parameters (#8759)
  • Add compile time user template (#8766)
  • Add support for VEML6075 UVA/UVB/UVINDEX Sensor by device111 (#8432)
  • Add support for VEML7700 Ambient light intensity Sensor by device111 (#8432)
  • Add support for up to two BH1750 sensors controlled by commands BH1750Resolution and BH1750MTime (#8139)
  • Add support for up to eight MCP9808 temperature sensors by device111 (#8594)
  • Add support for BL0940 energy monitor as used in Blitzwolf BW-SHP10 (#8175)
  • Add support for Telegram bot (#8619)
  • Add support for HP303B Temperature and Pressure sensor by Robert Jaakke (#8638)
  • Add support for Energy sensor (Denky) for French Smart Metering meter provided by global Energy Providers, need a adaptater. See dedicated full blog about French teleinformation stuff
  • Add support for ESP32 ethernet adding commands Wifi 0/1 and Ethernet 0/1 both default ON
  • Add support for single wire LMT01 temperature Sensor by justifiably (#8713)
  • Add support for rotary encoder as light dimmer and optional color temperature if button1 still pressed (#8670)
  • Add support for switches/relays using an AC detection circuitry e.g. MOES MS-104B or BlitzWolf SS5 (#8606)
  • Add support for Schneider Electric iEM3000 series Modbus energy meter by Marius Bezuidenhout
  • Add support for Sonoff Zigbee Bridge as module 75 (#8583)
Tasmota - Tasmota v8.3.1 Fred

Published by arendst over 4 years ago

RELEASE NOTES

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x
  5. Migrate to Tasmota 7.x

--- Major change in parameter storage layout ---

  1. Migrate to Tasmota 8.1
  2. Migrate to Tasmota 8.x

While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release v8.1.0 Doris the Settings are re-allocated in such a way that fallback is only allowed and possible to release v7.2.0 Constance. Once at v7.2.0 you're on your own when downgrading even further.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.7.1 due to reported security and stability issues on previous Core version. This will also support gzipped binaries.

Although it might still compile on previous Core versions all support will be removed in the near future.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.7.1.

  • tasmota.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most drivers and sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

List of embedded modules.

Complete list of available feature and sensors.

Changelog

Version 8.3.1 Fred

  • Change Hass discovery from using Template or Module name to new Device name (#8462)
  • Change KNX pow function to approximative pow saving 5k of code space
  • Change Mutichannel Gas sensor pow function to approximative pow saving 5k of code space
  • Change Quick Power Cycle detection from 4 to 7 power interrupts (#4066)
  • Fix default state of SetOption73 0 for button decoupling and send multi-press and hold MQTT messages
  • Add command DeviceName defaults to FriendlyName1 and replaces FriendlyName1 in GUI

Version 8.3.0 Fred

  • Breaking Change Device Groups multicast address and port (#8270)
  • Change PWM implementation to Arduino #7231 removing support for Core versions before 2.6.3
  • Change default PWM Frequency to 977 Hz from 880 Hz
  • Change minimum PWM Frequency from 100 Hz to 40 Hz
  • Change flash access removing support for any Core before 2.6.3
  • Change HM-10 sensor type detection and add features (#7962)
  • Change light scheme 2,3,4 cycle time speed from 24,48,72,... seconds to 4,6,12,24,36,48,... seconds (#8034)
  • Change remove floating point libs from IRAM
  • Change remove MQTT Info messages on restart for DeepSleep Wake (#8044)
  • Change IRremoteESP8266 library updated to v2.7.6
  • Change HAss discovery by Federico Leoni (#8370)
  • Fix possible Relay toggle on (OTA) restart
  • Fix PWM flickering during wifi connection (#8046)
  • Fix Zigbee sending wrong Sat value with Hue emulation
  • Fix Zigbee crash with Occupancy sensor (#8089)
  • Add Zigbee command ZbRestore to restore device configuration dumped with ZbStatus 2
  • Add Zigbee command ZbUnbind
  • Add Zigbee command ZbBindState and manufattribute
  • Add Zigbee command ZbConfig and configuration in Settings
  • Add commands CounterDebounceLow and CounterDebounceHigh to control debouncing (#8021)
  • Add commands NrfPage, NrfIgnore, NrfScan and NrfBeacon to NRF24 Bluetooth driver (#8075)
  • Add commands GlobalTemp and GlobalHum to init sensor data (#8152)
  • Add command SO as shortcut for command SetOption
  • Add command SetOption41 <x> to force sending gratuitous ARP every seconds
  • Add command SetOption73 1 for button decoupling and send multi-press and hold MQTT messages by Federico Leoni (#8235)
  • Add command SetOption90 1 to disable non-json MQTT messages (#8044)
  • Add command SetOption91 1 to enable fading at startup / power on
  • Add command SetOption92 1 to set PWM Mode from regular PWM to ColorTemp control (Xiaomi Philips ...)
  • Add command SetOption93 1 to control caching of compressed rules
  • Add command Sensor10 0/1/2 to control BH1750 resolution - 0 = High (default), 1 = High2, 2 = Low (#8016)
  • Add command Sensor10 31..254 to control BH1750 measurement time which defaults to 69 (#8016)
  • Add command Sensor18 0..32000 to control PMS5003 sensor interval to extend lifetime by Gene Ruebsamen (#8128)
  • Add command DevGroupName to specify up to four Device Group Names (#8087)
  • Add command DevGroupSend to send an update to a Device Group (#8093)
  • Add command Ping (#7176)
  • Add command Palette to add the ability to specify a palette of colors (#8150)
  • Add support for unreachable (unplugged) Zigbee devices in Philips Hue emulation and Alexa
  • Add support for 64x48 SSD1306 OLED (#6740)
  • Add support for Seven Segment display using HT16K33 (#8116)
  • Add support for up to four MQTT GroupTopics (#8014)
  • Add support for longer template names
  • Add support for an iAQ sensor (#8107)
  • Add support for AS3935 Lightning Sensor by device111 (#8130)
  • Add console command history (#7483, #8015)
  • Add quick wifi reconnect using saved AP parameters when SetOption56 0 (#3189)
  • Add more accuracy to GPS NTP server (#8088)
  • Add support for analog anemometer by Matteo Albinola (#8283)
  • Add support for OpenTherm by Yuriy Sannikov (#8373)
  • Add support for Thermostat control by arijav (#8212)
  • Add experimental basic support for Tasmota on ESP32 based on work by Joerg Schueler-Maroldt
  • Add automatic compression of Rules to achieve ~60% compression by Stefan Hadinger
  • Add rule trigger at root level like on loadavg<50 do power 2 endon after state command
Tasmota - Tasmota v8.3.0 Fred

Published by arendst over 4 years ago

RELEASE NOTES

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x
  5. Migrate to Tasmota 7.x

--- Major change in parameter storage layout ---

  1. Migrate to Tasmota 8.1
  2. Migrate to Tasmota 8.x

While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release v8.1.0 Doris the Settings are re-allocated in such a way that fallback is only allowed and possible to release v7.2.0 Constance. Once at v7.2.0 you're on your own when downgrading even further.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.7.1 due to reported security and stability issues on previous Core version. This will also support gzipped binaries.

Although it might still compile on previous Core versions all support will be removed in the near future.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.7.1.

  • tasmota.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most drivers and sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

List of embedded modules.

Complete list of available feature and sensors.

Changelog

Version 8.3.0 Fred

  • Breaking Change Device Groups multicast address and port (#8270)
  • Change PWM implementation to Arduino #7231 removing support for Core versions before 2.6.3
  • Change default PWM Frequency to 977 Hz from 880 Hz
  • Change minimum PWM Frequency from 100 Hz to 40 Hz
  • Change flash access removing support for any Core before 2.6.3
  • Change HM-10 sensor type detection and add features (#7962)
  • Change light scheme 2,3,4 cycle time speed from 24,48,72,... seconds to 4,6,12,24,36,48,... seconds (#8034)
  • Change remove floating point libs from IRAM
  • Change remove MQTT Info messages on restart for DeepSleep Wake (#8044)
  • Change IRremoteESP8266 library updated to v2.7.6
  • Change HAss discovery by Federico Leoni (#8370)
  • Fix possible Relay toggle on (OTA) restart
  • Fix PWM flickering during wifi connection (#8046)
  • Fix Zigbee sending wrong Sat value with Hue emulation
  • Fix Zigbee crash with Occupancy sensor (#8089)
  • Add Zigbee command ZbRestore to restore device configuration dumped with ZbStatus 2
  • Add Zigbee command ZbUnbind
  • Add Zigbee command ZbBindState and manufattribute
  • Add Zigbee command ZbConfig and configuration in Settings
  • Add commands CounterDebounceLow and CounterDebounceHigh to control debouncing (#8021)
  • Add commands NrfPage, NrfIgnore, NrfScan and NrfBeacon to NRF24 Bluetooth driver (#8075)
  • Add commands GlobalTemp and GlobalHum to init sensor data (#8152)
  • Add command SO as shortcut for command SetOption
  • Add command SetOption41 <x> to force sending gratuitous ARP every seconds
  • Add command SetOption73 1 for button decoupling and send multi-press and hold MQTT messages by Federico Leoni (#8235)
  • Add command SetOption90 1 to disable non-json MQTT messages (#8044)
  • Add command SetOption91 1 to enable fading at startup / power on
  • Add command SetOption92 1 to set PWM Mode from regular PWM to ColorTemp control (Xiaomi Philips ...)
  • Add command SetOption93 1 to control caching of compressed rules
  • Add command Sensor10 0/1/2 to control BH1750 resolution - 0 = High (default), 1 = High2, 2 = Low (#8016)
  • Add command Sensor10 31..254 to control BH1750 measurement time which defaults to 69 (#8016)
  • Add command Sensor18 0..32000 to control PMS5003 sensor interval to extend lifetime by Gene Ruebsamen (#8128)
  • Add command DevGroupName to specify up to four Device Group Names (#8087)
  • Add command DevGroupSend to send an update to a Device Group (#8093)
  • Add command Ping (#7176)
  • Add command Palette to add the ability to specify a palette of colors (#8150)
  • Add support for unreachable (unplugged) Zigbee devices in Philips Hue emulation and Alexa
  • Add support for 64x48 SSD1306 OLED (#6740)
  • Add support for Seven Segment display using HT16K33 (#8116)
  • Add support for up to four MQTT GroupTopics (#8014)
  • Add support for longer template names
  • Add support for an iAQ sensor (#8107)
  • Add support for AS3935 Lightning Sensor by device111 (#8130)
  • Add console command history (#7483, #8015)
  • Add quick wifi reconnect using saved AP parameters when SetOption56 0 (#3189)
  • Add more accuracy to GPS NTP server (#8088)
  • Add support for analog anemometer by Matteo Albinola (#8283)
  • Add support for OpenTherm by Yuriy Sannikov (#8373)
  • Add support for Thermostat control by arijav (#8212)
  • Add experimental basic support for Tasmota on ESP32 based on work by Joerg Schueler-Maroldt
  • Add automatic compression of Rules to achieve ~60% compression by Stefan Hadinger
  • Add rule trigger at root level like on loadavg<50 do power 2 endon after state command
Tasmota - Tasmota v8.2.0 Elliot

Published by arendst over 4 years ago

RELEASE NOTES

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x
  5. Migrate to Tasmota 7.x

--- Major change in parameter storage layout ---

  1. Migrate to Tasmota 8.1
  2. Migrate to Tasmota 8.x

While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release v8.1.0 Doris the Settings are re-allocated in such a way that fallback is only allowed and possible to release v7.2.0 Constance. Once at v7.2.0 you're on your own when downgrading even further.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.6.3 + 372a3ec due to reported security and stability issues on previous Core version. This will also support gzipped binaries.

Although it might still compile on previous Core versions all support will be removed in the near future.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.6.3 + 372a3ec.

  • tasmota.bin = The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most drivers and sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

List of embedded modules.

Complete list of available feature and sensors.

Changelog

Version 8.2.0 Elliot

  • Change default my_user_config.h driver and sensor support removing most sensors and adding most drivers to tasmota.bin
  • Change DHT driver (#7468, #7717)
  • Change Lights: simplified gamma correction and 10 bits internal computation
  • Change commands Prefix, Ssid, StateText, NTPServer, and FriendlyName displaying all items
  • Change Zigbee command prefix from Zigbee* to Zb*
  • Change MQTT message size with additional 200 characters
  • Change display of some date and time messages from "Wed Feb 19 10:45:12 2020" to "2020-02-19T10:45:12"
  • Change IRremoteESP8266 library updated to v2.7.4
  • Fix PowerDelta zero power detection (#7515)
  • Fix White added to light status (#7142)
  • Fix WakeUp <x> ignores provided value (#7473)
  • Fix RGBWWTable ignored (#7572)
  • Fix commands Display and Counter from overruling command processing (#7322)
  • Fix Sonoff Bridge, Sc, L1, iFan03 and CSE7766 serial interface to forced speed, config and disable logging
  • Fix Improved fade linearity with gamma correction
  • Fix PWM flickering at low levels (#7415)
  • Fix LCD line and column positioning (#7387)
  • Fix Display handling of hexadecimal escape characters (#7387)
  • Fix exception 9 restart on log message in Ticker interrupt service routines NTP, Wemos and Hue emulation (#7496)
  • Fix Hass sensor discovery by Federico Leoni (#7582, #7548)
  • Fix MaxPower functionality (#7647)
  • Fix relation between Wifi RSSI and signal strength
  • Add command SetOption79 0/1 to enable reset of counters at teleperiod time by Andre Thomas (#7355)
  • Add command SetOption82 0/1 to limit the CT range for Alexa to 200..380
  • Add command SetOption84 0/1 to send AWS IoT device shadow updates (alternative to retained)
  • Add commands SetOption85 0/1 and DevGroupShare supporting UDP Group command using GroupTopic without MQTT by Paul Diem (#7790)
  • Add command SetOption86 0/1 for PWM dimmer to turn brightness LED's off 5 seconds after last change
  • Add command SetOption87 0/1 for PWM dimmer to turn red LED on when powered off
  • Add command SetOption88 0/1 for PWM dimmer to let buttons control remote devices
  • Add command SetOption89 0/1 for Zigbee distinct MQTT topics per device for SENSOR, allowing retained messages (#7835)
  • Add command ShutterButton <parameters> to control shutter(s) by to-scho (#7403)
  • Add commands SwitchMode 8 ToggleMulti, SwitchMode 9 FollowMulti and SwitchMode 10 FollowMultiInverted (#7522)
  • Add commands SwitchMode 11 PushHoldMulti and SwitchMode 12 PushHoldInverted (#7603)
  • Add commands SwitchMode 13 PushOn and SwitchMode 14 PushOnInverted (#7912)
  • Add command Buzzer -1 for infinite mode and command Buzzer -2 for following led mode (#7623)
  • Add command HumOffset -10.0 .. 10.0 to set global humidity sensor offset (#7934)
  • Add support for AdcParam parameters to control ADC0 Current Transformer Apparent Power formula by Jodi Dillon (#7100)
  • Add optional parameter <startcolor> to command Scheme <scheme>, <startcolor> to control initial start color
  • Add web page sliders when SetOption37 128 is active allowing control of white(s)
  • Add SerialConfig to Status 1
  • Add BootCount Reset Time as BCResetTime to Status 1
  • Add WifiPower to Status 5
  • Add most SetOptions as defines to my_user_config.h
  • Add optional Wifi AccessPoint passphrase define WIFI_AP_PASSPHRASE in my_user_config.h (#7690)
  • Add SoftwareSerial to CSE7766 driver allowing different GPIOs (#7563)
  • Add rule trigger on one level deeper using syntax with two # like on zbreceived#vibration_sensor#aqaracubeside=0 do ...
  • Add Zigbee attribute decoder for Xiaomi Aqara Cube
  • Add ZbZNPReceivedand ZbZCLReceived being published to MQTT when SetOption66 1
  • Add Zigbee enhanced commands decoding, added ZbPing
  • Add Zigbee features and improvements
  • Add Zigbee support for Hue emulation by Stefan Hadinger
  • Add HAss Discovery support for Button and Switch triggers by Federico Leoni (#7901)
  • Add Dew Point to Temperature and Humidity sensors
  • Add optional support for Prometheus using file xsns_91_prometheus.ino (#7216)
  • Add support for gzipped binaries
  • Add support for Romanian language translations by Augustin Marti
  • Add support for sensors DS18x20 and DHT family on Shelly 1 and Shelly 1PM using Shelly Add-On adapter (#7469)
  • Add support to BMP driver to enter reset state (sleep enable) when deep sleep is used in Tasmota
  • Add support for DS1624, DS1621 Temperature sensor by Leonid Myravjev
  • Add support for NRF24L01 as BLE-bridge for Mijia Bluetooth sensors by Christian Baars (#7394)
  • Add support for MI-BLE sensors using HM-10 Bluetooth 4.0 module by Christian Staars (#7683)
  • Add support for FiF LE-01MR energy meter by saper-2 (#7584)
  • Add support for Sensors AHT10 and AHT15 by Martin Wagner (#7596)
  • Add support for Wemos Motor Shield V1 by Denis Sborets (#7764)
  • Add support for La Crosse TX23 Anemometer by Norbert Richter (#3146, #7765)
  • Add support for Martin Jerry/acenx/Tessan/NTONPOWER SD0x PWM dimmer switches by Paul Diem (#7791)
  • Add support for UDP Group control without MQTT by Paul Diem (#7790)
  • Add support for Jarolift rollers by Keeloq algorithm
  • Add support for MaxBotix HRXL-MaxSonar ultrasonic range finders by Jon Little (#7814)
  • Add support for HDC1080 Temperature and Humidity sensor by Luis Teixeira (#7888)
  • Add support for ElectriQ iQ-wifiMOODL RGBW light by Ian King (#7947)
Tasmota - Tasmota v8.1.0 Doris

Published by arendst almost 5 years ago

RELEASE NOTES

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x
  5. Migrate to Tasmota 7.x

--- Major change in parameter storage layout ---

  1. Migrate to Tasmota 8.1
  2. Migrate to Tasmota 8.x

While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release v8.1.0 Doris the Settings are re-allocated in such a way that fallback is only allowed and possible to release v7.2.0 Constance. Once at v7.2.0 you're on your own when downgrading even further.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.6.1 due to reported security and stability issues on previous Core version.

Although it might still compile on previous Core versions all support will be removed in the near future.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.6.1.

  • tasmota.bin = The Tasmota version with sensors. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

List of embedded modules.

Complete list of available feature and sensors.

Changelog

Version 8.1.0 Doris

  • Change Settings text handling allowing variable length text within a total text pool of 699 characters
  • Change Smoother Fade using 100Hz instead of 20Hz animation (#7179)
  • Change number of rule Vars and Mems from 5 to 16 (#4933)
  • Change number of FriendlyNames from 4 to 8
  • Add commands WebButton1 until WebButton16 to support user defined GUI button text (#7166)
  • Add support for max 150 characters in most command parameter strings (#3686, #4754)
  • Add support for GPS as NTP server by Christian Baars and Adrian Scillato
  • Add support for AdcParam parameters to control ADC0 Moisture formula by Federico Leoni (#7309)
  • Add Zigbee coalesce sensor attributes into a single message
  • Add Zigbee better support for Xiaomi Double Switch and Xiaomi Vibration sensor
  • Add Deepsleep start delay based on Teleperiod if Teleperiod differs from 10 or 300
Tasmota - Tasmota v7.2.0 Constance

Published by arendst almost 5 years ago

RELEASE NOTES

Sonoff-Tasmota is now Tasmota

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x
  5. Migrate to Tasmota 7.x

Only this version will support fallback from version 8.x.

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.6.1 due to reported security and stability issues on previous Core version.

Although it might still compile on previous Core versions all support will be removed in the near future.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.6.1.

  • tasmota.bin = The Tasmota version with sensors. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-lite.bin = The Lite version without most sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

List of embedded modules.

Complete list of available feature and sensors.

Changelog

Version 7.2.0 Constance

  • Change Exception reporting removing exception details from Status 1 and consolidated in Status 12 if available
  • Change HTTP CORS from command SetOption73 0/1 to Cors <cors_domain> allowing user control of specific CORS domain by Shantur Rathore (#7066)
  • Change GUI Shutter button text to Up and Down Arrows based on PR by Xavier Muller (#7166)
  • Change amount of supported DHT sensors from 3 to 4 by Xavier Muller (#7167)
  • Change some Settings locations freeing up space for future single char allowing variable length text
  • Change tasmota-basic.bin and FIRMWARE_BASIC to tasmota-lite.bin and FIRMWARE_LITE
  • Fix flashing H801 led at boot by Stefan Hadinger (#7165, #649)
  • Fix duplicated Backlog when using Event inside a Backlog by Adrian Scillato (#7178, #7147)
  • Fix Gui Timer when using a negative zero offset of -00:00 by Peter Ooms (#7174)
  • Fix DeepSleep in case there is no wifi by Stefan Bode (#7213)
  • Fix Fade would ignore savedata 0 and store to flash anyways (#7262)
  • Fix Arduino IDE compile error (#7277)
  • Fix restore ShutterAccuracy, MqttLog, WifiConfig, WifiPower and SerialConfig (#7281)
  • Fix no AP on initial install (#7282)
  • Fix failing downgrade (#7285)
  • Add command SerialConfig 0..23 or SerialConfig 8N1 to select Serial Config based in PR by Luis Teixeira (#7108)
  • Add command Sensor34 9 <weight code> to set minimum delta to trigger JSON message by @tobox (#7188)
  • Add rule var %topic% by Adrian Scillato (#5522)
  • Add rule triggers tele-wifi1#xxx by Adrian Scillato (#7093)
  • Add SML bus decoder syntax support for byte order by Gerhard Mutz (#7112)
  • Add experimental support for stepper motor shutter control by Stefan Bode
  • Add optional USE_MQTT_TLS to tasmota-minimal.bin by Bohdan Kmit (#7115)
  • Add save call stack in RTC memory in case of crash, command Status 12 to dump the stack by Stefan Hadinger
  • Add Home Assistant force update by Frederico Leoni (#7140, #7074)
  • Add Wifi Signal Strength in dBm in addition to RSSI Wifi Experience by Andreas Schultz (#7145)
  • Add Yaw, Pitch and Roll support for MPU6050 by Philip Barclay (#7058)
  • Add reporting of raw weight to JSON from HX711 to overcome auto-tare functionality by @tobox (#7171)
  • Add Zigbee support for Xiaomi Aqara Vibration Sensor and Presence Sensor by Stefan Hadinger
  • Add Shutter functions ramp up/down and MQTT reporting by Stefan Bode
  • Add fallback support from version 8.x
  • Add restriction if fallback firmware is incompatible with settings resulting in unreachable device
  • Add support for DHT12 Temperature and Humidity sensor by Stefan Oskamp
Tasmota - Tasmota v7.1.2 Betty

Published by arendst almost 5 years ago

RELEASE NOTES

Sonoff-Tasmota is now Tasmota

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x
  5. Migrate to Tasmota 7.x

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.6.1 due to reported security and stability issues on previous Core version.

Although it might still compile on previous Core versions all support will be removed in the near future.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.6.1.

  • tasmota.bin = The Tasmota version with sensors. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-basic.bin = The Basic version without most sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

List of embedded modules.

Complete list of available feature and sensors.

Changelog

Version 7.1.2 Betty

  • Fix lost functionality of GPIO9 and GPIO10 on some devices (#7080)
  • Fix Zigbee uses Hardware Serial if GPIO 1/3 or GPIO 13/15 and SerialLog 0 (#7071)
  • Fix WS2812 power control (#7090)
  • Change light color schemes 2, 3 and 4 from color wheel to Hue driven with user Saturation control
  • Change log buffer size from 520 to 700 characters accomodating full rule text (#7110)
Tasmota - Tasmota v7.1.1 Betty

Published by arendst almost 5 years ago

RELEASE NOTES

Sonoff-Tasmota is now Tasmota

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x
  5. Migrate to Tasmota 7.x

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.6.1 due to reported security and stability issues on previous Core version.

Although it might still compile on previous Core versions all support will be removed in the near future.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.6.1.

  • tasmota.bin = The Tasmota version with sensors. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-basic.bin = The Basic version without most sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

List of embedded modules.

Complete list of available feature and sensors.

Changelog

Version 7.1.1 Betty

  • Fix slider for devices with one or two channels like only white or white/yellow
  • Fix TasmotaSlave buffer overrun on Tele
  • Fix light scheme 4 speed (#7072)
  • Add support for TasmotaSlave executing commands on Tasmota
Tasmota - Tasmota v7.1.0 Betty

Published by arendst almost 5 years ago

RELEASE NOTES

Sonoff-Tasmota is now Tasmota

Migration Information

See migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x
  5. Migrate to Tasmota 7.x

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version 2.6.1 due to reported security and stability issues on previous Core version.

Although it might still compile on previous Core versions all support will be removed in the near future.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read full documentation

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Supported Modules

The following hardware modules are supported.

Module Description
01 Sonoff Basic Sonoff Basic Wifi Smart Switch
02 Sonoff RF Sonoff RF Wifi Smart Switch with RF (434MHz) receiver
03 Sonoff SV Sonoff SV Safe Voltage Wifi Smart Switch
04 Sonoff TH Sonoff TH10/TH16 Wifi Smart Switch with Sensor connection
05 Sonoff Dual Sonoff Dual Wifi Smart Switch
06 Sonoff Pow Sonoff Pow Wifi Smart Switch with Energy Monitoring
07 Sonoff 4CH Sonoff 4CH 4-gang Wifi Smart Switch
08 Sonoff S2X Sonoff S20/S26 Wifi Smart Socket
09 Slampher Sonoff Slampher Wifi Smart Light Bulb Socket with RF (434MHz) receiver
10 Sonoff Touch Sonoff Touch Wifi Light Switch
11 Sonoff LED Sonoff Led Wifi Led Pack (Retired)
12 1 Channel 1 Channel Inching/Self Locking Wifi Switch 5V/12V
13 4 Channel 4 Channel Inching/Self Locking Wifi Switch (Retired)
14 Motor C/AC Motor Clockwise/Antoclockwise Wifi Switch (Retired)
15 ElectroDragon Electrodragon Wifi IoT Board
16 EXS Relay(s) Electronic Experience Store 1 or 2-gang Wifi Module
17 WiOn WiOn Wifi Smart Socket
18 Generic Any ESP8266/ESP8285 device like WeMos and NodeMCU
19 Sonoff Dev Sonoff Dev Wifi Development Board
20 H801 H801 Wifi RGBWW Led Controller
21 Sonoff SC Sonoff SC Wifi Environmental Monitor
22 Sonoff BN-SZ Sonoff BN-SZ01 Wifi Ceiling Led (Retired)
23 Sonoff 4CH Pro Sonoff 4CH Pro 4-gang Wifi Smart Switch
24 Huafan SS HuaFan Wifi Smart Socket
25 Sonoff Bridge Sonoff RF (434MHz) transceive to Wifi Bridge
26 Sonoff B1 Sonoff B1 Wifi RGBWW Led Bulb
27 AiLight Ai-Thinker RGBW Led Bulb
28 Sonoff T1 1CH Sonoff T1 1-gang Wifi Light Switch
29 Sonoff T1 2CH Sonoff T1 2-gang Wifi Light Switch
30 Sonoff T1 3CH Sonoff T1 3-gang Wifi Light Switch
31 Supla Espablo 2-gang Wifi Module
32 Witty Cloud Witty Cloud ESP8266 Wifi Development Board
33 Yunshan Relay ESP8266 Wifi Network Relay Module
34 MagicHome MagicHome, Flux-light and some Arilux LC10 RGB(W) Led Controller
35 Luani HVIO Luani ESP8266 Wifi I/O Module
36 KMC 70011 KMC Wifi Smart Socket with Energy Monitoring
37 Arilux LC01 Arilux AL-LC01 RGB Led Controller
38 Arilux LC11 Arilux AL-LC11 RGBWW Led Controller
39 Sonoff Dual R2 Sonoff Dual R2 Wifi Smart Switch
40 Arilux LC06 Arilux AL-LC06 RGB(WW) Led Controller
41 Sonoff S31 Sonoff S31 Wifi Smart Socket with Energy Monitoring
42 Zengge WF017 Zengge WF017 Wifi RGB(W) Led Controller
43 Sonoff Pow R2 Sonoff Pow R2 Wifi Smart Switch with Energy Monitoring
44 Sonoff iFan02 Sonoff iFan02 Wifi Smart Ceiling Fan with Light
45 BlitzWolf SHP BlitzWolf BW-SHP2, BW-SHP6, HomeCube SP1, Gosund SP111, Teckin SP22 Wifi Smart Switch with Energy Monitoring
46 Shelly 1 Shelly 1 Open Source Wifi Relay Module
47 Shelly 2 Shelly 2 Wifi 2-gang Relay Module with Energy Monitoring
48 Xiaomi Philips Xiaomi Philips Wifi WW Led Bulb
49 Neo Coolcam Neo Coolcam Wifi Smart Socket
50 ESP Switch ESP Switch 4-gang Wifi Switch with Leds
51 OBI Socket OBI Wifi Smart Socket
52 Teckin Teckin SP22 Wifi Smart Switch with Energy Monitoring
53 AplicWDP303075 Aplic WDP 303075 CSL Wifi Smart Switch with Energy Monitoring
54 Tuya Dimmer MIUO (and other Tuya based) Wifi Dimmer for Incandescent Lights and Led
55 Gosund SP1 v23 Gosund SP1 v2.3 Wifi Smart Switch with Energy Monitoring
56 ARMTR Dimmer ARMtronix Wifi dimmer for Incandescent Lights and Led
57 SK03 Outdoor SK03 Outdoor Wifi Smart Switch with Energy Monitoring
58 PS-16-DZ PS-16-DZ Wifi dimmer for Incandescent Lights and Led
59 Teckin US Teckin SP20 and ZooZee SA102 Wifi Smart Switch with Energy Monitoring
60 Manzoku strip Manzoku Wifi Smart Power Strip with four Relays
61 OBI Socket 2 OBI 2 Wifi Smart Socket
62 YTF IR Bridge YTF Infra Red Wifi Bridge
63 Digoo DG-SP202 Digoo DG-SP202 Dual Wifi Smart Switch with Energy Monitoring
64 KA10 Smanergy KA10 Wifi Smart Wall Switch with Energy Monitoring
65 Luminea ZX2820 Luminea ZX2820 Wifi Smart Switch with Energy Monitoring
66 Mi Desk Lamp Mi Desk Lamp with rotary switch and Wifi
67 SP10 Tuya SP10 Wifi Smart Switch with Energy Monitoring
68 WAGA CHCZ02MB WAGA life CHCZ02MB Wifi Smart Switch with Energy Monitoring
69 SYF05 Sunyesmart SYF05 RGBWW Wifi Led Bulb
70 Sonoff L1 Sonoff L1 light strip
71 Sonoff iFan03 Sonoff iFan03 Wifi Smart Ceiling Fan with Light
72 EXS Dimmer EXS Wifi Dimmer v4

Over 500 additional devices are supported using templates.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.6.1.

  • tasmota.bin = The Tasmota version with sensors. RECOMMENDED RELEASE BINARY
  • tasmota-BG.bin to tasmota-TW.bin = The Tasmota version in different languages.
  • tasmota-basic.bin = The Basic version without most sensors.
  • tasmota-knx.bin = The Knx version without some features but adds KNX support.
  • tasmota-sensors.bin = The Sensors version adds more useful sensors.
  • tasmota-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • tasmota-display.bin = The Display version without Energy Monitoring but adds display support.
  • tasmota-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

Complete list of available feature and sensors.

Changelog

Version 7.1.0 Betty

  • Remove update support for versions before 6.0
  • Remove driver xsns_12_ads1115_i2cdev replaced by xsns_12_ads1115
  • Remove most IR protocols from non dedicated IR firmware except NEC, RC5 and RC6
  • Change repository name from Sonoff-Tasmota to Tasmota and all code references from Sonoff to Tasmota
  • Change documentation from wiki to documentation repository by @Blakadder
  • Change default GUI to dark theme
  • Change ArduinoSlave to TasmotaSlave
  • Change IRremoteESP8266 library to v2.7.1
  • Change supported PCF8574 I2C address range to 0x20 - 0x26 allowing other I2C devices with address 0x27 to be used at the same time
  • Change supported PCF8574A I2C address range to 0x39 - 0x3F allowing other I2C devices with address 0x38 to be used at the same time
  • Change supported MCP230xx I2C address range to 0x20 - 0x26 allowing other I2C devices with address 0x27 to be used at the same time
  • Change Reset erase end address from as seen by SDK (getFlashChipSize) to full flash size (getFlashChipRealSize)
  • Change new Fade system much smoother, Speed now up to 40 (#6942, #3714)
  • Fix better control of RGB/White when SetOption37 >128, added Dimmer1 and Dimmer2 commands (#6714)
  • Fix random crash caused by UPNP flood
  • Fix check deepsleep for valid values in Settings (#6961)
  • Fix Wifi instability when light is on, due to Sleep 0 (#6961, #6608)
  • Fix auto-power on/off when setting channel to non-zero or zero value, when SetOption68 1
  • Fix postpone saving settings to flash until Fade is complete, avoids pause in Fade
  • Add support for Tuya battery powered devices (#6735)
  • Add support for Honeywell I2C HIH series Humidity and Temperetaure sensor (#6808)
  • Add support for Honeywell HPMA115S0 particle concentration sensor by David Hunt (#6843)
  • Add support for I2C sensor TLS2591 Light Intensity sensor (#6873)
  • Add command SetOption73 0/1 to re-enable HTTP Cross-Origin Resource Sharing (CORS) now default disabled (#6767)
  • Add command SetOption74 0/1 to enable DS18x20 internal pull-up and remove define DS18B20_INTERNAL_PULLUP (#6795)
  • Add command SetOption75 0/1 to switch between grouptopic (0) using fulltopic replacing %topic% or (1) is cmnd/<grouptopic> (#6779)
  • Add command SetOption76 0/1 to enable incrementing bootcount when deepsleep is enabled (#6930)
  • Add command SetOption77 0/1 to keep power on when slider is far left
  • Add command I2cDriver for I2C driver runtime control using document I2CDEVICES.md
  • Add command TempOffset -12.6 .. 12.6 to set global temperature sensor offset (#6958)
  • Add command WebColor19 to control color of Module and Name (#6811)
  • Add command WifiPower 0 .. 20.5 to set Wifi Output Power which will be default set to 17dBm
  • Add frequency to ADE7953 energy monitor as used in Shelly 2.5 by ljakob (#6778)
  • Add hide Alexa objects with friendlyname starting with '$' (#6722, #6762)
  • Add Zigbee command support, considered as v1.0 for full Zigbee support
  • Add hardware detection to be overruled with SetOption51 (#6969)
  • Add Colorpicker to WebUI by Christian Staars (#6984)
Tasmota - Sonoff-Tasmota v6.7.1 Allison

Published by arendst almost 5 years ago

RELEASE NOTES

Migration Information

See wiki migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x

Supported Core versions

This release will be supported from ESP8266/Arduino library Core version pre-2.6.0 due to reported security and stability issues on previous Core version.

Although it might still compile on previous Core versions all support will be removed starting in the next Release.

Support of TLS

To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. See full documentation on https://github.com/arendst/Sonoff-Tasmota/wiki/AWS-IoT

Initial configuration tools

For initial configuration this release supports Webserver based WifiManager or Serial based command interface only. Support for WPS and SmartConfig has been removed.

Supported Modules

The following hardware modules are supported.

Module Description
01 Sonoff Basic Sonoff Basic Wifi Smart Switch
02 Sonoff RF Sonoff RF Wifi Smart Switch with RF (434MHz) receiver
03 Sonoff SV Sonoff SV Safe Voltage Wifi Smart Switch
04 Sonoff TH Sonoff TH10/TH16 Wifi Smart Switch with Sensor connection
05 Sonoff Dual Sonoff Dual Wifi Smart Switch
06 Sonoff Pow Sonoff Pow Wifi Smart Switch with Energy Monitoring
07 Sonoff 4CH Sonoff 4CH 4-gang Wifi Smart Switch
08 Sonoff S2X Sonoff S20/S26 Wifi Smart Socket
09 Slampher Sonoff Slampher Wifi Smart Light Bulb Socket with RF (434MHz) receiver
10 Sonoff Touch Sonoff Touch Wifi Light Switch
11 Sonoff LED Sonoff Led Wifi Led Pack (Retired)
12 1 Channel 1 Channel Inching/Self Locking Wifi Switch 5V/12V
13 4 Channel 4 Channel Inching/Self Locking Wifi Switch (Retired)
14 Motor C/AC Motor Clockwise/Antoclockwise Wifi Switch (Retired)
15 ElectroDragon Electrodragon Wifi IoT Board
16 EXS Relay(s) Electronic Experience Store 1 or 2-gang Wifi Module
17 WiOn WiOn Wifi Smart Socket
18 Generic Any ESP8266/ESP8285 device like WeMos and NodeMCU
19 Sonoff Dev Sonoff Dev Wifi Development Board
20 H801 H801 Wifi RGBWW Led Controller
21 Sonoff SC Sonoff SC Wifi Environmental Monitor
22 Sonoff BN-SZ Sonoff BN-SZ01 Wifi Ceiling Led (Retired)
23 Sonoff 4CH Pro Sonoff 4CH Pro 4-gang Wifi Smart Switch
24 Huafan SS HuaFan Wifi Smart Socket
25 Sonoff Bridge Sonoff RF (434MHz) transceive to Wifi Bridge
26 Sonoff B1 Sonoff B1 Wifi RGBWW Led Bulb
27 AiLight Ai-Thinker RGBW Led Bulb
28 Sonoff T1 1CH Sonoff T1 1-gang Wifi Light Switch
29 Sonoff T1 2CH Sonoff T1 2-gang Wifi Light Switch
30 Sonoff T1 3CH Sonoff T1 3-gang Wifi Light Switch
31 Supla Espablo 2-gang Wifi Module
32 Witty Cloud Witty Cloud ESP8266 Wifi Development Board
33 Yunshan Relay ESP8266 Wifi Network Relay Module
34 MagicHome MagicHome, Flux-light and some Arilux LC10 RGB(W) Led Controller
35 Luani HVIO Luani ESP8266 Wifi I/O Module
36 KMC 70011 KMC Wifi Smart Socket with Energy Monitoring
37 Arilux LC01 Arilux AL-LC01 RGB Led Controller
38 Arilux LC11 Arilux AL-LC11 RGBWW Led Controller
39 Sonoff Dual R2 Sonoff Dual R2 Wifi Smart Switch
40 Arilux LC06 Arilux AL-LC06 RGB(WW) Led Controller
41 Sonoff S31 Sonoff S31 Wifi Smart Socket with Energy Monitoring
42 Zengge WF017 Zengge WF017 Wifi RGB(W) Led Controller
43 Sonoff Pow R2 Sonoff Pow R2 Wifi Smart Switch with Energy Monitoring
44 Sonoff iFan02 Sonoff iFan02 Wifi Smart Ceiling Fan with Light
45 BlitzWolf SHP BlitzWolf BW-SHP2, BW-SHP6, HomeCube SP1, Gosund SP111, Teckin SP22 Wifi Smart Switch with Energy Monitoring
46 Shelly 1 Shelly 1 Open Source Wifi Relay Module
47 Shelly 2 Shelly 2 Wifi 2-gang Relay Module with Energy Monitoring
48 Xiaomi Philips Xiaomi Philips Wifi WW Led Bulb
49 Neo Coolcam Neo Coolcam Wifi Smart Socket
50 ESP Switch ESP Switch 4-gang Wifi Switch with Leds
51 OBI Socket OBI Wifi Smart Socket
52 Teckin Teckin SP22 Wifi Smart Switch with Energy Monitoring
53 AplicWDP303075 Aplic WDP 303075 CSL Wifi Smart Switch with Energy Monitoring
54 Tuya Dimmer MIUO (and other Tuya based) Wifi Dimmer for Incandescent Lights and Led
55 Gosund SP1 v23 Gosund SP1 v2.3 Wifi Smart Switch with Energy Monitoring
56 ARMTR Dimmer ARMtronix Wifi dimmer for Incandescent Lights and Led
57 SK03 Outdoor SK03 Outdoor Wifi Smart Switch with Energy Monitoring
58 PS-16-DZ PS-16-DZ Wifi dimmer for Incandescent Lights and Led
59 Teckin US Teckin SP20 and ZooZee SA102 Wifi Smart Switch with Energy Monitoring
60 Manzoku strip Manzoku Wifi Smart Power Strip with four Relays
61 OBI Socket 2 OBI 2 Wifi Smart Socket
62 YTF IR Bridge YTF Infra Red Wifi Bridge
63 Digoo DG-SP202 Digoo DG-SP202 Dual Wifi Smart Switch with Energy Monitoring
64 KA10 Smanergy KA10 Wifi Smart Wall Switch with Energy Monitoring
65 Luminea ZX2820 Luminea ZX2820 Wifi Smart Switch with Energy Monitoring
66 Mi Desk Lamp Mi Desk Lamp with rotary switch and Wifi
67 SP10 Tuya SP10 Wifi Smart Switch with Energy Monitoring
68 WAGA CHCZ02MB WAGA life CHCZ02MB Wifi Smart Switch with Energy Monitoring
69 SYF05 Sunyesmart SYF05 RGBWW Wifi Led Bulb
70 Sonoff L1 Sonoff L1 light strip
71 Sonoff iFan03 Sonoff iFan03 Wifi Smart Ceiling Fan with Light
72 EXS Dimmer EXS Wifi Dimmer v4

Over 500 additional devices are supported using templates.

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version pre-2.6.0.

  • sonoff.bin = The Sonoff version with sensors. RECOMMENDED RELEASE BINARY
  • sonoff-BG.bin to sonoff-TW.bin = The Sonoff version in different languages.
  • sonoff-basic.bin = The Basic version without most sensors.
  • sonoff-knx.bin = The Knx version without some features but adds KNX support.
  • sonoff-sensors.bin = The Sensors version adds more useful sensors.
  • sonoff-ir = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features.
  • sonoff-display.bin = The Display version without Energy Monitoring but adds display support.
  • sonoff-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

Available Features and Sensors

Feature or Sensor minimal basic sonoff knx sensors ir display Remarks
MY_LANGUAGE en-GB x x x x x x x
USE_ARDUINO_OTA - - - - - - -
USE_DOMOTICZ - - x x x x -
USE_HOME_ASSISTANT - - x x x x -
USE_MQTT_TLS - - - - - - -
USE_MQTT_TLS_CA_CERT - - - - - - -
USE_MQTT_AWS_IOT - - - - - - -
USE_KNX - - - x - - -
USE_WEBSERVER x x x x x x x
USE_JAVASCRIPT_ES6 - - - - - - -
USE_WEBSEND_RESPONSE - - - - - - -
USE_EMULATION_HUE - x x - x - -
USE_EMULATION_WEMO - x x - x - -
USE_DISCOVERY - - x x - - x
WEBSERVER_ADVERTISE - - x x - - x
MQTT_HOST_DISCOVERY - - x x - - x
USE_TIMERS - x x x x x x
USE_TIMERS_WEB - x x x x x x
USE_SUNRISE - x x x x x x
USE_RULES - x x x x x x
USE_SCRIPT - - - - - - -
USE_EXPRESSION - - - - - - -
SUPPORT_IF_STATEMENT - - - - - - -
Feature or Sensor minimal basic sonoff knx sensors ir display Remarks
ROTARY_V1 - - - - - - -
USE_SONOFF_RF - - x x x - -
USE_RF_FLASH - - x x x - -
USE_SONOFF_SC - - x - x - -
USE_TUYA_MCU - x x x x - x
USE_ARMTRONIX_DIMMERS - - x x - - -
USE_PS_16_DZ - - x x x - -
USE_SONOFF_IFAN - - x x x - -
USE_BUZZER - - x x x - -
USE_ARILUX_RF - - x x x - -
USE_SHUTTER - - - - - - -
USE_DEEPSLEEP - - - - - - -
USE_EXS_DIMMER - - x x - - -
Feature or Sensor minimal basic sonoff knx sensors ir display Remarks
USE_LIGHT - x x x x x x
USE_WS2812 - - x x x - x
USE_WS2812_DMA - - - - - - -
USE_MY92X1 - - x x x - x
USE_SM16716 - - x x x - x
USE_SM2135 - - x x x - x
USE_SONOFF_L1 - - x x x - x
USE_ENERGY_SENSOR - x x x x - -
USE_PZEM004T - - x x x - -
USE_PZEM_AC - - x x x - -
USE_PZEM_DC - - x x x - -
USE_MCP39F501 - x x x x - -
USE_SDM120 - - - - x - -
USE_SDM630 - - - - x - -
USE_DDS2382 - - - - x - -
USE_DDSU666 - - - - x - -
USE_SOLAX_X1 - - - - - - -
USE_ADC_VCC x x - - - - -
USE_COUNTER - - x x x x x
USE_DS18x20 - - x x x - x
USE_DHT - - x x x x x
USE_MAX31855 - - - - x - -
USE_MAX31865 - - - - - - -
Feature or Sensor minimal basic sonoff knx sensors ir display Remarks
USE_I2C - - x x x - x
USE_SHT - - x x x - x
USE_HTU - - x x x - x
USE_BMP - - x x x - x
USE_BME680 - - - - x - -
USE_BH1750 - - x x x - x
USE_VEML6070 - - - - x - -
USE_ADS1115 - - - - x - -
USE_ADS1115_I2CDEV - - - - - - -
USE_INA219 - - - - x - -
USE_INA226 - - - - - - -
USE_SHT3X - - x x x - x
USE_TSL2561 - - - - x - -
USE_MGS - - - - x - -
USE_SGP30 - - x x x - x
USE_SI1145 - - - - - - -
USE_LM75AD - - x x x - x
USE_APDS9960 - - - - - - -
USE_MCP230xx - - - - - - -
USE_PCA9685 - - - - - - -
USE_MPR121 - - - - - - -
USE_CCS811 - - - - - - -
USE_MPU6050 - - - - - - -
USE_DS3231 - - - - - - -
USE_MGC3130 - - - - - - -
USE_MAX44009 - - - - - - -
USE_SCD30 - - - - x - -
USE_SPS30 - - - - - - -
USE_ADE7953 - - x x x - x
USE_VL53L0X - - - - - - -
USE_MLX90614 - - - - - - -
USE_CHIRP - - - - - - -
USE_PAJ7620 - - - - - - -
USE_PCF8574 - - - - - - -
Feature or Sensor minimal basic sonoff knx sensors ir display Remarks
USE_SPI - - - - - - x
USE_MHZ19 - - x x x - x
USE_SENSEAIR - - x x x - x
USE_PMS5003 - - x x x - x
USE_NOVA_SDS - - x x x - x
USE_SERIAL_BRIDGE - - x x x - x
USE_MP3_PLAYER - - - - x - -
USE_AZ7798 - - - - - - -
USE_PN532_HSU - - - - x - -
USE_ZIGBEE - - - - - - - Experimental
USE_IR_REMOTE - - x x x x x
USE_IR_HVAC - - - - x x -
USE_IR_RECEIVE - - x x x x x
USE_SR04 - - x x x - x
USE_TM1638 - - - - x - -
USE_HX711 - - x x x - x
USE_TX20_WIND_SENSOR - - - - x - -
USE_RC_SWITCH - - - - x - -
USE_RF_SENSOR - - - - x - - AlectoV2 only
USE_HRE - - - - x - -
USE_A4988_STEPPER - - - - - - -
USE_ARDUINO_SLAVE - - - - - - - Experimental
Feature or Sensor minimal basic sonoff knx sensors ir display Remarks
USE_DISPLAY - - - - - - x
USE_DISPLAY_LCD - - - - - - x
USE_DISPLAY_SSD1306 - - - - - - x
USE_DISPLAY_MATRIX - - - - - - x
USE_DISPLAY_SH1106 - - - - - - x
USE_DISPLAY_ILI9341 - - - - - - x
USE_DISPLAY_EPAPER_29 - - - - - - x
USE_DISPLAY_EPAPER_42 - - - - - - x
USE_DISPLAY_ILI9488 - - - - - - -
USE_DISPLAY_SSD1351 - - - - - - -
USE_DISPLAY_RA8876 - - - - - - -

Changelog

Version 6.7.1 20191026

  • Remove support for WPS and SmartConfig in favour of Web server (!) based WifiManager (#6680)
  • Remove binary sonoff-classic (#6680)
  • Remove command SetOption2
  • Remove default DS18B20 driver and only support define USE_DS18x20 (#6647)
  • Remove support for define USE_DS18x20_LEGACY and legacy DS18x20 driver (#6486)
  • Replace xsns_23_sdm120 with xnrg_08_sdm120
  • Replace xsns_25_sdm630 with xnrg_10_sdm630
  • Replace xsns_49_solaxX1 with xnrg_12_solaxX1 (#6677)
  • Change Sonoff L1 support by adding define USE_SONOFF_L1
  • Change light drivers internals to ease management
  • Change command PulseTime JSON message format and allow display of all pulsetimer information (#6519)
  • Change command SetOption43 to make it more general. Now supports PS_16_DZ driver too (#6544)
  • Change command handling by moving buffers up in chain solving MQTTlog support (#6529)
  • Change commands Var and Mem to show all parameters when no index is given (#6107)
  • Change detection of non-MQTT commands by allowing non-space characters as delimiter (#6540)
  • Change rename "Data" to "Hash" and limit to 32 bits when receiving UNKNOWN IR protocol (see DECODE_HASH from IRremoteESP8266)
  • Change JSON output format for commands Adc, Adcs, Modules, Gpio and Gpios from list to dictionary (#6407)
  • Change energy sensors for three phase/channel support
  • Change Settings crc calculation allowing short term backward compatibility
  • Change Improve reliability of TasmotaSerial at 115200 bauds and reduce IRAM usage
  • Change Tuya support by Shantur Rathore removing tuya related commands SetOption34, 41, 44, 45, 46, 65, 66 and 69 (#6353)
  • Change theoretical baudrate range to 300..19660500 bps in 300 increments (#6294)
  • Change Settings area to 4k for future use
  • Change some table locations from RAM to Flash
  • Change filename of configuration backup from using FriendlyName1 to Hostname solving diacritic issues (#2422)
  • Change Store AWS IoT Private Key and Certificate in SPI Flash avoiding device-specific compilations
  • Change defines USE_TX20_WIND_SENSOR and USE_RC_SWITCH in my_user_config.h to disable to lower iram usage enabling latest core compilation (#6060, #6062)
  • Fix PowerDelta related exception0: epc1:0x4000dce5 (#6750)
  • Fix handling of ligth channels when pwm_multichannel (SetOption68) is enabled
  • Fix better handling of PWM White Temperature mode for Module 48 (#6534)
  • Fix TasmotaSerial: move serial send to IRAM for high speed baud rates
  • Fix Domoticz battery level set to 100 if define USE_ADC_VCC is not used (#6033)
  • Fix Force Elliptic Curve for Letsencrypt TLS #6042
  • Fix WeMo emulation for 1G echo and 2G echo dot (#6086)
  • Fix Xiaomi Philips brightness (#6091)
  • Add support for EX-Store WiFi Dimmer V4 (#5856)
  • Add support for Arduino serial connection (EXPERIMENTAL)
  • Add support for Zigbee devices Xiaomi lumi.weather air quality sensor, Osram mini-switch
  • Add support for Zigbee device cc2530 initialization and basic ZCL decoding
  • Add support for PMS3003 dust particle sensor
  • Add support for Chint DDSU666 Modbus energy meter by Pablo Zerón
  • Add support for SM2135 as used in Action LSC Smart Led E14 (#6495)
  • Add support for Shelly 2.5 dual energy (#6160)
  • Add support for shutters by Stefan Bode (#288)
  • Add support for PCF8574 I2C I/O Expander (currently output only) by Stefan Bode
  • Add support for up to three PZEM-014/-016 on one serial modbus connection with addresses 1 (default), 2 and 3 (#2315)
  • Add support for up to three PZEM-004T on one serial connection with addresses 192.168.1.1 (default), 2 and 3 (#2315)
  • Add support for up to three PZEM-003/-017 on one serial modbus connection with addresses 1 (default), 2 and 3 (#2315)
  • Add support for up to 4 INA226 Voltage and Current sensors by Steve Rogers (#6342)
  • Add support for A4988 stepper-motor-driver-circuit by Tim Leuschner (#6370)
  • Add support for Hiking DDS238-2 Modbus energy meter by Matteo Campanella (#6384)
  • Add support for HM17 bluetooth LE passive scan of ibeacon devices by Gerhard Mutz
  • Add support for Solax X1 inverter by Pablo Zerón
  • Add support for PAJ7620 gesture sensor by Christian Baars
  • Add support for MAX31865 Thermocouple sensor by Alberto Lopez Siemens
  • Add support for RDM6300 125kHz RFID Reader by Gerhard Mutz
  • Add support for CHIRP soil moisture sensor by Christian Baars
  • Add support for Sonoff iFan03 as module 71 (#5988)
  • Add support for a buzzer
  • Add support for IRSend long press ('repeat' feature from IRRemoteESP8266) (#6074)
  • Add support for IRHVAC Midea/Komeco protocol (#3227)
  • Add support for more IRSend protocols enabled in my_user_config.h
  • Add support for IRSend Pioneer protocol (#6100)
  • Add support for up to 4 INA219 sensors (#6046)
  • Add support for I2C display driver SH1106 oled by Gerhard Mutz
  • Add support for SPI display drivers epaper 4.2 inch, ILI9488 TFT, SSD1351 Color oled and RA8876 TFT by Gerhard Mutz
  • Add command Buzzer with optional parameters ,<duration of beep in 100mS steps>,<duration of silence in 100mS steps> enabled when a buzzer is configured (#5988)
  • Add command DimmerRange in Light module to support 2 byte dimming ranges from Tuya
  • Add command DisplayHeight to set pixel height on supported devices
  • Add command DisplayWidth to set pixel width on supported devices
  • Add command EnergyReset4 x,x to initialize total usage for two tarrifs
  • Add command EnergyReset5 x,x to initialize total export (or production) for two tarrifs
  • Add command Gpio 255/All to show physical GPIO configuration of all non-flash pins (#6407)
  • Add command Gpios 255/All to show all available GPIO components (#6407)
  • Add command ModuleAddress 1/2/3 to set Pzem module address when a single module is connected (#2315)
  • Add command MqttLog <loglevel> for support of MQTT logging (#6498)
  • Add command Power0 0/1/2/Off/On/Toggle to control all power outputs at once (#6340)
  • Add command PowerDelta 101..32000 for absolute power delta where 101 = 101-100 = 1W, 202 = 202-100 = 102W (#5901)
  • Add command Reset 99 to reset bootcount to zero (#684, #6351)
  • Add command Sensor29 pin,0/1/2 for OFF/ON/TOGGLE
  • Add command Sensor34 8,0 and Sensor34 8,1 to disable/enable JSON message on weight change over 4 gram
  • Add command SetOption34 0..255 to set backlog delay. Default value is 200 (mSeconds) (#6562)
  • Add command SetOption42 0..255 to set overtemperature (Celsius only) threshold resulting in power off all on energy monitoring devices. Default setting is 90 (#6036)
  • Add command SetOption65 0/1 to disable (1) fast power cycle detection fixing unwanted brownout trigger
  • Add command SetOption67 0/1 to disable or enable a buzzer as used in iFan03
  • Add command SetOption68 0/1 to enable multi-channel PWM instead of a single light (#6134)
  • Add command SetOption71 0/1 to switch between different Modbus Active Energy registers on DDS238-2 energy meters (#6531)
  • Add command SetOption72 0/1 to switch between software (0) or hardware (1) energy total counter (#6561)
  • Add command Time to disable NTP and set UTC time as Epoch value if above 1451602800 (=20160101). Time 0 re-enables NTP (#5279)
  • Add command Time 1/2/3 to select JSON time format ISO + Epoch, ISO or Epoch
  • Add command Tariff to default to 0 (=disabled) and allowing to set both Standard Time (ST) and Daylight Savings Time (DST) start hour
    ex. Tariff1 22,23 = Tariff1 (Off-Peak) ST,DST Tariff2 6,7 = Tariff2 (Standard) ST,DST Tariff9 0/1 = Weekend toggle (1 = Off-Peak during weekend)
  • Add command WebSensor<sensor number> 0/1 to control display of sensor data in web GUI (#6085)
  • Add command ZigbeeRead (#6095)
  • Add define USE_DEEPSLEEP and command DeepSleepTime 0 or 10..86400 (seconds) to enter deepsleep mode (#6638)
  • Add define USE_ENERGY_MARGIN_DETECTION to disable Energy Margin and Power Limit detection
  • Add define USE_ENERGY_POWER_LIMIT to disable Energy Power Limit detection while Energy Margin detection is active
  • Add define USE_SONOFF_RF to enable/disable Sonoff Rf support (#6648)
  • Add define USE_WS2812_HARDWARE to select hardware type WS2812, WS2812X, WS2813, SK6812, LC8812 or APA106 (DMA mode only)
  • Add incremental beeps to Ifan03 remote control fan speed buttons (#6636)
  • Add rule support after every command execution like Fanspeed#Data=2 (#6636)
  • Add WebUI for multiple, independent PWM channels
  • Add JSON array index support to rules evaluation allowing trigger on ENERGY#POWER[2]>0.60 from JSON ..,"Power":[0.00,0.68],.. (#6160)
  • Add Full support of all protocols in IRremoteESP8266, to be used on dedicated-IR Tasmota version. Warning: +81k Flash when compiling with USE_IR_REMOTE_FULL
  • Add 'sonoff-ir' pre-packaged IR-dedicated firmware and 'sonoff-ircustom' to customize firmware with IR Full protocol support
  • Add Tuya Energy monitoring by Shantur Rathore
  • Add Domoticz P1 Smart Meter support using energy sensors handled by xdrv_03_energy.ino based on an idea by pablozg
  • Add debug compile features using defines DEBUG_TASMOTA_CORE, DEBUG_TASMOTA_DRIVER and DEBUG_TASMOTA_SENSOR.
    See DEBUG_CORE_LOG example in sonoff.ino and DEBUG_DRIVER_LOG example in xdrv_09_timers.ino
  • Add option 0 to Width1 (Marker), Width2 (Second), Width3 (Minute) and Width4 (Hour) disabling display (#6152)
  • Add MqttCount metric to STATE (#6155)
  • Add allow repeat/longpress for IRSend raw, introduced IRSend<r> option (#6074)
  • Add Oled reset GPIO option "OLED reset"
  • Add blend RGB leds with White leds for better whites (#5895, #5704)
  • Add AZ7798 automatic setting of clock display (#6034)
  • Add Epoch and UptimeSec to JSON messages (#6068)
Tasmota - Sonoff-Tasmota v6.6.0

Published by arendst over 5 years ago

RELEASE NOTES

Migration Information

See wiki migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x

Support of TLS

TLS support for core 2.3.0 is removed.

TLS is supported on core 2.4.2 and up. To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. See full documentation on https://github.com/arendst/Sonoff-Tasmota/wiki/AWS-IoT

Core version 2.3.0 vs 2.4.2 vs 2.5.2

This release is based on ESP8266/Arduino library core 2.3.0 as some people encountered wifi related issues on core 2.4.2 and 2.5.2. For others core 2.4.2 or 2.5.2 is working just fine. All version are available from http://thehackbox.org/tasmota/release/

Change in default initial configuration tool

Firmware binary sonoff-classic.bin supports WifiManager, Wps and SmartConfig for initial configuration. The default tool is Wps.

To save memory space all other binaries support WifiManager only.

Supported Modules

The following hardware modules are supported.

Module Description
01 Sonoff Basic Sonoff Basic Wifi Smart Switch
02 Sonoff RF Sonoff RF Wifi Smart Switch with RF (434MHz) receiver
03 Sonoff SV Sonoff SV Safe Voltage Wifi Smart Switch
04 Sonoff TH Sonoff TH10/TH16 Wifi Smart Switch with Sensor connection
05 Sonoff Dual Sonoff Dual Wifi Smart Switch
06 Sonoff Pow Sonoff Pow Wifi Smart Switch with Energy Monitoring
07 Sonoff 4CH Sonoff 4CH 4-gang Wifi Smart Switch
08 Sonoff S2X Sonoff S20/S26 Wifi Smart Socket
09 Slampher Sonoff Slampher Wifi Smart Light Bulb Socket with RF (434MHz) receiver
10 Sonoff Touch Sonoff Touch Wifi Light Switch
11 Sonoff LED Sonoff Led Wifi Led Pack (Retired)
12 1 Channel 1 Channel Inching/Self Locking Wifi Switch 5V/12V
13 4 Channel 4 Channel Inching/Self Locking Wifi Switch (Retired)
14 Motor C/AC Motor Clockwise/Antoclockwise Wifi Switch (Retired)
15 ElectroDragon Electrodragon Wifi IoT Board
16 EXS Relay(s) Electronic Experience Store 1 or 2-gang Wifi Module
17 WiOn WiOn Wifi Smart Socket
18 Generic Any ESP8266/ESP8285 device like WeMos and NodeMCU
19 Sonoff Dev Sonoff Dev Wifi Development Board
20 H801 H801 Wifi RGBWW Led Controller
21 Sonoff SC Sonoff SC Wifi Environmental Monitor
22 Sonoff BN-SZ Sonoff BN-SZ01 Wifi Ceiling Led (Retired)
23 Sonoff 4CH Pro Sonoff 4CH Pro 4-gang Wifi Smart Switch
24 Huafan SS HuaFan Wifi Smart Socket
25 Sonoff Bridge Sonoff RF (434MHz) transceive to Wifi Bridge
26 Sonoff B1 Sonoff B1 Wifi RGBWW Led Bulb
27 AiLight Ai-Thinker RGBW Led Bulb
28 Sonoff T1 1CH Sonoff T1 1-gang Wifi Light Switch
29 Sonoff T1 2CH Sonoff T1 2-gang Wifi Light Switch
30 Sonoff T1 3CH Sonoff T1 3-gang Wifi Light Switch
31 Supla Espablo 2-gang Wifi Module
32 Witty Cloud Witty Cloud ESP8266 Wifi Development Board
33 Yunshan Relay ESP8266 Wifi Network Relay Module
34 MagicHome MagicHome, Flux-light and some Arilux LC10 RGB(W) Led Controller
35 Luani HVIO Luani ESP8266 Wifi I/O Module
36 KMC 70011 KMC Wifi Smart Socket with Energy Monitoring
37 Arilux LC01 Arilux AL-LC01 RGB Led Controller
38 Arilux LC11 Arilux AL-LC11 RGBWW Led Controller
39 Sonoff Dual R2 Sonoff Dual R2 Wifi Smart Switch
40 Arilux LC06 Arilux AL-LC06 RGB(WW) Led Controller
41 Sonoff S31 Sonoff S31 Wifi Smart Socket with Energy Monitoring
42 Zengge WF017 Zengge WF017 Wifi RGB(W) Led Controller
43 Sonoff Pow R2 Sonoff Pow R2 Wifi Smart Switch with Energy Monitoring
44 Sonoff iFan02 Sonoff iFan02 Wifi Smart Ceiling Fan with Light
45 BlitzWolf SHP BlitzWolf BW-SHP2, BW-SHP6, HomeCube SP1, Gosund SP111, Teckin SP22 Wifi Smart Switch with Energy Monitoring
46 Shelly 1 Shelly 1 Open Source Wifi Relay Module
47 Shelly 2 Shelly 2 Wifi 2-gang Relay Module with Energy Monitoring
48 Xiaomi Philips Xiaomi Philips Wifi WW Led Bulb
49 Neo Coolcam Neo Coolcam Wifi Smart Socket
50 ESP Switch ESP Switch 4-gang Wifi Switch with Leds
51 OBI Socket OBI Wifi Smart Socket
52 Teckin Teckin SP22 Wifi Smart Switch with Energy Monitoring
53 AplicWDP303075 Aplic WDP 303075 CSL Wifi Smart Switch with Energy Monitoring
54 Tuya Dimmer MIUO (and other Tuya based) Wifi Dimmer for Incandescent Lights and Led
55 Gosund SP1 v23 Gosund SP1 v2.3 Wifi Smart Switch with Energy Monitoring
56 ARMTR Dimmer ARMtronix Wifi dimmer for Incandescent Lights and Led
57 SK03 Outdoor SK03 Outdoor Wifi Smart Switch with Energy Monitoring
58 PS-16-DZ PS-16-DZ Wifi dimmer for Incandescent Lights and Led
59 Teckin US Teckin SP20 and ZooZee SA102 Wifi Smart Switch with Energy Monitoring
60 Manzoku strip Manzoku Wifi Smart Power Strip with four Relays
61 OBI Socket 2 OBI 2 Wifi Smart Socket
62 YTF IR Bridge YTF Infra Red Wifi Bridge
63 Digoo DG-SP202 Digoo DG-SP202 Dual Wifi Smart Switch with Energy Monitoring
64 KA10 Smanergy KA10 Wifi Smart Wall Switch with Energy Monitoring
65 Luminea ZX2820 Luminea ZX2820 Wifi Smart Switch with Energy Monitoring
66 Mi Desk Lamp Mi Desk Lamp with rotary switch and Wifi
67 SP10 Tuya SP10 Wifi Smart Switch with Energy Monitoring
68 WAGA CHCZ02MB WAGA life CHCZ02MB Wifi Smart Switch with Energy Monitoring
69 SYF05 Sunyesmart SYF05 RGBWW Wifi Led Bulb
70 Sonoff L1 Sonoff L1 light strip

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.3.0.

  • sonoff.bin = The Sonoff version without Wps and SmartConfig configuration but adds more sensors. RECOMMENDED RELEASE BINARY
  • sonoff-basic.bin = The Basic version without Wps and SmartConfig configuration and most sensors.
  • sonoff-classic.bin = The Classic version allows initial installation using either WifiManager, Wps or SmartConfig.
  • sonoff-BG.bin to sonoff-TW.bin = The Sonoff version without Wps and SmartConfig configuration in different languages.
  • sonoff-knx.bin = The Knx version without Wps and SmartConfig configuration and some other features but adds KNX support.
  • sonoff-sensors.bin = The Sensors version without Wps and SmartConfig configuration but adds even more useful sensors.
  • sonoff-display.bin = The Display version without Wps and SmartConfig configuration and Energy Monitoring but adds display support.
  • sonoff-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

Core version 2.4.2 binaries can be found at http://thehackbox.org/tasmota/release/020402/

Core version 2.5.2 binaries can be found at http://thehackbox.org/tasmota/release/020502/

Available Features and Sensors

Feature or Sensor minimal basic classic sonoff knx sensors display Remarks
MY_LANGUAGE en-GB x x x x x x x
USE_WPS - - x - - - - WPS
USE_SMARTCONFIG - - x - - - - SmartConfig
USE_ARDUINO_OTA - - - - - - -
USE_DOMOTICZ - - x x x x -
USE_HOME_ASSISTANT - - - x x x -
USE_MQTT_TLS - - - - - - -
USE_MQTT_TLS_CA_CERT - - - - - - -
USE_MQTT_AWS_IOT - - - - - - -
USE_KNX - - - - x - -
USE_WEBSERVER x x x x x x x WifiManager
USE_EMULATION_HUE - x x x - x -
USE_EMULATION_WEMO - x x x - x -
USE_DISCOVERY - - x x x x x
WEBSERVER_ADVERTISE - - x x x x x
MQTT_HOST_DISCOVERY - - x x x x x
USE_TIMERS - x - x x x x
USE_TIMERS_WEB - x - x x x x
USE_SUNRISE - x - x x x x
USE_RULES - x - x x x x
USE_SCRIPT - - - - - - -
USE_EXPRESSION - - - - - - -
USE_ADC_VCC x x x - - - -
USE_COUNTER - - - x x x x
USE_DS18B20 - - - - - - - Single sensor
USE_DS18x20 - - x x x x x Multiple sensors
USE_DS18x20_LEGACY - - - - - - - Multiple sensors
USE_DHT - - x x x x x
Feature or Sensor minimal basic classic sonoff knx sensors display Remarks
USE_I2C - - - x x x x
USE_SHT - - - x x x x
USE_HTU - - - x x x x
USE_BMP - - - x x x x
USE_BME680 - - - - - x -
USE_BH1750 - - - x x x x
USE_VEML6070 - - - - - x -
USE_ADS1115 - - - - - x -
USE_ADS1115_I2CDEV - - - - - - -
USE_INA219 - - - - - x -
USE_SHT3X - - - x x x x
USE_TSL2561 - - - - - x -
USE_MGS - - - - - x -
USE_SGP30 - - - x x x x
USE_SI1145 - - - - - - -
USE_LM75AD - - - x x x x
USE_APDS9960 - - - - - - -
USE_MCP230xx - - - - - - -
USE_PCA9685 - - - - - - -
USE_MPR121 - - - - - - -
USE_CCS811 - - - - - - -
USE_MPU6050 - - - - - - -
USE_DS3231 - - - - - - -
USE_MGC3130 - - - - - - -
USE_MAX44009 - - - - - - -
USE_SCD30 - - - - - x -
USE_SPS30 - - - - - - -
USE_ADE7953 - - - x x x x
USE_VL53L0X - - - - - - -
USE_MLX90614 - - - - - - -
Feature or Sensor minimal basic classic sonoff knx sensors display Remarks
USE_SPI - - - - - - x
USE_MHZ19 - - - x x x x
USE_SENSEAIR - - - x x x x
USE_PMS5003 - - - x x x x
USE_NOVA_SDS - - - x x x x
USE_ENERGY_SENSOR - x x x x x -
USE_PZEM004T - - - x x x -
USE_PZEM_AC - - - x x x -
USE_PZEM_DC - - - x x x -
USE_MCP39F501 - x - x x x -
USE_SERIAL_BRIDGE - - - x x x x
USE_SDM120 - - - - - x -
USE_SDM630 - - - - - x -
USE_MP3_PLAYER - - - - - x -
USE_TUYA_DIMMER - x - x x x x
USE_ARMTRONIX_DIMMERS - x - x x x x
USE_PS_16_DZ - x - x x x x
USE_AZ7798 - - - - - - -
USE_PN532_HSU - - - - - x -
USE_IR_REMOTE - - - x x x x
USE_IR_HVAC - - - - - x -
USE_IR_RECEIVE - - - x x x x
USE_WS2812 - - x x x x x
USE_WS2812_DMA - - - - - - -
USE_ARILUX_RF - - - x x x -
USE_SR04 - - - x x x x
USE_TM1638 - - - - - x -
USE_HX711 - - - x x x x
USE_RF_FLASH - - - x x x -
USE_TX20_WIND_SENSOR - - - x x x x
USE_RC_SWITCH - - - x x x x
USE_RF_SENSOR - - - - - x - AlectoV2 only
USE_SM16716 - x x x x x x
USE_HRE - - - - - x -
USE_DISPLAY - - - - - - x
USE_DISPLAY_LCD - - - - - - x
USE_DISPLAY_SSD1306 - - - - - - x
USE_DISPLAY_MATRIX - - - - - - x
USE_DISPLAY_ILI9341 - - - - - - x
USE_DISPLAY_EPAPER_29 - - - - - - x Disabled for core 2.3.0

Changelog

Version 6.6.0 20190707

  • Remove support of TLS on core 2.3.0 and extent support on core 2.4.2 and up
  • Remove MQTT uptime message every hour
  • Refactor some defines to const
  • Refactor webserver HTML input, button, textarea, and select name based on id
  • Refactor webserver sensor data collection
  • Refactor TLS based on BearSSL, warning breaking change for fingerprints validation
  • Refactor management of lights, using classes and integers instead of floats
  • Refactor UDP initial message handling from string to char using static memory and add debug info (#5505)
  • Refactor IRsend and receive for 64-bit support (#5523)
  • Refactor MQTT which might solve issue (#5755)
  • Refactor IRSend by using heap when more than 199 values need to be send. May need increase of define MQTT_MAX_PACKET_SIZE too (#5950)
  • Refactor double to float in rules, and replaced trigonometric functions from stdlib with smaller versions (#6005)
  • Change pubsubclient MQTT_KEEPALIVE from 10 to 30 seconds for AWS IoT support
  • Change gamma correction as default behavior, ie "Ledtable 1"
  • Change PWM resolution from 8 to 10 bits for low brightness lights
  • Change IRSend Panasonic protocol to 64-bit (#5523)
  • Change ADC0 to enabled by default in my_user_config.h (#5671)
  • Change define USE_EMULATION by USE_EMULATION_HUE and USE_EMULATION_WEMO (#5826)
  • Change default PowerDelta from 80% to 0% on new installations (#5858, #5028, #4813, #4130, #4145, #3795, #3778, #3660, #3648)
  • Fix display Bug in KNX webmenu for Physical Address
  • Fix the Unescape() function and the SendSerial3 behaviour
  • Fix webserver multiple Javascript window.onload functionality
  • Fix TasmotaSerial at 9600 bps solving DFPlayer comms (#5528)
  • Fix Configure Timer Web GUI (#5568)
  • Fix Shelly 2.5 I2C address priority issue when VEML6070 code is present by disabling VEML6070 for Shelly 2.5 (#5592)
  • Fix use of SerialDelimiter value 128 (#5634)
  • Fix Sonoff Pow R2 / S31 invalid energy increments (#5789)
  • Fix core 2.5.x ISR not in IRAM exception (#5837)
  • Fix Philips Hue emulation Alexa issue by using part of MAC address for LightId (#5849)
  • Fix missing white channel for WS2812 (#5869)
  • Fix PZem startup issue (#5875)
  • Fix exception 9 when syslog is enabled and NTP is just synced (#5917)
  • Fix Toggle functionality to button double press when one button and two devices are detected (#5935)
  • Fix command Channel for dual dimmers (#5940)
  • Fix not restoring white value on power off/power on (#5993)
  • Add command AdcParam to control ADC0 Temperature and Light formula parameters
  • Add command LedMask to assign which relay has access to power LED (#5602, #5612)
  • Add extended LED power control using command LedPowerX where X is 1 to 4. Enabled when "LedLink(i)" is configured too (#5709)
  • Add command Sensor20 1..255 to change Nova Fitness SDS01 working period in minutes (#5452)
  • Add command SetOption38 6..255 to set IRReceive protocol detection sensitivity mimizing UNKNOWN protocols (#5853)
  • Add command SetOption39 1..255 to control CSE7766 (Pow R2) or HLW8032 (Blitzwolf SHP5) handling of power loads below 6W. Default setting is 128 (#5756)
  • Add command SetOption40 0..250 to disable button functionality if activated for over 0.1 second. Needs SetOption1 1 and SetOption13 0 (#5449)
  • Add command SetOption63 0/1 to disable relay state feedback scan at restart (#5594, #5663)
  • Add command SetOption64 0/1 to switch between "-" or "_" as sensor index separator impacting DS18X20, DHT, BMP and SHT3X sensor names (#5689)
  • Add command SetOption65 0/1 and more Tuya Serial based device support (#5815)
  • Add command WebColor to change GUI colors on the fly
  • Add support for AWS IoT with TLS 1.2 on core 2.4.2 and up. Full doc here: https://github.com/arendst/Sonoff-Tasmota/wiki/AWS-IoT
  • Add support for Badger HR-E Water Meter (#5539)
  • Add support for Shelly 2.5 Energy and overtemp Monitoring (#5592)
  • Add support for color and colortone for Philips Hue emulation via Alexa (#5600 #4809)
  • Add support for Scripts as replacement for Rules. Default disabled but can be enabled in my_user_config.h (#5689)
  • Add support for up to four LEDs related to four power outputs. Enabled when "LedLink(i)" is configured too (#5709)
  • Add support for Shelly 1PM Template {"NAME":"Shelly 1PM","GPIO":[56,0,0,0,82,134,0,0,0,0,0,21,0],"FLAG":2,"BASE":18} (#5716)
  • Add support for SPS30 Particle sensor thanks to Gerhard Mutz (#5830)
  • Add support for VL53L0x time of flight sensor. Might interfere with TSL2561 using same I2C address (#5845)
  • Add support for Sonoff L1 thanks to reef-actor (#6002)
  • Add rule Http#Initialized
  • Add rule System#Save executed just before a planned restart
  • Add rule support for single JSON value pair like {"SSerialReceived":"on"} by expanding it to {"SSerialReceived":{"Data":"on"}} allowing for trigger SSerialReceived#Data=on (#5638)
  • Add define USE_COUNTER to my_user_config.h to save space in sonoff-basic.bin and sonoff-minimal.bin
  • Add define USE_DHT to my_user_config.h to save space in sonoff-basic.bin
  • Add defines USE_EMULATION_WEMO and USE_EMULATION_HUE to my_user_config.h to control emulation features at compile time (#5826)
  • Add Toggle functionality to button double press when more devices are detected
  • Add device OverTemp (>73 Celsius) detection to Energy Monitoring devices with temperature sensor powering off all outputs
  • Add Tuya Dimmer 10 second heartbeat serial packet required by some Tuya dimmer secondary MCUs
  • Add all temperature, humidity and pressure for global access
  • Add validation check when loading settings from flash
  • Add HX711 weight restore after controlled restart or after power restore just before executing command Sensor34 7 (#5367, #5786)
  • Add GUI hexadecimal color options in my_user_config.h (#5586)
  • Add alternative IRSend command syntax IRSend raw,<freq>,<header mark>,<header space>,<bit mark>,<zero space>,<one space>,<bit stream> (#5610)
  • Add user configurable ADC0 to Module and Template configuration compatible with current FLAG options (#5671)
  • Add AriLux RF control GPIO option "ALux IrSel" (159) replacing "Led4i" (59) for full LED control (#5709)
  • Add LED GPIO option "LedLink" (157) and "LedLinki" (158) to select dedicated link status LED (#5709)
  • Add all 5 PWM channels individually adressable with LEDs. (#5741)
  • Add reset of Energy values when connection to sensor is lost for over 4 seconds (#5874, #5881)
  • Add checkbox to GUI password field enabling visibility during password entry only (#5934)
Tasmota - Sonoff-Tasmota v6.5.0

Published by arendst over 5 years ago

Migration Information

See wiki migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x

Release notes

Core version 2.3.0 vs 2.4.2

This release is based on ESP8266/Arduino library core 2.3.0 (again) as some people encountered wifi related issues on core 2.4.2. For others core 2.4.2 is working just fine. Both version are available from http://thehackbox.org/tasmota/release/

Change in default initial configuration tool

Firmware binary sonoff-classic.bin supports WifiManager, Wps and SmartConfig for initial configuration. The default tool is Wps.

To save memory space all other binaries support WifiManager only.

Supported Modules

The following hardware modules are supported.

Module Description
01 Sonoff Basic Sonoff Basic Wifi Smart Switch
02 Sonoff RF Sonoff RF Wifi Smart Switch with RF (434MHz) receiver
03 Sonoff SV Sonoff SV Safe Voltage Wifi Smart Switch
04 Sonoff TH Sonoff TH10/TH16 Wifi Smart Switch with Sensor connection
05 Sonoff Dual Sonoff Dual Wifi Smart Switch
06 Sonoff Pow Sonoff Pow Wifi Smart Switch with Energy Monitoring
07 Sonoff 4CH Sonoff 4CH 4-gang Wifi Smart Switch
08 Sonoff S2X Sonoff S20/S26 Wifi Smart Socket
09 Slampher Sonoff Slampher Wifi Smart Light Bulb Socket with RF (434MHz) receiver
10 Sonoff Touch Sonoff Touch Wifi Light Switch
11 Sonoff LED Sonoff Led Wifi Led Pack (Retired)
12 1 Channel 1 Channel Inching/Self Locking Wifi Switch 5V/12V
13 4 Channel 4 Channel Inching/Self Locking Wifi Switch (Retired)
14 Motor C/AC Motor Clockwise/Antoclockwise Wifi Switch (Retired)
15 ElectroDragon Electrodragon Wifi IoT Board
16 EXS Relay(s) Electronic Experience Store 1 or 2-gang Wifi Module
17 WiOn WiOn Wifi Smart Socket
18 Generic Any ESP8266/ESP8285 device like WeMos and NodeMCU
19 Sonoff Dev Sonoff Dev Wifi Development Board
20 H801 H801 Wifi RGBWW Led Controller
21 Sonoff SC Sonoff SC Wifi Environmental Monitor
22 Sonoff BN-SZ Sonoff BN-SZ01 Wifi Ceiling Led (Retired)
23 Sonoff 4CH Pro Sonoff 4CH Pro 4-gang Wifi Smart Switch
24 Huafan SS HuaFan Wifi Smart Socket
25 Sonoff Bridge Sonoff RF (434MHz) transceive to Wifi Bridge
26 Sonoff B1 Sonoff B1 Wifi RGBWW Led Bulb
27 AiLight Ai-Thinker RGBW Led Bulb
28 Sonoff T1 1CH Sonoff T1 1-gang Wifi Light Switch
29 Sonoff T1 2CH Sonoff T1 2-gang Wifi Light Switch
30 Sonoff T1 3CH Sonoff T1 3-gang Wifi Light Switch
31 Supla Espablo 2-gang Wifi Module
32 Witty Cloud Witty Cloud ESP8266 Wifi Development Board
33 Yunshan Relay ESP8266 Wifi Network Relay Module
34 MagicHome MagicHome, Flux-light and some Arilux LC10 RGB(W) Led Controller
35 Luani HVIO Luani ESP8266 Wifi I/O Module
36 KMC 70011 KMC Wifi Smart Socket with Energy Monitoring
37 Arilux LC01 Arilux AL-LC01 RGB Led Controller
38 Arilux LC11 Arilux AL-LC11 RGBWW Led Controller
39 Sonoff Dual R2 Sonoff Dual R2 Wifi Smart Switch
40 Arilux LC06 Arilux AL-LC06 RGB(WW) Led Controller
41 Sonoff S31 Sonoff S31 Wifi Smart Socket with Energy Monitoring
42 Zengge WF017 Zengge WF017 Wifi RGB(W) Led Controller
43 Sonoff Pow R2 Sonoff Pow R2 Wifi Smart Switch with Energy Monitoring
44 Sonoff iFan02 Sonoff iFan02 Wifi Smart Ceiling Fan with Light
45 BlitzWolf SHP BlitzWolf BW-SHP2, BW-SHP6, HomeCube SP1, Gosund SP111, Teckin SP22 Wifi Smart Switch with Energy Monitoring
46 Shelly 1 Shelly 1 Open Source Wifi Relay Module
47 Shelly 2 Shelly 2 Wifi 2-gang Relay Module with Energy Monitoring
48 Xiaomi Philips Xiaomi Philips Wifi WW Led Bulb
49 Neo Coolcam Neo Coolcam Wifi Smart Socket
50 ESP Switch ESP Switch 4-gang Wifi Switch with Leds
51 OBI Socket OBI Wifi Smart Socket
52 Teckin Teckin SP20 Wifi Smart Switch with Energy Monitoring
53 AplicWDP303075 Aplic WDP 303075 CSL Wifi Smart Switch with Energy Monitoring
54 Tuya Dimmer MIUO (and other Tuya based) Wifi Dimmer for Incandescent Lights and Led
55 Gosund SP1 v23 Gosund SP1 v2.3 Wifi Smart Switch with Energy Monitoring
56 ARMTR Dimmer ARMtronix Wifi dimmer for Incandescent Lights and Led
57 SK03 Outdoor SK03 Outdoor Wifi Smart Switch with Energy Monitoring
58 PS-16-DZ PS-16-DZ Wifi dimmer for Incandescent Lights and Led
59 Teckin US Teckin US and ZooZee SA102 Wifi Smart Switch with Energy Monitoring
60 Manzoku strip Manzoku Wifi Smart Power Strip with four Relays
61 OBI Socket 2 OBI 2 Wifi Smart Socket
62 YTF IR Bridge YTF Infra Red Wifi Bridge
63 Digoo DG-SP202 Digoo DG-SP202 Dual Wifi Smart Switch with Energy Monitoring
64 KA10 Smanergy KA10 Wifi Smart Wall Switch with Energy Monitoring
65 Luminea ZX2820 Luminea ZX2820 Wifi Smart Switch with Energy Monitoring
66 Mi Desk Lamp Mi Desk Lamp with rotary switch and Wifi
67 SP10 Tuya SP10 Wifi Smart Switch with Energy Monitoring
68 WAGA CHCZ02MB WAGA life CHCZ02MB Wifi Smart Switch with Energy Monitoring
69 SYF05 Sunyesmart SYF05 RGBWW Wifi Led Bulb

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.3.0.

  • sonoff.bin = The Sonoff version without Wps and SmartConfig configuration but adds more sensors. RECOMMENDED RELEASE BINARY
  • sonoff-basic.bin = The Basic version without Wps and SmartConfig configuration and most sensors.
  • sonoff-classic.bin = The Classic version allows initial installation using either WifiManager, Wps or SmartConfig.
  • sonoff-BG.bin to sonoff-TW.bin = The Sonoff version without Wps and SmartConfig configuration in different languages.
  • sonoff-knx.bin = The Knx version without Wps and SmartConfig configuration and some other features but adds KNX support.
  • sonoff-sensors.bin = The Sensors version without Wps and SmartConfig configuration but adds even more useful sensors.
  • sonoff-display.bin = The Display version without Wps and SmartConfig configuration and Energy Monitoring but adds display support.
  • sonoff-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.

Core version 2.4.2 binaries can be found at http://thehackbox.org/tasmota/release/020402/

Available Features and Sensors

Feature or Sensor minimal basic classic sonoff knx sensors display Remarks
MY_LANGUAGE en-GB x x x x x x x
USE_WPS - - x - - - - WPS
USE_SMARTCONFIG - - x - - - - SmartConfig
USE_ARDUINO_OTA - - - - - - -
USE_DOMOTICZ - - x x x x -
USE_HOME_ASSISTANT - - - x x x -
USE_MQTT_TLS - - - - - - -
USE_KNX - - - - x - -
USE_WEBSERVER x x x x x x x WifiManager
USE_EMULATION - x x x - x -
USE_DISCOVERY - - x x x x x
WEBSERVER_ADVERTISE - - x x x x x
MQTT_HOST_DISCOVERY - - x x x x x
USE_TIMERS - x - x x x x
USE_TIMERS_WEB - x - x x x x
USE_SUNRISE - x - x x x x
USE_RULES - x - x x x x
USE_EXPRESSION - - - - - - -
USE_ADC_VCC x x x x x - x
USE_DS18B20 - - - - - - - Single sensor
USE_DS18x20 - - x x x x x Multiple sensors
USE_DS18x20_LEGACY - - - - - - - Multiple sensors
Feature or Sensor minimal basic classic sonoff knx sensors display Remarks
USE_I2C - - - x x x x
USE_SHT - - - x x x x
USE_HTU - - - x x x x
USE_BMP - - - x x x x
USE_BME680 - - - - - x -
USE_BH1750 - - - x x x x
USE_VEML6070 - - - - - x -
USE_ADS1115 - - - - - x -
USE_ADS1115_I2CDEV - - - - - - -
USE_INA219 - - - - - x -
USE_SHT3X - - - x x x x
USE_TSL2561 - - - - - x -
USE_MGS - - - - - x -
USE_SGP30 - - - x x x x
USE_SI1145 - - - - - - -
USE_LM75AD - - - x x x x
USE_APDS9960 - - - - - - -
USE_MCP230xx - - - - - - -
USE_PCA9685 - - - - - - -
USE_MPR121 - - - - - - -
USE_CCS811 - - - - - - -
USE_MPU6050 - - - - - - -
USE_DS3231 - - - - - - -
USE_MGC3130 - - - - - - -
USE_MAX44009 - - - - - - -
USE_SCD30 - - - - - x -
Feature or Sensor minimal basic classic sonoff knx sensors display Remarks
USE_SPI - - - - - - x
USE_MHZ19 - - - x x x x
USE_SENSEAIR - - - x x x x
USE_PMS5003 - - - x x x x
USE_NOVA_SDS - - - x x x x
USE_ENERGY_SENSOR - x x x x x -
USE_PZEM004T - - - x x x -
USE_PZEM_AC - - - x x x -
USE_PZEM_DC - - - x x x -
USE_MCP39F501 - x - x x x -
USE_SERIAL_BRIDGE - - - x x x x
USE_SDM120 - - - - - x -
USE_SDM630 - - - - - x -
USE_MP3_PLAYER - - - - - x -
USE_TUYA_DIMMER - x - x x x x
USE_ARMTRONIX_DIMMERS - x - x x x x
USE_PS_16_DZ - x - x x x x
USE_AZ7798 - - - - - - -
USE_PN532_HSU - - - - - x -
USE_IR_REMOTE - - - x x x x
USE_IR_HVAC - - - - - x -
USE_IR_RECEIVE - - - x x x x
USE_WS2812 - - x x x x x
USE_WS2812_DMA - - - - - - -
USE_ARILUX_RF - - - x x x -
USE_SR04 - - - x x x x
USE_TM1638 - - - - - x -
USE_HX711 - - - x x x x
USE_RF_FLASH - - - x x x -
USE_TX20_WIND_SENSOR - - - x x x x
USE_RC_SWITCH - - - x x x x
USE_RF_SENSOR - - - - - x - AlectoV2 only
USE_SM16716 - x x x x x x
USE_DISPLAY - - - - - - x
USE_DISPLAY_LCD - - - - - - x
USE_DISPLAY_SSD1306 - - - - - - x
USE_DISPLAY_MATRIX - - - - - - x
USE_DISPLAY_ILI9341 - - - - - - x
USE_DISPLAY_EPAPER_29 - - - - - - x Disabled for core 2.3.0

Changelog

Version 6.5.0 20190319

  • Remove commands SetOption14 and SetOption63 as it has been superseded by command Interlock
  • Remove command SetOption35 0-255 for mDNS start-up delay (#4793)
  • Remove support for MQTT_LIBRARY_TYPE, MQTT_ARDUINOMQTT and MQTT_TASMOTAMQTT (#5474)
  • Change webserver content handling from single String to small Chunks increasing RAM
  • Change code use of boolean to bool and byte to uint8_t
  • Change code uint8_t flags to bool flags
  • Change sonoff_template.h layout regarding optional module flags like ADC0
  • Change sonoff_template.h module lay-out by removing non-configurable GPIOs
  • Change button driver making it modular
  • Change switch driver making it modular and introduce input filter (#4665, #4724)
  • Change switch input detection by optimizing switch debounce (#4724)
  • Change web authentication (#4865)
  • Change image name BE_MINIMAL to FIRMWARE_MINIMAL and USE_xyz to FIRMWARE_xyz (#5106)
  • Change GUI weblog from XML to plain text solving possible empty screens (#5154)
  • Fix most compiler warnings
  • Fix Display exception 28 when JSON value is NULL received
  • Fix epaper driver (#4785)
  • Fix HAss Sensor Discovery Software Watchdog restart (#4831, #4988)
  • Fix allowable MAX_RULE_VARS to 16 (#4933)
  • Fix mDNS addService (#4938, #4951)
  • Fix HAss discovery of MHZ19(B) sensors (#4992)
  • Fix some exceptions and watchdogs due to lack of stack space (#5215)
  • Fix GUI wifi password acception starting with asteriks (*) (#5231, #5242)
  • Fix command WebSend intermittent results (#5273, #5304)
  • Fix additional characters in fallbacktopic, hostname and mqttclient on core 2.5.0 (#5359, #5417)
  • Fix Energy TotalStartTime when commands EnergyReset0 and/or EnergyReset3 used (#5373)
  • Fix DS18S20 temperature calculation (#5375)
  • Fix float calculations in range from 0 to -1 (#5386)
  • Fix exception on GUI Configure Logging and Configure Other (#5424)
  • Add commands PowerCal, VoltageCal and CurrentCal for HLW8012, HJL01 and BL0937 based energy sensors
  • Add command SerialDelimiter 128 to filter reception of only characters between ASCII 32 and 127 (#5131)
  • Add command SSerialSend5 <hexdata> to SerialBridge
  • Add command Interlock 0 / 1 / 1,2 3,4 .. to control interlock ON/OFF and add up to 8 relays in 1 to 4 interlock groups (#4910, #5014)
  • Add command Template 255 to copy module configuration over to current active template and store as user template named Merged (#5371)
  • Add command WifiConfig 7 to allow reset of device in AP mode without admin password (#5297)
  • Add command SetOption36 to control boot loop default restoration (#4645, #5063)
  • Add command SetOption37 for RGBCW color mapping (#5326)
  • Add command SetOption55 0/1 and define MDNS_ENABLE to disable/enable mDNS (#4793, #4923)
  • Add command SetOption62 0/1 to disable retain on Button or Switch hold messages (#5299)
  • Add support for Smanergy KA10 Smart Wall Socket with Energy monitoring
  • Add support for commands in sensor drivers
  • Add support for MAX31855 K-Type thermocouple sensor using softSPI (#4764)
  • Add support for Near Field Communication (NFC) controller PN532 using Serial (#4791, #5162)
  • Add support for OBI Power Socket 2 (#4829)
  • Add support for YTF IR Bridge (#4855)
  • Add support for Mi LED Desk Lamp with rotary switch (#4887)
  • Add support for Digoo DG-SP202 Smart Socket with Energy monitoring (#4891)
  • Add support for MAX44009 Ambient Light sensor (#4907)
  • Add support for inverted buttons and inverted buttons without pullup (#4914)
  • Add support for Luminea ZX2820 Smart Socket with Energy monitoring (#4921)
  • Add support for multiple ADS1115 I2C devices (#5083)
  • Add support for online template change using command Template or GUI Configure Other (#5177)
  • Add support for Korean language translations (#5344)
  • Add support for sensor SCD30 (#5434)
  • Add parameter CFG_HOLDER to status 1 message (#5206)
  • Add SetOption32 until SetOption49 diagnostic information to Status 3 report as replacement for second property value in SetOption property name
  • Add Resolution property to Status 3 report providing previous SetOption second value property
  • Add property MqttCount to status 6 message representing number of Mqtt re-connections
  • Add property LinkCount to state and status 11 message representing number of Wifi Link re-connections
  • Add property Downtime to state and status 11 message representing the duration of wifi connection loss
  • Add variable %timestamp% to rules (#4749)
  • Add rule support for "==", "!=" ">=" and "<=" (#5122)
  • Add rule expression enabled by define USE_EXPRESSION in my_user_config.h (#5210)
  • Add Power status functionality to LED2 when configured leaving LED1 for Link status indication
  • Add user configuration of HLW8012 and HJL-01/BL0937 Energy Monitoring as used in Sonoff Pow and many Tuya based devices
  • Add user configuration of MCP39F501 Energy Monitoring as used in Shelly2
  • Add online template configuration using both commands and Configure Template menu option in GUI
  • Add (S)SerialSend3 escape sequence \x to allow hexadecimal byte value (#3560, #4947)
  • Add define DS18B20_INTERNAL_PULLUP to select internal input pullup when only one DS18B20 sensor is connected eliminating external resistor (#4738)
  • Add button control when no relay configured (#4682)
  • Add startup delay of 4 seconds to button control (#4829)
  • Add core version conditional compile options to provided PWM files (#4917)
  • Add resiliency to saved Settings (#5065)
  • Add MHZ19 Temperature as Domoticz Temperature selection (#5128)
  • Add HAss status sensor (#5139)
  • Add status message to former declined group commands (#5145)
  • Add 0x to IRRemote (SetOption29) and RCSwitch (SetOption28) received hexadecimal data (#5431)
Tasmota - Sonoff-Tasmota v6.4.1

Published by arendst almost 6 years ago

Migration Information

See wiki migration path for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:

  1. Migrate to Sonoff-Tasmota 3.9.x
  2. Migrate to Sonoff-Tasmota 4.x
  3. Migrate to Sonoff-Tasmota 5.14
  4. Migrate to Sonoff-Tasmota 6.x

Release notes

Change in default initial configuration tool

Firmware binary sonoff-classic.bin supports WifiManager, Wps and SmartConfig for initial configuration. The default tool is Wps.

To save memory space all other binaries support WifiManager only.

See _changelog.ino how to enable them again.

  • Define WIFI_CONFIG_TOOL now contains the default behaviour once a SSID has been configured.
  • If no SSID is configured making a wifi connection impossible the new define WIFI_CONFIG_NO_SSID will be used.
  • While define WIFI_CONFIG_NO_SSID is set to WIFI_WPSCONFIG in my_user_config.h the compiler will check for define USE_WPS and if not enabled WIFI_CONFIG_NO_SSID will default to WIFI_MANAGER using the webserver. If define USE_WEBSERVER is also not enabled WIFI_CONFIG_NO_SSID will default to WIFI_SMARTCONFIG. If define USE_SMARTCONFIG is also not enabled WIFI_CONFIG_NO_SSID will default to a new option WIFI_SERIAL allowing to enter wifi parameters to serial which is always possible.

Supported Modules

The following hardware modules are supported.

Module Description
01 Sonoff Basic Sonoff Basic Wifi Smart Switch
02 Sonoff RF Sonoff RF Wifi Smart Switch with RF (434MHz) receiver
03 Sonoff SV Sonoff SV Safe Voltage Wifi Smart Switch
04 Sonoff TH Sonoff TH10/TH16 Wifi Smart Switch with Sensor connection
05 Sonoff Dual Sonoff Dual Wifi Smart Switch
06 Sonoff Pow Sonoff Pow Wifi Smart Switch with Energy Monitoring
07 Sonoff 4CH Sonoff 4CH 4-gang Wifi Smart Switch
08 Sonoff S2X Sonoff S20/S26 Wifi Smart Socket
09 Slampher Sonoff Slampher Wifi Smart Light Bulb Socket with RF (434MHz) receiver
10 Sonoff Touch Sonoff Touch Wifi Light Switch
11 Sonoff LED Sonoff Led Wifi Led Pack (Retired)
12 1 Channel 1 Channel Inching/Self Locking Wifi Switch 5V/12V
13 4 Channel 4 Channel Inching/Self Locking Wifi Switch (Retired)
14 Motor C/AC Motor Clockwise/Antoclockwise Wifi Switch (Retired)
15 ElectroDragon Electrodragon Wifi IoT Board
16 EXS Relay(s) Electronic Experience Store 1 or 2-gang Wifi Module
17 WiOn WiOn Wifi Smart Socket
18 Generic Any ESP8266/ESP8285 device like WeMos and NodeMCU
19 Sonoff Dev Sonoff Dev Wifi Development Board
20 H801 H801 Wifi RGBWW Led Controller
21 Sonoff SC Sonoff SC Wifi Environmental Monitor
22 Sonoff BN-SZ Sonoff BN-SZ01 Wifi Ceiling Led (Retired)
23 Sonoff 4CH Pro Sonoff 4CH Pro 4-gang Wifi Smart Switch
24 Huafan SS HuaFan Wifi Smart Socket
25 Sonoff Bridge Sonoff RF (434MHz) transceive to Wifi Bridge
26 Sonoff B1 Sonoff B1 Wifi RGBWW Led Bulb
27 AiLight Ai-Thinker RGBW Led Bulb
28 Sonoff T1 1CH Sonoff T1 1-gang Wifi Light Switch
29 Sonoff T1 2CH Sonoff T1 2-gang Wifi Light Switch
30 Sonoff T1 3CH Sonoff T1 3-gang Wifi Light Switch
31 Supla Espablo 2-gang Wifi Module
32 Witty Cloud Witty Cloud ESP8266 Wifi Development Board
33 Yunshan Relay ESP8266 Wifi Network Relay Module
34 MagicHome MagicHome, Flux-light and some Arilux LC10 RGB(W) Led Controller
35 Luani HVIO Luani ESP8266 Wifi I/O Module
36 KMC 70011 KMC Wifi Smart Socket with Energy Monitoring
37 Arilux LC01 Arilux AL-LC01 RGB Led Controller
38 Arilux LC11 Arilux AL-LC11 RGBWW Led Controller
39 Sonoff Dual R2 Sonoff Dual R2 Wifi Smart Switch
40 Arilux LC06 Arilux AL-LC06 RGB(WW) Led Controller
41 Sonoff S31 Sonoff S31 Wifi Smart Socket with Energy Monitoring
42 Zengge WF017 Zengge WF017 Wifi RGB(W) Led Controller
43 Sonoff Pow R2 Sonoff Pow R2 Wifi Smart Switch with Energy Monitoring
44 Sonoff iFan02 Sonoff iFan02 Wifi Smart Ceiling Fan with Light
45 BlitzWolf SHP BlitzWolf BW-SHP2, BW-SHP6, HomeCube SP1, Gosund SP111, Teckin SP22 Wifi Smart Switch with Energy Monitoring
46 Shelly 1 Shelly 1 Open Source Wifi Relay Module
47 Shelly 2 Shelly 2 Wifi 2-gang Relay Module with Energy Monitoring
48 Xiaomi Philips Xiaomi Philips Wifi WW Led Bulb
49 Neo Coolcam Neo Coolcam Wifi Smart Socket
50 ESP Switch ESP Switch 4-gang Wifi Switch with Leds
51 OBI Socket OBI Wifi Smart Socket
52 Teckin Teckin SP20 Wifi Smart Switch with Energy Monitoring
53 AplicWDP303075 Aplic WDP 303075 CSL Wifi Smart Switch with Energy Monitoring
54 Tuya Dimmer MIUO (and other Tuya based) Wifi Dimmer for Incandescent Lights and Led
55 Gosund SP1 v23 Gosund SP1 v2.3 Wifi Smart Switch with Energy Monitoring
56 ARMTR Dimmer ARMtronix Wifi dimmer for Incandescent Lights and Led
57 SK03 Outdoor SK03 Outdoor Wifi Smart Switch with Energy Monitoring
58 PS-16-DZ PS-16-DZ Wifi dimmer for Incandescent Lights and Led
59 Teckin US Teckin US and ZooZee SA102 Wifi Smart Switch with Energy Monitoring
60 Manzoku strip Manzoku Wifi Smart Power Strip with four Relays

Provided Binary Downloads

The following binary downloads have been compiled with ESP8266/Arduino library core version 2.4.2 patched with the Alexa fix.

  • sonoff-minimal.bin = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version should NOT be used for initial installation.
  • sonoff-classic.bin = The Classic version allows initial installation using either WifiManager, Wps or SmartConfig.
  • sonoff.bin = The Sonoff version without Wps and SmartConfig configuration but adds more sensors.
  • sonoff-BG.bin to sonoff-TW.bin = The Sonoff version without Wps and SmartConfig configuration in different languages.
  • sonoff-sensors.bin = The Sensors version without Wps and SmartConfig configuration but adds even more useful sensors.
  • sonoff-display.bin = The Display version without Wps and SmartConfig configuration but adds display support.
  • sonoff-knx.bin = The Knx version without Wps and SmartConfig configuration and some other features but adds KNX support.

Available Features and Sensors

Feature or Sensor minimal basic classic sonoff knx sensors Remarks
ESP/Arduino lib v2.3.0 346k 429k 482k 504k 522k 535k
ESP/Arduino lib v2.4.2 366k 446k 496k 522k 538k 551k No wifi sleep
MY_LANGUAGE en-GB x x x x x x
MQTT_LIBRARY_TYPE PUBSUBCLIENT x x x x x x
USE_WPS - - x - - - WPS
USE_SMARTCONFIG - - x - - - SmartConfig
USE_ARDUINO_OTA - - - - - -
USE_DOMOTICZ - - x x x x
USE_HOME_ASSISTANT - - - x x x
USE_MQTT_TLS - - - - - -
USE_KNX - - - - x -
USE_WEBSERVER x x x x x x WifiManager
USE_EMULATION - x x x - x
USE_DISCOVERY - - x x x x
WEBSERVER_ADVERTISE - - x x x x
MQTT_HOST_DISCOVERY - - x x x x
USE_TIMERS - x - x x x
USE_TIMERS_WEB - x - x x x
USE_SUNRISE - x - x x x
USE_RULES - x - x x x
USE_ADC_VCC x x x x x -
USE_DS18B20 - - - - - - Single sensor
USE_DS18x20 - - x x x x Multiple sensors
USE_DS18x20_LEGACY - - - - - - Multiple sensors
Feature or Sensor minimal basic classic sonoff knx sensors
USE_I2C - - - x x x
USE_SHT - - - x x x
USE_HTU - - - x x x
USE_BMP - - - x x x
USE_BME680 - - - - - x
USE_BH1750 - - - x x x
USE_VEML6070 - - - - - x
USE_ADS1115 - - - - - x
USE_ADS1115_I2CDEV - - - - - -
USE_INA219 - - - - - x
USE_SHT3X - - - x x x
USE_TSL2561 - - - - - x
USE_MGS - - - - - x
USE_SGP30 - - - x x x
USE_SI1145 - - - - - x
USE_LM75AD - - - x x x
USE_APDS9960 - - - - - -
USE_MCP230xx - - - - - -
USE_PCA9685 - - - - - -
USE_MPR121 - - - - - -
USE_CCS811 - - - - - -
USE_MPU6050 - - - - - -
USE_DS3231 - - - - - -
USE_MGC3130 - - - - - -
Feature or Sensor minimal basic classic sonoff knx sensors
USE_SPI - - - - - -
USE_MHZ19 - - - x x x
USE_SENSEAIR - - - x x x
USE_PMS5003 - - - x x x
USE_NOVA_SDS - - - x x x
USE_PZEM004T - - - x x x
USE_PZEM_AC - - - x x x
USE_PZEM_DC - - - x x x
USE_MCP39F501 - x - x x x
USE_SERIAL_BRIDGE - - - x x x
USE_SDM120 - - - - - x
USE_SDM630 - - - - - x
USE_MP3_PLAYER - - - - - x
USE_TUYA_DIMMER - x - x x x
USE_ARMTRONIX_DIMMERS - x - x x x
USE_PS_16_DZ - x - x x x
USE_AZ7798 - - - - - -
USE_IR_REMOTE - - - x x x
USE_IR_HVAC - - - - - x
USE_IR_RECEIVE - - - x x x
USE_WS2812 - - x x x x
USE_WS2812_DMA - - - - - -
USE_ARILUX_RF - - - x x x
USE_SR04 - - - x x x
USE_TM1638 - - - - - x
USE_HX711 - - - x x x
USE_RF_FLASH - - - x x x
USE_TX20_WIND_SENSOR - - - x x x
USE_RC_SWITCH - - - x x x
USE_RF_SENSOR - - - - - x AlectoV2 only
USE_DISPLAY - - - - - -

Changelog

Version 6.4.1 20181225

  • Change RAM usage BMP/BME I2C sensors
  • Change FallbackTopic from cmnd/<mqttclient>/ to cmnd/<mqttclient>_fb/ to discriminate from Topic (#1528)
  • Change FallbackTopic detection (#4706)
  • Change Hass discovery to short MQTT messages as used by Hass 0.81 and up (#4711)
  • Change MQTT GUI password handling (#4723)
  • Fix possible dtostrf buffer overflows by increasing buffers
  • Fix wifi strongest signal detection (#4704)
  • Fix Alexa "this value is outside the range of the device". Needs power cycle and Alexa deletion/discovery cycle. (#3159, #4712)
  • Add Slovak language file (#4663)
  • Add support for AZ-Instrument 7798 CO2 meter/datalogger (#4672)
  • Add define WIFI_SOFT_AP_CHANNEL in my_user_config.h to set Soft Access Point Channel number between 1 and 13 as used by Wifi Manager web GUI (#4673)
  • Add define USE_MQTT_TLS_CA_CERT for checking MQTT TLS against root ca using Let's Encrypt cert from sonoff_letsencrypt.h - not supported with core 2.3.0 (#4703)

Version 6.4.0 20181217

  • Change GUI Configure Module by using AJAX for data fetch to cut page size (and memory use) by 40%.
    In case of web page errors clear your browser cache or do Page Reload (F5 or Ctrl+R)
  • Change enforcing flashmode dout but it is still mandatory
  • Change bootcount update (being first) flash write to 10 seconds after restart
  • Change display and epaper drivers
  • Change command WebSend Host header field from IP address to hostname (#4331)
  • Change log buffer size from 512 to 520 to accommodate http sensor data (#4354)
  • Change default WIFI_CONFIG_TOOL from WIFI_WAIT to WIFI_RETRY in my_user_config.h (#4400)
  • Change webgui refresh time delay for Save Settings and local OTA Upload (#4423)
  • Change SR-04 driver to use NewPing library (#4488)
  • Change MCP230xx driver to support interrupt retention over teleperiod (#4547)
  • Change support for MPU6050 using DMP (#4581)
  • Fix unintended function overload of WifiState
  • Fix wifi connection errors using wifi disconnect and ESP.reset instead of ESP.restart
  • Fix Sonoff Pow R2 and Sonoff S31 Serial interface hang caused by Sonoff Basic R2 driver delay implementation (and possibly core bug)
  • Fix MQTT connection error after restart
  • Fix wifi re-scan connection baseline
  • Fix possible strncat buffer overflows
  • Fix intermittent Pzem sensor energy overflow calculation error
  • Fix shelly2 ghost switching caused by lack of pull-up inputs (#4255)
  • Fix hardware serial pin configuration. To keep using hardware serial swap current Rx/Tx pin configuration only (#4280)
  • Fix MqttRetry values above 255 seconds (#4424)
  • Fix WifiManager functionality on initial installation (#4433)
  • Fix ArduinoOTA for Core 2.5.0 (#4620)
  • Add minutes to commands Timezone to allow all possible world timezones
  • Add more strict checks for GPIO selections
  • Add code image and optional commit number to version
  • Add dynamic delay to main loop providing time for wifi background tasks
  • Add additional start-up delay during initial wifi connection
  • Add support for decoding Theo V2 sensors as documented on https://sidweb.nl using 434MHz RF sensor receiver
  • Add support for decoding Alecto V2 sensors like ACH2010, WS3000 and DKW2012 weather stations using 868MHz RF sensor receiver
  • Add user definition of defines WIFI_RSSI_THRESHOLD (default 10) and WIFI_RESCAN_MINUTES (default 44)
  • Add command SetOption58 0/1 to enable IR raw data info in JSON message (#2116)
  • Add command IRSend <frequency>|0,<rawdata1>,<rawdata2>,.. to allow raw data transmission (#2116)
  • Add command SetOption56 0/1 to enable wifi network scan and select highest RSSI (#3173)
  • Add command SetOption57 0/1 to enable wifi network re-scan every 44 minutes with a rssi threshold of 10 to select highest RSSI (#3173)
  • Add support for SDM220 (#3610)
  • Add default sleep 1 to sonoff-basic to lower energy consumption (#4217)
  • Add wifi status to Tuya (#4221)
  • Add delays to reduce CPU usage at boot time (#4233)
  • Add command SetOption24 0/1 to select pressure unit as hPa or mmHg (#4241)
  • Add optional hardware serial when GPIO13(Rx) and GPIO15(Tx) are selected removing hardware serial from GPIO01(Tx) and GPIO03(Rx) (#4288)
  • Add support for Gosund SP1 v2.3 Power Socket with Energy Monitoring (#4297)
  • Add support for Armtronix dimmers. See wiki for info (#4321)
  • Add to command WebSend option to send a direct path when command starts with a slash (#4329)
  • Add support for LG HVac and IrRemote (#4377)
  • Add initial support for Hass sensor discovery (#4380)
  • Add support for Fujitsu HVac and IrRemote (#4387)
  • Add support for I2C MGC3130 Electric Field Effect sensor by Christian Baars (#3774, #4404)
  • Add command CalcRes to set number of decimals (0 - 7) used in commands ADD, SUB, MULT and SCALE (#4420)
  • Add CPU average load to state message (#4431)
  • Add command SetOption59 0/1 to change state topic from tele/STATE to stat/RESULT (#4450)
  • Add support for SM Smart Wifi Dimmer PS-16-DZ (#4465)
  • Add support for Teckin US Power Socket with Energy Monitoring (#4481)
  • Add command SetOption60 0/1 to select dynamic sleep (0) or sleep (1) (#4497)
  • Add support for iFan02 Fanspeed in Domoticz using a selector (#4517)
  • Add support for GPIO02 for newer Sonoff Basic (#4518)
  • Add Announce Switches to MQTT Discovery (#4531)
  • Add support for Manzoku Power Strip (#4590)