Hi, I'm looking to set up WeeWx on a Raspberry. I have an older but quite common system (ELV WS2000/2500/3000) with a lot of sensors.
The data is received with an ELV "PC-Weather-Receiver", using a serial port. A small software on the Rpi decodes the serial data into the following on STDOUT: 2017-01-16 12:45:43',Outdoor,0x0a,T,0.8,H,0 2017-01-16 12:46:54',Outdoor,0x04,T,-7.4,H,92 2017-01-16 12:47:50',Outdoor,0x08,T,-4.2,H,83 2017-01-16 12:48:08',Indoor,0x0f,T,16.0,H,29,P,1038 2017-01-16 12:48:09',Outdoor,0x09,T,0.0,H,0 2017-01-16 12:48:11',Outdoor,0x0f,T,12.6,H,0 2017-01-16 12:48:15',Outdoor,0x03,T,13.7,H,0 2017-01-16 12:48:23',Rain,0x07,717 2017-01-16 12:52:55',Wind,0x0f,V,3.1,D,220,+-,0.0 What would be the easiest way to interface this with WeeWx? Is there any driver that will parse text simply piped in to it? I could probably modify the output to json, this software is open source. Thanks, /Marcus PS: Another way would be to bypass the hardware receiver and use rtl_433 and weewx-sdr. But, while there should be support for the ELV protocol, it does not work, nothing is decoded. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
