Skip to content

Releases: arendst/Tasmota

Sonoff-Tasmota

01 Jun 15:41
Compare
Choose a tag to compare

5.1.4 20170601

  • Removed pre-compiled versions from repository as they are available within the release
  • Changed HUE Device type to color supporting version (#464)
  • Fix compile error when BE_MINIMAL is selected (#467, #476)
  • Add multiple compiled versions to release using updated Travis script and platformio.ini (#467)

Provided pre-compiled binaries

  • sonoff.bin = the default firmware for all but initial Sonoff-Touch and Sonoff-4CH devices
  • sonoff-touch-4ch.bin = the inital firmware for the Sonoff-Touch and Sonoff-4CH ONLY and is only used at initial serial upload to these devices. Future (OTA and web) uploads can use the sonoff.bin version as this version will be patched during (OTA and web) uploading to satisfy the esp8285 chip and flash layout.
  • sonoff-minimal.bin = is interim firmware to be used when the above firmware images become too big to fit as OTA or web upload; installing this one first and THEN uploading the desired sonoff.bin allows for future firmware size growth over the OTA file limit of 1/2 flash size.
  • sonoff-ds18x20.bin = is a version of sonoff.bin with the USE_DS18x20 define enabled and a larger MQTT buffer size to be used by people having more than 4 ds18x20 sensors connected.

Sonoff-Tasmota

20 May 12:11
Compare
Choose a tag to compare

5.1.3 20170520

  • Add Domoticz Counter

Sonoff-Tasmota

19 May 14:14
Compare
Choose a tag to compare

5.1.2 20170519

  • Fix Counter/Timer JSON message and update Counter/Timer on webpage
  • Fix WS2812 Domoticz related regression issues

Sonoff-Tasmota

17 May 20:52
Compare
Choose a tag to compare

5.1.1 20170517

  • Allow command FullTopic in group mode
  • Prepare for more use of RTC memory
  • Add independant WS2812 led string power control (#386, #390)
  • Add command Counter to control up to four GPIO falling edge interrupt counters or timers (#459)
  • Add command CounterType to select between pulse counting or pulse timing
  • Add command CounterDebounce to select global counter debounce time in mSec

Sonoff-Tasmota

13 May 11:07
Compare
Choose a tag to compare

5.1.0 20170513

  • Fix Offline/Removal of retained topic when FullTopic is changed
  • Add FullTopic to MQTT Configuration and Information web pages
  • Add license model GPLv3 (#188)

Sonoff-Tasmota

11 May 15:50
Compare
Choose a tag to compare

5.0.7 20170511

  • Fix possible exception 28 on empty command
  • Add command SetOption0 as replacement for SaveState
  • Add command SetOption1 as replacement for ButtonRestrict
  • Add command SetOption2 as replacement for Units
  • Add command SetOption4 as replacement for MqttResponse
  • Add command SetOption8 as replacement for TempUnit
  • Add command SetOption10 On|Off to select between Offline or Removing previous retained topic (#417, #436)

Sonoff-Tasmota

10 May 12:22
Compare
Choose a tag to compare

5.0.6 20170510

  • Remove hyphen in case of a single DHT sensor connecetd (#427)
  • Add command MqttRetry to change default MQTT reconnect retry timer from minimal 10 seconds (#429)

Sonoff-Tasmota

08 May 11:23
Compare
Choose a tag to compare

5.0.5 20170508

Sonoff-Tasmota

05 May 16:00
Compare
Choose a tag to compare

5.0.4 20170505

  • Add Sonoff Pow Energy Total up to 40 MWh
  • Add command EnergyReset 1|2|3 to reset Energy counters (#406)
  • Fix Domoticz Energy logging (#411)
  • Add command PowerOnState 4 to keep relay always on and disabling all power control (#418)

Sonoff-Tasmota

04 May 12:01
Compare
Choose a tag to compare

5.0.3 20170504

  • Add command SensorRetain on|off to enable retaining of mqtt message tele/sonoff/SENSOR (#74)
  • Change WifiConfig timeout from 60 seconds to 180 seconds (#212)
  • Change Sonoff Touch command Ledstate functionality by turning led on if power is off (#214)
  • Add 4 seconds delay after power on before enabling button to workaround Wemos D1 mini RTS circuit (#380)