hassio-addons/addon-node-red

Portion of the "mobile_app_notification_action" event is missing #557

sanathdw posted onGitHub

Problem/Motivation

I was trying to capture the "mobile_app_notification_action" event in node-red for the HA mobile app on Android. When I use the events: all node, in node-red a portion of the message is missing.

Expected behavior

The full message would look like { "event_type": "mobile_app_notification_action", "data": { "message": "test", "action_1_title": "test", "action_1_key": "action1", "action": "action1" }, "origin": "REMOTE", "time_fired": "2020-05-05T14:01:06.626951+00:00", "context": { "id": "ID", "parent_id": null, "user_id": "USERID" } }

Actual behavior

The following portion of the message is missing. I have tested the same using the developer tools on HA and it works as expected. But for some reason it is not appearing as the output of the events: all node in node-red

"origin": "REMOTE", "time_fired": "2020-05-05T14:01:06.626951+00:00", "context": { "id": "ID", "parent_id": null, "user_id": "USERID" }

Steps to reproduce

  1. Create an actionable notification and send to an Android app.
  2. Setup a events: all node in node-red and capture the "mobile_app_notification_action" event
  3. Click on any of the actions which you setup when you get the message on the android phone.
  4. Should be able to see the above described behaviour

:wave: Thanks for opening your first issue here! If you're reporting a :bug: bug, please make sure you include steps to reproduce it. Also, logs, error messages and information about your hardware might be useful.

posted by addons-assistant[bot] almost 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

posted by addons-assistant[bot] almost 5 years ago

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

posted by addons-assistant[bot] over 4 years ago

Fund this Issue

$0.00
Funded

Pull requests