Skip to content

Releases: danimtb/sonoff-danimtb

1.3.2

02 May 22:22
Compare
Choose a tag to compare
  • Fixed version

1.3.1

02 May 21:45
Compare
Choose a tag to compare
  • Fixed ewelink touch single hardware

1.3.0

02 May 21:35
Compare
Choose a tag to compare
  • Support for ewelink single and double.
  • Fixed issue with toggling.
  • Separated MQTT discovery prefixes.
  • Added support for double relay/button devices.
  • Improved html for configuration portal with explanations and links.
  • Improved readme: Supported devices, how to flash device.

BREAKING CHANGES
Due to the support of new devices in this release, there has been a renaming of the paramaters stored in the configuration of devices. This will not affect WIFI and MQTT connectivity but the MQTT topics and discovery. Please reconfigure every device once updated to this 1.3.0 or following versions. You will find more information in the confguration portal: Long press of buton (>10 secs), connect to device hotspot and navigate to 192.168.4.1.

v1.2.1

18 Mar 20:00
Compare
Choose a tag to compare
  • Added support to flash new revision of sonoff devices (dout flash mode).
  • Improved debounce of sonoff-switch

v1.2.0

07 Nov 23:12
Compare
Choose a tag to compare

Status sensor changed to binary sensor

v1.1.0

02 Nov 19:17
Compare
Choose a tag to compare
  • Name topic replaced by Status one (With LastWill) to monitor conection status.
  • Increased length restriction in html fields.

v1.0.0

10 Sep 18:52
Compare
Choose a tag to compare
  • Discovery Support
  • Added device type in web settings and discovery prefix

v0.3.0

19 Aug 16:40
Compare
Choose a tag to compare
  • Recover MQTT relay state after reconnection
  • Added connection Watchdog with time and 'offline' mode
  • Support for new devices:
    • sonoff-button: sonoff with an external button in GPIO 14
    • sonoff-switch: sonoff with an external switch in GPIO 14 (single, double, triple and quad toggle functionalities)

v0.2.0

18 Aug 16:07
Compare
Choose a tag to compare
  • Use new DataManager with Embedis
  • Improved Mqtt connection with KeepAlive
  • Initial support for mqtt discovery

v0.1.3

11 May 10:55
Compare
Choose a tag to compare

Fixes crash in some devices after reconnection to mqtt broker.

  • Set clean sesion to true to let devices re-subscribe to mqtt topics.