Edge lighting while charging S24U - SOLVED

hsurB

Well-known member
Macrodroid has to display notification that contains charging (its an exemple, it can be any word) but this phrase has to be the same that you will use in modes/routines app to show edge lightning.
 

KDG

Member
You are missing action to display notification in your loop that containst the phrase you used in routine's trigger(if) and I am not sure how did you configure 'clear notification' action in macro cause it says something about the trigger
Does this seem correct?

I didn't have Modes & Routines set as the Application previously (I had Any Application).
 

Attachments

  • SmartSelect_20240203_073849_MacroDroid.png
    SmartSelect_20240203_073849_MacroDroid.png
    178.3 KB · Views: 7

hsurB

Well-known member
No. It was fine. It can be any application that contains charging. In this place we want it to match the phrase from system's notification that appears when you are charging your phone.
 

KDG

Member
No. It was fine. It can be any application that contains charging. In this place we want it to match the phrase from system's notification that appears when you are charging your phone.
So it does have contains "charging" which is a word in what's displayed by the system notification (it could say "wireless charging" so I just use "charging" as a general catch-all)
 

Attachments

  • SmartSelect_20240203_074429_MacroDroid.png
    SmartSelect_20240203_074429_MacroDroid.png
    131.7 KB · Views: 2

hsurB

Well-known member
Yeah. Notification that macrodroid displays also contains that word but it will be cleared anyway so it won't keep the loop runing
Now add the action inside the loop as I said few posts earlier
 
  • Like
Reactions: KDG

KDG

Member
Yeah. Notification that macrodroid displays also contains that word but it will be cleared anyway so it won't keep the loop runing
Now add the action inside the loop as I said few posts earlier
Like this?

I added Display Notification "charging" into the loop
 

Attachments

  • SmartSelect_20240203_075005_MacroDroid.png
    SmartSelect_20240203_075005_MacroDroid.png
    269.7 KB · Views: 9

hsurB

Well-known member
Yeah. Just make sure routines in samsung's app triggers when you get notification from macrodroid that contains charging and it should be fine
 
  • Like
Reactions: KDG

KDG

Member
Yeah. Just make sure routines in samsung's app triggers when you get notification from macrodroid that contains charging and it should be fine
So I tweaked Modes & Routines to look for the notification word "charging" which is set by MacDroid. Correct? But still no joy.
 

Attachments

  • SmartSelect_20240203_075934_Modes and Routines.png
    SmartSelect_20240203_075934_Modes and Routines.png
    161.7 KB · Views: 4

KDG

Member
Ok. So I had to made it all myself to try.
In loop change condition to power connected
Ok, you got it!

And I see why.... My "clear notifications" was "use notification trigger"

Yours is... "clear notifications" and "contains: charging (MacDroid)"
 

KDG

Member
But a problem I'm seeing now is this endless quick pop up/clear/pop up/clear/ pop up... Notification by Macdroid and when you're done charging the notification does stop endlessly triggering, but doesn't clear itself & stays in the notification tray unless manually cleared. This also makes me wonder how that endless cycling of the notification would affect charging (ironically).
 

Attachments

  • Screenshot_20240203_081621_One UI Home.png
    Screenshot_20240203_081621_One UI Home.png
    2.2 MB · Views: 6

hsurB

Well-known member
In the action display notification change notification channel to minimum so it wasn't vibrating and disturbing.
But yeah it will constantly do that.
I mean... Showing edge lightning when charging is already affecting charging a little bit, right?
These values are probably super low though
 
  • Like
Reactions: KDG

KDG

Member
Success!

I did 2 final things:

1) I setup a final "clear notifications" action outside the loop so the final notification left in the tray is cleared so no need to manually do it. A more polished final outcome.

2) I use an app called AutoNotifcation to hide annoying notifications. I setup a block in that to block displaying the MacDroid "charging" notification in the tray over & over & over to stop that annoying pulsing notification that happens endlessly.

Thanks for all of the help!
 

Attachments

  • SmartSelect_20240203_083349_MacroDroid.png
    SmartSelect_20240203_083349_MacroDroid.png
    310.4 KB · Views: 7
  • Screenshot_20240203_083643_AutoNotification.png
    Screenshot_20240203_083643_AutoNotification.png
    147 KB · Views: 7
  • SmartSelect_20240203_083944_Modes and Routines.png
    SmartSelect_20240203_083944_Modes and Routines.png
    162.2 KB · Views: 7

Endercraft

Moderator (& bug finder :D)
Success!

I did 2 final things:

1) I setup a final "clear notifications" action outside the loop so the final notification left in the tray is cleared so no need to manually do it. A more polished final outcome.

2) I use an app called AutoNotifcation to hide annoying notifications. I setup a block in that to block displaying the MacDroid "charging" notification in the tray over & over & over to stop that annoying pulsing notification that happens endlessly.

Thanks for all of the help!
You could also add an if inside the loop to check check if screen off.
 
Top