Page 1 of 1

Meteobridge and Wunderground. **solved**

Posted: Fri Jan 03, 2025 11:45 am
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:

Re: Meteobridge and Wunderground

Posted: Fri Jan 03, 2025 9:52 pm
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.

Re: Meteobridge and Wunderground

Posted: Wed Apr 23, 2025 9:43 pm
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?

Re: Meteobridge and Wunderground

Posted: Mon Apr 28, 2025 2:20 pm
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]

Re: Meteobridge and Wunderground

Posted: Tue Apr 29, 2025 2:20 pm
by JWR
Thank you very much! That is the solution!