I've now run listen with -d set and got these attached results. It does seem as if the rpi is picking up the UDP packets, but not displaying them. Also, the web page continues to say "Simulator."
On Sunday, October 13, 2019 at 12:47:45 PM UTC-6, vince wrote: > > 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/47af6bc3-acc5-4cf7-a8cb-67a260357d91%40googlegroups.com.
pi@raspberrypi:~/Downloads/weatherflow-udp-listener-master $ python listen.py -d rapid_wind => ts = 1571014891 mps = 0.89 dir = 218 hub_status => ts = 1571014892 firmware_revision = 114 uptime = 33319 rssi = -57 rapid_wind => ts = 1571014894 mps = 0.09 dir = 241 rapid_wind => ts = 1571014897 mps = 0.45 dir = 88 device_status => device_type = sky ts = 1571014900 uptime = 34675 voltage = 2.65 firmware_revision = 43 rssi = -52 hub_rssi = -46 obs_sky => timestamp = 1571014900 uv = 0.0 rain_accumulated = 0.0 wind_lull = 0.0 wind_avg = 0.62 wind_gust = 1.56 wind_direction = 171 rapid_wind => ts = 1571014900 mps = 0.67 dir = 106 hub_status => ts = 1571014902 firmware_revision = 114 uptime = 33329 rssi = -53 device_status => device_type = air ts = 1571014902 uptime = 34959 voltage = 3.21 firmware_revision = 22 rssi = -36 hub_rssi = -36 obs_air => ts = 1571014902 station_pressure = 744.4 temperature = 22.21 relative_humidity = 28 lightning_strikes = 0 lightning_avg_km = 0 rapid_wind => ts = 1571014903 mps = 0.18 dir = 164 rapid_wind => ts = 1571014906 mps = 0.94 dir = 203 rapid_wind => ts = 1571014909 mps = 0.67 dir = 152 hub_status => ts = 1571014912 firmware_revision = 114 uptime = 33339 rssi = -57 rapid_wind => ts = 1571014912 mps = 0.49 dir = 224 rapid_wind => ts = 1571014915 mps = 1.79 dir = 196
