Search results

  1. M

    Variables from MQTT Client by Webneurons

    yeah I understand that this is not a issue with macrodroid but am crurious to what can be done to fix work around it. Has anyone ever though or tired to make an app simular to MDHelper that will pretend to be tasker and capture variables from unsupported apps and pass them along to...
  2. M

    Variables from MQTT Client by Webneurons

    I was poking around on the Github for this app and seem to see a few open issues that are related to my problem. Not sure if they are helpful in indentifying what needs to be don't to get the variables to work. The app dev seems to have there source code listed but don't know what is all...
  3. M

    Variables from MQTT Client by Webneurons

    Thanks for offering to help. If your willing I can create another HiveMQ account with events/messages from an MQTT device and provide you a device credential so you play around with real data.
  4. M

    Variables from MQTT Client by Webneurons

    Unfortunately there is only 1 screen that asks for information and i have attached it below, i am familiar with that additional screen with other plugins i use like AMdroid Touchtask and httpshortcuts but MQTT client didnt offer this option.
  5. M

    Variables from MQTT Client by Webneurons

    I was hoping someone could provide some insight on how to use the varmqtttopic and varmessage fields when using this plugin as a trigger. Currently I'm not able to get the topic or message stored into a MD variable. I have tried creating local or global variables with the exact name but when i...
  6. M

    Get color on screen

    Do you know how to use macrodroid variables in touchtask plugin. It can take info from touch task and save to a variable but cannot use variables in macrodroid to determine x y location or file name ect
  7. M

    Pixel Color Detector/Pixel Scan

    I was able to get this to work with the 1 limitation that was mentioned by @FrameXX My device ask to start recording. I simply got around this by using a ui interaction gesture to click the start now automatically and the pixel hex value from the x and y cords where stored to a local variable...
  8. M

    UI Interaction

    I believe you can do the timing down to the millisecond that's relatively exact. What I would really like to see is being able to take a cropped image from a screen shot and then perform a scan of the screen for that image and perform a ui interaction where it is located. Basically exactly...
  9. M

    Pixel Color Detector/Pixel Scan

    Just a thought but currently MD can take a screen snap shot. What if you where to leverage that ability to take a snapshot and then process the pixle scan off the snapshot itself generate the x y variables that way. once done processing the code delete the snapshot all behind the scenes?
  10. M

    UI Interaction

    Simply use the gesture option and leave the start and end x y location the same and specify the desired press time
  11. M

    Pixel Color Detector/Pixel Scan

    Would it to be possible to add a pixel color detector to read the color of a specific pixel at an x and y coordinate and store the color into a value within variable. Second which I could live without would be to scan a range of pixels(screen area) for a pixel color value and return an x and y...
Top