On Wednesday, March 7, 2018 at 8:19:17 AM UTC-5, Steve Shuff wrote:
>
> I have a Campbell Scientific station which currently uploads data to 
> Weather-Underground and am hoping to modify the program in the station 
> (CR1000) to send data to my Apache server on my Raspberry Pi . This would 
> involve adding a few extra  lines in the logger program to send the data to 
> my Pi.
>

that sounds like what the weewx-interceptor driver does - it captures data 
in wu format from a weather station.

https://github.com/matthewwall/weewx-interceptor

if this is what you are trying to do, then use the 'observer' station type 
in the weewx-interceptor driver.  it should work in either sniff or listen 
mode.

for best results, write a weex driver for the station - perhaps using the 
RS232 interface?.  writing a weewx driver is really not very difficult, 
there are many examples, and there are people here who will help.

m
 

Reply via email to