I want to upload some data from my local weewx-system (running on a raspberry pi) to farmOS and wrote the following python-script to parse the data and load it up by curl:
I got there by creating a new Sensor asset, and adding a Data Stream to it named value, then clicking on “value” on the sensor asset’s page (/asset/[id]), which brought me to /data_stream/[id]. The “Developer information” box available on that page has the URL and an example curl command for testing.
Awesome! I’ve always wanted to try weewx with my weather station. If you feel like writing up a blog post for the farmOS Community Blog I’m sure others would love to learn from your experience!