Skip to content

Releases: arendst/Tasmota

Sonoff-Tasmota

08 Mar 15:24
Compare
Choose a tag to compare

4.0.2 20170308

  • Restore correct seriallog level after Serial logging was disabled
  • Add simple dimmer slider to Sonoff Led web page
  • Reduced root webpage size by 31%
  • Expand Status 2 with Build date/time and core version
  • Fix webserver redirection when not in WifiManager mode (#156)
  • Add command ButtonRestrict On/Off to restrict access to button hold and button multi press options above 2 (#161)
  • Fix DS18S20 negative temperature readings (#165)
  • Fix crlf compilation error due to bad syntax (#144, #167)

Sonoff-Tasmota

05 Mar 14:12
Compare
Choose a tag to compare

4.0.1 20170305

  • Fix char default sizes and set MESSZ to 360 (#143)
  • Fix SerialLog setting status
  • Disable syslog when emulation is active
  • Add DS18B20 web page display refresh

Sonoff-Tasmota

03 Mar 11:38
Compare
Choose a tag to compare

4.0.0 20170303

  • Add define to remove config migration code for versions below 3.0 (See Wiki-Upgrade-Migration path)
  • Free memory by switching from String to char[]
  • Raised Sonoff Led PWM frequency from 200Hz to 432Hz in search of stability (hardware watchdog timeouts) (#122)
  • Increase message size and suggested minimum MQTT_MAX_PACKET_SIZE to 512 (#114, #124)
  • Remove runtime warning message regarding MQTT_MAX_PACKET_SIZE too small as it is now moved to compile time (#124)
  • Fix possible panics with web console and http commands while UDP syslog is active (#127)
  • Add optional static IP address (#129)
  • Add define ENERGY_RESOLUTION in user_config.h to allow user control over precision (#136)

NextGen

28 Feb 15:05
Compare
Choose a tag to compare

3.9.22 20170228

  • Update web console
  • Fix Status 4 JSON message
  • Add Exception info during restart if available
  • Add osWatch service to detect loop hangs that might happen during (OTA) upgrades
  • Add WiOn support for relay and switch only (#82, #102)
  • Allow for user specified relay count up to four in sonoff_template.h (#109)
  • Add support for HTU21 compatible I2C sensors SI7013, SI7020 and SI7021 (#118)
  • Add NodeMCU or Wemos configuration option (#119)

NextGen

24 Feb 17:20
Compare
Choose a tag to compare

3.9.21 20170224

  • Add ajax to web root page and web console (#79)
  • Add commands SwitchMode1..4 and enable user switches 2, 3 and 4 (#84, #88)
  • Fix MQTT upgrade when webserver is active

NextGen

21 Feb 17:16
Compare
Choose a tag to compare

3.9.20 20170221

  • Add minimal basic authentication to Web Admin mode (#87)
  • Fix Hue and add HSB support (#89)

NextGen

19 Feb 16:56
Compare
Choose a tag to compare

3.9.19 20170219

  • Sonoff Led: Made GPIO04, 05 and 15 available for user
  • Sonoff Led: Add commands Fade, Speed, WakupDuration, Wakeup and LedTable

NextGen

18 Feb 17:09
Compare
Choose a tag to compare

3.9.18 20170218

  • Fix ledstate 0 to turn off led
  • Fix Sonoff Led dimmer range (#16)
  • Change Sonoff Led command Dimmer to act on both cold and warm color
  • Add Sonoff Led command Color CCWW where CCWW are hexadecimal values fro 00 - FF
  • Reduce Sonoff Led flickering by disabling interrupts during flash save and disabling
    Led during OTA upgrade and Web upload (#16)

NextGen

17 Feb 16:22
Compare
Choose a tag to compare

3.9.17 20170217

  • Fix possible ArduinoJSON related memory fragmentation
  • Changed console logging using less memory
  • Add GPIO04 as user selectable for Sonoff Dual (#75)

NextGen

14 Feb 13:29
Compare
Choose a tag to compare

3.9.16 20170214

  • Update latching relay handler
  • Add support for IR led using IRremoteESP8266 library (#59)
  • Add Hue argument passing using ArduinoJSON library (#59)