-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Wind Speed Direction and Wind Gust Direction are Equal/Change At Same Time #177
Comments
You are right, good catch! In MQTT |
@gary-hammer I just noticed that my station only sends |
I'm attaching the MQTT output from two different loggers of the same Davis PWS. Both do have the direction for current and gust. |
Yes, that sounds reasonable! This will be available with the next update. I also fixed a bug when the initial page was rendered with 0 km/h wind speed, in that case the direction would never be shown. I attached a updated file (live-updates.js). Would be great if you could test this out (just replace the file in your skins directory at weewx/skins/weewx-wdc/dist/live-updates.js) |
I have replaced the file and run wee_reports I did notice this the other day. I run Fully Kiosk Browser on the tablet to display your skin without browser navigation bars. I'll update you tomorrow. |
I see the gust and the current directions are now different. |
Sorry for the fix with the "0 km/h wind speed" You will also have to change the stat-tile template (if you are using the alternative layout - or the conditions-table template if you are using the classic layout). The changes are here: #250b3c3 stat-tile.inc - download file Btw: you can also set |
Done. The file opened in my browser vs download, but I pasted all into a text editor, changed to *nix file terminators, and uploaded to my server. I'll need to reload in the AM to know for certain. Not a problem to manually reload it in the morning when get coffee. I'm just not a big fan of webpages that reload on a schedule. I guess I can have FKB do this for me though. The free version does an enormous amount of tasks, paid is mostly for business use like a display or some such. |
Great, looks good! As I said, will be included in the next release! |
Describe the bug
I see the wind direction and the gust direction both change at the same time.
This shouldn't be.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Direction of the current wind and the gust should be independent.
The text was updated successfully, but these errors were encountered: