Skip to content

Releases: rstrouse/ESPSomfy-RTS-HA

v2.4.7

11 Jul 16:10
Compare
Choose a tag to compare

What's Changed?

  • Fixed an issue where Alexa was not able to acquire the current position from the cover #74
  • Fixed an issue where integrated tilt mechanisms were not managing the tilt and lift positions separately in the HA UI.

v2.4.6

06 Jul 18:12
Compare
Choose a tag to compare

What's New?

  • Add hassfest and HACS workflows.
  • Change diagnostic sensors to show highs and lows for memory.
  • Perform Ruff linting on all python files.
  • Reduce socket latency to remove false socket disconnects. This would mark the entities as unavailable periodically.

v2.4.5

19 Jun 23:54
Compare
Choose a tag to compare

What's Changed?

  • Perform median smoothing for sensor inputs to reduce state persistence on memory and wifi stats #71
  • Added 1-button controls for cover operation
  • Introduce container by @chemelli74 in #55
  • fix: blocking no async function into backup feature by @Jezza34000 in #69

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.