Skip to content

Releases: rstrouse/ESPSomfy-RTS-HA

v2.4.4

12 May 18:05
Compare
Choose a tag to compare

What's Changed?

  • Fix rediscovery of zeroconf devices
  • feat: added 'repeat' parameter for send command services by @Jezza34000 in #62
  • Fix translation error when confirming zeroconf

v2.4.3

09 May 00:54
Compare
Choose a tag to compare

What's Changed?

  • Check zeroconf data before attempting to set it #59
  • Added services for 80bit motors (Favorite, Stop, and Step size)
  • Added entities for monitoring Free Memory, Max Buffer, and Min Memory
  • Added support for awning groups #51
  • Added Spanish translation. Thanks @gralfj #57

v2.4.2

24 Mar 15:24
Compare
Choose a tag to compare

What's Changed?

  • Implemented ConfigNotReady pattern. Changes the way the available state is defined when rebooting Home Assistant. Home Assistant will continue to retry loading the configuration when booting Home Assistant.
  • Removed annoying socket logging messages from the HA logs during connect and disconnect.
  • The title for configured devices will now reflect the host name assigned to the device. This should make it easier to identify multiple ESPSomfy RTS devices.
  • Add Hostname entity to the diagnostic sensors

v2.4.1

25 Feb 07:31
Compare
Choose a tag to compare
  • Update Ethernet connection entities after a connection is established
  • Kill the socket communication when the integration is disabled #39
  • Bump websocket-client to 1.7.0 from 1.4.2

v2.4.0

14 Feb 17:21
Compare
Choose a tag to compare

What's Changed?

  • Remove encoding from backups stored in config/ESPSomfyRTS_XXXX directory for each device
  • Suspend setup of entities until a socket connection is confirmed
    • Improves durability so entities do not go offline if HA is restarted when ESPSomfy RTS is down
    • Loads quicker and does not generate log errors if the device/server id cannot be obtained
  • Fix config flow issue with discovery #37

v2.3.3

05 Feb 01:15
Compare
Choose a tag to compare

What's Changed

  • Improve online/offline processing for sensors. This should now happen quicker if the socket drops
  • Set update entity to unknown state if the auto update checks are turned off.
  • Make firmware updates more apparent and distinct from this plugin update #30
  • Fix bug where diagnostic sensors were not being added.

v2.3.2

03 Feb 02:25
Compare
Choose a tag to compare

What's Changed

  • Incorporate changes for firmware versioning
  • Add wind sensor entity for awning types
  • Production release for Reboot and Backup entities.

v2.3.1

22 Jan 02:36
Compare
Choose a tag to compare

What's Changed

  • Added invert commands and position for dry contacts shade types
  • Changed firmware updater display so that says firmware update
  • Added Reboot and Backup device actions
    • Backups are stored in the HA config directory under ESPSomfyRTS_<deviceid>
    • Reboot services and entities will only appear for v2.3.1 firmware and above
  • Added Backup and Reboot entities

v2.3.0

01 Jan 21:07
Compare
Choose a tag to compare

What's Changed?

  • Additional diagnostic entities have been added for the following items depending on the capabilities of the board if you are running fw version 2.3.0+. Prior firmware will still include the IP address
    • IP Address
    • Chip Type (ESP, ESP32-S2, ESP32-S3, ESP32-C3...)
    • Wifi Strength dBm
    • Wifi Channel
    • Wifi SSID
    • Connection Type Wifi or Ethernet
    • Ethernet connection speed Mb/s
    • Full Duplex/Half Duplex
  • Further fixes for backup file serialization

v2.2.4

31 Dec 23:09
Compare
Choose a tag to compare

What's Changed

  • Added French translation #28. Thanks @Jezza34000
  • Added Send Command service #29. Thanks again @Jezza34000
  • Fix issue with encoding when saving backup files