Skip to content

Sonoff-Tasmota

Compare
Choose a tag to compare
@arendst arendst released this 30 Jul 16:00
· 20225 commits to master since this release

5.5.0 20170730

  • Reduce code space by removing the following commands as they are replaced by SetOption alternatives:
    SaveState = SetOption0
    ButtonRestrict = SetOption1
    Units = SetOption2
    MQTT = SetOption3
    MQTTResponse = SetOption4
    TempUnit = SetOption8
  • Smoothing WS2812 animation poll, invert fade speed and max allowed wakeup time down to 3000 seconds
  • Fix initial button press detection
  • Add support for Sonoff RF Bridge 433 using command RfKey
  • Fix regression from 5.0.7 by increasing message buffer size from 360 to 368 to accomodate 4 x DS18x20 sensors (#637)
  • Add GroupTopic to Topic test when using ButtonTopic/SwitchTopic to send either ON/OFF or TOGGLE (#642)
  • Adjust HLW calibration limits to accomodate HuaFan device and add commands HlwPSet, HlwUSet and HlwISet (#654)

Provided pre-compiled binary downloads

  • sonoff.bin = the default firmware for all devices
  • 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.