[weewx-user] Re: Split weewx processing between two RPi's

2017-02-09 Thread Bill Morrow
Andrew, I'm doing something similar to Matthew's option 1. Outside is an Arduino Pro Min based logger, reporting to an inside Pi using RF24 library based code on both ends. I wrote the code. The Pi end of the channel publishes the data on my LAN as MQTT. Inside I also have an Adafruit Feather

[weewx-user] Re: Split weewx processing between two RPi's

2017-02-08 Thread Andrew Milner
Thanks matthew - as ever some very helpful some food for thought in your response. Since posting I've realised I have a bigger problem to resolve though - if the console goes outdoors I lose indoor temperature so now I have to work out how to get an indoor temperature into the system!! At the

Re: [weewx-user] Re: Split weewx processing between two RPi's

2017-02-08 Thread Glenn McKechnie
If I recall correctly, you run mesowx? Have a look at the raw data, the real time/48-hour side of its display. It might miss a few LOOP packets on occasion but that would be a network issue so is unique. /var/www/html/freezerpi/js/Config.js // RawChart configuraion // Displays "raw"/LOOP d

[weewx-user] Re: Split weewx processing between two RPi's

2017-02-08 Thread mwall
On Tuesday, February 7, 2017 at 11:14:25 AM UTC-5, Andrew Milner wrote: > > I have been considering having an old RPi outdoors connected to my WH2080 > for the sole purpose of extracting the data from the station and would like > to get the loop data so read into another instance of weewx via Wi-

[weewx-user] Re: Split weewx processing between two RPi's

2017-02-08 Thread Bill Morrow
One possibility is to run some replication/synchronization process to make the inside (MySQL?) database an exact copy of the outside (sqlite?) database. Then run no driver on the inside weewx. Someone who knows the weewx architecture could tell us whether the rest of weewx will function with no

[weewx-user] Re: Split weewx processing between two RPi's

2017-02-08 Thread Christopher McAvaney
That would be interesting - I had need for a similar setup recently. Would be good to know if it can be done. On Wednesday, 8 February 2017 03:14:25 UTC+11, Andrew Milner wrote: > > I have been considering having an old RPi outdoors connected to my WH2080 > for the sole purpose of extracting the