I wrtite a Python script to control pypilote with my smartphone.
It work also on Osx, Linux and WIndows.
I use the framework Briefcase with Toga GUI, with the same source code you can compile to every OS

I put the app in Github
https://github.com/voilier-kalymnos/PypiloteRemote
you can find source code and app for mac, linux and android in the build folder
The app use zeroconf so no need to configure for your local network
Hope it will work for every body who need a nice remote on the bridge.
Vincent
Hej Vincent,
thank you very much for your work!
I've just tested your app on my boat and what should I say?
It works immediately!
I opended the web interface of pypilot aud checked the response time between your App and the web interface.
The response ist fast and reliable
Maybe it could be an idea to make it a little bit more "difficult" to to switch to "auto" for safety reasons or an unattended "pocket" start of pypilot. I think a double click on "auto" would be a solution.
If you`d like I can start an issue at your git too.
Michael
(2025-12-06, 03:15 PM)Moeritsen Wrote: [ -> ]Hej Vincent,
thank you very much for your work!
I've just tested your app on my boat and what should I say?
It works immediately!
I opended the web interface of pypilot aud checked the response time between your App and the web interface.
The response ist fast and reliable
Maybe it could be an idea to make it a little bit more "difficult" to to switch to "auto" for safety reasons or an unattended "pocket" start of pypilot. I think a double click on "auto" would be a solution.
If you`d like I can start an issue at your git too.
Michael
Thank you Moeritsen for your reply
I make a new version with ;
- a confirm box to engage and disengage the pilote.
- No more Engage button just select the mode you want and it will engage.
- if you lost connection a message appears in the bottum of the window
you can get i in the build folder as a v2
https://github.com/voilier-kalymnos/PypiloteRemote