Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. Lovelace start PRoblem

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

Lovelace start PRoblem

Geplant Angeheftet Gesperrt Verschoben Visualisierung
33 Beiträge 4 Kommentatoren 3.0k Aufrufe 3 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • E Esmax666

    @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.D Online
    David G.D Online
    David G.
    schrieb am zuletzt editiert von David G.
    #14

    @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

    Zeigt eure Lovelace-Visualisierung klick
    (Auch ideal um sich Anregungen zu holen)

    Meine Tabellen für eure Visualisierung klick

    E 1 Antwort Letzte Antwort
    0
    • David G.D 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 Offline
      E Offline
      Esmax666
      schrieb am zuletzt editiert von
      #15

      @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.D 1 Antwort Letzte Antwort
      0
      • E Esmax666

        @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.D Online
        David G.D Online
        David G.
        schrieb am zuletzt editiert von David G.
        #16

        @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.

        Zeigt eure Lovelace-Visualisierung klick
        (Auch ideal um sich Anregungen zu holen)

        Meine Tabellen für eure Visualisierung klick

        1 Antwort Letzte Antwort
        0
        • E Esmax666

          Hallo Zusammen,
          ich wollte Lovelace probieren aber die Instanz hat ein Problem verursacht.

          Nach der Installation ist die Instanz gestartet. Ich ging in die Ansicht, um ein Dashboard zu erstellen, aber nach ein paar Minuten wurde mir „Verbindung verloren“ angezeigt und meine Instanz ist gestopt und man kann die nicht mehr starten, ist das bei euch auch passiert?

          Danke!!

          lovelace.0
          	2024-04-25 11:03:07.789	warn	Alias alias.0.Salon.thermotat_Salon.SET has no target 12
          lovelace.0
          	2024-04-25 11:03:06.950	info	http server listening on port 8091
          lovelace.0
          	2024-04-25 11:03:06.804	info	starting. Version 4.1.8 in /opt/iobroker/node_modules/iobroker.lovelace, node: v18.17.1, js-controller: 5.0.19
          host.ubuntu
          	2024-04-25 11:03:03.126	info	instance system.adapter.lovelace.0 started with pid 615795
          host.ubuntu
          	2024-04-25 11:02:32.919	info	Restart adapter system.adapter.lovelace.0 because enabled
          host.ubuntu
          	2024-04-25 11:02:32.919	error	instance system.adapter.lovelace.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          lovelace.0
          	2024-04-25 11:02:32.261	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
          lovelace.0
          	2024-04-25 11:02:32.259	info	terminating
          lovelace.0
          	2024-04-25 11:02:32.254	info	cleaned everything up...
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #17

          @esmax666 sagte in Lovelace start PRoblem:

          Am Rande:

          node: v18.17.1

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

          iob nodejs-update
          

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          E 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @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 Offline
            E Offline
            Esmax666
            schrieb am zuletzt editiert von
            #18

            @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 BraunT 1 Antwort Letzte Antwort
            0
            • E Esmax666

              @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 BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #19

              @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
              

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              E 2 Antworten Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @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 Offline
                E Offline
                Esmax666
                schrieb am zuletzt editiert von Esmax666
                #20

                @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 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @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 Offline
                  E Offline
                  Esmax666
                  schrieb am zuletzt editiert von
                  #21

                  @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 BraunT 1 Antwort Letzte Antwort
                  0
                  • E Esmax666

                    @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 BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #22

                    @esmax666

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

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    E 1 Antwort Letzte Antwort
                    0
                    • David G.D Online
                      David G.D Online
                      David G.
                      schrieb am zuletzt editiert von
                      #23

                      @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.

                      Zeigt eure Lovelace-Visualisierung klick
                      (Auch ideal um sich Anregungen zu holen)

                      Meine Tabellen für eure Visualisierung klick

                      E 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @esmax666

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

                        E Offline
                        E Offline
                        Esmax666
                        schrieb am zuletzt editiert von
                        #24

                        @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 BraunT 1 Antwort Letzte Antwort
                        0
                        • E Esmax666

                          @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 BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #25

                          @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.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          E 1 Antwort Letzte Antwort
                          0
                          • David G.D David G.

                            @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 Offline
                            E Offline
                            Esmax666
                            schrieb am zuletzt editiert von
                            #26

                            @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.D 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @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 Offline
                              E Offline
                              Esmax666
                              schrieb am zuletzt editiert von
                              #27

                              @thomas-braun said in Lovelace start PRoblem:

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

                              Was habe ich gemacht ? :face_with_rolling_eyes: und wie mache das wieder an, k.a was das ist :/

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • E Esmax666

                                @thomas-braun said in Lovelace start PRoblem:

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

                                Was habe ich gemacht ? :face_with_rolling_eyes: und wie mache das wieder an, k.a was das ist :/

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #28

                                @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
                                

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                E 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @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 Offline
                                  E Offline
                                  Esmax666
                                  schrieb am zuletzt editiert von
                                  #29

                                  @thomas-braun
                                  ok fertig

                                  ich hoffe das es jetzt ok ist

                                  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+dfsg-6ubuntu5 500
                                          500 http://ports.ubuntu.com/ubuntu-ports noble/universe 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-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!
                                  
                                  
                                  1 Antwort Letzte Antwort
                                  0
                                  • E Esmax666

                                    @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.D Online
                                    David G.D Online
                                    David G.
                                    schrieb am zuletzt editiert von David G.
                                    #30

                                    @esmax666 sagte in Lovelace start PRoblem:

                                    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

                                    Jain,

                                    es liegt daran welche Geräte man hat und wie diese eingebunden sind.
                                    Woher soll lovelace wissen was es für ein Gerät ist und welche Datenpunkte dazu gehören, wenn es keine anhaltspunkte hat was was ist?

                                    Dein z-wave legt wie es aussieht eine sehr wilde Datenstruktur an und die DPs haben auch keine entsprechenden Rollen. Woher soll da welcher Adapter auch immer was zuordnen können?

                                    Ich nutze HomaticIP über eine CCU. Der Adapter legt alles sauber an und es klappt, sobald ich einen Raum vergebe.
                                    Das wird dann auch gefunden.

                                    Falls du deine Geräte in Alexa oder Google Home bringen möchtest, hast du genau das selbe Vorgehen wie bei lovelace. Auch diese Adapter benötigen ein paar Infos.....

                                    Bei Geräten mir nur einem DP, ist es natürlich über das Zahnrad viel leichter.

                                    Zeigt eure Lovelace-Visualisierung klick
                                    (Auch ideal um sich Anregungen zu holen)

                                    Meine Tabellen für eure Visualisierung klick

                                    E 1 Antwort Letzte Antwort
                                    0
                                    • David G.D David G.

                                      @esmax666 sagte in Lovelace start PRoblem:

                                      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

                                      Jain,

                                      es liegt daran welche Geräte man hat und wie diese eingebunden sind.
                                      Woher soll lovelace wissen was es für ein Gerät ist und welche Datenpunkte dazu gehören, wenn es keine anhaltspunkte hat was was ist?

                                      Dein z-wave legt wie es aussieht eine sehr wilde Datenstruktur an und die DPs haben auch keine entsprechenden Rollen. Woher soll da welcher Adapter auch immer was zuordnen können?

                                      Ich nutze HomaticIP über eine CCU. Der Adapter legt alles sauber an und es klappt, sobald ich einen Raum vergebe.
                                      Das wird dann auch gefunden.

                                      Falls du deine Geräte in Alexa oder Google Home bringen möchtest, hast du genau das selbe Vorgehen wie bei lovelace. Auch diese Adapter benötigen ein paar Infos.....

                                      Bei Geräten mir nur einem DP, ist es natürlich über das Zahnrad viel leichter.

                                      E Offline
                                      E Offline
                                      Esmax666
                                      schrieb am zuletzt editiert von
                                      #31

                                      @david-g
                                      ok ich werde das adapter später probieren :)
                                      Das heisst in Home assistant zum beispiel die müssen auch dann mit "Alias" arbeiten oder ?

                                      Hast du auch HeatingControl ?
                                      könntest du etwas machen für Lovelece ? da ich eher weniger skript erfahung habe denke ich am ende muss VIS + Lovelece haben

                                      David G.D 1 Antwort Letzte Antwort
                                      0
                                      • E Esmax666

                                        @david-g
                                        ok ich werde das adapter später probieren :)
                                        Das heisst in Home assistant zum beispiel die müssen auch dann mit "Alias" arbeiten oder ?

                                        Hast du auch HeatingControl ?
                                        könntest du etwas machen für Lovelece ? da ich eher weniger skript erfahung habe denke ich am ende muss VIS + Lovelece haben

                                        David G.D Online
                                        David G.D Online
                                        David G.
                                        schrieb am zuletzt editiert von
                                        #32

                                        @esmax666

                                        HA geht mit den Sachen ganz anders um.
                                        Da sind die Integration (deren Adapter) schon so geschrieben, dass das alles funktioniert.

                                        Iobroker hatte diesen Ansatz früher noch nicht. So weit ich weiß, wird da aber dran gearbeitet.

                                        Heating Control nutze ich nicht. Aber das hat ja auch nichts mit einer Visualisierung zu tun.

                                        Ich denke, man sollte sich für eins entscheiden. Vis oder lovelace (oder sonst was).

                                        Zeigt eure Lovelace-Visualisierung klick
                                        (Auch ideal um sich Anregungen zu holen)

                                        Meine Tabellen für eure Visualisierung klick

                                        E 1 Antwort Letzte Antwort
                                        0
                                        • David G.D David G.

                                          @esmax666

                                          HA geht mit den Sachen ganz anders um.
                                          Da sind die Integration (deren Adapter) schon so geschrieben, dass das alles funktioniert.

                                          Iobroker hatte diesen Ansatz früher noch nicht. So weit ich weiß, wird da aber dran gearbeitet.

                                          Heating Control nutze ich nicht. Aber das hat ja auch nichts mit einer Visualisierung zu tun.

                                          Ich denke, man sollte sich für eins entscheiden. Vis oder lovelace (oder sonst was).

                                          E Offline
                                          E Offline
                                          Esmax666
                                          schrieb am zuletzt editiert von
                                          #33

                                          @david-g ach so ok, ja ich habe das heute früh probiert,
                                          also loveless + HA macht das wirklich alles automatisch das ist wirklich crazy, alles zwave geräte sind schon da und sogar auf dashboard. die haben das wirklich gut gemacht aber mit VIS1/2 kann man besser personalisieren (finde ich)
                                          ich will nur ein bisschen beide probieren :)

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          428

                                          Online

                                          32.7k

                                          Benutzer

                                          82.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe