On Sunday, October 13, 2019 at 11:01:00 PM UTC-4, Timothy Buchanan wrote: > > Yes, thanks, I understand that. How can I find out why WeeWx is not > receiving data? >
first of all, you need to use your own sensor identifiers, not the ones from the example. set 'log_raw_packets = True' in the wf configuration stanza in weewx to figure out your sensor identifiers. you'll want to set it back to False after you get the identifiers. as for the timeouts, that probably indicates that you specified the wrong port, or your network is blocking the udp broadcasts (is the computer on which you run weewx on the same network segment as the weatherflow hardware?), or a firewall is blocking the udp (are you running a firewall on the computer on which weewx is running?) if you are seeing data when you run vince's script, and you are running that on the same computer on which you run weewx, then compare the settings in the script with the settings you have for weatherflow in weewx. the difference should be obvious. 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/da0a55c7-9e82-41c5-99b7-df5042c17cd0%40googlegroups.com.
