Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter lovelace v0.2.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

Test Adapter lovelace v0.2.x

Test Adapter lovelace v0.2.x

Scheduled Pinned Locked Moved Tester
testcall for actionlovelacevisualisierung
1.1k Posts 131 Posters 382.0k 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.
  • 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 Offline
                                H Offline
                                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
                                  • sigi234S sigi234

                                    @holgerwolf sagte in [Aufruf] Test lovelace Adapter:

                                    'custom:simple-thermostat

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

                                    H Offline
                                    H Offline
                                    holgerwolf
                                    wrote on last edited by holgerwolf
                                    #91

                                    @sigi234 Nicht viel:

                                    type: 'custom:simple-thermostat'
                                    entity: climate.Thermostat_Hobby_1
                                    
                                    

                                    Hätte gerne auch noch andere Parameter auf der Karte, aber die Anleitung gibt auch nix her.

                                    Edit: Gerade noch die Infos hier gefunden:
                                    https://github.com/nervetattoo/simple-thermostat

                                    A 1 Reply Last reply
                                    0
                                    • G Gerni

                                      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!

                                      apollon77A Online
                                      apollon77A Online
                                      apollon77
                                      wrote on last edited by
                                      #92

                                      @Gerni auch wenn off topic: hast du bei Material auf GitHub alle Infos zu den fehlenden Geräten mal in issues gepackt? Material ist vom Ansatz her so das Geräte erkannt werden können um dann sinnvoll dargestellt zu werden. Alles was also nicht erkannt werden kann bleibt im Zweifel unsichtbar.
                                      Also: issues are your friend!!

                                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                      1 Reply Last reply
                                      0
                                      • LausiDL Offline
                                        LausiDL Offline
                                        LausiD
                                        wrote on last edited by
                                        #93

                                        Super Sache!
                                        Gerade etwas gespielt...wird der angezeigte Name immer aus Funktion und Raum generiert?
                                        Bei Material UI wurde immer Name des Objekts angezeigt...

                                        Danke und Gruß
                                        LausiD

                                        Doku zum FHEM Adapter
                                        Aktuelles zum FHEM Adapter
                                        Test FHEM Adapter

                                        H 1 Reply Last reply
                                        0
                                        • LausiDL LausiD

                                          Super Sache!
                                          Gerade etwas gespielt...wird der angezeigte Name immer aus Funktion und Raum generiert?
                                          Bei Material UI wurde immer Name des Objekts angezeigt...

                                          Danke und Gruß
                                          LausiD

                                          H Offline
                                          H Offline
                                          holgerwolf
                                          wrote on last edited by
                                          #94

                                          @LausiD Den Namen kannst du an mehreren Stellen ändern:

                                          • im Objekt im dem jeweiligen Setting für den Lovelace Adapter
                                          • in den Cardsetting gibt es oft ein Setting für den Namen
                                          • spätestens im Card Editor unter dem Eintrag für die Entity mit Name:“xyzzy“

                                          Gruß
                                          Holger

                                          LausiDL 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

                                          465

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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