The station is producing data. I can see it in the WFapp, and on the WF 
online map. The rpi is apparently picking up UDP packets per the python 
listen script. So why is WeeWx "not receiving any data?" Any leads to 
troubleshooting this would be appreciated.

On Sunday, October 13, 2019 at 7:17:15 PM UTC-6, gjr80 wrote:
>
> You can ignore the 'Simulator' web page, it is an old page generated from 
> when you were running the simulator. It is clear from the log WeeWX is 
> using the weatherflow driver. WeeWX is not receiving any data from the 
> driver so hence no archive records are produced and hence no reports being 
> produced/updated. Once you have data it will be fine.
>
> Gary
>
> On Monday, 14 October 2019 11:06:19 UTC+10, Timothy Buchanan wrote:
>>
>> 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/c5f40683-680b-4e75-814a-4337de371e7d%40googlegroups.com.

Reply via email to