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. Tester
  4. Test Adapter lovelace v0.2.x

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    276

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.6k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Test Adapter lovelace v0.2.x

Scheduled Pinned Locked Moved Tester
testcall for actionlovelacevisualisierung
1.1k Posts 131 Posters 405.4k Views 99 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.
  • A andi2055

    @g-polat
    hast du die 10 Sek irgendwo gesetzt oder ist das Standard?
    Wie hast du den State definiert?
    bei mir:

    {
      "from": "system.adapter.admin.0",
      "user": "system.user.admin",
      "ts": 1578747342995,
      "common": {
        "name": "Cam",
        "role": "value",
        "type": "string",
        "desc": "Manuell erzeugt",
        "read": true,
        "write": true,
        "custom": {
          "lovelace.0": {
            "enabled": true,
            "entity": "camera",
            "name": "States_Cam"
          }
        }
      },
      "native": {},
      "acl": {
        "object": 1636,
        "owner": "system.user.admin",
        "ownerGroup": "system.group.administrator",
        "state": 1636
      },
      "_id": "javascript.0.States.Cam",
      "type": "state"
    }
    

    als Value habe ich dort die URL drin: http://root:PASS@192.168.x.xxx/cgi-bin/currentpic.cgi
    Muss ich irgendwie mitteilen, dass sich das Bild aktualisiert hat / aktualisieren muss? oder läuft das automatisch bei dir - die 10 Sek?

    Danke!

    K Offline
    K Offline
    kurt_90
    wrote on last edited by kurt_90
    #533

    @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
    0
    • A Offline
      A Offline
      AhleWurscht75
      wrote on last edited by
      #534

      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
      0
      • marcusklM marcuskl

        @fd_samdi funktioniert auch nicht bei mir :/

        R Offline
        R Offline
        rumpelstilzche
        wrote on last edited by
        #535

        Hallo @marcuskl,

        Hast du es bei accuweather geschafft?

        Gruß

        @rumpelstilzche

        marcusklM 1 Reply Last reply
        0
        • R rumpelstilzche

          Hallo @marcuskl,

          Hast du es bei accuweather geschafft?

          Gruß

          @rumpelstilzche

          marcusklM Offline
          marcusklM Offline
          marcuskl
          wrote on last edited by
          #536

          @rumpelstilzche nein, habe es nicht weiter versucht

          Host: Intel Nuc6cayh (16GB Ram, 240GB SSD) mit Proxmox.

          Iobroker VM, InfluxDB LXC, Pihole LXC, Tasmoadmin LXC, Easy2connect VM

          1 Reply Last reply
          0
          • thehero9999T Offline
            thehero9999T Offline
            thehero9999
            wrote on last edited by thehero9999
            #537

            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
            0
            • G Offline
              G Offline
              g.polat
              wrote on last edited by
              #538

              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
              0
              • G g.polat

                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 Offline
                W Offline
                WW1983
                wrote on last edited by
                #539

                @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

                1 Reply Last reply
                0
                • G g.polat

                  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.

                  R Offline
                  R Offline
                  rumpelstilzche
                  wrote on last edited by
                  #540

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

                  W 1 Reply Last reply
                  0
                  • R rumpelstilzche

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

                    W Offline
                    W Offline
                    WW1983
                    wrote on last edited by
                    #541

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

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

                    R 1 Reply Last reply
                    0
                    • W WW1983

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

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

                      R Offline
                      R Offline
                      rumpelstilzche
                      wrote on last edited by
                      #542

                      @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
                      0
                      • R rumpelstilzche

                        @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 Offline
                        W Offline
                        WW1983
                        wrote on last edited by
                        #543

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

                        R 1 Reply Last reply
                        0
                        • W WW1983

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

                          R Offline
                          R Offline
                          rumpelstilzche
                          wrote on last edited by rumpelstilzche
                          #544

                          @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
                          0
                          • R 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 Offline
                            W Offline
                            WW1983
                            wrote on last edited by
                            #545

                            @rumpelstilzche
                            Ich teste es mal wenn ich zuhause bin.

                            1 Reply Last reply
                            0
                            • R rumpelstilzche

                              @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 Offline
                              W Offline
                              WW1983
                              wrote on last edited by
                              #546

                              @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
                              1
                              • W WW1983

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

                                R Offline
                                R Offline
                                rumpelstilzche
                                wrote on last edited by
                                #547

                                @WW1983
                                ist mein Testserver Es sieht so aus
                                Bild Text

                                W 1 Reply Last reply
                                0
                                • R rumpelstilzche

                                  @WW1983
                                  ist mein Testserver Es sieht so aus
                                  Bild Text

                                  W Offline
                                  W Offline
                                  WW1983
                                  wrote on last edited by
                                  #548

                                  @rumpelstilzche
                                  Danke dir :)

                                  1 Reply Last reply
                                  0
                                  • R rumpelstilzche

                                    @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

                                    G Offline
                                    G Offline
                                    g.polat
                                    wrote on last edited by
                                    #549

                                    @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
                                    0
                                    • thehero9999T Offline
                                      thehero9999T Offline
                                      thehero9999
                                      wrote on last edited by
                                      #550

                                      @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
                                      1
                                      • thehero9999T thehero9999

                                        @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 Offline
                                        R Offline
                                        rumpelstilzche
                                        wrote on last edited by
                                        #551

                                        @thehero9999
                                        dankeeee:kissing_closed_eyes: , es funktioniert:fist: :blush: :joy:

                                        type: 'custom:weather-card'
                                        entity: weather.Weather_Summary
                                        name: Berlin
                                        windunit: km/h
                                        pressureunit: mmHg
                                        tempunit: C
                                        waterunit: mm
                                        convertspeedtoms: km/h
                                        convertpressuretomm: false
                                        convertemptof: false
                                        

                                        4.png

                                        G smarthome-tricks.deS 2 Replies Last reply
                                        0
                                        • R rumpelstilzche

                                          @thehero9999
                                          dankeeee:kissing_closed_eyes: , es funktioniert:fist: :blush: :joy:

                                          type: 'custom:weather-card'
                                          entity: weather.Weather_Summary
                                          name: Berlin
                                          windunit: km/h
                                          pressureunit: mmHg
                                          tempunit: C
                                          waterunit: mm
                                          convertspeedtoms: km/h
                                          convertpressuretomm: false
                                          convertemptof: false
                                          

                                          4.png

                                          G Offline
                                          G Offline
                                          g.polat
                                          wrote on last edited by
                                          #552

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

                                          @thehero9999
                                          dankeeee:kissing_closed_eyes: , es funktioniert:fist: :blush: :joy:

                                          type: 'custom:weather-card'
                                          entity: weather.Weather_Summary
                                          name: Berlin
                                          windunit: km/h
                                          pressureunit: mmHg
                                          tempunit: C
                                          waterunit: mm
                                          convertspeedtoms: km/h
                                          convertpressuretomm: false
                                          convertemptof: false
                                          

                                          4.png

                                          Kannst du dein Hintergrund und dein theme teilen?

                                          R 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          304

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          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