Skip to content

Tags: norfanos/Sonoff-Tasmota

Tags

v5.6.1

Toggle v5.6.1's commit message
v5.6.1

5.6.1 20170818
* Change module list order in webpage
* Fix Sonoff T1 1CH and 2CH configuration (arendst#751)
*
* 5.6.0 20170818
* Fix Sonoff Pow intermittent exception 0
* Change Sonoff Pow sending Domoticz telemetry data only
* Add Ai-Thinker RGBW led (AiLight) (experimental)
* Add NeoPixelBus library to Sonoff Led for Hue support
* Add user configurable GPIO4 and GPIO5 to module Sonoff Bridge
* Add Sonoff B1 RGBCW led support with command Color RRGGBBCCWW (arendst#676)
* Add command CT 152..500 to Sonoff Led and Sonoff B1 to control Color
Temperature
* Add Cold-Warm slider to web page for Sonoff Led and Sonoff B1
* Add CT parameter to Hue
* Add Sonoff T1 support (arendst#582)
* Add AnalogInput0 if configured as Analog Input to webpage (arendst#697, arendst#746)
* Add command SetOption14 0|1 to enable interlock mode (arendst#719, arendst#721)
* Fix Mitsubishi HVAC IR power controll (arendst#740)

v5.5.2

Toggle v5.5.2's commit message
v5.5.2

5.5.2 20170808
* Extent max number of WS2812 pixels from 256 to 512 (arendst#667)
* Add OTA handling if server responds with no update available (arendst#695)
* Removed undocumented command FlashMode (arendst#696)
* Fix compile time error message due to increased message buffer size
(arendst#703)

v5.5.1

Toggle v5.5.1's commit message
v5.5.1

5.5.1 20170805
* Fix Sonoff Rf Bridge issues
* Add Sonoff RF Bridge MQTT messages on received and learned RF signal
* Add command VoltRes 0|1 to select voltage resolution to 0.1 V (arendst#654)
* Add averaging to Analog input (arendst#686)
* Add Energy tele data on Sonoff Pow Threshold change (arendst#688)
* Fix inconsistent property names in Messages (arendst#690)

v5.5.0

Toggle v5.5.0's commit message
v5.5.0

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 (arendst#637)
* Add GroupTopic to Topic test when using ButtonTopic/SwitchTopic to
send either ON/OFF or TOGGLE (arendst#642)
* Adjust HLW calibration limits to accomodate HuaFan device and add
commands HlwPSet, HlwUSet and HlwISet (arendst#654)

v5.4.0

Toggle v5.4.0's commit message
v5.4.0

5.4.0 20170725
* Fix command reset regression introduced in 5.2.0
* Increase polling from 0.1 second to 0.05 second
* Add multipress to all buttons
* Fix button 1 double press behaviour on multi relay devices
* Add support for Hua Fan Smart Socket (arendst#479)
* Add support for Sonoff 4ch Pro (arendst#565)
* Add command SetOption13 1 to allow immediate action on single button
press
*   (disables multipress, hold and unrestricted commands) (arendst#587)

v5.3.0

Toggle v5.3.0's commit message
v5.3.0

5.3.0 20170715
* Major Hue rewrite which might introduce Alexa problems. If so,
initiate an issue
* Add support for Sonoff Led and BN-SZ01 Ceiling Led brightness control
to Hue
* Fix Sonoff Led Power, Dimmer and Color MQTT response (arendst#176)
* Add commands Delay and Backlog to allow multiple commands at once
separated by ";" (arendst#593)
* Use default flashmode DOUT to solve restart hangs on esp8285 chips
(arendst#453, arendst#598)
* Change Web console column width from 99 to 300 (arendst#599)

v5.2.4

Toggle v5.2.4's commit message
v5.2.4

5.2.4 20170703
* Removed flash mode update after selecting different module solving
esp8285 related problems
* Add device type flag to sonoff_template.ino
* Change Sonoff Led Wakeup and add support for Sonoff BN-SZ01 Led

v5.2.3

Toggle v5.2.3's commit message
v5.2.3

5.2.3 20170630
* Change Sonoff Led color conversion code
* Fix SetOption12 handling
* Simplify auto configuration upgrade
* Add option Upgrade <version_number> to only upgrade to any higher
version (Old PR arendst#213)
* Change FallbackTopic to cmnd/<MQTTClient>/<command> <parameter>
bypassing FullTopic and Prefix (arendst#538)

v5.2.2

Toggle v5.2.2's commit message
v5.2.2

5.2.2 20170625
* Add configuration SaveAddress to Status 1 and Information Page
* Change Sonoff Led Color conversion from AtoH to strtol
* Fix possible wrong uploads due to configuration overwrites (arendst#542)
* Fix payload negative numbers (arendst#547)

v5.2.1

Toggle v5.2.1's commit message
v5.2.1

5.2.1 20170622
* Fix Restore Configuration in case of lower version
* Revert auto configuration upgrade allowing easy upgrade which was
removed in version 5.2.0
* Fix config auto upgrade from versions below version 4.1.1 (arendst#530)