Author Topic: Meteobridge and Wunderground **solved**  (Read 2309 times)

0 Members and 1 Guest are viewing this topic.

Offline JWRuitenberg

  • Member
  • *
  • Posts: 4
Meteobridge and Wunderground **solved**
« on: January 03, 2025, 04:48:12 AM »
I searched first at this forum and the forum of Meteobridge but I can not find a solution for my problem, so I just open this topic.

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/uploading-to-the-weather-underground-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:
« Last Edit: April 29, 2025, 06:27:58 AM by docbee »

Offline JWRuitenberg

  • Member
  • *
  • Posts: 4
Re: Meteobridge and Wunderground
« Reply #1 on: January 03, 2025, 02:56:16 PM »
I crossed out the last question, while it is solved.

I solved it as follows:

Code: [Select]
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/uploading-to-the-weather-underground-api/

Two little things:

<DEVICE_ID> = DEVICE_ID
<DEVICE_KEY> = DEVICE_KEY

And the temperature had to be in F.

Online docbee

  • Moderator
  • Forecaster
  • *****
  • Posts: 870
    • smartbedded
Re: Meteobridge and Wunderground
« Reply #2 on: January 25, 2025, 11:54:47 AM »
Temp/hum sensors "th1", "th2", etc will be reported as extra temp sensors to WU. "soil0", soil1", etc will be reported as soil, same with leaf.
founder of smartbedded.com - home of meteohub, meteoplug, meteobridge, meteostick

Offline JWRuitenberg

  • Member
  • *
  • Posts: 4
Re: Meteobridge and Wunderground
« Reply #3 on: April 22, 2025, 01:29:32 PM »
Thank you!

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?
« Last Edit: April 24, 2025, 03:39:34 AM by JWRuitenberg »

Online docbee

  • Moderator
  • Forecaster
  • *****
  • Posts: 870
    • smartbedded
Re: Meteobridge and Wunderground
« Reply #4 on: April 29, 2025, 06:27:31 AM »
founder of smartbedded.com - home of meteohub, meteoplug, meteobridge, meteostick

Offline JWRuitenberg

  • Member
  • *
  • Posts: 4
Re: Meteobridge and Wunderground **solved**
« Reply #5 on: April 29, 2025, 08:19:37 AM »
Yes, thank you very much! That is the solution!

 

anything