Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Lovelace start PRoblem

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    Lovelace start PRoblem

    This topic has been deleted. Only users with topic management privileges can see it.
    • David G.
      David G. @Esmax666 last edited by David G.

      @esmax666

      Schwer zu sagen, ohne die DP Struktur zu kennen.
      Das sind Thermostate oder? Er erkennt ja alle als Switch/Schalter und nicht als Heizung.

      Stimmen die Rollen alle?

      E 1 Reply Last reply Reply Quote 0
      • E
        Esmax666 @David G. last edited by

        @david-g

        Was meinst du genau mit "Rollen " ?

        Meinst du hier "Funtions"?
        f79855a4-66b6-4545-826a-30ff4b78ba4a-grafik.png

        Eurotronics die thermostat direkt am heizköper
        https://eurotronic.org/produkte/z-wave-heizkoerperthermostat/spirit-z-wave-plus/
        658c5fa4-390e-45ae-a69c-c96f2972534a-grafik.png

        Technisat sind die schalter für die Rollo
        https://www.technisat.com/de_DE/Rollladenschalter-Einsatz-M/352-22704-23058/?article=0200/9496
        c6d6a895-c502-4eeb-9d11-c8c6483f9b2d-grafik.png

        David G. 1 Reply Last reply Reply Quote 0
        • David G.
          David G. @Esmax666 last edited by

          @esmax666 sagte in Lovelace start PRoblem:

          Was meinst du genau mit "Rollen " ?

          Im "doofen" neuen Admin schafft man es am Smartphone nicht alle Spalten anzuzeigen, deshalb mal die Eigenschaft vom Objekt:
          Screenshot_20240425_152726_Chrome.jpg

          Und es müssen alle Datenpunkte von einem Gerät in einem "Ordner" sein.
          So wird das schwer, zumindest falls man alles in den Karten haben möchte.

          E 2 Replies Last reply Reply Quote 0
          • E
            Esmax666 @David G. last edited by

            @david-g said in Lovelace start PRoblem:

            Und es müssen alle Datenpunkte von einem Gerät in einem "Ordner" sein.

            Ja aber muss das unbedingt in Alias sein ? kann man nicht ohne alias arbeiten ? (mein Alias ist leer)

            hier hat er angefangen Daten zu nehmen aber kein ahnung hat er gestopt und nicht geschaft ...
            02e11f8f-2728-4c2e-98d4-022e6123d656-grafik.png

            1 Reply Last reply Reply Quote 0
            • E
              Esmax666 @David G. last edited by

              @david-g said in Lovelace start PRoblem:

              Screenshot_20240425_152726_Chrome.jpg

              ich habe als expert modus die Parameter gesehen: (HW parameter)

              {
                "type": "device",
                "common": {
                  "name": "Eurotronics Spirit Salle a manger"
                },
                "native": {
                  "id": 3,
                  "manufacturerId": 328,
                  "productType": 3,
                  "productId": 1,
                  "type": {
                    "basic": "Routing Slave",
                    "generic": "Thermostat",
                    "specific": "General Thermostat V2"
                  },
                  "endpoints": 0,
                  "secure": false,
                  "supportsFirmwareUpdate": true,
                  "endpointIndizes": [],
                  "isControllerNode": false,
                  "securityClasses": {
                    "S2_AccessControl": false,
                    "S2_Authenticated": false,
                    "S2_Unauthenticated": false,
                    "S0_Legacy": false
                  },
                  "canSleep": false
                },
                "from": "system.adapter.zwave2.0",
                "user": "system.user.admin",
                "ts": 1712841668859,
                "_id": "zwave2.0.Node_003",
                "acl": {
                  "object": 1636,
                  "owner": "system.user.admin",
                  "ownerGroup": "system.group.administrator"
                }
              }
              

              und zum beispiel für Thermostat akku habe ich:

              {
                "type": "state",
                "common": {
                  "role": "value",
                  "read": true,
                  "write": false,
                  "name": "Battery level",
                  "type": "number",
                  "min": 0,
                  "max": 100,
                  "unit": "%"
                },
                "native": {
                  "nodeId": 3,
                  "valueId": {
                    "commandClass": 128,
                    "endpoint": 0,
                    "property": "level"
                  }
                },
                "from": "system.adapter.zwave2.0",
                "user": "system.user.admin",
                "ts": 1621598165146,
                "_id": "zwave2.0.Node_003.Battery.level",
                "acl": {
                  "object": 1636,
                  "state": 1636,
                  "owner": "system.user.admin",
                  "ownerGroup": "system.group.administrator"
                }
              }
              
              David G. 1 Reply Last reply Reply Quote 0
              • David G.
                David G. @Esmax666 last edited by David G.

                @esmax666

                Fakt ist, dass alles in einem Ordner sein muss und Raum samt Rollen vergeben sind.
                Viele Adapter vergeben die Rollen nicht korrekt.

                Dein Akkustand hat Zb value.
                Aber welcher value? Battary, valve, temperatur.
                Das muss mit angegeben werden.
                Zb value.temoerature für dir aktuelle Temperatur.

                Das macht der iobroker Zb alles korrekt wenn du das Gerät unter "Geräte" anlegst und dir ein Alias erstellen lässt.

                Stehen grau unter den Zeilen
                Screenshot_20240426_080932_Chrome.jpg

                E 1 Reply Last reply Reply Quote 0
                • E
                  Esmax666 @David G. last edited by

                  @david-g

                  ok das heisst also Alias ist pficht für Lovelace
                  ich hab ein beispiel gebaut wie hier:
                  521c2eec-b4bb-4ca6-adfe-fc06d5cc658c-grafik.png

                  Kommt direkt von Iobroker
                  8b34d7ee-6954-4bb3-92b0-0baa1aad49ca-grafik.png

                  ober ist das eher zu machen mit ein adapter ?
                  leider habe ich wieder falsch gemacht weil Lovelace hat eher nicht gefunden

                  unter Role finde ich nichts mit "Thermostat"
                  ea73a0a5-8517-4968-be94-fba784b6ed75-grafik.png

                  sorry ich bin zu doof 😞

                  {
                    "common": {
                      "name": "Thermostat",
                      "desc": "Manually created",
                      "role": "",
                      "icon": ""
                    },
                    "type": "device",
                    "from": "system.adapter.admin.0",
                    "user": "system.user.admin",
                    "ts": 1714113655768,
                    "_id": "alias.0.SDB.Thermostat",
                    "acl": {
                      "object": 1636,
                      "owner": "system.user.admin",
                      "ownerGroup": "system.group.administrator"
                    }
                  }
                  
                  David G. 1 Reply Last reply Reply Quote 0
                  • David G.
                    David G. @Esmax666 last edited by David G.

                    @esmax666

                    Screenshot_20240426_091652_Chrome.jpg
                    Die Funktion muss glaube nicht sein.
                    Screenshot_20240426_091817_Chrome.jpg
                    Screenshot_20240426_091928_Chrome.jpg
                    Screenshot_20240426_092223_Fully Kiosk Browser.jpg

                    Lovelace neustarten, damit das neue Gerät erkannt wird.

                    1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Esmax666 last edited by

                      @esmax666 sagte in Lovelace start PRoblem:

                      Am Rande:

                      node: v18.17.1

                      Auf einen aktuellen Stand / das aktuelle nodesource-Repo bringen.

                      iob nodejs-update
                      
                      E 1 Reply Last reply Reply Quote 0
                      • E
                        Esmax666 @Thomas Braun last edited by

                        @thomas-braun
                        update habe probiert mit

                        ed9bdc8d-03e3-4e49-9cf7-5e64bb058381-grafik.png

                        war das nicht richtig?

                        ich bekomme das

                        oBroker nodejs updater 2023-10-13
                        
                        Recommended nodejs-version is: 18.20.2
                        Checking your installation now. Please be patient!
                        
                        Your current setup is:
                        /usr/bin/nodejs         v18.20.2
                        /usr/bin/node           v18.20.2
                        /usr/bin/npm            10.5.0
                        /usr/bin/npx            10.5.0
                        /usr/bin/corepack       0.25.2
                        
                        We found these nodejs versions available for installation:
                        
                        nodejs:
                          Installed: 18.20.2-1nodesource1
                          Candidate: 18.20.2-1nodesource1
                          Version table:
                         *** 18.20.2-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                100 /var/lib/dpkg/status
                             18.20.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.20.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.19.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.19.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.18.2-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.18.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.18.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.17.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.17.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.16.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.16.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.15.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.14.2-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.14.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.14.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.13.0+dfsg1-1ubuntu2 500
                                500 http://ports.ubuntu.com/ubuntu-ports lunar/universe arm64 Packages
                             18.13.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.12.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.11.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.10.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.9.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.9.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.8.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.7.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.6.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.5.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.4.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.3.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.2.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.1.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.0.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                        
                        
                        
                        Nothing to do - Your installation is using the correct paths.
                        Nothing to do - Your version is the recommended one.
                        
                        You can now keep your whole system up-to-date using the usual 'sudo apt update &                                        & sudo apt full-upgrade' commands.
                        Please DO NOT USE node version managers like 'nvm', 'n' and others in parallel.                                         They will break your current installation!
                        

                        das hatte ich noch gemacht

                        iob stop
                        sudo apt update && sudo apt full-upgrade
                        iob fix
                        iob nodejs-update
                        sudo reboot
                        

                        @david-g said in Lovelace start PRoblem:

                        Die Funktion muss glaube nicht sein.

                        Dein "view" sieht nicht gleich wie bei mir, da hast du ein Adpater noch dazu oder ? ich dachte man braucht nicht mehr etwas wie linkeddevice oder device?
                        Bei mir ist das so (Nativ) <- ich dachte man kann mit nativ Alias arbeiten ohne extra adapter
                        43e1ef4c-31bc-4db0-ab64-fccea14bdfa1-grafik.png

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Esmax666 last edited by

                          @esmax666 sagte in Lovelace start PRoblem:

                          war das nicht richtig?

                          Keine Ahnung was du da gemacht hast.
                          Aber reboote die Kiste mal sauber, in den 200 Tagen uptime war mit Sicherheit auch ein Update dazwischen, das einen Neustart benötigt.

                          iob stop
                          sudo reboot
                          
                          E 2 Replies Last reply Reply Quote 0
                          • E
                            Esmax666 @Thomas Braun last edited by Esmax666

                            @thomas-braun

                            ich habe doch oben geschrieben das ich ein restart gemacht habe mit „sudo reboot“. k.a. voher kommen die 200 Tage ohne reboot?
                            kein ahnung warum hat er das nichts aktualisiert aber reboot habe ich gemacht…

                            1 Reply Last reply Reply Quote 0
                            • E
                              Esmax666 @Thomas Braun last edited by

                              @thomas-braun

                              sudo apt update && sudo apt full-upgrade
                              Hit:1 http://ports.ubuntu.com/ubuntu-ports lunar InRelease
                              Hit:2 http://ports.ubuntu.com/ubuntu-ports lunar-updates InRelease
                              Hit:3 http://ports.ubuntu.com/ubuntu-ports lunar-backports InRelease
                              Hit:4 http://ports.ubuntu.com/ubuntu-ports lunar-security InRelease
                              Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                              Reading package lists... Done
                              Building dependency tree... Done
                              Reading state information... Done
                              All packages are up to date.
                              Reading package lists... Done
                              Building dependency tree... Done
                              Reading state information... Done
                              Calculating upgrade... Done
                              0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                              
                              
                              ioBroker nodejs updater 2023-10-13
                              
                              Recommended nodejs-version is: 18.20.2
                              Checking your installation now. Please be patient!
                              
                              Your current setup is:
                              /usr/bin/nodejs         v18.20.2
                              /usr/bin/node           v18.20.2
                              /usr/bin/npm            10.5.0
                              /usr/bin/npx            10.5.0
                              /usr/bin/corepack       0.25.2
                              
                              We found these nodejs versions available for installation:
                              
                              nodejs:
                                Installed: 18.20.2-1nodesource1
                                Candidate: 18.20.2-1nodesource1
                                Version table:
                               *** 18.20.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                      100 /var/lib/dpkg/status
                                   18.20.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.20.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.19.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.19.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.18.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.18.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.18.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.17.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.17.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.16.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.16.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.15.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.14.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.14.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.14.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.13.0+dfsg1-1ubuntu2 500
                                      500 http://ports.ubuntu.com/ubuntu-ports lunar/universe arm64 Packages
                                   18.13.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.12.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.11.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.10.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.9.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.9.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.8.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.7.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.6.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.5.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.4.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.3.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.2.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.1.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.0.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                              
                              
                              
                              Nothing to do - Your installation is using the correct paths.
                              Nothing to do - Your version is the recommended one.
                              
                              You can now keep your whole system up-to-date using the usual 'sudo apt update && sudo apt full-upgrade' commands.
                              Please DO NOT USE node version managers like 'nvm', 'n' and others in parallel. They will break your current installation!
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Esmax666 last edited by

                                @esmax666

                                Dein 'Lunar Lobster' ist ohnehin verendet. Installier da die aktuelle LTS-Version von ubuntu. Oder das aktuelle Debian-Release.

                                E 1 Reply Last reply Reply Quote 0
                                • David G.
                                  David G. last edited by

                                  @esmax666 sagte in Lovelace start PRoblem:

                                  da hast du ein Adpater noch dazu oder

                                  Hab grad nochmal geschaut. Ist wirklich wohl kein Standarte. Dann inszallier ihn einfach ganz normal nach. Der ist es
                                  https://github.com/ioBroker/ioBroker.devices

                                  Findest du ganz normal im iobroker Repro.

                                  E 1 Reply Last reply Reply Quote 0
                                  • E
                                    Esmax666 @Thomas Braun last edited by

                                    @thomas-braun Lunar ist doch noch weiter updated, aber ist egal habe ich aktuliasert
                                    27163905-fdef-402c-9b98-7b288d0adaab-grafik.png
                                    nodeversion ist auch jetzt updated

                                    
                                    Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
                                    Hit:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
                                    Hit:3 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
                                    Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
                                    Reading package lists... Done
                                    Building dependency tree... Done
                                    Reading state information... Done
                                    All packages are up to date.
                                    Reading package lists... Done
                                    Building dependency tree... Done
                                    Reading state information... Done
                                    Calculating upgrade... Done
                                    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                    
                                    ioBroker nodejs updater 2023-10-13
                                    
                                    Recommended nodejs-version is: 18.20.2
                                    Checking your installation now. Please be patient!
                                    
                                    Your current setup is:
                                    /usr/bin/nodejs         v18.20.2
                                    /usr/bin/node           v18.20.2
                                    /usr/bin/npm            10.5.0
                                    /usr/bin/npx            10.5.0
                                    /usr/bin/corepack       0.25.2
                                    
                                    We found these nodejs versions available for installation:
                                    
                                    nodejs:
                                      Installed: 18.20.2-1nodesource1
                                      Candidate: 18.20.2-1nodesource1
                                      Version table:
                                     *** 18.20.2-1nodesource1 100
                                            100 /var/lib/dpkg/status
                                         18.19.1+dfsg-6ubuntu5 500
                                            500 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 Packages
                                    
                                    
                                    
                                    Nothing to do - Your installation is using the correct paths.
                                    Nothing to do - Your version is the recommended one.
                                    
                                    You can now keep your whole system up-to-date using the usual 'sudo apt update &                & sudo apt full-upgrade' commands.
                                    Please DO NOT USE node version managers like 'nvm', 'n' and others in parallel.                 They will break your current installation!
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Esmax666 last edited by

                                      @esmax666 sagte in Lovelace start PRoblem:

                                      Lunar ist doch noch weiter updated,

                                      Nein, der hat im Januar 2024 sein EndOfLife gehabt.
                                      Und lass das nodesource-Repo aktiv! Bzw. leg das wieder an.

                                      E 1 Reply Last reply Reply Quote 0
                                      • E
                                        Esmax666 @David G. last edited by

                                        @david-g said in Lovelace start PRoblem:

                                        Hab grad nochmal geschaut. Ist wirklich wohl kein Standarte. Dann inszallier ihn einfach ganz normal nach. Der ist es
                                        https://github.com/ioBroker/ioBroker.devices
                                        Findest du ganz normal im iobroker Repro.

                                        Also das heisst "lovelace" funtionniert nur mit Device adapter ? slstam ich irgenwo ein Video gesehen wo jemand auch alias arbeitet und trotzdem ein paar gerät erkennt hat 😕

                                        David G. 1 Reply Last reply Reply Quote 0
                                        • E
                                          Esmax666 @Thomas Braun last edited by

                                          @thomas-braun said in Lovelace start PRoblem:

                                          Und lass das nodesource-Repo aktiv! Bzw. leg das wieder an.

                                          Was habe ich gemacht ? 🙄 und wie mache das wieder an, k.a was das ist 😕

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Esmax666 last edited by

                                            @esmax666 sagte in Lovelace start PRoblem:

                                            Was habe ich gemacht ?

                                            Das weiß ich nicht. Jedenfalls hat du kein nodesource.list file auf deiner Kiste.

                                            iob nodejs-update 18
                                            
                                            E 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            976
                                            Online

                                            32.1k
                                            Users

                                            80.7k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            33
                                            1979
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo