There really is no wrong way. Example: My current setup is an Moteino (which is really an Arduino with an RFM69HCW) getting the sensor data off 915mhz and sending it to serial. I have a Pi that is listening on serial and Python forwarding any data on serial to a remote socket server. I have a fork of the weewx-meteostick driver that I converted to listen on socket (instead of USB), and that driver converts the socket data to the weewx loop format (outTemp, outHumidity, etc).
You can get as elaborate, or as basic, as you want. In the end the weewx driver requires the LOOP submissions in a certain format <http://www.weewx.com/docs/customizing.htm#General_guidelines>. On Sunday, December 2, 2018 at 6:24:45 PM UTC-5, Rob Field wrote: > > FYI, the sensors are reporting to a simple AVR microprocessor at the > moment. Thats going to be attached to a wifi module over its serial port > (currently a particle photon). -- 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.
