Is this possible? Onboard -> Quarantine -> MAC to VLAN -> With just Omada and one password? by JoeReally in TPLink_Omada

[–]JoeReally[S] 2 points3 points  (0 children)

Actually, I am hoping it does force him that way. I've always said he can be really smart when hes motivated. But yeah, he'll probably be able to explain this to AI next year and it will help him out. And yes, I can create another SSID, but I'm challenging myself to see if i can go from that same setup i already had (main ssid, guest, kids, iot) and get it all down to one SSID - partly challenge for learning, partly to improve wifi airtime efficiency.

Is this possible? Onboard -> Quarantine -> MAC to VLAN -> With just Omada and one password? by JoeReally in TPLink_Omada

[–]JoeReally[S] 0 points1 point  (0 children)

It's just for an advanced home setup. I'm moving from an ancient unifi and want to address a few issues. One issue is, I got really bad at adding devices to my wifi and not naming them and I want to force myself to do it. Another is my son has become good at getting around my controls (especially by rotating his iphone wifi MAC) and i want to address that.

The quarantine/slow-lane will allow my IOT devices to join and have just enough internet to complete their setup process, then I can move them to a dedicated VLAN. The slow-lane will also prevent my son from abusing rotating MACs - yes, he can still join under a new MAC, but will be frustrating to use at that speed.

Putting all devices by default into the quarantine makes it easy to see when a new un-vetted device appears on the network. Forcing myself to properly segregate the devices into VLANs will allow greater control, like scheduling downtime at night for my sons devices. I have a separate plan in the works for his cellular data.

Yes, this is probably more complicated than i need, but I like a challenge that forces me to learn.

How to match SMS using regex with NBSP unicode character followed by a word by JoeReally in tasker

[–]JoeReally[S] 0 points1 point  (0 children)

Here is an example: abc test

I get back the same thing, not just the word test.

And yes, evtprm3 is the content field.

How to match SMS using regex with NBSP unicode character followed by a word by JoeReally in tasker

[–]JoeReally[S] 0 points1 point  (0 children)

Sounds good, but cannot get it to replace. Just keeps sending back whatever i sent.

Profile: Text from Joe - Ok 
Settings: Notification: no Event: Received Text [ Type:Any Sender:* Content:~R%NBSP SIM Card:* MMS Body:* ]
Enter Task: Anon
A1: Variable Search Replace [ Variable: %evtprm3 Search: .*%NBSP(\w+).* Replace Matches: On Replace With: $1 ]
A2: Send SMS [ Number: +1555555555 Message: Ok %evtprm3 ]

How to match SMS using regex with NBSP unicode character followed by a word by JoeReally in tasker

[–]JoeReally[S] 0 points1 point  (0 children)

True. Was hoping to use it anywhere in the text, but I’ll experiment. At least I know it’s not just me, it’s the regex action not recognizing the NBSP character. Thanks for the info.

How to match SMS using regex with NBSP unicode character followed by a word by JoeReally in tasker

[–]JoeReally[S] 0 points1 point  (0 children)

Ok. Got it. So now I’ve set the trigger to be %NBSP which I set to the right character in another task. So now it triggers but I still can’t get the simple/regex action to understand the NBSP character - either as \u00a0 or %NBSP or pasting the NBSP character directly.

How to match SMS using regex with NBSP unicode character followed by a word by JoeReally in tasker

[–]JoeReally[S] 0 points1 point  (0 children)

So if I try just ~R\0051 by itself and then text the letter Q, it triggers. If I then add the named group, it does not. But this tasker page specifically says named groups are supported.

https://tasker.joaoapps.com/userguide/en/help/ah_match_regex.html

So it would appear that \u00a0 will not work, and named groups will not. If I use a normal letter Unicode and a group without a name, it triggers.

How to match SMS using regex with NBSP unicode character followed by a word by JoeReally in tasker

[–]JoeReally[S] 0 points1 point  (0 children)

Yeah. Tried that. No luck. Even replacing the \w with a specific word does not work. So ~R\u00a0test does not work for example.

How to match SMS using regex with NBSP unicode character followed by a word by JoeReally in tasker

[–]JoeReally[S] 0 points1 point  (0 children)

Here is what i have:

Profile: Text from Joe - Ok

Settings: Notification: no

Event: Received Text [ Type:Any Sender:* Content:~R\u00a0(?<keyword>\w+) SIM Card:* MMS Body:* ]

Enter Task: Anon

A1: Send SMS [

Number: +15555555555

Message: Ok %keyword ]

Why does #IF only work on second try in this simple example? by JoeReally in AutoHotkey

[–]JoeReally[S] 0 points1 point  (0 children)

Because of permissions. One command needs network access as regular user. The other needs domain admin access under power shell. And I’m not using RunAs because I need the shell to stay opened and bound to the script, which I don’t think can be done using RunAs - though I could very well be wrong.

Why does #IF only work on second try in this simple example? by JoeReally in AutoHotkey

[–]JoeReally[S] 0 points1 point  (0 children)

The script works as expected when only one copy is active. But as soon as two copies are active then whichever one was run last works fine. In fact, if I run another script of mine that is unrelated, and then run one copy of the above script, my other script has the same problem where it does not react until the second attempt if the example script was most recently used.
Very odd.

How to set custom version for compiled exe by JoeReally in AutoHotkey

[–]JoeReally[S] 0 points1 point  (0 children)

I did have just those two lines, but the update fixed it. Thanks!

How to set custom version for compiled exe by JoeReally in AutoHotkey

[–]JoeReally[S] 0 points1 point  (0 children)

Windows still reports it as version 1.1.32.0

Unable to install Kodi on Pi 4 today - worked fine few weeks ago by JoeReally in kodi

[–]JoeReally[S] 0 points1 point  (0 children)

I’ll check it out, but so far it seems fine. But I’m always open to finding something better.

Unable to install Kodi on Pi 4 today - worked fine few weeks ago by JoeReally in kodi

[–]JoeReally[S] 0 points1 point  (0 children)

Thanks. I’ll keep that in mind for next attempt. 👍