@newturn : When I still use tasker I hardly can create any task longer than 30 actions. The row style limits the overview of the whole task. While in Automagic, I am still OK combining multiple modules (which are multiple tasks in Tasker) into single giant flow. (example, for my last flow sharing : COVID-19 Tracker 2.0). For single purpose flow, I usually can create it within less than 15 minutes, sometimes less than 2 minutes. But I usually improve it later or combine it into the bigger flow.
For Pebble TaskWatch, try to use Autoapp for pebble, as eldron stated here :
http://www.automagic4android.com/forum/ ... php?t=5974
Of course you stil have to remove tasker.
For autoremote and join, what are the functions do you need?
I tends to reuse whatever already at my phone to reduce apps count.
- To exchange message, remote control or some small files between android devices in local network (wifi), no app required. Use Trigger HTTP request and action HTTP request. Trigger HTTP request works similar to Auto remote wifi server, but it has much more function and behave just like web server (but don't use it as backbone webserver)
See this thread for similar ideas :
viewtopic.php?f=3&t=8601
- To exchange message/files across internet, you can upload to gdrive, then send the link via Whatsapp/telegram to the other devices, so it can download the link and process the file there. Whatsapp/telegram is encrypted end-to-end (although some backdoor may be there), but generally safer option for now. You can still encrypt the chat again before sending it. It is possible to use Whatsapp/telegram alone without gdrive, but require more action.
- For multiple file hosting, you need another app, MiXplorer. It support copy/move files from local to file hosting via intent broadcast. It also support SMB share. The free version at xda is enough, or you can buy the silver version to support the dev. This is my main file manager, one of my main apps along with Automagic, hence I definitely install it even if I don't use it in Automagic.
- To exchange message to Windows PC, you can use Eventghost as the web server. Use pythong script to do http request to Automagic HTTP request. Or vice versa, action HTTP request to eventghost web server. I can sync clipboard, open url, execute program at windows from Phone. AFAIR, autoremote also use its own plugin in eventghost. I actually mimic the pattern it uses and modify to suit my need.
- To exchange file, while it is possible to use HTTP and upload the file, I prefer to use MiXplorer to access the SMB share. I can copy from-to. If you use FTP instead, no additional app needed, as Automagic support FTP.
- Additional, if you need mirroring, and maybe haven't use it, try scrcpy.
https://github.com/Genymobile/scrcpy
This is unrelated to Autoremote/join, but maybe you use that because of mirroring. I create helper flow to maximize the feature of the mirroring. Example, the last cool feature (as my friend were very impressed) is I can drag drop image from PC into a scrcpy mirroring showing Whatsapp chat/group, and it immediately send the image to that chat/group. I develop my COVID-19 mostly on scrcpy mirroring
If you have 300 flows already, I think you should take time try to combine and reconsolidate them. During my first 100 flows, I found out a lot of them are one trick pony flow. So I combine them into single one using multiple parallel expression. This helps to reduce flows count and group multiple ideas into single container.
In the end, if you still prefer using auto apps plugins, you have to choose then to recreate most of your tasker task/profile in Automagic. Recreating the flow is PITA, can't argue. But after switching, I never consider tasker anymore, other than testing new feature.