Skip to content

Version 3.1.16

Compare
Choose a tag to compare
@arendst arendst released this 11 Jan 14:23
· 44 commits to master since this release

3.1.16 20170109

  • Fix Domoticz possible error condition
  • Remove Wifi password from connection message (#216)
  • Add Configure Other menu item to web page (#209)
  • Add command FriendlyName, field Friendly Name and define FRIENDLY_NAME to be used by Alexa
    eliminating current use of MQTT_CLIENT_ID (#209)
  • Add friendlyname to webpage replacing former hostname
  • Fix Domoticz send key regression with Toggle command
  • Add support for command TOGGLE (define MQTT_CMND_TOGGLE) when ButtonTopic is in use and not equal to Topic (#207)
  • Fix web console command input when SUB_PREFIX contains '/' (#152)
  • Add command response to web command (#200)
  • Add option to disable MQTT as define USE_MQTT in user_config.h (#200)
  • Add OTA retry to solve possible HTTP transient errors (#204)
  • Fix MQTT host discovery
  • Add mDNS to advertise webserver as .local/
  • Fix ButtonTopic when SUB_PREFIX = PUB_PREFIX
  • Add workaround for possible MQTT queueing when SUB_PREFIX = PUB_PREFIX
  • Add optional MQTT host discovery using define USE_DISCOVERY in user_config.h (#115)
  • Fix Power Blink start position (toggled)
  • Change PulseTime increments: 1 .. 111 in 0.1 sec (max 11 seconds) and 112 .. 64900 in seconds (= 12 seconds until 18 hours) (#188)
  • Add support for SUB_PREFIX = PUB_PREFIX (#190)
  • Add retain flag to LWT offline and only send "tele/sonoff/LWT Offline" (#179)
  • Change retained LWT Online message to only send "tele/sonoff/LWT Online"
  • Add retained message LWT Online when sonoff makes MQTT connection (#179)
  • Add blinking using commands BlinkTime, BlinkCount and Power Blink|3|BlinkOff|4 (#165)
  • Fix serial space command exception (28)
  • Fix MQTT subscribe regression exception (3) (#162)
  • Fix serial empty command exception (28)
  • Extent Domoticz configuration webpage with optional indices (#153)
  • Fix multi relay legacy tele message from tele/sonoff/2/POWER to tele/sonoff/POWER2
  • Add support for iTead Motor Clockwise/Anticlockwise
  • Extent command PowerOnState with toggle at power on (option 2 is now option 3!) (#156)
  • Add support for Sonoff Touch and Sonoff 4CH (#40)
  • Update DomoticzIdx and DomoticzKeyIdx with relay/key index (DomoticzIdx1/DomoticzKeyIdx1)
  • Add command PowerOnState to control relay(s) at power on (#154)