[weewx-user] Campbell Scientific CR300 data logger

2023-04-22 Thread Craig Young
Is there a driver for the CR300 data logger? If not, I have a PC connected to the data logger, collecting the live data stream which I can reformat and send as either RS232 or UDP/IP packets to weewx in any format. Would need a recommendation on which protocol to use. But hopefully, there is

Re: [weewx-user] Campbell Scientific CR300 data logger

2023-04-22 Thread p q
I don't know the answer to the primary question. As to recommended protocols, I'd choose MQTT. On Sat, Apr 22, 2023 at 5:53 PM Craig Young wrote: > Is there a driver for the CR300 data logger? If not, I have a PC > connected to the data logger, collecting the live data stream which I can > ref

Re: [weewx-user] Campbell Scientific CR300 data logger

2023-04-22 Thread DR
Craig, I don't know of a driver for the Campbell dataloggers. I wish there were one, I have a very dependable station (CR3000) that I'd like to interface.  Right now it is filling the native tables, and a Weather Display driver using pakbus is pulling those values from that table and handing

Re: [weewx-user] Campbell Scientific CR300 data logger

2023-04-22 Thread Craig Young
By any chance can weewx read from a data file? I could write the incoming real time data to the file as a one line record and then weewx would read this, say once a second or so. On Sunday, April 23, 2023 at 1:56:52 PM UTC+12 DR wrote: > Craig, I don't know of a driver for the Campbell datalo

Re: [weewx-user] Campbell Scientific CR300 data logger

2023-04-22 Thread vince
Start with https://github.com/weewx/weewx/wiki/intake-strategies but short answer is sure. If you can get the data in any format it is possible to get it into weewx via a variety of methods. You might also poke around https://github.com/weewx/weewx/wiki#extensions-to-weewx for too many examp

Re: [weewx-user] Campbell Scientific CR300 data logger

2023-04-22 Thread Craig Young
I update about every 15 seconds. The one second was to shorten the time between when the data file is updated and when weewx reads it. But I will look at the intake-strategies document and see what is available. On Sunday, April 23, 2023 at 2:39:31 PM UTC+12 vince wrote: > Start with https:/