Navigation

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

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter lovelace v0.2.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      WW1983 @Garfonso last edited by

      @Garfonso
      Danke dir für die Infos.

      Wäre natürlich cool.

      1 Reply Last reply Reply Quote 0
      • F
        fd_samdi @Garfonso last edited by

        @Garfonso Die Saturation nimmt jetzt Werte bis 360 an und springt dann auch kurz aus dem Kreis raus, wahrscheinlich weil mein Max Wert auch nur 255 ist 🙂
        (1081) setLightState: {"sat": 360} 3 deconz.0.Lights.3.sat

        Im übrigen ist YAML des Programmierers Tod, mit welchem Editor macht ihr das denn?

        Garfonso 1 Reply Last reply Reply Quote 0
        • K
          kurt_90 @andi2055 last edited by kurt_90

          @andi2055 Du musst den Type picture-glance verwenden, der aktualisiert sich alle 10sec. Funktioniert mit meinen dafangs ohne Probleme (ohne https und Authentifizierung). Der State ist bei mir ein string.

          1 Reply Last reply Reply Quote 0
          • A
            AhleWurscht75 last edited by

            Hallo in die Runde,
            ich habe einen Shelly Dimmer installiert und bekomme es leider nicht hin diesen in Lovelace darzustellen. Ich möchte gerne die Bulb mit dem „Dimmkreis“. Ich habe es manuell und auch mit der Autofunktion ( über Raum und Funktion) versucht. Bekomme es aber nicht hin. Hat dies schon einmal jemand umgesetzt und wenn ja, wie ?

            Bin auf der Version 1.0.7. Danke für Hilfe

            1 Reply Last reply Reply Quote 0
            • R
              rumpelstilzche @marcuskl last edited by

              Hallo @marcuskl,

              Hast du es bei accuweather geschafft?

              Gruß

              @rumpelstilzche

              marcuskl 1 Reply Last reply Reply Quote 0
              • marcuskl
                marcuskl @rumpelstilzche last edited by

                @rumpelstilzche nein, habe es nicht weiter versucht

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

                  Hallo zusammen,
                  ich brauche mal Unterstützung bei der map card, ich bekomme einfach keine GPS Koordinaten in der Karte angezeigt. Das Objekt habe ich wie beschrieben angelegt:

                  createState('location', '39.5681295;2.6432632', false, {
                  "name": "location",
                  "role": "value.gps",
                  "type": "string",
                  "read": true,
                  "write": false,
                  "desc": "Gps Coordinates"
                  });
                  1212bc01-3956-451b-8320-cb446cc9609d-image.png

                  a180d407-4cb2-4550-9d3c-b9618b8b15d6-image.png

                  Kann mir jemand sagen, was ich falsch mache?

                  1 Reply Last reply Reply Quote 0
                  • G
                    g.polat last edited by

                    Habe heute AccuWeather Card endlich hinbekommen.
                    Für alle die Probleme haben wie folgt vorgehen:

                    1. accuweather.0.Summary Raum "Any" und Function "Wetter" zuordnen.

                    2. ioBroker.type-detector für AccuWeather : /opt/iobroker/node_modules/iobroker.lovelace/node_modules/iobroker.type-detector/index.js
                      ersetzten durch : https://github.com/algar42/ioBroker.type-detector/blob/master/index.js

                    Lovelace neustarten fertig.

                    W R A 3 Replies Last reply Reply Quote 0
                    • W
                      WW1983 @g.polat last edited by

                      @g-polat
                      Danke für den Hinweis. Habe es zwar auch versucht, aber wohl den falschen Typ-Detector ersetzt und deshalb nicht funktioniert. Werde ich heute Abend testen.

                      Habe aber auch schon ein Issue aufgemacht, damit es fest eingebaut wird:
                      https://github.com/ioBroker/ioBroker.lovelace/issues/69

                      WW1983 created this issue in ioBroker/ioBroker.lovelace

                      closed AccuWeather nicht im aktuellen Typ-Detector enthalten #69

                      1 Reply Last reply Reply Quote 0
                      • R
                        rumpelstilzche @g.polat last edited by

                        @g-polat Danke hat super funktioniert, aber jetzt😧 , wo ich falsch geschrieben habe?
                        Bild Text

                        W 1 Reply Last reply Reply Quote 0
                        • W
                          WW1983 @rumpelstilzche last edited by

                          @rumpelstilzche
                          Die Card heißt accuweather-card.js

                          Der Eintrag sollte also heißen 'custom:accuweather-card'

                          R 1 Reply Last reply Reply Quote 0
                          • R
                            rumpelstilzche @WW1983 last edited by

                            @WW1983 sagte in Test Adapter lovelace v0.2.x:

                            custom:accuweather-card
                            Trotzdem, funktioniert immer noch nicht 😥
                            d0d57a3c-30cd-4721-89e4-ce00c0b541ce-image.png
                            83070809-d66f-436f-a6b1-e7575c09d9d0-image.png

                            W G 3 Replies Last reply Reply Quote 0
                            • W
                              WW1983 @rumpelstilzche last edited by

                              @rumpelstilzche
                              komisch. Zur not mal die Card selber nochmal hochladen und Lovelace neu starten.

                              R 1 Reply Last reply Reply Quote 0
                              • R
                                rumpelstilzche @WW1983 last edited by rumpelstilzche

                                @WW1983
                                Ich habe es schon mal gemacht, aber funktioniert immer noch nich 😅

                                root@area51:~$ sudo rm -rf accuweather-card.js
                                root@area51:~$ wget https://github.com/algar42/IoB.lovelace.accuweather-card/blob/master/dist/accuweather-card.js
                                --2020-01-21 09:47:57--  https://github.com/algar42/IoB.lovelace.accuweather-card/blob/master/dist/accuweather-card.js
                                Resolving github.com (github.com)... 140.82.118.3
                                Connecting to github.com (github.com)|140.82.118.3|:443... connected.
                                HTTP request sent, awaiting response... 200 OK
                                Length: unspecified [text/html]
                                Saving to: ‘accuweather-card.js’
                                
                                accuweather-card.js                                     [  <=>                                                                                                              ] 191,93K   592KB/s    in 0,3s
                                
                                2020-01-21 09:47:58 (592 KB/s) - ‘accuweather-card.js’ saved [196537]
                                
                                root@area51:~$ iobroker file write accuweather-card.js /lovelace.0/cards/accuweather-card.js
                                File "accuweather-card.js" stored as "cards/accuweather-card.js"
                                root@area51:~$
                                
                                
                                W 1 Reply Last reply Reply Quote 0
                                • W
                                  WW1983 @rumpelstilzche last edited by

                                  @rumpelstilzche
                                  Ich teste es mal wenn ich zuhause bin.

                                  1 Reply Last reply Reply Quote 0
                                  • W
                                    WW1983 @rumpelstilzche last edited by

                                    @rumpelstilzche
                                    Aber eine andere Frage. Was für ein Theme ist das? Kannst du andere Bilder Zeigen wo auch Schalter zu sehen sind?

                                    R 1 Reply Last reply Reply Quote 1
                                    • R
                                      rumpelstilzche @WW1983 last edited by

                                      @WW1983
                                      ist mein Testserver Es sieht so aus
                                      Bild Text

                                      W 1 Reply Last reply Reply Quote 0
                                      • W
                                        WW1983 @rumpelstilzche last edited by

                                        @rumpelstilzche
                                        Danke dir 🙂

                                        1 Reply Last reply Reply Quote 0
                                        • G
                                          g.polat @rumpelstilzche last edited by

                                          @rumpelstilzche sagte in Test Adapter lovelace v0.2.x:

                                          @WW1983 sagte in Test Adapter lovelace v0.2.x:

                                          custom:accuweather-card
                                          Trotzdem, funktioniert immer noch nicht 😥
                                          d0d57a3c-30cd-4721-89e4-ce00c0b541ce-image.png
                                          83070809-d66f-436f-a6b1-e7575c09d9d0-image.png

                                          Postete mal den Inhalt deiner custom:accuweather-card

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

                                            @rumpelstilzche das Problem ist, dass du dir die Website heruntergeladen hast mit
                                            wget https://github.com/algar42/IoB.lovelace.accuweather-card/blob/master/dist/accuweather-card.js und nicht die Datei selbst.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            856
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            call for action lovelace test visualisierung
                                            131
                                            1051
                                            299010
                                            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