I have a Pi-driven setup that talks to a FO1080 and 4 cameras. Uploads by cellular. Someone else on the airfield has put up a (much) better (commercial grade) WS funded by an external organisation. I can get a feed off it if I want (via a JSON query) - owner doesn't mind.
I would like to read this feed and insert it into weewx as if it was the input data from the station. So weewx will make the html and do the WU upload. I could of course just hard-code the data into index.html (from index.html.tmpl) but that would still leave the WU thing in the air Not sure where to start - the obvious place is the fousb.py driver and have it go to a file with the downloaded query in it (instead of talking to the station). I can read the numbers etc. I assume that fousb.py just returns the values from the station .... and would return them from a file instead. I can do the python for the JSON query and extraction/reformatting etc. This is all because the fancy station doesn't have cameras and pilots do appreciate them IB
