On Sunday, October 7, 2018 at 5:09:52 PM UTC-4, Vince Skahan wrote: > > I wanted to take a crack at adding the WeatherFlow Smart Weather Station ( > http://weatherflow.com/smart-home-weather-stations/) to the hardware > guide. What's the best way to cook up a new section for that and get into > the online docs after appropriate review ? >
right now the hardware guide only includes hardware for which there is a driver in the weewx core installation we probably should use a similar structure for each of the non-core driver wiki pages, i.e., each driver wiki page should have: * configuration options for weewx.conf * configuring with wee_device * station data * any hardware-specific caveats, issues, etc it probably makes sense to put all of that into the readme.txt/readme.md for the driver then if/when a driver is adopted into the weewx core, the content of the readme could become the section in the hardware guide and the driver's weewx.conf section in the user's guide. of course, be sure to put detailed specs, reverse engineering, experiments, credits, etc in the docstring of the driver itself. m
