[weewx-development] Re: Looking for advice on driver to target for replacement ObserverIP

2019-05-18 Thread mwall
On Saturday, May 18, 2019 at 1:26:23 AM UTC-4, Sean Begley wrote: > > My plan is to have my device (what I'm currently calling ObserverPi) > receive asynchronous messages from 915MHz sensors (could be extended to > other frequencies and sensors), populate a data structure and then have >

[weewx-development] Re: Looking for advice on driver to target for replacement ObserverIP

2019-05-17 Thread Sean Begley
On Friday, May 17, 2019 at 5:17:23 AM UTC-4, mwall wrote: > > > you might consider creating a generic weewx driver that listens for data > in json format. that driver would receive any json data and use a > sensor_map (defined in the configuration weewx file) to determine which > json fields

[weewx-development] Re: Looking for advice on driver to target for replacement ObserverIP

2019-05-17 Thread mwall
On Thursday, May 16, 2019 at 11:05:17 PM UTC-4, Sean Begley wrote: > > > I'd like to have a small, stand alone device (basically just like the > ObserverIP only not locked down to ambientweather.net and wunderground.com) > that can catch the 915MHz from a physically ideal location and send the

[weewx-development] Re: Looking for advice on driver to target for replacement ObserverIP

2019-05-16 Thread Sean Begley
Thank you. This is a good resource. This doesn't *quite* do what I want it to do because the SDR would be attached to the weewx machine. I run weewx in a container along side a number of other services on a Dell R510 Server in a network closet. I'd like to have a small, stand alone device

[weewx-development] Re: Looking for advice on driver to target for replacement ObserverIP

2019-05-16 Thread mwall
On Thursday, May 16, 2019 at 11:46:51 AM UTC-4, Sean Begley wrote: > > > My setup includes a RaspberryPi (or any linux machine) with an RTL-SDR > based receiver attached. Using rtl_433 I can receive all data from the > sensor units. I'm in the process of writing a python script to transform