Does anyone know if there are examples like this. I want to get a notification system in HA. It needs to be able to send the right notification at the right time on the right device.

For example, when the dishwasher is done, it sends a spoken notification to the nest hub in the kitchen, that is if the TV is on. If the TV is not on, but the computer is, it needs to send that notification to the computer room. At night it needs to hold the notifications and send them to the phone of the person that is the first to wake up. When we are not at home, we all get the notification on our phone. Also, when the dishwasher is emptied and the other person ticks the notification f.e.), and there’s still a notification on a phone, it needs to disappear.

This is only one example, there are more things that can have a notification (another one could be a home greeting message), but it needs to be a system.

  • notfromhere@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    6 months ago

    Sounds like some logic you can tease out with node-red. I don’t know of a native way to do it in HA.

    • retrieval4558@mander.xyz
      link
      fedilink
      English
      arrow-up
      5
      ·
      6 months ago

      Yeah node red + the notification services on HA would definitely be how I do this. In fact, I kinda do already.

    • TheOldRepublic@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      Sorry to not tell that, the plan is indeed for doing this in node red. I only want an example to put me on the right track and thought maybe someone else had something similar.