Are there any usable URL Schemes for the WyzeCam app for iOS or Android?
For example, a URL scheme that would open the WyzeCam app to a specific camera live feed?
Thanks for any insight you can offer.
Are there any usable URL Schemes for the WyzeCam app for iOS or Android?
For example, a URL scheme that would open the WyzeCam app to a specific camera live feed?
Thanks for any insight you can offer.
I’ve yet to figure out how to launch the app to a specific camera but I can launch the app itself. I have a wall mounted tablet (android) that uses FullyKiosk and ActionTiles for some home automation stuff One of the options in ActionTiles (Shortcut) allows you to specify a URL. The URL that works for me is:
intent:#Intent;launchFlags=0x10000000;component=com.hualai/.home.StartActivity;end
exactly what I am looking for. It would be Perfect to Enable / disable motion detection by script (and iOS shortcut) !!!
Did you ever manage to find an intent to launch directly into a specific camera?
Have you managed to find the correct package name or intent to open a specific Wyze camera or event?
I’m using a Pixel 8 Pro with a third-party app called MacroDroid. I’ve set up a macro that plays a sound when a person is detected in the front yard and then opens the Wyze app. However, it currently opens the main app with all the cameras, whereas I want it to directly open the specific event or video related to the detection.
I tried using com.hualai.frontyard, but it didn’t work. I also installed an app called “App Info.” When I click the notification in “App Info,” it successfully opens the Wyze app and redirects to the correct event instead of the main screen.
Do you know how to replicate this behavior in MacroDroid?