Skip to content

Releases: djtimca/haomnilogic

Update additional constants for deprecation

02 May 16:18
Compare
Choose a tag to compare

Replacing additional constants for deprecation as of HA 2024.05

Replace deprecated constants for HA 2024.05

02 May 15:47
Compare
Choose a tag to compare

Update and replace constants that are being deprecated and which show in the error logs starting in HA version 2024.05

Remove Unused Import for 2024.2.0 HA Release

08 Feb 13:55
Compare
Choose a tag to compare

Removed the unused NullFinder import which causes issues loading on HA 2024.2.0

Add instant salt and average salt. Fix deprecated calls. Enhance config flow.

28 Feb 17:04
73bafae
Compare
Choose a tag to compare

Updated to include instant and average salt sensors. Fix to deprecated cals. Enhancements to config flow for login. Thanks to @N3rdP1um23

Report unavailable on temperature sensors when Hayward returns 255 degrees

08 Jul 13:25
Compare
Choose a tag to compare

Set temperature sensors to unavailable when Hayward returns 255 degrees. Hayward will return 255 when the panel is in service mode or is otherwise unavailable.

Fix unique issue when a pool doesn't have any sensors at the Backyard or Body of Water level

07 Jul 17:13
Compare
Choose a tag to compare

Fixed #29 where there were no sensors in the Backyard or Body-of-Water coming from Hayward.

Fixes for lights, translations, and documentation links.

15 Jun 13:52
Compare
Choose a tag to compare

Handle condition where V2 flag is not added from telemetry, but ColorLogic lights support brightness and speed. Related to issue #21.
Update integration documentation link to point to the custom repository instead of the default Home Assistant integration documentation.
Update the translations file to properly show the prompts for config flow setup and config dialogues to finally properly fix #11.

Handle relays that aren't part of a BOW. Continue to try to stabilize timeouts.

13 Jun 17:50
Compare
Choose a tag to compare

Add support for Relays that aren't part of a Body of Water in the OmniLogic config - thanks @lurgh

Extend timeouts to 30 seconds for calls to OmniLogic, extend standard polling time to 30 seconds to try to help with the number of timeouts coming from Hayward.

Handle login errors from API, retain last data on timeout

11 Jun 13:24
Compare
Choose a tag to compare

Handle login errors from the API in case you change passwords on the Hayward app. (Note: if your credentials change you'll need to delete and reinstall the integration. There is currently no way to change username or password once installed).

Retain the last telemetry data for up to 10 consecutive timeout errors from the Hayward API to try to prevent sensors/switches from going "unavailable" when Hayward doesn't respond (which happens too frequently).

Fix duplicated pumps between bodies of water.

11 Jun 12:50
Compare
Choose a tag to compare

Bump API version to 0.4.8 to fix issue where pumps were duplicated between bodies of water (#3)