Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter Weatherunderground v3.1.x

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test Adapter Weatherunderground v3.1.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      MartyBr last edited by

      @apollon77
      Bei mir wirft der Wunderrground Adapter seit einigen Tagen Fehler aus.
      Habe das Loggin auf debug gestellt:

      weatherunderground.0	2020-02-01 16:08:50.798	info	(8465) Terminated (NO_ERROR): Without reason
      weatherunderground.0	2020-02-01 16:08:48.296	debug	(8465) all forecast values set
      weatherunderground.0	2020-02-01 16:08:48.244	error	(8465) No current observation data found in response
      weatherunderground.0	2020-02-01 16:08:48.018	debug	(8465) get hourly forecast data: https://api.weather.com/v3/wx/forecast/hourly/15day?apiKey=6532d6454b8aa370768e63d6ba5a832e&geocode=52.679%2C13.322&units=m&language=de&format=json
      weatherunderground.0	2020-02-01 16:08:47.836	debug	(8465) get daily forecast data: https://api.weather.com/v3/wx/forecast/daily/5day?apiKey=6532d6454b8aa370768e63d6ba5a832e&geocode=52.679%2C13.322&language=de&units=m&format=json
      weatherunderground.0	2020-02-01 16:08:47.835	error	(8465) Wunderground reported an error: 204/null
      weatherunderground.0	2020-02-01 16:08:47.494	debug	(8465) get current observation data: https://api.weather.com/v2/pws/observations/current?numericPrecision=decimal&apiKey=6532d6454b8aa370768e63d6ba5a832e&units=m&stationId=IHOHENNE60&format=json
      weatherunderground.0	2020-02-01 16:08:47.494	debug	(8465) Use new API Key 6532d6454b8aa370768e63d6ba5a832e
      weatherunderground.0	2020-02-01 16:08:47.494	debug	(8465) Use New API
      weatherunderground.0	2020-02-01 16:08:47.493	debug	(8465) location has not changed, reuse extracted URLs
      weatherunderground.0	2020-02-01 16:08:47.492	debug	(8465) initialize Hourly Forecast Url: https://api.weather.com/v3/wx/forecast/hourly/15day?apiKey=6532d6454b8aa370768e63d6ba5a832e&geocode=52.679%2C13.322&units=e&language=en-US&format=json
      weatherunderground.0	2020-02-01 16:08:47.491	debug	(8465) initialize Daily Forecast Url: https://api.weather.com/v3/wx/forecast/daily/15day?apiKey=6532d6454b8aa370768e63d6ba5a832e&geocode=52.679%2C13.322&language=en-US&units=e&format=json
      weatherunderground.0	2020-02-01 16:08:47.489	debug	(8465) initialize Current Observation url: https://api.weather.com/v2/pws/observations/current?apiKey=6532d6454b8aa370768e63d6ba5a832e&units=e&stationId=IHOHENNE60&format=json
      weatherunderground.0	2020-02-01 16:08:47.487	debug	(8465) initialize Web Key: 6532d6454b8aa370768e63d6ba5a832e
      weatherunderground.0	2020-02-01 16:08:47.474	debug	(8465) initialize PWS Station Key: d8585d80376a429e
      weatherunderground.0	2020-02-01 16:08:47.431	debug	(8465) init forecast objects
      weatherunderground.0	2020-02-01 16:08:47.429	debug	(8465) init conditions objects
      weatherunderground.0	2020-02-01 16:08:47.427	debug	(8465) on ready: DL true true true true
      weatherunderground.0	2020-02-01 16:08:47.418	info	(8465) starting. Version 3.2.0 in /opt/iobroker/node_modules/iobroker.weatherunderground, node: v10.18.1
      host.iobroker	2020-02-01 16:08:46.472	info	instance system.adapter.weatherunderground.0 started with pid 8465
      

      Der Key ist okay. Hast du eine Idee?

      M apollon77 2 Replies Last reply Reply Quote 0
      • M
        MartyBr @MartyBr last edited by

        Hier Infos zu meinem System:

        Bildschirmfoto 2020-02-01 um 16.14.21.png

        1 Reply Last reply Reply Quote 0
        • P
          PrinzEisenherz1 last edited by

          Die haben was am Server gemacht. Da war nämlich eine Meldung das die API für 3 Tage nicht erreichbar ist.
          Gruß Johnny

          M 1 Reply Last reply Reply Quote 0
          • M
            MartyBr @PrinzEisenherz1 last edited by

            @PrinzEisenherz1
            Hallo Johnny, vielen Dank für die Antwort.

            Gruß aus Berlin
            Martin

            1 Reply Last reply Reply Quote 0
            • integer63
              integer63 last edited by

              Nur zur Info (ist wahrscheinlich ein alter Hut): Nach den drei Tagen Maintenance musste ich bei meinem Skript (Hochladen von Daten zu WU) beim Aufruf von curl noch ein -k einfügen, da sich wohl etwas beim SSL Handling geändert hat (to allow curl to perform "insecure" SSL connections and transfers) - danach ging es wieder. Eventuell hat es ja etwas damit zu tun.

              apollon77 1 Reply Last reply Reply Quote 0
              • apollon77
                apollon77 @MartyBr last edited by

                @MartyBr 204 heißt üblicherweise das keine neuen Daten vorliegen. Und ja es gab die letzten Tagen wohl mehrere Probleme.

                Mal schauen ob danach wieder alles im Eimer ist ... wir werden sehen.

                M 1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 @integer63 last edited by

                  @integer63 ja es gab Meldungen in einem anderen Forum das die wohl jetzt ein ungültiges ssl Zertifikat haben whyever.

                  1 Reply Last reply Reply Quote 0
                  • M
                    MartyBr @apollon77 last edited by

                    @apollon77 Danke für die Info.

                    1 Reply Last reply Reply Quote 0
                    • Negalein
                      Negalein Global Moderator last edited by

                      @apollon77

                      Ist das normal, dass in weatherunderground.0.currentObservationUrl eine andere Station und ApiKey aufscheint, als es im Adapter eingetragen ist? https://api.weather.com/v2/pws/observations/current?apiKey=6532d6454b8aa370768e63d6ba5a832e&units=e&stationId=IGAMPE3&format=json

                      Meine Station heißt IWERNS10 und nicht IGAMPE3 wie in currentObservationUrl
                      Auch passt der Api-Key von currentObservationUrl nicht mit meinem Key.

                      In weatherunderground.0.forecast.current sind die Werte meiner Station. Das passt.

                      apollon77 1 Reply Last reply Reply Quote 0
                      • apollon77
                        apollon77 @Negalein last edited by

                        @Negalein Ja, die "currentObservation" wird aus der Location (Stadt und so) ermittelt und enthält den "web key". da sind noch weitere URLs und die sind dann teilweise mit dem was du erwartest

                        1 Reply Last reply Reply Quote 0
                        • crunchip
                          crunchip Forum Testing Most Active last edited by

                          @apollon77 hier stimmt doch irgendwie etwas mit den Zeiten nicht?
                          v3.3.1
                          652273df-095a-469f-a2e9-cc08bc9de194-grafik.png

                          apollon77 1 Reply Last reply Reply Quote 0
                          • apollon77
                            apollon77 @crunchip last edited by

                            @crunchip Github issue mit Debug Log bitte

                            crunchip 1 Reply Last reply Reply Quote 1
                            • crunchip
                              crunchip Forum Testing Most Active @apollon77 last edited by crunchip

                              @apollon77 ok mach ich
                              steh da was wichtiges drin zum unkenntlichmachen z.b. key?

                              ,übrigens beim DWD hab ich mal wieder invalid Date drin stehen, siehe https://forum.iobroker.net/post/661744

                              apollon77 1 Reply Last reply Reply Quote 0
                              • apollon77
                                apollon77 @crunchip last edited by

                                @crunchip Na dann kennste ja das Spiel 😉

                                PS: hjhjjkdrghp806749ß8uPI/&(

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post

                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                740
                                Online

                                31.9k
                                Users

                                80.2k
                                Topics

                                1.3m
                                Posts

                                weatherunderground weatherunderground adapter
                                9
                                43
                                3013
                                Loading More Posts
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes
                                Reply
                                • Reply as topic
                                Log in to reply
                                Community
                                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                The ioBroker Community 2014-2023
                                logo