Releases: mikelawrence/senseme-hacs
Releases · mikelawrence/senseme-hacs
v2.2.5
v2.2.4
- Allow fan to resume last speed when turned on.
v2.2.3
- Bump aiosenseme library to >= v0.5.4. This improves detection times for lost connections to devices.
v2.2.2
v2.2.1
- 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
- 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
Release v2.1.2
- Fix missing occupancy sensor for Standalone Haiku Light.
Release v2.1.1
- 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
- Haiku Light supports brightness, color temp and occupancy sensor. Kudos to PenitentTangent2401 for his assistance in testing and debugging these changes.