Search results

  1. P

    MacroDroid and Google Home / Assistant

    Control device with Home Automation and control Home Automation with MacroDroid.
  2. P

    MacroDroid and Google Home / Assistant

    I used the instructions in the first post and it worked for me. Look for the section that begins "To create more automated routines within the script just copy and paste this code snippet (with the corresponding modifications)."
  3. P

    Electricity went out in the house

    Try this (untested, may need tweaking)... T1: Power Disconnected / constraint: connected to home Wi-Fi T2: Wifi State Change (disconnected from home network) / constraint: power connected A: Wait Before Next Action (1 second - ?) A: send SMS or e-mail / constraint: Power Disconnected AND...
  4. P

    Electricity went out in the house

    If I wanted to trigger on that specific event, and not on power being disconnected generally, and given that at home I am always connected to my home's Wi-Fi, I would check for both power and home Wi-Fi disconnecting in very quick succession.
  5. P

    MacroDroid Helper App

    https://macrodroidforum.com/wiki/index.php/Helper_App Universal Helper 1st paragraph 2nd sentence
  6. P

    MacroDroid Web Controller

    Likewise. See other posts from same account.
  7. P

    MailTask plugin - no longer operating?

    Thank you very much indeed. I will most certainly dig deeper into this and report back.
  8. P

    MailTask plugin - no longer operating?

    I was using MacroDroid + MailTask to permanently delete messages from spam folder that were starred (I used normal Gmail filters to do the starring). Any suggestions on how to do that without MailTask?
  9. P

    Wifi in Airplane Mode Workaround (Samsung)

    Maybe the Enable Vibration action could use an If Screen Is Off constraint?
  10. P

    [REPOST] What is trivial macro?

    I think an example of a trivial macro would be one with a single trigger (eg Shake Device) and a single action (eg Torch On/Off - Torch Toggle).
  11. P

    First action not working

    Try inserting a Wait action inbetween the UI Interaction actions.
  12. P

    Tastatur automatisch wechseln?!

    https://www.macrodroidforum.com/index.php?threads/adb-hack-granting-extra-capabilities-via-the-adb-tool.48/
  13. P

    Tastatur automatisch wechseln?!

    Try using the Application Launched trigger and the Keyboard - Set Default action. Root or ADB hack is needed for the action.
  14. P

    Can the contents of variables be Reverse chronological order?

    Are you doing something like OldData + NewData = AllData? If so, try NewData + OldData = AllData.
  15. P

    Macro to launch previous foreground app?

    Try using the Android Shortcut - Show Recent Apps action twice. Might need a Wait action inbetween.
  16. P

    If trigger not fired

    To determine that the macro has been invoked by another macro and not by a trigger.
  17. P

    HELP on Uninstalling

    Try Android settings - Developer options - Pointer location - disable
  18. P

    Macros don't work. None of them

    Check that the MacroDroid on/off toggle is in the 'on' position.
  19. P

    Runaway macros

    It stops all macros.
  20. P

    Launch and Run

    Try using a Wait action followed by a UI Interaction action.
Top