1. There is any number of threads on weewx-user and weewx-development on writing drivers for homemade weather stations. Try a search on 'homemade' 2. The Customizing Guide is the place to go for details on writing a driver. See the section *Porting to new hardware <http://www.weewx.com/docs/customizing.htm#porting>*.
On Sun, Mar 14, 2021 at 8:08 AM '[email protected]' via weewx-user < [email protected]> wrote: > I have developed a simple Raspberry Pi based weather station using the > BME280 temperature, pressure, humidity sensor and a Davis anemometer and > wind vane. I have written a short programme in Python3 which takes in the > raw sensor values, does some calculations, prints the current measurements > from each sensor and stores mean and max values of windspeed and average > values for wind direction as a record in a LibreOffice spreadsheet at 5 > minute archive intervals. > > I now want to expand this to take advantage of the functionality of > Weewx. I've read much of the guidance in the Weewx wiki, but am still not > clear on the best approach. So, I'd be keen to hear from anyone who has > already done this. In particular, my questions are: > > How much of the above functionality in my current python software would > Weewx replace? > Is there a step-by-step guide available for writing a Weewx driver for a > home-made station? > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/180621f8-50aa-45b8-9659-73ca03eb9257n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/180621f8-50aa-45b8-9659-73ca03eb9257n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEAVX3hc3PJDdzYCgi7C8r0iHR%2BLvh_mbjWWiyDZFRjjXA%40mail.gmail.com.
