Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Adapter: Weatherunderground 24h Prognose

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.3k

Adapter: Weatherunderground 24h Prognose

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
166 Beiträge 41 Kommentatoren 45.0k Aufrufe 10 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • J Offline
    J Offline
    joelli
    schrieb am zuletzt editiert von
    #145

    Hallo zusammen. Hab vor ein paar Tagen von Victoria Gardner eine Email bekommen, dass man wieder kostenlose API Keys für die eigene PWS bekommt.

    Zuerst neu anmelden, dann:
    Cut and paste this URL into your browser: https://www.wunderground.com/member/api-keys

    Die Nomenklatur hat sich aber geändert. Der aktuelle Adapter bzw die Instanz kommt mit dem neuen Key nicht klar. Prinzipiell funktioniert der API jedoch. Siehe hier:

    Next, once you have your new key, you can use it in the NEW (not old!) API’s commands. The documentation for those commands is here: https://docs.google.com/document/d/1eKCnKXI9xnoMGRRzOL1xPCBihNV2rOet08qpE_gArAY/edit

    Neuer Aufruf geht so:
    https://api.weather.com/v2/pws/observations/current?stationId=ITH12345&format=json&units=e&apiKey=2c44123456789049844f580123456789

    Ergibt folgende Daten der PWS:

    {"observations":[{"stationID":"ITH12345","obsTimeUtc":"2019-03-01T21:56:05Z","obsTimeLocal":"2019-03-01 22:56:05","neighborhood":"Name der PWS","softwareType":"EasyWeatherV1.2.3","country":"DL","solarRadiation":0.0,"lon":10.000,"realtimeFrequency":null,"epoch":1551477365,"lat":50.000,"uv":0.0,"winddir":322,"humidity":90,"qcStatus":1,"imperial":{"temp":42,"heatIndex":42,"dewpt":40,"windChill":40,"windSpeed":4,"windGust":5,"pressure":29.96,"precipRate":0.00,"precipTotal":0.13,"elev":999}}]}

    Kann der Adapter an die neuen Gegebenheiten angepasst werden?

    ioBroker Multihost: 1x Rock64 & 1x Raspi3+ / 2x Raspi3 RaspiMatic / 73 HM Geräte / 2x Echo 2te Gen / diverse Sonoff & ESP8266 Tasmota über mqtt / Harmony Hub / 4x MotionEye / Fritzbox 7490 / Robonect / Ventus W830

    1 Antwort Letzte Antwort
    0
    • D Offline
      D Offline
      derrapf
      schrieb am zuletzt editiert von
      #146

      Hallo alle
      Ich habe seit neuestem in meinen Logs folgenden Fehler

      weatherunderground.0	2019-03-06 00:12:03.450	error	Error: this key is not valid due to exceeding rate plan
      weatherunderground.0	2019-03-06 00:12:02.306	debug	calling WU: http://api.wunderground.com/api/xx12xx3x456x7x89/forecast/hourly/conditions/lang:DL/q/pws:IMULPE11.json
      weatherunderground.0	2019-03-06 00:12:02.306	debug	Use API Key xx12xx3x456x7x89
      weatherunderground.0	2019-03-06 00:12:02.249	debug	init forecast objects
      weatherunderground.0	2019-03-06 00:12:02.242	debug	init conditions objects
      weatherunderground.0	2019-03-06 00:12:02.233	debug	on ready: DL true true true true
      weatherunderground.0	2019-03-06 00:12:02.224	info	starting. Version 2.0.4 in /opt/iobroker/node_modules/iobroker.weatherunderground, node: v8.15.0
      weatherunderground.0	2019-03-06 00:12:02.062	info	States connected to redis: 127.0.0.1:6379
      weatherunderground.0	2019-03-06 00:12:02.053	debug	statesDB connected
      weatherunderground.0	2019-03-06 00:12:01.999	debug	objectDB connected
      

      Wenn ich die Einstellung hier richtig interpretiere, dann wird der Adapter aber nur einmal pro Stunde zur 12ten Minute aufgerufen. Also dürfte eigentlich die erlaubte Häufigkeit nicht überschritten werden.
      Weiss jemand was dann der Grund ist für die Meldung "Error: this key is not valid due to exceeding rate plan" ?
      Gruss Ralf

      NegaleinN 1 Antwort Letzte Antwort
      0
      • D derrapf

        Hallo alle
        Ich habe seit neuestem in meinen Logs folgenden Fehler

        weatherunderground.0	2019-03-06 00:12:03.450	error	Error: this key is not valid due to exceeding rate plan
        weatherunderground.0	2019-03-06 00:12:02.306	debug	calling WU: http://api.wunderground.com/api/xx12xx3x456x7x89/forecast/hourly/conditions/lang:DL/q/pws:IMULPE11.json
        weatherunderground.0	2019-03-06 00:12:02.306	debug	Use API Key xx12xx3x456x7x89
        weatherunderground.0	2019-03-06 00:12:02.249	debug	init forecast objects
        weatherunderground.0	2019-03-06 00:12:02.242	debug	init conditions objects
        weatherunderground.0	2019-03-06 00:12:02.233	debug	on ready: DL true true true true
        weatherunderground.0	2019-03-06 00:12:02.224	info	starting. Version 2.0.4 in /opt/iobroker/node_modules/iobroker.weatherunderground, node: v8.15.0
        weatherunderground.0	2019-03-06 00:12:02.062	info	States connected to redis: 127.0.0.1:6379
        weatherunderground.0	2019-03-06 00:12:02.053	debug	statesDB connected
        weatherunderground.0	2019-03-06 00:12:01.999	debug	objectDB connected
        

        Wenn ich die Einstellung hier richtig interpretiere, dann wird der Adapter aber nur einmal pro Stunde zur 12ten Minute aufgerufen. Also dürfte eigentlich die erlaubte Häufigkeit nicht überschritten werden.
        Weiss jemand was dann der Grund ist für die Meldung "Error: this key is not valid due to exceeding rate plan" ?
        Gruss Ralf

        NegaleinN Offline
        NegaleinN Offline
        Negalein
        Global Moderator
        schrieb am zuletzt editiert von
        #147

        @derrapf sagte in Adapter: Weatherunderground 24h Prognose:

        Weiss jemand was dann der Grund ist für die Meldung "Error: this key is not valid due to exceeding rate plan" ?

        Weatherunderground ist nicht mehr gratis!
        Deshalb wird dein Key nicht mehr angenommen.

        ° Node.js: 20.17.0 NPM: 10.8.2
        ° Proxmox, Ubuntu 22.04.3 LTS
        ° Fixer ---> iob fix

        D 1 Antwort Letzte Antwort
        0
        • NegaleinN Negalein

          @derrapf sagte in Adapter: Weatherunderground 24h Prognose:

          Weiss jemand was dann der Grund ist für die Meldung "Error: this key is not valid due to exceeding rate plan" ?

          Weatherunderground ist nicht mehr gratis!
          Deshalb wird dein Key nicht mehr angenommen.

          D Offline
          D Offline
          derrapf
          schrieb am zuletzt editiert von derrapf
          #148

          @Negalein sagte in Adapter: Weatherunderground 24h Prognose:

          Weatherunderground ist nicht mehr gratis!

          Echt jetzt? Gibt es Alternativen?
          Ich hab jetzt mich mal dort eingeloggt:
          Hier sieht es tatsächlich so aus, als ob da was disabled worden wäre:
          16e62ca6-3325-42f8-a3c8-16f18b6c85c3-grafik.png
          Was heisst "manually disabled"? Dass ich das gemacht hätte, oder waren die das? Ich kann mich jetzt nicht daran erinnern, dass ich das gewesen wäre...
          Gruss Ralf

          NegaleinN 1 Antwort Letzte Antwort
          0
          • D derrapf

            @Negalein sagte in Adapter: Weatherunderground 24h Prognose:

            Weatherunderground ist nicht mehr gratis!

            Echt jetzt? Gibt es Alternativen?
            Ich hab jetzt mich mal dort eingeloggt:
            Hier sieht es tatsächlich so aus, als ob da was disabled worden wäre:
            16e62ca6-3325-42f8-a3c8-16f18b6c85c3-grafik.png
            Was heisst "manually disabled"? Dass ich das gemacht hätte, oder waren die das? Ich kann mich jetzt nicht daran erinnern, dass ich das gewesen wäre...
            Gruss Ralf

            NegaleinN Offline
            NegaleinN Offline
            Negalein
            Global Moderator
            schrieb am zuletzt editiert von
            #149

            @derrapf sagte in Adapter: Weatherunderground 24h Prognose:

            Was heisst manually disabled? Dass ich das gemacht hätte oder waren die das? Ich kann mich jetzt nicht daran erinnern dass ich was manuell diabled hätte...

            Schau 3 Beiträge rauf. Da hat @joelli was geschrieben.

            ° Node.js: 20.17.0 NPM: 10.8.2
            ° Proxmox, Ubuntu 22.04.3 LTS
            ° Fixer ---> iob fix

            1 Antwort Letzte Antwort
            0
            • D Offline
              D Offline
              derrapf
              schrieb am zuletzt editiert von
              #150

              Ah. Ok. Schade. Dann probiere ich jetzt mal "dasWetter"
              Gruss Ralf

              1 Antwort Letzte Antwort
              0
              • J Offline
                J Offline
                joelli
                schrieb am zuletzt editiert von
                #151

                Ich nutze inzwischen den neuen, kostenlosen wunderground API und hole mir alle 3 Minuten mittels Parser Adapter die aktuellen Datenpunkte meiner PWS.
                Ich finde das ist ein akzeptabler Aufwand und eine gute Alternative zum Weather Underground Adapter. Ein Umstieg auf andere Dienste hab ich deshalb nicht gemacht, weil meine PWS ( eine Ventus W830) sehr begrenzte Möglichkeiten bietet.
                Neben den aktuellen Daten kann man den Forecast theoretisch genauso parsen. Der API Aufruf für den Forecast im Browser geht erfolgreich. Hab es allerdings noch nicht in den Parser programmiert.

                ioBroker Multihost: 1x Rock64 & 1x Raspi3+ / 2x Raspi3 RaspiMatic / 73 HM Geräte / 2x Echo 2te Gen / diverse Sonoff & ESP8266 Tasmota über mqtt / Harmony Hub / 4x MotionEye / Fritzbox 7490 / Robonect / Ventus W830

                D 1 Antwort Letzte Antwort
                0
                • J joelli

                  Ich nutze inzwischen den neuen, kostenlosen wunderground API und hole mir alle 3 Minuten mittels Parser Adapter die aktuellen Datenpunkte meiner PWS.
                  Ich finde das ist ein akzeptabler Aufwand und eine gute Alternative zum Weather Underground Adapter. Ein Umstieg auf andere Dienste hab ich deshalb nicht gemacht, weil meine PWS ( eine Ventus W830) sehr begrenzte Möglichkeiten bietet.
                  Neben den aktuellen Daten kann man den Forecast theoretisch genauso parsen. Der API Aufruf für den Forecast im Browser geht erfolgreich. Hab es allerdings noch nicht in den Parser programmiert.

                  D Offline
                  D Offline
                  derrapf
                  schrieb am zuletzt editiert von derrapf
                  #152

                  @joelli
                  Habe gestern dasWetter installiert. War einfach und hat sofort funktioniert. Für mich ist die Funktionalität ausreichend. Habe den weatherunderground deinstalliert.
                  Gruss Ralf

                  1 Antwort Letzte Antwort
                  0
                  • apollon77A Offline
                    apollon77A Offline
                    apollon77
                    schrieb am zuletzt editiert von
                    #153

                    FYIhttps://forum.iobroker.net/topic/21154/weatherunderground-reborn-3-0-0-alpha

                    1 Antwort Letzte Antwort
                    0
                    • apollon77A Offline
                      apollon77A Offline
                      apollon77
                      schrieb am zuletzt editiert von
                      #154
                      Dieser Beitrag wurde gelöscht!
                      1 Antwort Letzte Antwort
                      0
                      • D Offline
                        D Offline
                        derrapf
                        schrieb am zuletzt editiert von
                        #155

                        @apollon77 sagte in Adapter: Weatherunderground 24h Prognose:

                        https://forum.iobroker.net/topic/21154/weatherunderground-reborn-3-0-0-alpha

                        Danke!

                        1 Antwort Letzte Antwort
                        0
                        • P Offline
                          P Offline
                          podex
                          schrieb am zuletzt editiert von
                          #156

                          I like this adapter, but I have a problem with the icons in my VIS.

                          There is a GIF available with URL https://icons.wxug.com/i/c/c/chanceflurries.gif but the VIS asks for a different URL via the ObjectID weatherunderground.0.forecast.0d.iconURL: https://icons.wxug.com/i/c/c/30.svg. What do I have to change where to get the name instead of the number?

                          apollon77A 1 Antwort Letzte Antwort
                          0
                          • P podex

                            I like this adapter, but I have a problem with the icons in my VIS.

                            There is a GIF available with URL https://icons.wxug.com/i/c/c/chanceflurries.gif but the VIS asks for a different URL via the ObjectID weatherunderground.0.forecast.0d.iconURL: https://icons.wxug.com/i/c/c/30.svg. What do I have to change where to get the name instead of the number?

                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            schrieb am zuletzt editiert von
                            #157

                            @podex The images are taken over from the API response ... so very strange because it seems that the defined new images but themself do not stick to how they out images on their servers :-(

                            Crete a GitHub Issue in the adapter repo and add as much infos as avaliable (maybe try to check other imcon setst or such)

                            H 1 Antwort Letzte Antwort
                            0
                            • apollon77A apollon77

                              @podex The images are taken over from the API response ... so very strange because it seems that the defined new images but themself do not stick to how they out images on their servers :-(

                              Crete a GitHub Issue in the adapter repo and add as much infos as avaliable (maybe try to check other imcon setst or such)

                              H Offline
                              H Offline
                              HomeUser
                              schrieb am zuletzt editiert von HomeUser
                              #158

                              Hi,
                              sometimes some of the objects contain "null".

                              Example of today:
                              weatherunderground.0.forecast.0d.tempMax (null)°C

                              Does anybody have an idea why this happens and how to fix/avoid it?
                              In the log everything look normal.
                              My version is 3.4.2

                              apollon77A 1 Antwort Letzte Antwort
                              0
                              • H HomeUser

                                Hi,
                                sometimes some of the objects contain "null".

                                Example of today:
                                weatherunderground.0.forecast.0d.tempMax (null)°C

                                Does anybody have an idea why this happens and how to fix/avoid it?
                                In the log everything look normal.
                                My version is 3.4.2

                                apollon77A Offline
                                apollon77A Offline
                                apollon77
                                schrieb am zuletzt editiert von
                                #159

                                @homeuser sometimes on the evening wu do not provide a 0d max temp or such because the day is nearly over I assume. Enable debug log and you see which data come back.

                                1 Antwort Letzte Antwort
                                0
                                • W Offline
                                  W Offline
                                  Waldmensch
                                  schrieb am zuletzt editiert von
                                  #160

                                  Hallo, gibt es ein Git zum Adapter?
                                  Ich hätte einen Pullrequest oder halt Feature request. Die API liefert im 5 Tages Forecast den Wert cloudCover den Bewölkungsgrad in Prozent angibt. Ich würde den gern für eine rudimentäre PV Ertragsvorhersage nutzen (Wasserwärmepumpe soll sich zum billigen Tibber Tarif einschalten, wenn morgen 90% Wolken sind und die PV nichts bringt)

                                  Ich habe das bei mir lokal im Adapter Code schon zugefügt, aber andere haben ja vielleicht auch interesse

                                  Pfad:
                                  /opt/iobroker/node_modules/iobroker.weatherunderground/main.js:

                                  bei Zeile 1299 einfügen

                                                      // cloudCover
                                                      await adapter.setStateAsync(`forecast.${i}d.cloudCover`, {
                                                          ack: true,
                                                          val: body.daily_forecast.daypart[0].cloudCover[i * 2]
                                                      });
                                  

                                  bei Zeile 2419 einfügen (Datenpunkt Imperial)

                                                  // cloudCover
                                                  await adapter.setObjectNotExistsAsync(id + 'cloudCover', {
                                                      type: 'state',
                                                      common: {
                                                          name: 'cloudCover day forecast',
                                                          role: 'value.cloudcover.day.forecast.' + p,
                                                          unit: '%',
                                                          type: 'number',
                                                          read: true,
                                                          write: false
                                                      },
                                                      native: {id: id + 'cloudCover'}
                                                  });
                                  

                                  bei original Zeile 2555 einfügen (Datenpunkt Metric):

                                                  // cloudCover
                                                  await adapter.setObjectNotExistsAsync(id + 'cloudCover', {
                                                      type: 'state',
                                                      common: {
                                                          name: 'cloudCover day forecast',
                                                          role: 'value.cloudcover.day.forecast.' + p,
                                                          unit: '%',
                                                          type: 'number',
                                                          read: true,
                                                          write: false
                                                      },
                                                      native: {id: id + 'cloudCover'}
                                                  });
                                  
                                  apollon77A 1 Antwort Letzte Antwort
                                  0
                                  • W Waldmensch

                                    Hallo, gibt es ein Git zum Adapter?
                                    Ich hätte einen Pullrequest oder halt Feature request. Die API liefert im 5 Tages Forecast den Wert cloudCover den Bewölkungsgrad in Prozent angibt. Ich würde den gern für eine rudimentäre PV Ertragsvorhersage nutzen (Wasserwärmepumpe soll sich zum billigen Tibber Tarif einschalten, wenn morgen 90% Wolken sind und die PV nichts bringt)

                                    Ich habe das bei mir lokal im Adapter Code schon zugefügt, aber andere haben ja vielleicht auch interesse

                                    Pfad:
                                    /opt/iobroker/node_modules/iobroker.weatherunderground/main.js:

                                    bei Zeile 1299 einfügen

                                                        // cloudCover
                                                        await adapter.setStateAsync(`forecast.${i}d.cloudCover`, {
                                                            ack: true,
                                                            val: body.daily_forecast.daypart[0].cloudCover[i * 2]
                                                        });
                                    

                                    bei Zeile 2419 einfügen (Datenpunkt Imperial)

                                                    // cloudCover
                                                    await adapter.setObjectNotExistsAsync(id + 'cloudCover', {
                                                        type: 'state',
                                                        common: {
                                                            name: 'cloudCover day forecast',
                                                            role: 'value.cloudcover.day.forecast.' + p,
                                                            unit: '%',
                                                            type: 'number',
                                                            read: true,
                                                            write: false
                                                        },
                                                        native: {id: id + 'cloudCover'}
                                                    });
                                    

                                    bei original Zeile 2555 einfügen (Datenpunkt Metric):

                                                    // cloudCover
                                                    await adapter.setObjectNotExistsAsync(id + 'cloudCover', {
                                                        type: 'state',
                                                        common: {
                                                            name: 'cloudCover day forecast',
                                                            role: 'value.cloudcover.day.forecast.' + p,
                                                            unit: '%',
                                                            type: 'number',
                                                            read: true,
                                                            write: false
                                                        },
                                                        native: {id: id + 'cloudCover'}
                                                    });
                                    
                                    apollon77A Offline
                                    apollon77A Offline
                                    apollon77
                                    schrieb am zuletzt editiert von
                                    #161

                                    @waldmensch sagte in Adapter: Weatherunderground 24h Prognose:

                                    Hallo, gibt es ein Git zum Adapter?

                                    Na klar https://github.com/iobroker-community-adapters/ioBroker.weatherunderground

                                    W 1 Antwort Letzte Antwort
                                    0
                                    • apollon77A apollon77

                                      @waldmensch sagte in Adapter: Weatherunderground 24h Prognose:

                                      Hallo, gibt es ein Git zum Adapter?

                                      Na klar https://github.com/iobroker-community-adapters/ioBroker.weatherunderground

                                      W Offline
                                      W Offline
                                      Waldmensch
                                      schrieb am zuletzt editiert von
                                      #162

                                      @apollon77 Super! Pull request ist gemacht https://github.com/iobroker-community-adapters/ioBroker.weatherunderground/pull/178

                                      apollon77A 1 Antwort Letzte Antwort
                                      0
                                      • W Waldmensch

                                        @apollon77 Super! Pull request ist gemacht https://github.com/iobroker-community-adapters/ioBroker.weatherunderground/pull/178

                                        apollon77A Offline
                                        apollon77A Offline
                                        apollon77
                                        schrieb am zuletzt editiert von
                                        #163

                                        @waldmensch Danke, checke die Tage

                                        1 Antwort Letzte Antwort
                                        0
                                        • A Offline
                                          A Offline
                                          Annotator
                                          schrieb am zuletzt editiert von
                                          #164

                                          Hallo Forum!
                                          In meinem Logs steht: State value to set for "weatherunderground.1.forecastHourly.32h.precipitation" has to be type "value.precipitation" but received type "number"
                                          Ich möchte nun manuell die Objektdaten auf "number" ändern, da ist wohl mal ein Schreibfehler passiert, weil da bei "type": eben "value.precipitation" steht:
                                          {
                                          "type": "state",
                                          "common": {
                                          "name": "Quantitative precipitation forecast",
                                          "type": "value.precipitation",
                                          "role": "value.rain",
                                          "unit": "mm",
                                          "read": true,
                                          "write": false
                                          },
                                          Zur Sicherheit meine Frage, stimmt der Eintrag bei "role": mit "value.rain", oder gehört da "value.precipitation" rein (das was falsch bei "type": steht)?

                                          Vielen Dank für die Hilfe & beste Grüße
                                          Annotator

                                          apollon77A 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          480

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe