Farmos + AgOpenGPS + AgShare

Hi

Some kind of integration between farmOS and AgOpenGPS has been mentioned some time ago.

I had a go with AgShare today. Quite a handy tool for online sync/share/backup of fields from AgOpenGPS. AgOpenGPS upload the field data to AgShare when a field job is done.

AgShare is fully open source and has its origin from the AgOpenGPS community. I think it is or will be selfhostable too.

AgShare has an API, so it’s possible to make something..
I had success with the API today in Node-Red.

4 Likes

Thanks for sharing @pat!

Here are some previous topics that came up in search, for cross reference:

If someone is looking for AgOpenGPS-stuff..

I’ve made a python app with Claude Code to complete my efforts integrating AgOpenGPS jobs with farmOS.

It provides a GUI to help adding field work from AgOpenGPS into farmOS logs.
The app parses data from the selected field/job and matches the processed field with correct field in farmOS.

It’s supposed to run in the tractor cab along with AgOpenGPS.

If the field is not matched automatically, the user can select one among valid farmOS fields

If the used equipment is matched as a seeding equipment ( a configurable setting) it will create a planting log, and let the user choose a farmoOS planting asset.
Or, just an input if the equipment matches e.g “Fertilizer”

Not in English yet, but will be in the end.

2 Likes