You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everyone! I've been looking for a way to connect this time tracker: https://github.com/Razeeman/Android-SimpleTimeTracker with n8n via Easer (n8n is a web workflow automation app, doesn't seem easy to connect it to my phone directly). I managed to use Easer to successfully receive broadcast intent from the time tracker, and create a notification (for testing purposes, later I can replace that with HTTP request):
What is shown above works well. The next step that I took is to receive some data from the broadcast, and display it in the notification:
As you can see, it also worked well. The problems start when i try to receive some extra data from that broadcast (the first screenshot attached is from the time tracker, it has some documentation on broadcasts it makes):
How can I get that extra_activity_name field? I tried dynamically linking Action, Category, Type, Data - but only Action works, and its not what I need. One more bug (?) that I found is that if I don't restart (stop/start from the main menu) Easer after I delete a dynamic link, it keeps working (after some testing, it starts piling up, and after each event I have many notifs spawning at the same time)
P.S.: I poked around "extras" field in event, but couldn't get it working and couldn't find any documentation about it
P.P.S: running beta Easer on Android 9
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone! I've been looking for a way to connect this time tracker: https://github.com/Razeeman/Android-SimpleTimeTracker with n8n via Easer (n8n is a web workflow automation app, doesn't seem easy to connect it to my phone directly). I managed to use Easer to successfully receive broadcast intent from the time tracker, and create a notification (for testing purposes, later I can replace that with HTTP request):










What is shown above works well. The next step that I took is to receive some data from the broadcast, and display it in the notification:
As you can see, it also worked well. The problems start when i try to receive some extra data from that broadcast (the first screenshot attached is from the time tracker, it has some documentation on broadcasts it makes):
How can I get that
extra_activity_namefield? I tried dynamically linking Action, Category, Type, Data - but only Action works, and its not what I need. One more bug (?) that I found is that if I don't restart (stop/start from the main menu) Easer after I delete a dynamic link, it keeps working (after some testing, it starts piling up, and after each event I have many notifs spawning at the same time)P.S.: I poked around "extras" field in event, but couldn't get it working and couldn't find any documentation about it
P.P.S: running beta Easer on Android 9
Beta Was this translation helpful? Give feedback.
All reactions