Hi,
I just started developing a new driver on the basis of RFLink Gateway <http://www.nemcon.nl/blog2/>. This gateway is able to intercept the data from various weather sensors. A large range of weather sensors are supported (check RFLink website). I have also added an I2C driver to collect additional data. This driver allows to mix sensors from various vendor and to make them available for weewx weather station. Currently, supported sensors include : - via RFLink : o Oregon Scientific Rain Gauge o Oregon Scientific temperature and humidity sensor o Oregon Scientific wind sensor - via I2C : o BMP280 pressure sensor o SI7021 temperature and humidity sensor Thanks to this driver I have been able to get rid of my wmr88 weather station which has trouble collecting data from a brand new rain gauge (Previous rain gauge were damaged by insects nesting in electronic parts (bugs?), I would not recommend this rain gauge for this reason). As of now, this driver does the job but I need to clean up the code before publishing it. In addition, I wish to use the RFLink Gateway for other purposes and I need to add a filter to dispatch non weather related data to other applications.
