Search results

  1. 4

    SMS Random Time

    You could even put their age in a variable and set it to +1 every time the macro runs, allowing you to send them a text containing their actual age, might be tough creating the logic that determines whether it should (for example) be 21"st" or 15"th" though..
  2. 4

    SMS Random Time

    Apart from the trigger it would look the same as the screenshot above. Something to keep in mind though is that if your phone reboots while the wait action is running/waiting it will be forgotten, in that case it would never send the sms, the same (obviously) goes for if your phone is turned off...
  3. 4

    SMS Random Time

    Would the calendar trigger not be better? Seeing that the sunrise one will trigger every single day.. I have never used the calendar trigger myself, so i am not sure how to go about that, and you would also need a way to know which phone number to send to.. Unless you want to create a seperate...
  4. 4

    Kasa (KP105) Smart Plug schedule/timer question

    Can you not create shortcuts/routines/tap-to-runs or whatever they are called in the Kasa app? And then (if it still works using 1 or maybe 2 seperate shortcuts) run those Kasa shortcuts from Google home/SmartThings/alexa or something like ifttt?
  5. 4

    Split String to Array Using a Blank Delimiter

    I had been using \n followed or preceded (i don't remember) by a blank space, to split some text into an array, it had been working flawlessly but for some mysterious reason that also stopped working a couple of days ago. I had to completely re-configure my macro and worked around it, hopefully...
  6. 4

    "Read light sensor" action (already been implemented)

    You can't, that is a seperate issue, but if he only/mainly wants to use it to set the screen brightness this would work. Don't get me wrong, i'm all for a magic text or write to variable action for the lux value, the more info MD has the better.
  7. 4

    "Read light sensor" action (already been implemented)

    Do you not have an auto brightness option like this?
  8. 4

    Extracting Code from Notification Text

    I have a feeling that the first "/" has to be left out in MD, but i really don't know much about regex.. Is the text and code always the same length? If that is the case you could probably use text manipulation - substring instead.
  9. 4

    Set Variable: Value + x?

    Oh dang, this screenshot is getting me even more confused! 😂 It seems very overcomplicated, writing the same value to three different variables and stuff.. Anyway, if you (for example) got the old value in "intMontant" and the new value in "montant" you should be able to just set "intMontant"...
  10. 4

    Set Variable: Value + x?

    What is the magic text for this message? I assume you are writing {message} to a string variable as your first action? If you could post a screenshot that would probably help make clear what issue you are having, i had assumed your message consisted of text and you just wanted to log it, but...
  11. 4

    How to read Actions' results?

    I've just tried it and that seems to work yes, the problem is that (as far as i know) it requires you to know the exact URL. Edit: It seems you can also use this URL where you can use a variable value for the ADRESS (it doesn't actually have to be an adress)...
  12. 4

    How to read Actions' results?

    I'm not sure how to do it exactly but i believe you can open/search Google maps via intent: https://developers.google.com/maps/documentation/urls/android-intents This won't help you with getting action results but if you can figure out how to do it it would probably be more reliable then using...
  13. 4

    Set Variable: Value + x?

    Do what Jacob said, set "variableX" to {lv=variableX}{message} or to {message}{lv=variableX} depending on whether you want to append or prepend. You can ofcourse also put something in between both values depending on your needs.
  14. 4

    Hide MacroDroid icon in statusbar without affecting Notification Bar?

    I don't think MD has it's own "key", or maybe we have different versions of System UI Tuner.. My version has an option at the bottom to enable/disable icons for notifications with low priority, i would assume turning those off combined with setting MD to low priority would remove the icon. Not...
  15. 4

    Announce I'm Home when arriving home

    I believe the autocast plugin can do this, i don't have a Google Home speaker myself but it works with my tv box that has a chromecast build in. There is a big downside to it though, it only works if the device that is executing the autocast action is connected to the same wifi network as the...
  16. 4

    smart life click not working

    Screw UI interaction for this, sequematic.com is where you want to be! I cannot guarantee that this functionality is supported, i don't have a swimming pool 😂, but it's worth checking, much cleaner then UI interaction..
  17. 4

    Wait for macro to be invoked action

    Maybe instead of a boolean or other variable you can use your specific situation as constraint directly in each macro? I'm not quite sure what your situation is.. For example in macro one you have a wait action at the start with constraint "phone is locked", in the other you have a wait action...
  18. 4

    Wait for macro to be invoked action

    I think it's an interesting idea, but how would a "wait for macro to be invoked" action help you though? Because as you say they would both invoke at the same time. Surely in this case the action would always be "true" and it would never actually wait..? Would it not be easier to use a boolean...
  19. 4

    Sonoff Micro-USB Adapter

    I do not own any sonoff devices myself but i believe sonoff is the same as ewelink right? If so it would most likely be possible using sequematic.com. You can either use the webhook trigger directly or you can use the variable change/modified trigger and change the variable through webhook. I...
  20. 4

    Trigger for Invoking Macro from Drawer or Quick Run

    If it ends up doing nothing at all then that is your fault for not setting it up correctly :p, you should include an "else" in the if clause that checks which trigger fired.. Something like this: if trigger fired - trigger A run - action A if trigger fired - trigger B run - action B else run -...
Top