Using Bluetooth-Remote to start Macros or use as trigger

Lupus52

Member
Hello, I have a bluetooth-remote-cntrol. This is normally used to control media playback.

I now want to use it to trigger different actions in Macrodroid.

How can I do this? The commands seem to be always the same because mediaplayers can work with it.
 

Lupus52

Member
Thank you. It works.
I can select which mediabutton event has to trigger. I have activated 3 events: < || >
The macro starts when pressing one of the buttons.
But in the macro I would like to ask which button has triggered like : If Mediakey = "<" then ..... else ...
But I find no way to do.
Ok - I can make 3 trigger-makros, setting a variable in each and the call the main-action-macro which decides what to upon the variable-content
I need 4 macros instead 1

Any hints please
 

hsurB

Well-known member
Add all 4 triggers to one macro, use if clause with condition - trigger fired - select 1 trigger and inside if clause add all actions that are supposted to be performed when chosen trigger fires
 

Lupus52

Member
Hi, it works now, thank you. It is easy if you know what to do <g>. I always was on the wrong way.

PS: I press the button one time - but the macro triggers 2 times (action "text" came 2 times / have seen macrocall 2 times in systemprotocol )
Is there a setting to get only 1 trigger?
 
Last edited:
Top