top of page

Questions & Answers

Public·1 member

When setting the trigger as a Wi-Fi type, Trypa only starts when the Wi-Fi status has become connected

My created trigger is shown in the following image:


ree

The issue now is that every time my MacBook starts up, it automatically connects to the 'yy' Wi-Fi. However, at this point, the Trypa program has not yet started (although I have added Trypa to the startup options, its startup speed is slower than the Wi-Fi connection speed). As a result, the trigger does not run successfully. Currently, I can only wait for Trypa's automatic startup to complete after the computer successfully boots up, and then manually disable and re-enable the Wi-Fi. Only then does the Trypa trigger work normally. I don't want to manually operate the Wi-Fi options every time the computer starts up, as that's too cumbersome. I want to automate this process completely. Please give me a solution to this problem.






41 Views
anonymoustia
Dec 19, 2023

Thank you very much for your response. Before your suggestion, my temporary solution was to use the Script Editor to write the following script: do shell script "networksetup -setairportpower en0 off" delay 15 do shell script "networksetup -setairportpower en0 on" I run this script in the startup items to achieve the effect of disabling and enabling Wi-Fi with a delay, allowing Trypa to correctly detect the network connection event.

I tried your solution, and it seems to be able to solve my problem. With your solution, I can actually do without Trypa. Below is the shortcut I tried:


ree

bottom of page