Skip to content

Version 3.1 using 'new' flash layout (will migrate from 2.x)

Compare
Choose a tag to compare
@arendst arendst released this 21 Dec 17:06
· 71 commits to master since this release

3.1.0 20161221

  • Add Sonoff Pow measurement smoothing
  • Fix serial command topic preamble error
  • Fix 2.x to 3.x migration inconsistencies
  • Add Sonoff Pow voltage reading when relay is on but no load present
  • Add temperature conversion to Fahrenheit as option in user_config.h (TEMP_CONVERSION)
  • Add user_config_override.h to be used by user to override some defaults in user_config.h
  • Fix Sonoff Pow low power (down to 4W) intermittent measurements
  • Fix MQTT_CLIENT_ID starting with % sign as in "%06X"
  • Add auto power off after PulseTime * 0.1 Sec to relay 1
  • Add more control over LED with command LedState options
    LED_OFF (0), LED_POWER (1), LED_MQTTSUB (2), LED_POWER_MQTTSUB (3), LED_MQTTPUB (4), LED_POWER_MQTTPUB (5), LED_MQTT (6), LED_POWER_MQTT (7)
  • Add option WIFI_RETRY (4) to command WifiConfig to allow connection retry to other AP without restart
  • Fix intermittent Domoticz update misses
  • Fix compiler warnings
  • Remove redundant code
  • Fix Domoticz pushbutton support
  • Add pushbutton to SwitchMode
  • Fix initial config
  • Migrate and clean-up flash layout
    Settings from version 2.x are saved but settings from version 3.x can not be used with version 2.x
  • Change SEND_TELEMETRY_RSSI to SEND_TELEMETRY_WIFI and add AP and SSID to telemetry
  • Split long JSON messages
  • Fix inconsistent status messages
  • Fix all status messages to return JSON if enabled
  • Remove relay index in cmnd/sonoff//POWER now changed
    to cmnd/sonoff/POWER for single relay units
    and cmnd/sonoff/POWER for multi relay units like Sonoff dual
  • Add retain option to Power/Light status controlled by command PowerRetain On|Off