If the sensors are reporting back to something - another Arduino or a Raspberry Pi, then you could write your own driver with the Simulator driver or wmr100 for inspiration. You can see within that driver that the observation name is the same as the archive database schema. Like outTemp, outHumidity, windSpeed, windDir, etc. Just yield those values to the loop and weewx will do the rest.
On Sunday, December 2, 2018 at 4:25:06 PM UTC-5, Colin Larsen wrote: > > Follow WeatherDuino and imitate the Davis protocol? > > On Mon, 3 Dec 2018, 09:17 Pat <[email protected] <javascript:> wrote: > >> Do you have your sensors working already in some way? >> >> >> On Sunday, December 2, 2018 at 2:16:48 PM UTC-5, Rob Field wrote: >>> >>> I have all the sensor data already in a microcontroller from various >>> locations all hardwired, their data held in my own format which is flexible >>> at this time. The original plan actually has a paticle photon wifi module >>> to get the data to maybe an matt broker then back to a device via a Web >>> pagepage displaying graphs etc. ( unsure how to get that sorted) . But then >>> discovering weewx, it would seem if I emulated an existing wifi enabled >>> weather station I could create a rpi based monitoring console a a first >>> stage. Trying to understand the accepted protocol needed for my photon to >>> get it to the rpi running weewx. >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- 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.
