cryptk / haomnilogic-local

A Home Assistant integration for Hayward OmniLogic/OmniHub pool controllers using the local UDP api
Apache License 2.0
18 stars 4 forks source link

Feat: Add alarm sensors #72

Open daytonturner opened 11 months ago

daytonturner commented 11 months ago

Im wondering if there's support in the API itself for displaying error/status messages, similar to what I can see in the Omnilogic iOS app?

I've had two status banners show up recently, a "flow sensor alert" (e.g. flow was too low, therefore pump was turned off) and a warning to "Clean T-Cell Chlorinator1"

If there was some way to know that a message like this was present (and display or alert on it from HA), instead of having to go into the omnilogic app itself to see it, that would be amazing!

cryptk commented 11 months ago

There is functionality for polling alarms from the controller in the underlying library, I'll use this ticket to track adding those to the integration to expose them in Home Assistant. My kids go back to school in a couple of weeks, I should have time to work on some of these features once that happens.