Meteobridge and Wunderground. **solved**

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

Moderator: Mattk

Post Reply
JWR
Fresh Boarder
Fresh Boarder
Posts: 15
Joined: Tue May 19, 2020 8:41 am

Meteobridge and Wunderground. **solved**

Post by JWR »

I am just looking for a two things:

- I have read that it is possible to get an extra temperature sensor at Wunderground when it is named as a soil temperature sensor. Is that right and where can I see that at Wunderground?

- I saw the following solution: https://blog.meteodrenthe.nl/2021/12/27 ... round-api/ for sending to an extra Wunderground device with a custom upload. Can someone help me with an example for the http request in the MB? I am a real nitwit... :roll:
JWR
Fresh Boarder
Fresh Boarder
Posts: 15
Joined: Tue May 19, 2020 8:41 am

Re: Meteobridge and Wunderground

Post by JWR »

I made the last question tiny, while it is solved.

I solved it as follows:

Code: Select all

https://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?ID=DEVICE_ID&PASSWORD=DEVICE_KEY&action=updateraw&dateutc=now&tempf=[t0!2temp-act=F.1:--]
This was the link: https://blog.meteodrenthe.nl/2021/12/27 ... round-api/

Two little things:

<DEVICE_ID> = DEVICE_ID
<DEVICE_KEY> = DEVICE_KEY

And the temperature had to be in F.
JWR
Fresh Boarder
Fresh Boarder
Posts: 15
Joined: Tue May 19, 2020 8:41 am

Re: Meteobridge and Wunderground

Post by JWR »

I just have another issue:
When it rains there will nothing at Wunderground until there is fallen 0.1 inch rain when I use the rtupdate.wunderground.com with: dailyrainin=[rain0!8total-daysum=in].

How can I solve this that just it will be send from 0.2 mm?
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7874
Joined: Mon Oct 01, 2007 10:51 pm

Re: Meteobridge and Wunderground

Post by admin »

JWR wrote: Wed Apr 23, 2025 9:43 pm I just have another issue:
When it rains there will nothing at Wunderground until there is fallen 0.1 inch rain when I use the rtupdate.wunderground.com with: dailyrainin=[rain0!8total-daysum=in].

How can I solve this that just it will be send from 0.2 mm?
Simply allow for two decimals via dailyrainin=[rain0!8total-daysum=in.2]
JWR
Fresh Boarder
Fresh Boarder
Posts: 15
Joined: Tue May 19, 2020 8:41 am

Re: Meteobridge and Wunderground

Post by JWR »

Thank you very much! That is the solution!
Post Reply