On Tuesday, February 26, 2019 at 9:48:38 AM UTC-5, Ashley Gibbon wrote: > > Hi all. > I need a weather station that will do air temp, plus wireless pond and > pool temperature. > > Can any body recommend a weather station system that can get that data and > send it to weewx? >
acurite sells the parts you need: https://www.acurite.com/my-acurite/home-environment-systems.html?ref=nav you can use their consoles for simple displays, then use a USB SDR dongle with weewx to capture all the data: https://github.com/weewx/weewx/wiki/sdr-rpi-recipe don't bother with the 'access' - you'll get better results and can collect from more sensors if you use the SDR. you can add a 5in1 sensor cluster for rain and wind. or you could get temperature sensors from a fineoffset reseller such as ambient: https://www.ambientweather.com/amws1900.html no one has decoded it yet, but rtl_433 should be able to pick up signals from this: https://www.ambientweather.com/amf007tp.html don't bother with the 'observer' or the wifi console (unless you want that as a display). instead, use a USB SDR dongle to record the data. another vendor is ecowitt. they are basically another fineoffset brand, but offer air quality too: http://www.ecowitt.com/ if you want to go cheaper, you can build your own for $1 per sensor using 1wire, but then you have a completely wired solution. add some arduinos/raspeberry pi with batteries and solar panels to make it wireless. and of course there are many ways you could go more expensive... m -- 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.
