Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Adapter: DasWetter

NEWS

  • Der neue Monatsrückblick für Mai und Juni 2026 ist online!
    BluefoxB
    Bluefox
    8
    1
    773

  • wichtiges UPDATE für controller 7.2.2 im stable
    HomoranH
    Homoran
    10
    1
    3.4k

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    16
    1
    5.6k

Adapter: DasWetter

Scheduled Pinned Locked Moved ioBroker Allgemein
1.7k Posts 249 Posters 666.4k Views 133 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • NegaleinN Negalein

    @Nashra sagte:

    In Vis1 mit diesem Widget funktioniert es einwandfrei

    hier leider nicht :(
    egal ob 4.5.3 oder 4.5.9

    28ed30f3-247c-45f0-808d-131df6709d14-image.jpeg


    857c1c20-1568-443c-a5b5-a14e81dd162e-image.jpeg


    02e72b45-b295-4bc1-873b-74f2541c8bef-image.jpeg


    im Browser funktioniert der Link

    277e166b-09c7-42d9-b4cb-d9fa2bec51db-image.jpeg

    bahnuhrB Online
    bahnuhrB Online
    bahnuhr
    Forum Testing Most Active
    wrote on last edited by
    #1701

    @Negalein
    Dann probier doch mal mein o.g. Script aus.
    Natürlich vorher anpassen.


    Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
    Danke.
    gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
    ScreenToGif :https://www.screentogif.com/downloads.html

    NegaleinN 1 Reply Last reply
    0
    • bahnuhrB bahnuhr

      @Negalein
      Dann probier doch mal mein o.g. Script aus.
      Natürlich vorher anpassen.

      NegaleinN Offline
      NegaleinN Offline
      Negalein
      wrote on last edited by
      #1702

      @bahnuhr sagte:

      Dann probier doch mal mein o.g. Script aus.
      Natürlich vorher anpassen.

      ich check nix mehr.

      Script angepasst

       
      // Wettersymbole benutzen
       
      createState('0_userdata.0.Wetter.WeatherSymbol1', '');
      createState('0_userdata.0.Wetter.WeatherSymbol2', '');
      createState('0_userdata.0.Wetter.WeatherSymbol3', '');
      createState('0_userdata.0.Wetter.WeatherSymbol4', '');
      createState('0_userdata.0.Wetter.WeatherSymbol5', '');
       
      on("daswetter.0.location_1.ForecastDaily.Day_1.symbol", function(obj) { setState('0_userdata.0.Wetter.WeatherSymbol1', '/vis.0/Wettericons/WetterIcons/' + parseInt(obj.state.val) + '.png' ); });
      on("daswetter.0.location_1.ForecastDaily.Day_2.symbol", function(obj) { setState('0_userdata.0.Wetter.WeatherSymbol2', '/vis.0/Wettericons/WetterIcons/' + parseInt(obj.state.val) + '.png' ); });
      on("daswetter.0.location_1.ForecastDaily.Day_3.symbol", function(obj) { setState('0_userdata.0.Wetter.WeatherSymbol3', '/vis.0/Wettericons/WetterIcons/' + parseInt(obj.state.val) + '.png' ); });
      on("daswetter.0.location_1.ForecastDaily.Day_4.symbol", function(obj) { setState('0_userdata.0.Wetter.WeatherSymbol4', '/vis.0/Wettericons/WetterIcons/' + parseInt(obj.state.val) + '.png' ); });
      on("daswetter.0.location_1.ForecastDaily.Day_5.symbol", function(obj) { setState('0_userdata.0.Wetter.WeatherSymbol5', '/vis.0/Wettericons/WetterIcons/' + parseInt(obj.state.val) + '.png' ); });
      

      Aber er schreibt nichts in die DP

      7fd944b3-4406-421a-9da2-aaa460a58f6f-image.jpeg

      Der Pfad passt auch

      a5f1c240-10b4-4440-be32-9e1a7cf7dc44-image.jpeg

      bahnuhrB 1 Reply Last reply
      0
      • NegaleinN Negalein

        @bahnuhr sagte:

        Dann probier doch mal mein o.g. Script aus.
        Natürlich vorher anpassen.

        ich check nix mehr.

        Script angepasst

         
        // Wettersymbole benutzen
         
        createState('0_userdata.0.Wetter.WeatherSymbol1', '');
        createState('0_userdata.0.Wetter.WeatherSymbol2', '');
        createState('0_userdata.0.Wetter.WeatherSymbol3', '');
        createState('0_userdata.0.Wetter.WeatherSymbol4', '');
        createState('0_userdata.0.Wetter.WeatherSymbol5', '');
         
        on("daswetter.0.location_1.ForecastDaily.Day_1.symbol", function(obj) { setState('0_userdata.0.Wetter.WeatherSymbol1', '/vis.0/Wettericons/WetterIcons/' + parseInt(obj.state.val) + '.png' ); });
        on("daswetter.0.location_1.ForecastDaily.Day_2.symbol", function(obj) { setState('0_userdata.0.Wetter.WeatherSymbol2', '/vis.0/Wettericons/WetterIcons/' + parseInt(obj.state.val) + '.png' ); });
        on("daswetter.0.location_1.ForecastDaily.Day_3.symbol", function(obj) { setState('0_userdata.0.Wetter.WeatherSymbol3', '/vis.0/Wettericons/WetterIcons/' + parseInt(obj.state.val) + '.png' ); });
        on("daswetter.0.location_1.ForecastDaily.Day_4.symbol", function(obj) { setState('0_userdata.0.Wetter.WeatherSymbol4', '/vis.0/Wettericons/WetterIcons/' + parseInt(obj.state.val) + '.png' ); });
        on("daswetter.0.location_1.ForecastDaily.Day_5.symbol", function(obj) { setState('0_userdata.0.Wetter.WeatherSymbol5', '/vis.0/Wettericons/WetterIcons/' + parseInt(obj.state.val) + '.png' ); });
        

        Aber er schreibt nichts in die DP

        7fd944b3-4406-421a-9da2-aaa460a58f6f-image.jpeg

        Der Pfad passt auch

        a5f1c240-10b4-4440-be32-9e1a7cf7dc44-image.jpeg

        bahnuhrB Online
        bahnuhrB Online
        bahnuhr
        Forum Testing Most Active
        wrote on last edited by bahnuhr
        #1703

        @Negalein
        Das Script läuft doch erst wenn sich die DP ändern.
        8e04815b-f5ad-4a8f-a306-9d7750ad8b6e-image.jpeg

        Einfach mal ändern und probieren.

        Bei mir sind dies alle befüllt:
        49c3569c-755a-42d9-a6c8-835828ba83a6-image.jpeg


        Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
        Danke.
        gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
        ScreenToGif :https://www.screentogif.com/downloads.html

        1 Reply Last reply
        0
        • E Online
          E Online
          emil70
          wrote on last edited by emil70
          #1704

          @negalein

          Screenshot 2026-07-07 at 15-45-59 Adapter DasWetter.png

          der Pfad ist doch nicht richtig

          schmeiss mal das

          10.0.1.202:8082
          

          da raus

          Meiner sieht da so aus

          /vis.0/TabletSabrina/Wetter/HD_Bilder/
          

          gruss emil70

          iobroker,pihole,homematic,motioneys,solaranlage laufen auf Proxmox (16 x AMD Ryzen 7 6800H with Radeon Graphics )

          1 Reply Last reply
          0
          • NegaleinN Offline
            NegaleinN Offline
            Negalein
            wrote on last edited by Negalein
            #1705

            komischerweise funktioniert es jetzt, obwohl ich alles mögliche vorher schon versucht habe (Ordner groß/klein, jpg/png, Adapter down-/upgrade, mit/ohne IP, ...).

            bahnuhrB 1 Reply Last reply
            0
            • NegaleinN Negalein

              komischerweise funktioniert es jetzt, obwohl ich alles mögliche vorher schon versucht habe (Ordner groß/klein, jpg/png, Adapter down-/upgrade, mit/ohne IP, ...).

              bahnuhrB Online
              bahnuhrB Online
              bahnuhr
              Forum Testing Most Active
              wrote on last edited by
              #1706

              @Negalein
              Na, dann schreib doch mal die aktuelle Lösung.
              Damit andere das nachvollziehen können, wie es bei dir jetzt geklappt hat.


              Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
              Danke.
              gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
              ScreenToGif :https://www.screentogif.com/downloads.html

              NegaleinN 1 Reply Last reply
              0
              • bahnuhrB bahnuhr

                @Negalein
                Na, dann schreib doch mal die aktuelle Lösung.
                Damit andere das nachvollziehen können, wie es bei dir jetzt geklappt hat.

                NegaleinN Offline
                NegaleinN Offline
                Negalein
                wrote on last edited by
                #1707

                @bahnuhr sagte:

                wie es bei dir jetzt geklappt hat.

                aktuell ohne IP
                /vis.0/Wettericons/WetterIcons/

                aber schaunma mal wie lange

                bahnuhrB 1 Reply Last reply
                0
                • NegaleinN Negalein

                  @bahnuhr sagte:

                  wie es bei dir jetzt geklappt hat.

                  aktuell ohne IP
                  /vis.0/Wettericons/WetterIcons/

                  aber schaunma mal wie lange

                  bahnuhrB Online
                  bahnuhrB Online
                  bahnuhr
                  Forum Testing Most Active
                  wrote on last edited by
                  #1708

                  @Negalein sagte:

                  /vis.0/Wettericons/WetterIcons/

                  ja, so schreibt man dies.
                  Ist bei flot genauso.

                  @Negalein sagte:

                  aber schaunma mal wie lange

                  ganz laaaaange


                  Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                  Danke.
                  gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                  ScreenToGif :https://www.screentogif.com/downloads.html

                  NegaleinN 1 Reply Last reply
                  0
                  • NegaleinN Negalein

                    @Nashra sagte:

                    In Vis1 mit diesem Widget funktioniert es einwandfrei

                    hier leider nicht :(
                    egal ob 4.5.3 oder 4.5.9

                    28ed30f3-247c-45f0-808d-131df6709d14-image.jpeg


                    857c1c20-1568-443c-a5b5-a14e81dd162e-image.jpeg


                    02e72b45-b295-4bc1-873b-74f2541c8bef-image.jpeg


                    im Browser funktioniert der Link

                    277e166b-09c7-42d9-b4cb-d9fa2bec51db-image.jpeg

                    rtwlR Offline
                    rtwlR Offline
                    rtwl
                    wrote on last edited by rtwl
                    #1709
                    This post is deleted!
                    NegaleinN 1 Reply Last reply
                    0
                    • bahnuhrB bahnuhr

                      @Negalein sagte:

                      /vis.0/Wettericons/WetterIcons/

                      ja, so schreibt man dies.
                      Ist bei flot genauso.

                      @Negalein sagte:

                      aber schaunma mal wie lange

                      ganz laaaaange

                      NegaleinN Offline
                      NegaleinN Offline
                      Negalein
                      wrote on last edited by
                      #1710

                      @bahnuhr sagte:

                      ja, so schreibt man dies.

                      bei einer älteren Version (noch vor der neuen API) gings definitiv auch mit IP

                      1 Reply Last reply
                      0
                      • rtwlR rtwl

                        This post is deleted!

                        NegaleinN Offline
                        NegaleinN Offline
                        Negalein
                        wrote on last edited by
                        #1711
                        This post is deleted!
                        1 Reply Last reply
                        0
                        • NegaleinN Offline
                          NegaleinN Offline
                          Negalein
                          wrote on last edited by
                          #1712

                          hab hier die Icons von @ro75 passend nummeriert.

                          www.nega.at/Wetterbilder_nur_Nummerierung.zip

                          a6237baf-e0ec-4828-85d0-d4482a9cdcce-image.jpeg

                          1 Reply Last reply
                          1

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          Support us

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

                          338

                          Online

                          33.0k

                          Users

                          83.5k

                          Topics

                          1.3m

                          Posts
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                          ioBroker Community 2014-2026
                          logo
                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Home
                          • Recent
                          • Tags
                          • Unread 0
                          • Categories
                          • Unreplied
                          • Popular
                          • GitHub
                          • Docu
                          • Hilfe