Forwarding weather station data to Weather Underground - Wunderground (WU)

QUESTION: How can I send my weather station data to Wunderground or WU?

allMETEO weather station data forwarding to weather underground portal

ANSWER: In the Forwarding tab of your weather.allMeteo.com MeteoHelix weather station page, please use the following steps to set up a data connection with Weather Underground.

  1. Create a forwarder by clicking “New” in the upper right cornet of the Forwarder tab, right above your list of “DATA forwarders.”

  2. Enter the following values in each section of the data forwarder setup.

    • Type: Select “HTTP integration”

    • Name: “Wunderground (Weather Underground forwarder)”

    • Method: Select “post”

    • Server: Select “https”

      • Enter server address: “gw.allmeteo.com”

      • Enter server port: “443”

      • Select: “Enable SSL verification”

    • Path: Enter “/wu”

    • Headers: (leave blank)

    • Record: Enter the following text/code.

{
    "id": "KWAKENT161",
    "key": "C2uvD7wN",
    "time": {timestamp},
    "temperature": {temperature},
    "humidity": {humidity},
    "dewpoint": {dewPoint},
    "irradiation": {irradiation},
  "pressure": {pressure}
}
  • Remember to click Save at the bottom of the page.