furpile
Expert Member
Hi, I hope this is in the correct section as I am using Node Red as part of my Home Assistant setup. I don't have much there yet, but I am trying to figure out how to use the Android app notifications for various things.
There are some properties that you need to set for the notification, to make it work better. First is a Group, so that all similar notifications are grouped so that it does not clutter up the notification screen. Second is a priority for the message so that it will sound even if the phone is on standby.
I am trying to start with an easy test flow. Using an inject node with a timestamp, I want to add a field to the msg.payload that will set the group to a specific value, and then pass on the updated msg to a debug node.
Has anybody done something like this that can help me understand what to do please?
There are some properties that you need to set for the notification, to make it work better. First is a Group, so that all similar notifications are grouped so that it does not clutter up the notification screen. Second is a priority for the message so that it will sound even if the phone is on standby.
I am trying to start with an easy test flow. Using an inject node with a timestamp, I want to add a field to the msg.payload that will set the group to a specific value, and then pass on the updated msg to a debug node.
Has anybody done something like this that can help me understand what to do please?