-
Notifications
You must be signed in to change notification settings - Fork 12
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
WindGust is missing for PWSWeather #4
Comments
Thanks! I was basing this built URL off of the PWSWeather uploader in https://gitlab.com/acuparse/acuparse/-/blob/dev/src/fcn/cron/uploaders/pwsweather.php Is this parameter actually supported by PWSWeather? They don't have any API docs :( |
Seems to be referenced by other projects! https://github.com/OurColonial/WeatherLink-to-PWSweather https://pywws.readthedocs.io/en/latest/api/pywws.service.pwsweather.html |
Yes, it works well since I added it. |
Thanks again! |
Hello,
in the function updatePWSWeather_() the following line is missing:
if (station.imperial.windGust != null) request += '&windgustmph=' + station.imperial.windGust;
By adding this line the windGust will also be provided.
Best regards, and thanks for the script,
judgetom
The text was updated successfully, but these errors were encountered: