Skip to content

Releases: mikelawrence/senseme-hacs

v2.2.5

27 Mar 19:34
Compare
Choose a tag to compare
  • Bump aiosenseme library to >= v0.5.5. Improve startup time when initially connecting to device.

v2.2.4

10 Mar 18:54
e48a2f7
Compare
Choose a tag to compare
  • Allow fan to resume last speed when turned on.

v2.2.3

07 Mar 17:44
1e590c7
Compare
Choose a tag to compare
  • Bump aiosenseme library to >= v0.5.4. This improves detection times for lost connections to devices.

v2.2.2

05 Mar 13:27
7b49dd1
Compare
Choose a tag to compare
  • Sleep Mode is now a separate switch instead of a preset mode.
  • Added Motion switch for fans and lights. Home Assistant can enable/disable SenseME's automatic control of devices when occupancy is detected.
  • Thanks go to bdraco for these changes!

v2.2.1

03 Mar 22:00
Compare
Choose a tag to compare
  • Improve documentation for existing users. No functional changes.
  • Below is the list of changes from v2.2.0

  • Support the new fan model in Home Assistant 2021.3.0. Speed is now based on percentage. Whoosh has changed to a preset mode and now Sleep is also available as a preset mode. Let me know if this works for your use case!
  • Senseme Device can now be added by IP address instead of requiring discovery first. Some users prefer to isolate their IoT devices on a separate network. Discovery uses UDP broadcast packets which by design do not traverse through routers. Now these users will be able to still control their Haiku devices.
  • There are substantial changes to the integration's config flow. Previously, devices were discovered and all were added to Home Assistant. Now discovered devices are suggestions to what the user may want to add to Home Assistant. Here you can type in an IP address for a device that cannot be discovered. Each device is now added separately.
  • Once devices are added to Home Assistant they are remembered between restarts and discovery is not required to reconnect. Sometimes discovery doesn't work and so a reboot could cause a device to disappear from Home Assistant until rediscovered and sometimes they just don't respond to requests from the LAN. If this happens on Home Assistant restart the previously added devices will still show up but as unavailable.
  • Since whoosh is now a preset mode instead of hidden behind oscillate functionality there was no real need for integrations options so they have been removed.
  • Bump version aiosenseme >= v0.5.2.
  • Sorry but translations have been lost in this release.

v2.2.0

03 Mar 21:25
4ba346d
Compare
Choose a tag to compare
  • Support the new fan model in Home Assistant 2021.3.0. Speed is now based on percentage. Whoosh has changed to a preset mode and now Sleep is also available as a preset mode. Let me know if this works for your use case!
  • Senseme Device can now be added by IP address instead of requiring discovery first. Some users prefer to isolate their IoT devices on a separate network. Discovery uses UDP broadcast packets which by design do not traverse through routers. Now these users will be able to still control their Haiku devices.
  • There are substantial changes to the integration's config flow. Previously, devices were discovered and all were added to Home Assistant. Now discovered devices are suggestions to what the user may want to add to Home Assistant. Here you can type in an IP address for a device that cannot be discovered. Each device is now added separately.
  • Once devices are added to Home Assistant they are remembered between restarts and discovery is not required to reconnect. Sometimes discovery doesn't work and so a reboot could cause a device to disappear from Home Assistant until rediscovered and sometimes they just don't respond to requests from the LAN. If this happens on Home Assistant restart the previously added devices will still show up but as unavailable.
  • Since whoosh is now a preset mode instead of hidden behind oscillate functionality there was no real need for integrations options so they have been removed.
  • Bump version aiosenseme >= v0.5.2.
  • Sorry but translations have been lost in this release.

v2.1.3

02 Oct 16:29
Compare
Choose a tag to compare
  • Add Norwegian translation. Thanks hwikene!
  • Bump version aiosenseme >= v0.4.4.
  • No functional changes for this integration.

Release v2.1.2

15 Jul 21:20
Compare
Choose a tag to compare
  • Fix missing occupancy sensor for Standalone Haiku Light.

Release v2.1.1

27 May 11:23
Compare
Choose a tag to compare
Release v2.1.1 Pre-release
Pre-release
  • Haiku L Fans will report occupancy status if connected to a Wireless Wall Controller. This version attempts to detect a occupancy sensor in Haiku L Fans but it may not work correctly. So for those who have a Haiku L Fan and no Wireless Wall Sensor please check that NO occupancy sensor appears in Home Assistant and please create a new issue on GitHub to tell me it's working or not.

Release v2.1.0

26 May 12:25
6725d0e
Compare
Choose a tag to compare
  • Haiku Light supports brightness, color temp and occupancy sensor. Kudos to PenitentTangent2401 for his assistance in testing and debugging these changes.