Dashcam wifi auto disconnect to avoid internet loss

spart0n

New member
So whenever my phone auto connects to my dashcam wifi it acts like it has no internet so I'd like to only connect to that network when I launch my dashcam app. I think I made this right but I would some help and tips
 

Attachments

  • Screenshot_20230320_163010_MacroDroid.jpg
    Screenshot_20230320_163010_MacroDroid.jpg
    870 KB · Views: 12

JA-Translator

Moderator
I think I made this right but I would some help and tips

It's almost fine, but you may need to fix just one thing.

"IF-clause" of Trigger constraint is nested. I think the nest doesn't work well as you expect.

Just create a plain IF-clause separately without nesting.

Screenshot_20230322_035913.png
 

spart0n

New member
Does this look right?

I think I understood your solution.
 

Attachments

  • Screenshot_20230321_181231_MacroDroid.jpg
    Screenshot_20230321_181231_MacroDroid.jpg
    590 KB · Views: 5

JA-Translator

Moderator
Yes, almost perfect.

Trigger cases should be better to used with "OR".

One Trigger is just ONE event.
Only one Trigger usually happens at each time for a moment.
Two sequential events will be fired separately (in milliseconds).
Logically speaking, "AND" Trigger conditions will never meet.


Screenshot_20230322_081859.png
 

spart0n

New member
We all understand that when App closed, you disable WiFi. But in what cases or why do you re-enable it?
I may not be doing this most efficient way but my overall goal is to leave wifi turned on most of the time but where I have the wifi to my dashcam saved it likes to auto connect to it then the phone doesn't get internet and it breaks like everything in android auto so my goal in simplest terms is that if the dashcam app is NOT open to not connect to that network and that when that app is opened to automatically connect to that network and when I close the app that it disconnects from that network.
 
Top