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
    254

  • 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.3k 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.
  • sigi234S sigi234

    Hallo, kann man die Fehlermeldungen unterdrücken?

    lovelace.0	2019-06-11 11:54:15.363	error	Invalid attribute name for {"friendly_name":"Multimedia Badzimmer","entity_picture":"./adapter/alexa2/icons/echo_dot.png","icon":"mdi:play-network","media_content_type":"unknown","supported_features"
    lovelace.0	2019-06-11 11:54:15.360	error	Invalid attribute name for {"friendly_name":"Multimedia Küche","entity_picture":"./adapter/alexa2/icons/echo_dot.png","icon":"mdi:play-network","media_content_type":"unknown","supported_features":174
    lovelace.0	2019-06-11 11:54:15.357	error	Invalid attribute name for {"friendly_name":"Multimedia roomLivingRoom","entity_picture":"./adapter/alexa2/icons/echo_dot.png","icon":"mdi:play-network","media_content_type":"unknown","supported_feat
    
    BluefoxB Offline
    BluefoxB Offline
    Bluefox
    wrote on last edited by
    #71

    @sigi234 Das muss ich noch fixen/implementieren. Die müssen als Errinerung für mich da bleiben :)

    1 Reply Last reply
    1
    • dontobiD Offline
      dontobiD Offline
      dontobi
      wrote on last edited by
      #72

      Ich versuche gerade eine Custom Card zu verwenden. Genauer gesagt diese hier...

      https://github.com/kalkih/mini-graph-card

      Hier ist mein Code:

      type: 'custom:mini-graph-card'
      name: CPU Load
      icon: mdi:server
      entities:
        - entity: sensor.System_CPU_Load1
          name: Load 1
        - entity: sensor.System_CPU_Load5
          name: Load 5
        - entity: sensor.System_CPU_Load15
          name: Load 15
      

      Als Fehlermeldung bekomme ich dann das hier:

      Custom element doesn't exist: mini-graph-card.
      {
        "type": "custom:mini-graph-card",
        "name": "CPU Load",
        "icon": "mdi:server",
        "entities": [
          {
            "entity": "sensor.System_CPU_Load1",
            "name": "Load 1"
          },
          {
            "entity": "sensor.System_CPU_Load5",
            "name": "Load 5"
          },
          {
            "entity": "sensor.System_CPU_Load15",
            "name": "Load 15"
          }
        ]
      }
      

      Die JS Datei habe ich im Admin per Drag & Drop eingespielt und der Adapter wurde neugestartet.

      Vielleicht mache ich etwas falsch oder die Custom Card klappt nicht.

      Smart Home Zentrale: Raspberry Pi 4 4GB
      Meine Homepage: https://www.myHome.zone

      sigi234S BluefoxB 2 Replies Last reply
      0
      • dontobiD dontobi

        Ich versuche gerade eine Custom Card zu verwenden. Genauer gesagt diese hier...

        https://github.com/kalkih/mini-graph-card

        Hier ist mein Code:

        type: 'custom:mini-graph-card'
        name: CPU Load
        icon: mdi:server
        entities:
          - entity: sensor.System_CPU_Load1
            name: Load 1
          - entity: sensor.System_CPU_Load5
            name: Load 5
          - entity: sensor.System_CPU_Load15
            name: Load 15
        

        Als Fehlermeldung bekomme ich dann das hier:

        Custom element doesn't exist: mini-graph-card.
        {
          "type": "custom:mini-graph-card",
          "name": "CPU Load",
          "icon": "mdi:server",
          "entities": [
            {
              "entity": "sensor.System_CPU_Load1",
              "name": "Load 1"
            },
            {
              "entity": "sensor.System_CPU_Load5",
              "name": "Load 5"
            },
            {
              "entity": "sensor.System_CPU_Load15",
              "name": "Load 15"
            }
          ]
        }
        

        Die JS Datei habe ich im Admin per Drag & Drop eingespielt und der Adapter wurde neugestartet.

        Vielleicht mache ich etwas falsch oder die Custom Card klappt nicht.

        sigi234S Online
        sigi234S Online
        sigi234
        Forum Testing Most Active
        wrote on last edited by
        #73

        @dontobi sagte in [Aufruf] Test lovelace Adapter:

        Die JS Datei habe ich im Admin per Drag & Drop eingespielt

        Wohin genau?

        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
        Immer Daten sichern!

        dontobiD 1 Reply Last reply
        0
        • sigi234S sigi234

          @dontobi sagte in [Aufruf] Test lovelace Adapter:

          Die JS Datei habe ich im Admin per Drag & Drop eingespielt

          Wohin genau?

          dontobiD Offline
          dontobiD Offline
          dontobi
          wrote on last edited by
          #74

          @sigi234 geh Mal in die Instanz Einstellungen. Ist dort selbsterklärend.

          Und ich hab noch etwas festgestellt. Die Weather Card geht auch mit Weatherunderground, jedoch werden da (genauso wie bei yr.no) keine Icons angezeigt. Hat einer die Wetter Karte mit Icons am laufen?

          Smart Home Zentrale: Raspberry Pi 4 4GB
          Meine Homepage: https://www.myHome.zone

          1 Reply Last reply
          0
          • dontobiD dontobi

            Ich versuche gerade eine Custom Card zu verwenden. Genauer gesagt diese hier...

            https://github.com/kalkih/mini-graph-card

            Hier ist mein Code:

            type: 'custom:mini-graph-card'
            name: CPU Load
            icon: mdi:server
            entities:
              - entity: sensor.System_CPU_Load1
                name: Load 1
              - entity: sensor.System_CPU_Load5
                name: Load 5
              - entity: sensor.System_CPU_Load15
                name: Load 15
            

            Als Fehlermeldung bekomme ich dann das hier:

            Custom element doesn't exist: mini-graph-card.
            {
              "type": "custom:mini-graph-card",
              "name": "CPU Load",
              "icon": "mdi:server",
              "entities": [
                {
                  "entity": "sensor.System_CPU_Load1",
                  "name": "Load 1"
                },
                {
                  "entity": "sensor.System_CPU_Load5",
                  "name": "Load 5"
                },
                {
                  "entity": "sensor.System_CPU_Load15",
                  "name": "Load 15"
                }
              ]
            }
            

            Die JS Datei habe ich im Admin per Drag & Drop eingespielt und der Adapter wurde neugestartet.

            Vielleicht mache ich etwas falsch oder die Custom Card klappt nicht.

            BluefoxB Offline
            BluefoxB Offline
            Bluefox
            wrote on last edited by Bluefox
            #75

            Участник @dontobi написал в [Aufruf] Test lovelace Adapter:

            type: 'custom:mini-graph-card'
            name: CPU Load
            icon: mdi:server
            entities:

            • entity: sensor.System_CPU_Load1
              name: Load 1
            • entity: sensor.System_CPU_Load5
              name: Load 5
            • entity: sensor.System_CPU_Load15
              name: Load 15

            Welche Datei hast du uploaded?
            Diese hier: https://github.com/kalkih/mini-graph-card/releases/download/v0.4.3/mini-graph-card-bundle.js
            ?
            9da95f1c-cf27-44e5-9683-54b0fcad1d84-image.png35c86934-2cdf-4af4-a15d-5a4251a10b86-image.png

            dontobiD 1 Reply Last reply
            0
            • M Offline
              M Offline
              mandragora
              wrote on last edited by
              #76

              Hallo Leute,

              Vielen Dank für die Info.
              Hab noch wie ihr schon vermutet eine alte Version drauf

              Ich hab iobroker auf einer Synology unter Docker laufen.
              node hab ich bereits auf die 10.16.0 bringen können.

              Kann mir jemand eventuell noch sagen wie ich gefahrlos (Backup mit Backitup ist vorhanden) ein Update von nodejs und npm machen kann ?
              Hab schon einiges hier gefunden aber hab ein wenig die Scheu das was schiefgehen könnte.

              Müsste es so funktionieren ?

              iobroker stop
              apt-get --purge remove node nodejs
              apt-get autoremove
              reboot

              Nach dem Reboot geht es mit diesen Befehlen weiter:
              curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
              apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs
              reboot

              Vielen Dank nochmals

              lg
              mandragora

              ioBroker auf Synology DS218+ (Docker); VIS: 2x8" Tablets; Homematic CCU2 und Komponenten; Echo DOT; Unifi Ap-Ac Pro; Landroid S; Jovision IPCams

              BluefoxB 1 Reply Last reply
              0
              • M mandragora

                Hallo Leute,

                Vielen Dank für die Info.
                Hab noch wie ihr schon vermutet eine alte Version drauf

                Ich hab iobroker auf einer Synology unter Docker laufen.
                node hab ich bereits auf die 10.16.0 bringen können.

                Kann mir jemand eventuell noch sagen wie ich gefahrlos (Backup mit Backitup ist vorhanden) ein Update von nodejs und npm machen kann ?
                Hab schon einiges hier gefunden aber hab ein wenig die Scheu das was schiefgehen könnte.

                Müsste es so funktionieren ?

                iobroker stop
                apt-get --purge remove node nodejs
                apt-get autoremove
                reboot

                Nach dem Reboot geht es mit diesen Befehlen weiter:
                curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
                apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs
                reboot

                Vielen Dank nochmals

                lg
                mandragora

                BluefoxB Offline
                BluefoxB Offline
                Bluefox
                wrote on last edited by
                #77

                @mandragora https://www.iobroker.net/#de/documentation/install/updatenode.md

                1 Reply Last reply
                0
                • G Offline
                  G Offline
                  Gerni
                  wrote on last edited by Gerni
                  #78

                  Bin gespannt, auf die schnelle sieht es gut aus. Hoffe nur, dass es besser als Material UI wird. Da werden, trotz zugewiesen Räumen usw usw nicht alle Geräte angezeigt.
                  Mal sehen was dieser Adapter kann.

                  Update:
                  Soeben installiert und versucht zwei identisch eingerichtete Temp Sensoren von Xiaomi einzubinden. Einer geht. Einer nicht und wird in der Auswahl schon erst gar nicht angezeigt.

                  UpDate 2:
                  Schaltet man in iobroker wird der Status nicht übergeben.

                  Ist ja noch ein Test aber selbe Probleme wie bei Material bisher aber an sich schon cooler von der Bedienung!

                  Jede Menge verschiedenes Zeug

                  apollon77A 1 Reply Last reply
                  0
                  • BluefoxB Bluefox

                    Участник @dontobi написал в [Aufruf] Test lovelace Adapter:

                    type: 'custom:mini-graph-card'
                    name: CPU Load
                    icon: mdi:server
                    entities:

                    • entity: sensor.System_CPU_Load1
                      name: Load 1
                    • entity: sensor.System_CPU_Load5
                      name: Load 5
                    • entity: sensor.System_CPU_Load15
                      name: Load 15

                    Welche Datei hast du uploaded?
                    Diese hier: https://github.com/kalkih/mini-graph-card/releases/download/v0.4.3/mini-graph-card-bundle.js
                    ?
                    9da95f1c-cf27-44e5-9683-54b0fcad1d84-image.png35c86934-2cdf-4af4-a15d-5a4251a10b86-image.png

                    dontobiD Offline
                    dontobiD Offline
                    dontobi
                    wrote on last edited by
                    #79

                    @Bluefox ja, genau den. Hab ich was falsch gemacht?

                    Smart Home Zentrale: Raspberry Pi 4 4GB
                    Meine Homepage: https://www.myHome.zone

                    1 Reply Last reply
                    0
                    • chmilli1C Offline
                      chmilli1C Offline
                      chmilli1
                      wrote on last edited by Jey Cee
                      #80

                      Hallo !
                      Ich bekomme Ihn nicht einmal installiert.....

                      0 info it worked if it ends with ok
                      1 verbose cli [ '/usr/bin/node',
                      1 verbose cli   '/usr/bin/npm',
                      1 verbose cli   'install',
                      1 verbose cli   'https://www.home-assistant.io/lovelace/',
                      1 verbose cli   '--production',
                      1 verbose cli   '--save',
                      1 verbose cli   '--prefix',
                      1 verbose cli   '/opt/iobroker' ]
                      2 info using npm@6.4.1
                      3 info using node@v8.16.0
                      4 verbose npm-session 675c4ef117ea92cb
                      5 silly install loadCurrentTree
                      6 silly install readLocalPackageData
                      7 http fetch GET 200 https://www.home-assistant.io/lovelace/ 55ms (from cache)
                      8 silly fetchPackageMetaData error for https://www.home-assistant.io/lovelace/ Non-registry package missing package.json: https://www.home-assistant.io/lovelace/.
                      9 timing stage:rollbackFailedOptional Completed in 1ms
                      10 timing stage:runTopLevelLifecycles Completed in 6676ms
                      11 verbose stack Error: Non-registry package missing package.json: https://www.home-assistant.io/lovelace/.
                      11 verbose stack     at BB.join (/usr/lib/node_modules/npm/node_modules/pacote/lib/finalize-manifest.js:162:23)
                      11 verbose stack     at tryCatcher (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/util.js:16:23)
                      11 verbose stack     at Holder$5._callFunction (eval at generateHolderClass (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/join.js:92:16), <anonymous>:14:44)
                      11 verbose stack     at Holder$5.checkFulfillment (eval at generateHolderClass (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/join.js:92:16), <anonymous>:29:30)
                      11 verbose stack     at Promise.eval (eval at thenCallback (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/join.js:14:16), <anonymous>:6:20)
                      11 verbose stack     at Promise._settlePromise (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:566:21)
                      11 verbose stack     at Promise._settlePromise0 (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:614:10)
                      11 verbose stack     at Promise._settlePromises (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:693:18)
                      11 verbose stack     at Async._drainQueue (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:133:16)
                      11 verbose stack     at Async._drainQueues (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:143:10)
                      11 verbose stack     at Immediate.Async.drainQueues (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:17:14)
                      11 verbose stack     at runCallback (timers.js:810:20)
                      11 verbose stack     at tryOnImmediate (timers.js:768:5)
                      11 verbose stack     at processImmediate [as _immediateCallback] (timers.js:745:5)
                      12 verbose cwd /
                      13 verbose Linux 4.15.0-20-generic
                      14 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" "https://www.home-assistant.io/lovelace/" "--production" "--save" "--prefix" "/opt/iobroker"
                      15 verbose node v8.16.0
                      16 verbose npm  v6.4.1
                      17 error code ENOPACKAGEJSON
                      18 error package.json Non-registry package missing package.json: https://www.home-assistant.io/lovelace/.
                      19 error package.json npm can't find a package.json file in your current directory.
                      20 verbose exit [ 1, true ]
                      

                      MOD Edit Jey Cee: Bitte Code und logs in code Tags packen

                      thewhoboxT sigi234S 2 Replies Last reply
                      0
                      • chmilli1C chmilli1

                        Hallo !
                        Ich bekomme Ihn nicht einmal installiert.....

                        0 info it worked if it ends with ok
                        1 verbose cli [ '/usr/bin/node',
                        1 verbose cli   '/usr/bin/npm',
                        1 verbose cli   'install',
                        1 verbose cli   'https://www.home-assistant.io/lovelace/',
                        1 verbose cli   '--production',
                        1 verbose cli   '--save',
                        1 verbose cli   '--prefix',
                        1 verbose cli   '/opt/iobroker' ]
                        2 info using npm@6.4.1
                        3 info using node@v8.16.0
                        4 verbose npm-session 675c4ef117ea92cb
                        5 silly install loadCurrentTree
                        6 silly install readLocalPackageData
                        7 http fetch GET 200 https://www.home-assistant.io/lovelace/ 55ms (from cache)
                        8 silly fetchPackageMetaData error for https://www.home-assistant.io/lovelace/ Non-registry package missing package.json: https://www.home-assistant.io/lovelace/.
                        9 timing stage:rollbackFailedOptional Completed in 1ms
                        10 timing stage:runTopLevelLifecycles Completed in 6676ms
                        11 verbose stack Error: Non-registry package missing package.json: https://www.home-assistant.io/lovelace/.
                        11 verbose stack     at BB.join (/usr/lib/node_modules/npm/node_modules/pacote/lib/finalize-manifest.js:162:23)
                        11 verbose stack     at tryCatcher (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/util.js:16:23)
                        11 verbose stack     at Holder$5._callFunction (eval at generateHolderClass (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/join.js:92:16), <anonymous>:14:44)
                        11 verbose stack     at Holder$5.checkFulfillment (eval at generateHolderClass (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/join.js:92:16), <anonymous>:29:30)
                        11 verbose stack     at Promise.eval (eval at thenCallback (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/join.js:14:16), <anonymous>:6:20)
                        11 verbose stack     at Promise._settlePromise (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:566:21)
                        11 verbose stack     at Promise._settlePromise0 (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:614:10)
                        11 verbose stack     at Promise._settlePromises (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:693:18)
                        11 verbose stack     at Async._drainQueue (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:133:16)
                        11 verbose stack     at Async._drainQueues (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:143:10)
                        11 verbose stack     at Immediate.Async.drainQueues (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:17:14)
                        11 verbose stack     at runCallback (timers.js:810:20)
                        11 verbose stack     at tryOnImmediate (timers.js:768:5)
                        11 verbose stack     at processImmediate [as _immediateCallback] (timers.js:745:5)
                        12 verbose cwd /
                        13 verbose Linux 4.15.0-20-generic
                        14 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" "https://www.home-assistant.io/lovelace/" "--production" "--save" "--prefix" "/opt/iobroker"
                        15 verbose node v8.16.0
                        16 verbose npm  v6.4.1
                        17 error code ENOPACKAGEJSON
                        18 error package.json Non-registry package missing package.json: https://www.home-assistant.io/lovelace/.
                        19 error package.json npm can't find a package.json file in your current directory.
                        20 verbose exit [ 1, true ]
                        

                        MOD Edit Jey Cee: Bitte Code und logs in code Tags packen

                        thewhoboxT Offline
                        thewhoboxT Offline
                        thewhobox
                        wrote on last edited by
                        #81

                        @chmilli1 Du benutzt den falschen Link.
                        Das was du eingibst ist nicht der Github link sondern einfach nur die Infoseite von lovelance.

                        https://github.com/ioBroker/ioBroker.lovelace
                        Das ist der richtige.

                        Meine Adapter: emby | discovery
                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                        1 Reply Last reply
                        0
                        • chmilli1C chmilli1

                          Hallo !
                          Ich bekomme Ihn nicht einmal installiert.....

                          0 info it worked if it ends with ok
                          1 verbose cli [ '/usr/bin/node',
                          1 verbose cli   '/usr/bin/npm',
                          1 verbose cli   'install',
                          1 verbose cli   'https://www.home-assistant.io/lovelace/',
                          1 verbose cli   '--production',
                          1 verbose cli   '--save',
                          1 verbose cli   '--prefix',
                          1 verbose cli   '/opt/iobroker' ]
                          2 info using npm@6.4.1
                          3 info using node@v8.16.0
                          4 verbose npm-session 675c4ef117ea92cb
                          5 silly install loadCurrentTree
                          6 silly install readLocalPackageData
                          7 http fetch GET 200 https://www.home-assistant.io/lovelace/ 55ms (from cache)
                          8 silly fetchPackageMetaData error for https://www.home-assistant.io/lovelace/ Non-registry package missing package.json: https://www.home-assistant.io/lovelace/.
                          9 timing stage:rollbackFailedOptional Completed in 1ms
                          10 timing stage:runTopLevelLifecycles Completed in 6676ms
                          11 verbose stack Error: Non-registry package missing package.json: https://www.home-assistant.io/lovelace/.
                          11 verbose stack     at BB.join (/usr/lib/node_modules/npm/node_modules/pacote/lib/finalize-manifest.js:162:23)
                          11 verbose stack     at tryCatcher (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/util.js:16:23)
                          11 verbose stack     at Holder$5._callFunction (eval at generateHolderClass (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/join.js:92:16), <anonymous>:14:44)
                          11 verbose stack     at Holder$5.checkFulfillment (eval at generateHolderClass (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/join.js:92:16), <anonymous>:29:30)
                          11 verbose stack     at Promise.eval (eval at thenCallback (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/join.js:14:16), <anonymous>:6:20)
                          11 verbose stack     at Promise._settlePromise (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:566:21)
                          11 verbose stack     at Promise._settlePromise0 (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:614:10)
                          11 verbose stack     at Promise._settlePromises (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:693:18)
                          11 verbose stack     at Async._drainQueue (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:133:16)
                          11 verbose stack     at Async._drainQueues (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:143:10)
                          11 verbose stack     at Immediate.Async.drainQueues (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:17:14)
                          11 verbose stack     at runCallback (timers.js:810:20)
                          11 verbose stack     at tryOnImmediate (timers.js:768:5)
                          11 verbose stack     at processImmediate [as _immediateCallback] (timers.js:745:5)
                          12 verbose cwd /
                          13 verbose Linux 4.15.0-20-generic
                          14 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" "https://www.home-assistant.io/lovelace/" "--production" "--save" "--prefix" "/opt/iobroker"
                          15 verbose node v8.16.0
                          16 verbose npm  v6.4.1
                          17 error code ENOPACKAGEJSON
                          18 error package.json Non-registry package missing package.json: https://www.home-assistant.io/lovelace/.
                          19 error package.json npm can't find a package.json file in your current directory.
                          20 verbose exit [ 1, true ]
                          

                          MOD Edit Jey Cee: Bitte Code und logs in code Tags packen

                          sigi234S Online
                          sigi234S Online
                          sigi234
                          Forum Testing Most Active
                          wrote on last edited by
                          #82

                          @chmilli1

                          https://forum.iobroker.net/topic/23156/lovelace-in-iobroker-installieren/2

                          Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                          Immer Daten sichern!

                          1 Reply Last reply
                          1
                          • marcusklM Offline
                            marcusklM Offline
                            marcuskl
                            wrote on last edited by
                            #83

                            Bei mir werden einige Aufzählungen, z.B. Lampen die definiert sind in Aufzählungen nicht angezeigt?
                            Nutze Material Ui, da sind sie alle vorhanden.

                            lovelace1.jpg
                            lovelace2.jpg

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

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

                            sigi234S 1 Reply Last reply
                            0
                            • marcusklM marcuskl

                              Bei mir werden einige Aufzählungen, z.B. Lampen die definiert sind in Aufzählungen nicht angezeigt?
                              Nutze Material Ui, da sind sie alle vorhanden.

                              lovelace1.jpg
                              lovelace2.jpg

                              sigi234S Online
                              sigi234S Online
                              sigi234
                              Forum Testing Most Active
                              wrote on last edited by
                              #84

                              @marcuskl

                              Raum und Funktion zugeordnet?

                              Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                              Immer Daten sichern!

                              1 Reply Last reply
                              0
                              • marcusklM Offline
                                marcusklM Offline
                                marcuskl
                                wrote on last edited by
                                #85

                                Jap, habs sogar nochmal geprüft aber passt alles.
                                Sonst würde es ja im Material Ui Adapter auch net gehen.

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

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

                                sigi234S 1 Reply Last reply
                                0
                                • marcusklM marcuskl

                                  Jap, habs sogar nochmal geprüft aber passt alles.
                                  Sonst würde es ja im Material Ui Adapter auch net gehen.

                                  sigi234S Online
                                  sigi234S Online
                                  sigi234
                                  Forum Testing Most Active
                                  wrote on last edited by
                                  #86

                                  @marcuskl sagte in [Aufruf] Test lovelace Adapter:

                                  Jap, habs sogar nochmal geprüft aber passt alles.
                                  Sonst würde es ja im Material Ui Adapter auch net gehen.

                                  der Adapter ist noch sehr neu, habe ich auch. Da musst du experimentieren. Vielleicht ist manches noch nicht implementiert.

                                  Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                  Immer Daten sichern!

                                  1 Reply Last reply
                                  0
                                  • R Offline
                                    R Offline
                                    Raducanu
                                    wrote on last edited by
                                    #87

                                    So, hab mich die letzten Tage mit dem LoveLace Adapter beschäftigt und bin echt begeistert:

                                    b07640e1-b0cb-4c69-92c1-618da1f496de-image.png
                                    3af41604-4ea4-4d4e-8912-3b9cebd63896-image.png
                                    30b3b6a3-7d36-420b-9541-05413c2d4953-image.png
                                    0366ff93-180b-4292-8c0d-c4c36f6ab72d-image.png

                                    Die Übersicht welche Card was macht finde ich noch etwas schwirig, aber dort hilft die Home Assistant Seite gut weiter.

                                    Eine Frage habe ich noch zum Screenshot im Einleitungspost:
                                    https://forum.iobroker.net/assets/uploads/files/1559078898665-617ff2c4-59f2-4b49-8b2e-9cb7f030eafc-image.png
                                    Welche Card ist das Rechts/Mitte "Heizung Schlafzimmer"?

                                    H 1 Reply Last reply
                                    1
                                    • M Offline
                                      M Offline
                                      mandragora
                                      wrote on last edited by
                                      #88

                                      @ Bluefox.. vielen Dank :) hat jetzt super funktioniert.

                                      ioBroker auf Synology DS218+ (Docker); VIS: 2x8" Tablets; Homematic CCU2 und Komponenten; Echo DOT; Unifi Ap-Ac Pro; Landroid S; Jovision IPCams

                                      1 Reply Last reply
                                      0
                                      • R Raducanu

                                        So, hab mich die letzten Tage mit dem LoveLace Adapter beschäftigt und bin echt begeistert:

                                        b07640e1-b0cb-4c69-92c1-618da1f496de-image.png
                                        3af41604-4ea4-4d4e-8912-3b9cebd63896-image.png
                                        30b3b6a3-7d36-420b-9541-05413c2d4953-image.png
                                        0366ff93-180b-4292-8c0d-c4c36f6ab72d-image.png

                                        Die Übersicht welche Card was macht finde ich noch etwas schwirig, aber dort hilft die Home Assistant Seite gut weiter.

                                        Eine Frage habe ich noch zum Screenshot im Einleitungspost:
                                        https://forum.iobroker.net/assets/uploads/files/1559078898665-617ff2c4-59f2-4b49-8b2e-9cb7f030eafc-image.png
                                        Welche Card ist das Rechts/Mitte "Heizung Schlafzimmer"?

                                        H Online
                                        H Online
                                        holgerwolf
                                        wrote on last edited by
                                        #89

                                        @Raducanu Das ist die Thermostat Karte (type: 'custom:simple-thermostat')

                                        3052a196-37da-480d-8231-da5a35bbb593-grafik.png

                                        sigi234S X 2 Replies Last reply
                                        0
                                        • H holgerwolf

                                          @Raducanu Das ist die Thermostat Karte (type: 'custom:simple-thermostat')

                                          3052a196-37da-480d-8231-da5a35bbb593-grafik.png

                                          sigi234S Online
                                          sigi234S Online
                                          sigi234
                                          Forum Testing Most Active
                                          wrote on last edited by
                                          #90

                                          @holgerwolf sagte in [Aufruf] Test lovelace Adapter:

                                          'custom:simple-thermostat

                                          Kannst du mal den Editor von der Karte zeigen, was hast du da drinnen?

                                          Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                          Immer Daten sichern!

                                          H 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

                                          570

                                          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