Skip to content

Any way to use HA for notifications when a vent looses connectivity? #75

Answered by RobertD502
ptr727 asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, I programmed the cover entity for a vent to become unavailable if the Flair API reports a vent as being offline. In Home Assistant, you can use if a vent cover entity has a state of unavailable as the trigger for your notification automation.

Note: In addition to the cover entity being unavailable when Flair reports the vent as being offline, Home Assistant, on its own, will set EVERY entity for the Flair integration to unavailable if polling the API fails to return any data (which is bound to happen from time to time when dealing with a cloud-based API). So, I highly recommend you add a condition in your automation that will only fire off the notification if the state of the fan's c…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@ptr727
Comment options

@RobertD502
Comment options

@RobertD502
Comment options

@ptr727
Comment options

@RobertD502
Comment options

Answer selected by RobertD502
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants