Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] DWD Adapter Fehler ??? - > keine Anzeige von Nebel und Frost

    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

    [gelöst] DWD Adapter Fehler ??? - > keine Anzeige von Nebel und Frost

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

      Das wäre klasse von dir! Dann wäre es so wie vorher bzw wie auf der Webseite von dwd!

      Hast du schon ne lösung für das dwd-widget wenn man mehrere Warnmeldungen sehen möchte? Wie verbinde ich das in einem dwd-widget?

      Johnny

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

        @PrinzEisenherz1:

        Hast du schon ne lösung für das dwd-widget wenn man mehrere Warnmeldungen sehen möchte? Wie verbinde ich das in einem dwd-widget? `
        Mehrere DWD widgets?

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

          Hab es derzeit so umgesetzt! Naja, nicht schön aber selten fg
          1058_dwd-6.png

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

            @PrinzEisenherz1:

            Hab es derzeit so umgesetzt! Naja, nicht schön aber selten fg
            filename="dwd-6.png" index="0">~~ `
            Probier bitte jetzt (vom git)

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

              So, jetzt hab ich den dwd adapter über github aktualisiert und jetzt ist das passiert was ich vorhin schon bei rega geschieben hab!

              hier mal n paar Bilder 🙂
              1058_admin.png
              1058_admin1.png

              wie kann ich das jetzt wider heile machen ohne das Backup wieder zurück zu spielen?

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

                Also die Adapter haben sich wieder erholt aber mit dem DWD-Adapter aus m github stimmt stimmt wohl was nicht!

                Hier der auszug aus m log
                1058_dwd-error2.png

                1058_dwd-error1.png

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

                  Das Problem mit den Adaptern hat sich gelöst aber ich bekomme den dwd-adapter aus m github (Version 2.0.1) nicht zum laufen! Bekomme dauernd die Fehlermeldung im log das node.js das Modul nicht findet!

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

                    @PrinzEisenherz1:

                    Das Problem mit den Adaptern hat sich gelöst aber ich bekomme den dwd-adapter aus m github (Version 2.0.1) nicht zum laufen! Bekomme dauernd die Fehlermeldung im log das node.js das Modul nicht findet! `
                    Probier mal einfach:

                    cd /opt/iobroker
                    npm install https://github.com/ioBroker/ioBroker.dwd/tarball/master --production
                    
                    1 Reply Last reply Reply Quote 0
                    • P
                      PrinzEisenherz1 last edited by

                      Klappt leider auch nicht!

                      Bekomme immer

                      host-raspberrypi	2016-03-16 18:35:30	error	instance system.adapter.dwd.0 terminated with code 8 (node.js: Cannot find module)
                      
                      

                      Ist erst seit 2.0.1 so

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

                        @PrinzEisenherz1:

                        Klappt leider auch nicht!

                        Bekomme immer

                        host-raspberrypi	2016-03-16 18:35:30	error	instance system.adapter.dwd.0 terminated with code 8 (node.js: Cannot find module)
                        
                        

                        Ist erst seit 2.0.1 so `
                        Wenn du schreibst:

                        cd /opt/iobroker
                        node node_modules/iobroker.dwd/dwd.js
                        

                        Was kommt?

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

                          Da kommt dann folgende Meldung:

                          root@raspberrypi:~# cd /opt/iobroker
                          root@raspberrypi:/opt/iobroker# node node_modules/iobroker.dwd/dwd.js
                          
                          module.js:340
                              throw err;
                                    ^
                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.dwd/lib/tools'
                              at Function.Module._resolveFilename (module.js:338:15)
                              at Function.Module._load (module.js:280:25)
                              at Module.require (module.js:364:17)
                              at require (module.js:380:17)
                              at Object. <anonymous>(/opt/iobroker/node_modules/iobroker.dwd/dwd.js:7:15)
                              at Module._compile (module.js:456:26)
                              at Object.Module._extensions..js (module.js:474:10)
                              at Module.load (module.js:356:32)
                              at Function.Module._load (module.js:312:12)
                              at Function.Module.runMain (module.js:497:10)
                          root@raspberrypi:/opt/iobroker#</anonymous> 
                          
                          1 Reply Last reply Reply Quote 0
                          • Bluefox
                            Bluefox last edited by

                            @PrinzEisenherz1:

                            Da kommt dann folgende Meldung:

                            root@raspberrypi:~# cd /opt/iobroker
                            root@raspberrypi:/opt/iobroker# node node_modules/iobroker.dwd/dwd.js
                            
                            module.js:340
                                throw err;
                                      ^
                            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.dwd/lib/tools'
                                at Function.Module._resolveFilename (module.js:338:15)
                                at Function.Module._load (module.js:280:25)
                                at Module.require (module.js:364:17)
                                at require (module.js:380:17)
                                at Object. <anonymous>(/opt/iobroker/node_modules/iobroker.dwd/dwd.js:7:15)
                                at Module._compile (module.js:456:26)
                                at Object.Module._extensions..js (module.js:474:10)
                                at Module.load (module.js:356:32)
                                at Function.Module._load (module.js:312:12)
                                at Function.Module.runMain (module.js:497:10)
                            root@raspberrypi:/opt/iobroker#</anonymous> 
                            ```` `  
                            

                            Sch… Habe vergessen eine Datei einzuchecken. Mache ich morgen. 😞

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

                              Lach… Alles klar! Kein Problem! Dann probiere ich es morgen wieder!

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

                                Gibst du dann bitte kurz bescheid wenn du den Fehler bereinigt hast?

                                Wäre klasse von dir!

                                Gruß Johnny

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

                                  @PrinzEisenherz1:

                                  Gibst du dann bitte kurz bescheid wenn du den Fehler bereinigt hast?

                                  Wäre klasse von dir!

                                  Gruß Johnny `
                                  jetzt

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    stephan61 last edited by

                                    hallo Bluefox

                                    habe DWD adapter installiert

                                    es kommt im log folgender Fehler

                                    raspberrypi 2016-03-17 17:52:55 error host.raspberrypi instance system.adapter.dwd.0 terminated with code 6 (uncaught exception)

                                    raspberrypi 2016-03-17 17:52:55 error host.raspberrypi instance system.adapter.dwd.0 terminated with code 6 (uncaught exception)

                                    dwd.0 2016-03-17 17:52:54 error TypeError: Cannot call method 'match' of undefined at Object.getFile (/opt/iobroker/node_modules/iobroker.dwd/lib/tools.js:34:14) at ready (/opt/iobroker/node_modules/iobroker.dwd/dwd.js:158:1

                                    dwd.0 2016-03-17 17:52:54 error uncaught exception: Cannot call method 'match' of undefined

                                    dwd.0 2016-03-17 17:52:54 info dwd.0 starting. Version 2.0.1 in /opt/iobroker/node_modules/iobroker.dwd

                                    gruß Stephan

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

                                      Also bei mir läuft es jetzt! 😄

                                      Vielleicht gibt es ja irgendwann noch ne Widget Alternative! Alle Meldungen in einem Widget aber momentan tut es auch meine Lösung!

                                      Nicht schön aber selten… Lach

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        stephan61 last edited by

                                        Hallo Habe DWD Adapter gelöscht und nochmals neu installiert

                                        Adapter funktioniert jetzt

                                        Gruß Stephan

                                        1 Reply Last reply Reply Quote 0
                                        • R
                                          Ritter last edited by

                                          Hallo!

                                          Hab den DWD Adapter etwas getestet und den Ort "Kreis Harz - Bergland" eingegeben wo zwei Warnungen sind. Diesen liest er aber nicht aus, andere Orte gehen.

                                          Wenn man dann einen Ort eingibt wo keine Warnung ist, bleibt Warning begin und Warning end stehen.

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

                                            @Ritter:

                                            Hallo!

                                            Hab den DWD Adapter etwas getestet und den Ort "Kreis Harz - Bergland" eingegeben wo zwei Warnungen sind. Diesen liest er aber nicht aus, andere Orte gehen. `
                                            Stadt heißt: "Kreis Harz - Bergland (Oberharz)"

                                            Dabei habe ich festgestellt, dass ich noch eine Datei nicht eingecheckt habe. 😮 Danke. :!:

                                            @Ritter:

                                            Wenn man dann einen Ort eingibt wo keine Warnung ist, bleibt Warning begin und Warning end stehen. `
                                            Werde fixen. Danke.

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

                                            Support us

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

                                            844
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            58
                                            5344
                                            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