I would like to create a script that automates the operation of an application used to control a lawn mower. I would like the application to connect to my http server to receive information, and then, depending on the data received, turn on mowing via the application on the phone.
App (https://play.google.com/store/apps/details?id=com.husqvarna.automowerconnect)
Android version: 11
I need some list of steps or solutions on how to do it so I can choose the right one for me.
At first I thought about tools that automate clicks, but they are very limited and won’t execute http requests. Later I came up with the idea of using bash or python scripts in termux, but I don’t know the libraries and solutions available.
How can i do that?
Arhelyd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.