Skip to content

How to switch wifi networks with Keyboard Maestro

In a recent blog post I explained how I secure my home network with a VPN. In that article, I also explained how I enabled external access to my home network, using the Slink software running on a Mac mini server, whose primary network interface is wifi connected to my ISP router, and second network interface is ethernet connected to my home gigabit switch.

This setup works great, but it did require solving a tricky problem:

My home wifi network (created by the AirPort Extreme) is called “Hacienda”, and the wifi network created by the ISP router is called “HaciendaOlive”. Since I want all my home devices connected to Hacienda, that network is given first priority over all other known networks on my iPhones, iPads, etc.

The problem is that that network priority list propagates to the Mac mini (and all my devices) via iCloud, and so anytime there’s a network interruption or the machine reboots, the Mac mini connects to the Hacienda wifi network (instead of HaciendaOlive)—which of course kills my external access to that machine.

What I need is that the mini, and only the mini, has HaciendaOlive set as its highest priority wifi network. But this doesn’t see to be possible, unless I’d be willing to disable iCloud on that machine.

My solution to this problem was a Keyboard Maestro macro which runs every five minutes, checking whether the computer is connected to the HaciendaOlive network, and if not, switching it to that network. This required researching some obscure AppleScript code, and so I thought I’d post the macro here for the benefit of others searching for how to switch wifi networks using Keyboard Maestro. The blurred text in the image, is the wifi network password.

Enjoy!

Published inTechnology

9 Comments

  1. dennis j okeefe dennis j okeefe

    i cannot get this to work – i am getting “task failed with status 10 Macro “Trying” cancelled (While executing Execute Shell Script) ???????
    what am i doing wrong”

    • dennis j okeefe dennis j okeefe

      my input – networksetup -setairportnetwork en1 “nage2017” “thepassword”

  2. dennis j okeefe dennis j okeefe

    problem solved. sorry for bothering you. i am an engineer not a programmer and don’t know what i am doing but i don’t let that slow me down. i had the wrong device number. thank you SO MUCH for your post – you solved my problem. dennis

    • Matt Henderson Matt Henderson

      Great to hear, Dennis!

  3. dennis j okeefe dennis j okeefe

    i cannot get this to work – i am getting “task failed with status 10 Macro “Trying” cancelled (While executing Execute Shell Script) ???????
    what am i doing wrong”

    • Matt Henderson Matt Henderson

      I wouldn’t know, Dennis. You should probably ask at the Keyboard Maestro Forum. (Just google for it.)

    • dennis j okeefe dennis j okeefe

      my input – networksetup -setairportnetwork en1 “nage2017” “thepassword”

  4. dennis j okeefe dennis j okeefe

    problem solved. sorry for bothering you. i am an engineer not a programmer and don’t know what i am doing but i don’t let that slow me down. i had the wrong device number. thank you SO MUCH for your post – you solved my problem. dennis

    • Matt Henderson Matt Henderson

      Great to hear, Dennis!

Leave a Reply to dennis j okeefe Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.