Weather Underground wind speed **solved**

All about the standard Meteobridge devices based on mobile routers from TP-Link, D-Link, ASUS

Moderator: Mattk

Post Reply
User avatar
iu1jvo
Junior Boarder
Junior Boarder
Posts: 22
Joined: Tue Jan 04, 2022 10:44 am

Weather Underground wind speed **solved**

Post by iu1jvo »

Hello,
Looking at the wind data for my station on Weather Underground and comparing it with other networks (windy and APRS), I find discrepant values.
On Weather Underground seem to be used only Gust values and not the average speed value.

I don't understand if this is a problem of weather underground or related to the data sent from meteobridge.

Weater Underground:
wu.PNG
wu.PNG (17 KiB) Viewed 2772 times
Windy:
windy.PNG
windy.PNG (93.79 KiB) Viewed 2772 times
APRS:
APRS.PNG
APRS.PNG (18.89 KiB) Viewed 2772 times
My Meteotemplate:
meteotemplate.PNG
meteotemplate.PNG (18.33 KiB) Viewed 2772 times
Last edited by iu1jvo on Wed Feb 16, 2022 11:44 am, edited 1 time in total.
Image
User avatar
Gyvate
Platinum Boarder
Platinum Boarder
Posts: 453
Joined: Thu May 14, 2020 4:36 pm
Location: Saarbrücken, Germany

Re: Weather Underground wind speed

Post by Gyvate »

I guess it depends on what you (and/or MB) send to the different places: WU, Meteotemplate.

You can make a test for WU (or Meteotemplate) and deactivate the MB WU service and send your own defined data via services/events as a http post to WU. (however, you need to know the WU API description for that, i.e. what data in which format WU expects).
Because you can cannot change the preset weather service posts, but you can use your own post where you can manipulate the data.

Then you can play with the different wind variables from Meteobridge using different values.
For this you will have to look into the Meteobridge/Templates section of the WiKi to see how the API string you sent has to look like for wind speed, average wind 10 min, average wind 1 hour .... etc.
WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
User avatar
iu1jvo
Junior Boarder
Junior Boarder
Posts: 22
Joined: Tue Jan 04, 2022 10:44 am

Re: Weather Underground wind speed

Post by iu1jvo »

Gyvate wrote: Mon Feb 14, 2022 5:21 pm I guess it depends on what you (and/or MB) send to the different places: WU, Meteotemplate.

You can make a test for WU (or Meteotemplate) and deactivate the MB WU service and send your own defined data via services/events as a http post to WU. (however, you need to know the WU API description for that, i.e. what data in which format WU expects).
Because you can cannot change the preset weather service posts, but you can use your own post where you can manipulate the data.
Yes, this is also my opinion. I need to write my own script to send data to WU.
Image
User avatar
iu1jvo
Junior Boarder
Junior Boarder
Posts: 22
Joined: Tue Jan 04, 2022 10:44 am

Re: Weather Underground wind speed **solved**

Post by iu1jvo »

Issue resolved disabling the Weather Underground wheather network and implementing a HTTP Upload Event using the following URL:

Code: Select all

https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?ID=IMOMPA3&PASSWORD=zru8qTOV&dateutc=now&winddir=[wind0dir-act]&windspeedmph=[wind0avgwind-act=mph.2]&windgustmph=[wind0wind-act=mph.2]&humidity=[th0hum-act]&tempf=[th0temp-act=F.2]&rainin=[rain0rate-act=in.2]&dailyrainin=[rain0total-sumday=in.2]&baromin=[thb0seapress-act=inHg.2]&dewptf=[th0dew-act=F.2]&softwaretype=meteobridge&action=updateraw
Image
ToTo
Gold Boarder
Gold Boarder
Posts: 243
Joined: Wed Apr 03, 2019 9:24 am
Location: Magdeburg, Germany
Contact:

Re: Weather Underground wind speed **solved**

Post by ToTo »

I'm glad you found a solution for yourself. But isn't the way Meteobridge itself sends data to Weather Underground wheather network flawed?
Mattk
Platinum Boarder
Platinum Boarder
Posts: 1395
Joined: Mon Sep 22, 2014 3:24 am

Re: Weather Underground wind speed **solved**

Post by Mattk »

ToTo wrote: Thu Feb 17, 2022 9:46 am I'm glad you found a solution for yourself. But isn't the way Meteobridge itself sends data to Weather Underground wheather network flawed?
Can you explain that?
ToTo
Gold Boarder
Gold Boarder
Posts: 243
Joined: Wed Apr 03, 2019 9:24 am
Location: Magdeburg, Germany
Contact:

Re: Weather Underground wind speed **solved**

Post by ToTo »

If the correct wind data is transmitted with HTTP Upload Event, but not with meteobridge Weather Underground upload in Weathernetwork Tab?

Or have I misunderstood something?
User avatar
iu1jvo
Junior Boarder
Junior Boarder
Posts: 22
Joined: Tue Jan 04, 2022 10:44 am

Re: Weather Underground wind speed **solved**

Post by iu1jvo »

Using the "standard" Weather network for "Weather Underground", Wind speed and Wind Gust were de same.
this is (I suppose) caused by my virtual weather station that compute and return as wind speed the wind "gust" in the past 10 minutes and as average the "wind average speed the past 10 minutes average.

I don't know why other "standard" weather network does not have the same issue and display the wind speed (end gust speed) well.

But using the above string to send data to to weather underground, speed and gust is showed well also on WU.

Some URL to check:
https://www.wunderground.com/dashboard/pws/IMOMPA3

https://aprs.fi/weather/a/IU1JVO-13

https://meteo.iu1jvo.it/
Image
User avatar
iu1jvo
Junior Boarder
Junior Boarder
Posts: 22
Joined: Tue Jan 04, 2022 10:44 am

Re: Weather Underground wind speed **solved**

Post by iu1jvo »

ToTo wrote: Thu Feb 17, 2022 9:46 am I'm glad you found a solution for yourself. But isn't the way Meteobridge itself sends data to Weather Underground wheather network flawed?
I can't support this.
The issue I have found could be depended by my meteobridge configuration. I only tryed to send data to weather underground in a way that I supposed was the correct way and verified is it.

But I don't know if other meteobridge users have my same issue sending data to W.U.

Are you sending data to Weather Underground and experienced the same issue (same speed for average and gust wind speeds)?
Image
mchd17
Senior Boarder
Senior Boarder
Posts: 41
Joined: Tue Mar 20, 2018 11:40 pm

Re: Weather Underground wind speed **solved**

Post by mchd17 »

My wind speed and wind gust are practically the same on WU graph, but the chart shows how it should be. Using the weather network tab settings
Post Reply