On Sunday, October 13, 2019 at 10:04:09 AM UTC-7, Timothy Buchanan wrote: > > I set up a WeatherFlow station per their instructions, and it is feeding > correct data to their app. I installed the weatherflowudp extension (using > a Pi3), and wee_extension --list shows Version 1.03 as installed. There is > a file weatherflowudp.py in /usr/share/wewx/user. I edited the > /etc/weewx/weewx.conf as so: > > The file at /var/log/syslog shows the weewx in listening for UDP at > <broadcast> on port 50222, but times out. > What have I neglected to do? Thanks for help. >
I'm not quite seeing anything obvious. If you're comfortable running python stuff, you could try running my standalone WeatherFlow UDP listener to verify your gear is hearing the broadcast messages (which would validate the pi, taking weewx out of the question for the moment) - change share_socket to True so the weewx extension can let other apps listen for the broadcasts simultaneously - stop weewx (for now) - grab my listener from https://github.com/vinceskahan/weatherflow-udp-listener and follow the Installation instructions - you can run it via "python listen.py --raw" to have it just dump what it sees to the screen. You'll see wind info in 3 secs if you have rapid_wind enabled, but you'll see hub status in 10 secs or so regardless. If 'anything' is reported then your pi is hearing the broadcasts and we can move back to validating weewx. - hit control-C to stop it (you might need to hit that twice) -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/1d90e11c-a72b-45e8-af78-0be2479e9757%40googlegroups.com.
