Skip to content

Releases: AlexxIT/SonoffLAN

v2.2.0 - 2020-06-21

21 Jun 15:21
Compare
Choose a tag to compare

RF Bridge Sensors support!

Check readme for details how to config.

v2.1.5 - 2020-06-21

21 Jun 12:22
Compare
Choose a tag to compare

Fixed

  • Fix currentTemperature: unavailable in cloud Sonoff TH #110
  • Fix missing mainSwitch in local Sonoff TH #158
  • Fix ServerDisconnectedError in local connection #162
  • Fix KeyError: 'switches' for Sonoff iFan03 in local connection #79

v2.1.4 - 2020-06-07

07 Jun 19:25
Compare
Choose a tag to compare

Added

  • Check if local connection offline after cloud connection down #79

Fixed

  • iFan03 coud control #153
  • Sonoff TH zero values in local mode #110

v2.1.3 - 2020-06-07

07 Jun 17:16
Compare
Choose a tag to compare

Fixed

  • Fix bulk commands to multichannel device #151 #139
  • Fix reversed channels in multichannel device #146

v2.1.2 - 2020-06-03

03 Jun 04:07
Compare
Choose a tag to compare

Fixed

  • Fix power consumption more than 10 kWh per day #128
  • Fix automatic sensor creation and force update for Sonoff TH #132
  • Fix Sonoff iFan02 #136
  • Fix errors with unsuccessful login #140 #135
  • Fix CoverDevice is deprecated
  • Fix slow Home Assistant reboot

Release 2.1.1 with local connection bug has been removed

v2.1.0 - 2020-05-29

28 May 21:52
Compare
Choose a tag to compare

Update for Sonoff Pow and Sonoff TH users

Added

  • Global setting for refresh interval, now it’s not necessary to configure each device (read more)
  • Auto sensor creation, now you do not have to use templates (read more)
sonoff:
  username: mymail@gmail.com
  password: mypassword
  force_update: [temperature, power]
  scan_interval: '00:05:00'  # (optional) default 5 minutes
  sensors: [temperature, humidity, power, current, voltage]

Deciding what not to do is as important as deciding what to do (c) Jobs

v2.0.6 - 2020-05-28

28 May 19:54
Compare
Choose a tag to compare

Fixed

  • Fix debug on old Home Assistant #127
  • Fix Crypto.Utils.Padding dependency for venv users #129
  • Fix cloud API wrong answer #79

v2.0.5 - 2020-05-28

28 May 10:20
Compare
Choose a tag to compare

Fixed

  • Fix power consumption values #124

v2.0.4 - 2020-05-28

27 May 21:59
Compare
Choose a tag to compare

Added

  • Update power consumption service for Sonoff Pow devices (read more) #124

Fixed

  • Forced update out of sync with state #119
  • Sonoff RF duplication of events #126

v2.0.3 - 2020-05-26

26 May 19:22
Compare
Choose a tag to compare

Fixed

  • Fix empty device list with LAN mode (DIY only)