--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/E5uzJiv_ThY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/51caf745-7385-40f9-ad35-81cfed29553e%40googlegroups.com.
The table somehow has it right. The graph alone is wrong.
On Fri, 26 Jul 2019 at 11:29, Andrew Milner <andrew....@gmail.com> wrote:
I would suspect WU ignore windgust on rapidfire because you need a sustained period of I think 3 seconds for the gust to count as a gust in metereological definitions - and the rf interval is probably too short - so gust will always equal speed in rf situations.--
On Friday, 26 July 2019 08:26:49 UTC+3, Praveen Chandrasekaran wrote:Related wxforum post:
On Friday, 26 July 2019 10:45:52 UTC+5:30, Praveen Chandrasekaran wrote:Hi,I am seeing that on stations with rapdifire, WU is not differentiating wind speed and wind gust in graph correctly. However in stations without rapidfire it is fine.Example my station with rapidfire:Another station without rapidfire:Is this issue arising from weewx by any chance?Regards,Praveen
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/E5uzJiv_ThY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/e1c86274-2f2a-4005-a3e3-8ac0d9028b66%40googlegroups.com.
If I set rtfreq to a higher value like 5 seconds, should that resolve the issue?
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/e1c86274-2f2a-4005-a3e3-8ac0d9028b66%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/7d2e07d8-d98a-41b3-a3b4-0c9cdcea6f25%40googlegroups.com.
winddir - [0-360 instantaneous wind direction] windspeedmph - [mph instantaneous wind speed] windgustmph - [mph current wind gust, using software specific time period] windgustdir - [0-360 using software specific time period] windspdmph_avg2m - [mph 2 minute average wind speed mph] winddir_avg2m - [0-360 2 minute average wind direction] windgustmph_10m - [mph past 10 minutes wind gust mph ] windgustdir_10m - [0-360 past 10 minutes wind gust direction]
Looking at below:WU expects wind speed average over 2 min average and 10 min gusts and instantaneous speed. Did something change in this recently? Looking at weewx code from restx.py I am not sure if weewx uploads all these?winddir - [0-360 instantaneous wind direction] windspeedmph - [mph instantaneous wind speed] windgustmph - [mph current wind gust, using software specific time period] windgustdir - [0-360 using software specific time period] windspdmph_avg2m - [mph 2 minute average wind speed mph] winddir_avg2m - [0-360 2 minute average wind direction] windgustmph_10m - [mph past 10 minutes wind gust mph ] windgustdir_10m - [0-360 past 10 minutes wind gust direction]
On Mon, 29 Jul 2019 at 15:10, Praveen Chandrasekaran <prave...@gmail.com> wrote:
Hmm. Will try. Before the WU overhaul it was showing them separately on the graph though. The gust value from LOOP2 seems to be 10 min wind gust while the wind speed sent out is the instantaneous wind speed from LOOP packet I believe? This may explain why wind speed and wind gust are same in graph. But then how does the table have different values. U never know with WU! :)As you mentioned will set debug=1 and observe sometime.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/7d2e07d8-d98a-41b3-a3b4-0c9cdcea6f25%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/38ff484c-9cde-46b0-90f0-d41857ccb061%40googlegroups.com.
Understand that weewx does not read LOOP2 packets. Did not get the part about " LOOP2 data is more than likely software generated by weewx"The LOOP2 packet format is specified in Davis protocol and it seems to be containing some data that WU is expecting. Shouldnt weewx be reading it then? Not sure if something changed in WU upload protocol as well. The earlier wiki link with upload protocol no longer works! So I am not sure what the protocol was before.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/38ff484c-9cde-46b0-90f0-d41857ccb061%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/30e453f1-ce9d-4b7b-a1a4-5af028c5f7a5%40googlegroups.com.