Search found 81 matches

by robchoc
08 Oct 2018 18:48
Forum: General
Topic: Help with an expression
Replies: 4
Views: 13128

Re: Help with an expression

Thanks for the help.

Regex keeps popping up, is this something that I need to learn?
Any recommended websites to learn more about regex?
by robchoc
08 Oct 2018 15:40
Forum: General
Topic: Help with an expression
Replies: 4
Views: 13128

Help with an expression

I'm writing a UI script and it contains: if (contains(getTextInActiveWindow(), "Games Played 216")) { click("Home") //but I really need a way to stop the script, not sure how } I want the condition to be true if it's anything over "Games Played 216" so "Games Played 217" would also be true. Thanks f...
by robchoc
07 Oct 2018 17:29
Forum: General
Topic: Desperately need help with this problem.
Replies: 12
Views: 28176

Re: Desperately need help with this problem.

Fantastic, that was an easy fix. I'm really liking how you design using flows, I can see exactly what is going on with my flows. I'm running out of things to ask, which is great as I'm starting to understand the program more. :) If I find anything else I'm stuck with I will definitely post and ask a...
by robchoc
06 Oct 2018 20:33
Forum: General
Topic: Desperately need help with this problem.
Replies: 12
Views: 28176

Re: Desperately need help with this problem.

I bit the bullet and downloaded the EAP version and got the capacitive keys turning on and off as I originally asked about, perfect. The debug dialog is so useful, simple but effective. The issue I seem to be having is with the widget, seems to be filling the screen even if it's designed as a small ...
by robchoc
05 Oct 2018 13:05
Forum: General
Topic: Desperately need help with this problem.
Replies: 12
Views: 28176

Re: Desperately need help with this problem.

Thanks for that, did not know you could make the widget go full screen. What I was trying to say with the last part was, is it possible to just use a notification within a script, like the alert action but without having to add another action box in your flow. Example: a = 10 b = 20 Answer = a + b N...
by robchoc
04 Oct 2018 18:31
Forum: General
Topic: Desperately need help with this problem.
Replies: 12
Views: 28176

Re: Desperately need help with this problem.

Yes, I rely on Autoinput heavily for most of my automation. I'm trying to think what my scripts can do, that I don't think Automagic can do. I think I have some to start with. 1. The ability to create a large countdown clock on my screen, I use scene for that one. 2. Remap my volume control to trigg...
by robchoc
04 Oct 2018 11:50
Forum: General
Topic: Desperately need help with this problem.
Replies: 12
Views: 28176

Re: Desperately need help with this problem.

Still waiting for version 1.36 so that I can block hardware keys. I have successfully managed to do this in Tasker and it works really well. As soon as 1.36 is out I will try to do the same with Automagic (with a bit of help :) ) as I want to move over to using Automagic but still, some things can't...
by robchoc
27 Sep 2018 10:54
Forum: General
Topic: Beginner questions
Replies: 17
Views: 33806

Re: Beginner questions

Working perfectly, really appreciate all the help.

Dare I try the HTTP version...I think so as I want to learn as much as I can about how to use Automagic and then try to help others with it in my other automation groups. :)

HTTP is working perfectly too. Yay :D
by robchoc
27 Sep 2018 07:00
Forum: General
Topic: Beginner questions
Replies: 17
Views: 33806

Re: Beginner questions

Still, something not quite right I get the following now in stdout: { "code": 4003, "name": "Invalid Json", "message": "Expected BEGIN_ARRAY but was STRING at line 1 column 38 path $.callSignNames" } I hope the HTTP version is simpler to get working. It's very frustrating moving over to a new langua...
by robchoc
26 Sep 2018 18:31
Forum: General
Topic: Beginner questions
Replies: 17
Views: 33806

Re: Beginner questions

Still not working but I have a lot of debug data that might help: command curl -H "Content-Type: application/json" -X POST -u "m0tff:Password" -d {"text":"1.52","callSignNames":"m0tff","transmitterGroupNames":"all","emergency":false} http://hampager.de/api/calls stderr curl: (6) Couldn't resolve hos...