I just did a quick test run with WeatherUnderground, Aeris and OWM. windGust 
is only saved for the Aeris forecast entries, for OWM and WU it's always 
empty. 

Since it is provided via the OWM API, that's a problem of weewx-forecast 
not saving the data, I guess.

FYI: The skin already shows windGust if it is provided by the forecast - 
but I did never test this and just noticed the windGust just sits behind 
the windSpeed without any label. I 
created https://github.com/Daveiano/weewx-wdc/issues/240 to track this.

[image: weewx-wdc-foreacst-aeris.png]

windGust is 29 km/h for Do, 11 Jan in this example.

Dominic Reich schrieb am Sonntag, 7. Januar 2024 um 19:51:58 UTC+1:

> I think it is possible but not worth the hassle (for non-developers like
> me).
>
> The api reports wind gust, so there should be a way to create an
> extra row in the forecast_table.inc (and maybe more) files from the
> weewx-forecast extension.
>
> #v+
> {
> "dt": 1705082400,
> "main": {
> "temp": 267.72,
> "feels_like": 264.07,
> "temp_min": 267.72,
> "temp_max": 267.72,
> "pressure": 1034,
> "sea_level": 1034,
> "grnd_level": 890,
> "humidity": 67,
> "temp_kf": 0
> },
> "weather": [
> {
> "id": 800,
> "main": "Clear",
> "description": "clear sky",
> "icon": "01n"
> }
> ],
> "clouds": {
> "all": 2
> },
> "wind": {
> "speed": 2.21,
> "deg": 198,
> "gust": 2.38
> },
> "visibility": 10000,
> "pop": 0,
> "sys": {
> "pod": "n"
> },
> "dt_txt": "2024-01-12 18:00:00"
> }
> #v-
>
> -dominic
>
> Nicholas Waton <nichola...@gmail.com> wrote:
>
> >Thank you!
> >
> >Is there a way to show forecasted wind gusts? 
> >I am using the OWM forecast.
> >
> >On Tuesday, October 4, 2022 at 6:06:04 PM UTC-7 David Bätge wrote:
> >
> > There is also a dedicated page for enabling forecast in the wiki of the
> > skin: 
> https://github.com/Daveiano/weewx-wdc/wiki/Support-for-weewx-forecast
> >
> > Let me know if there are still questions!
> >
> > gary....@gmail.com schrieb am Sonntag, 2. Oktober 2022 um 17:02:39 
> UTC+1:
> >
> > Don't forget that you will need to add the following to the skin. conf
> > [CheetahGenerator]
> >         search_list_extensions 
> >
> > user.forecast.ForecastVariables,
> > user.weewx_wdc_forecast.WdcForecastUtil
> >
> > On Sunday, October 2, 2022 at 11:57:44 AM UTC-4 gary....@gmail.com
> > wrote:
> >
> > weewx.conf
> > Adjust HTML_ROOT to your paths
> > Use your WU API key
> > Get your NWS values and use those.
> >
> >     [[WdcReport]]
> >         skin = weewx-wdc
> >         enable = true
> >         HTML_ROOT = /home/web/wdc
> >         lang = en
> >
> >     [[forecast]]
> >         skin = forecast
> >         HTML_ROOT = /home/web/forecast
> >
> > [Forecast]
> >     data_binding = forecast_binding
> >     #[[XTide]]
> >     #    location = "INSERT_LOCATION_HERE (e.g., Boston)"
> >     [[Zambretti]]
> >         hemisphere = NORTH
> >     [[NWS]]
> >         lid = MAZ011
> >         foid = BOX
> >     [[WU]]
> >         api_key = xxxx
> >     #[[OWM]]
> >     #    api_key = INSERT_OWM_API_KEY_HERE
> >     #[[UKMO]]
> >     #    api_key = INSERT_UKMO_API_KEY_HERE
> >     #    location = INSERT_UK_LOCATION_HERE
> >     #[[Aeris]]
> >     #    client_id = INSERT_AERIS_CLIENT_ID_HERE
> >     #    client_secret = INSERT_AERIS_CLIENT_SECRET_HERE
> >     #[[WWO]]
> >     #    api_key = INSERT_WWO_API_KEY_HERE
> >     #[[DS]]
> >     #    api_key = INSERT_DS_API_KEY_HERE
> >
> >
> > skin.conf
> > Make adjustments for your location.
> >
> > # configuration file for the weewx-wdc skin
> > SKIN_NAME = Weather Data Center
> > SKIN_VERSION = 2.1.0
> >
> > [Extras]
> >     # Show a link to the GitHub respository of this skin. Set to
> > False to hide.
> >     github_link = True
> >
> >     # This radar image would be available as $Extras.radar_img
> >     #radar_img = https://www.dwd.de/DWD/wetter/radar/
> > radfilm_sac_akt.gif
> >     # This URL will be used as the image hyperlink:
> >     #radar_url =    https://www.dwd.de/DE/leistungen/radarbild_film
> > /radarbild_film.html
> >
> >     [[forecast_zambretti]]
> >         enable = True
> >         hemisphere = NORTH                  
> >
> >     [[forecast_table_settings]]
> >         source = WU
> >         num_periods = 72
> >         num_days = 5
> >         show_legend = 1
> >         show_hourly = 0
> >         show_day = 1
> >         show_date = 1
> >         show_outlook = 1
> >         show_temp = 1
> >         show_dewpoint = 0
> >         show_humidity = 0
> >         show_wind = 1
> >         show_tides = 0
> >         show_sun = 0
> >         show_moon = 0
> >         show_pop = 1
> >         show_precip = 1
> >         show_obvis = 0
> >
> > On Thursday, September 29, 2022 at 2:42:44 PM UTC-4 
> > scott.d...@gmail.com wrote:
> >
> > I am having difficulty enabling the forecast feature in
> > weewx-wdc
> > What needs to be included in weewx.conf to have a forecast from
> > WU, AERIS, or NWS?
> >
> >
> >--
> >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 weewx-user+...@googlegroups.com.
> >To view this discussion on the web visit 
> https://groups.google.com/d/msgid/
> >weewx-user/1c544346-86c8-47fa-bb65-ce28ebfa0d64n%40googlegroups.com.
>
>
> -- 
> Nothing in life is to be feared, it is only to be understood.
> Now is the time to understand more, so that we may fear less.
> - Marie Curie
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a5c6d6a8-a164-420c-8632-de2ab9c1ffc3n%40googlegroups.com.

Reply via email to