Skip to content

Releases: arendst/Tasmota

NextGen

13 Feb 16:53
Compare
Choose a tag to compare

3.9.15 20170213

NextGen

11 Feb 14:09
Compare
Choose a tag to compare

3.9.14 20170211

  • Add False and True as alternatives for 0/Off and 1/On (#49)
  • Fix Status10 JSON format (#52)
  • Fix DS18x20 using OneWire library (#53)
  • Add FlashChipMode to Status 4
  • Removed redundant DHT2 option and code
  • Add Sonoff SV GPIO pin 05 configuration (#40)
  • Add configuration file backup and restore via web page
  • Fix latency due to light_sleep mode even if sleep was set to zero (#50)

NextGen

08 Feb 11:58
Compare
Choose a tag to compare

3.9.12 20170208

  • Fix compile error when webserver is disabled (#30)
  • Fix possible ESP8285 flash problem by updating Flash Chip Mode to DOUT during OTA upload
  • Fix hostname issues by not allowing user entry of string formatting and removing from user_config.h (#36)

NextGen

04 Feb 16:27
Compare
Choose a tag to compare

3.9.11 20170204

  • Fix command I2Cscan
  • Fix not allowed spaces in Topic, ButtonTopic and SwitchTopic
  • Make all TELEMETRY, STATUS and COMMAND message topics unique (#4)
  • Advertise command topic to be used by iobroker (#299)
  • Fix butten (non)detection if no GPIO_KEY1 is defined (#13)
  • Change WeMo serialnumber from 7 decimal chars to 8 hexadecimal chars (#18)
  • Update web page with Build Date/Time, Emulation and mDNS Discovery and Advertise information (#21)

NextGen

30 Jan 21:59
Compare
Choose a tag to compare

3.9.10 20170130

  • Add WS2812 Color Type selection (RGB or GRB) to user_config.h (#7)
  • Hue api changes to support HUE App(s) (#8)
  • Add command status 10 showing sensor data
  • Fix hlw status messages if hlw is disabled
  • Remove GPIO07 and GPIO08 from user selectable (#5)
  • Fix possible WS2812 exceptions when using emulation
  • Add command Emulation to dynamic configure Belkin WeMo and Hue Bridge for Alexa
  • Add dynamic sleep for WS2812 animation (#1)

NextGen

28 Jan 18:03
Compare
Choose a tag to compare

3.9.5 2017018

  • Fix error message in case of wrong Domoticz command
  • Fix Sonoff Dual Relay switching (#287)
  • Add confirmation before Restart via webpage
  • Expand Domoticz Configuration webpage with Key, Switch and Sensor Index and
    add commands DomoticzSwitchIdx and DomoticzSensorIdx (#86) (#174) (#219)
  • Fix default DHT11 sensor driver selection
  • Fix LedPower status after button press (#279)
  • Add command Sleep 0 - 250 mSec for optional light sleep mode to lower energy consumption (#272)
    (Expect overall button/key/switch misses and wrong values on Sonoff Pow)
  • Add Hue brightness extension (#281)
  • Fix Hue brightness and change to call by reference (#283)
  • Add confirmation before Reset Configuration via webpage (#244)
  • Add WS2812 features (see Wiki commands)
  • Change PowerOnState function to only trigger when Power On (and not just restart) (#238)
  • Move HLW interrupts back to RAM and make WS2812_DMA optional as it generates Exception on Pow (#264)
  • Add charset=utf-8 to webpages (#266)
  • Update Hue emulation (#268)
  • Fix status module number
  • Add support for domoticz Dimmer on Sonoff_Led and WS2812
  • Fix possible ESP8285 flash problem by updating Flash Chip Mode to DOUT during web upload