On Sunday, November 4, 2018 at 1:19:35 PM UTC-5, Kyle Filipski wrote: > > OK, I followed all the instructions... I Have WeeWx installed on my > Raspberry Pi 2. Now what do I need to connect the bridge to the RaspPi2? > The 09150 bridge only has a ethernet port, nothing else. Are there > directions that I haven't seen? Do I need an ethernet, usb dongle? Please > help... Acurite screwed us, killing our uploads to weatherunderground > without buying their new product ($130). Thank you. >
you need the weewx-interceptor driver to get data from an acurite bridge (or access) into weewx. https://github.com/matthewwall/weewx-interceptor connect your rpi via wifi to your local network. connect the bridge to the pi using the ethernet interface. then you can either configure the rpi to bridge between ethernet and wifi with the interceptor in sniff mode (if you want the bridge traffic to go beyond the pi), or configure the rpi to NAT the ethernet interface with the interceptor in listen mode (if you want to capture all of the bridge traffic). if you do the latter, then you need to make the pi be a dhcp server to the ethernet interface, and you need to make the pi respond to dns requests on the ethernet interface. the interceptor README has details about many other options. it would be nice if someone would write a step-by-step guide for an rpi+bridge configuration... 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.
