Hi,
I am considering developing an RPI based OneHelm app for a Garmin TD50 and wondered if @stephenm27 would share your basic project as a starting point.
This site is now in read-only archive mode. Please move all discussion, and create a new account at the new Victron Community site.
Hi,
I am considering developing an RPI based OneHelm app for a Garmin TD50 and wondered if @stephenm27 would share your basic project as a starting point.
@pwm802 I'm happy to answer specific questions regarding developing a OneHelm app but I'm not planning to share my implementation at this time.
Here's an example json file:
{ "id": "43b78dbe-b1ef-11ed-a269-b827eb123456", "path": "/", "title": "Cyclops", "icon": "images/onehelmicon.png" }
This json file needs to be available via HTTP at the location [url] stated in the advertised mDNS txt record [path property]. The Garmin MFD will then download it [the json file] in order to acquire the path to your OneHelm application (via the path property).
Additional resources still need to be added for this topic
40 People are following this question.