On Saturday, October 27, 2018 at 12:58:52 PM UTC-7, [email protected] wrote: > > I've searched around and can't determine whether this is possible. I run a > pretty sophisticated Campbell Scientific based station; I'd like to use > WeeWX as a premade solution for data presentation and > aggregation/archiving.I can get data from the Campbell Scientific logger in > all manner of intervals or formats (for example a 30 second CSV file of all > data), but I can't figure out whether WeeWX can poll a file for data input, > or if I can somehow automate this using the CSV import extension, which > seems to be designed for a onetime archival import. Any help would be > appreciated, otherwise I'm going to make some on my own (MySQL and PHP etc.) >
If you're willing to write a driver or extension, it can do anything you can dream up almost. For example, I have one sensor setup on a raspi that writes a JSON-formatted data file out periodically. I have a weewx extension that queries that file via essentially a http GET, and loads a custom weewx db with that data. Other folks use MQTT to load stuff. There are a 'lot' of ways to get there. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
