Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Nanoleaf Adapter hat mit Update keine Funktion mehr

    NEWS

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

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    Nanoleaf Adapter hat mit Update keine Funktion mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Rogni last edited by

      Hi Leute,

      Seit dem Update auf NodeJS 18 und JS Controller 5.05 hat der Nanoleaf Adapter keine Funktion mehr, da er wohl noch nicht mit dem neuen Node JS zurecht kommt. Gibt es hierfür eine Alternative bzw. Update?? ICh finde hierzu leider nichts.

      Vielen Dank schonmal für Eure Infos

      DJMarc75 Thomas Braun 2 Replies Last reply Reply Quote 0
      • DJMarc75
        DJMarc75 @Rogni last edited by DJMarc75

        @rogni Da Du ja Betatester bist wäre es sinnvoll dieses "Problem" erstmal im passenden BetatesterBeitrag vom JS-Controller zu berichten.
        Da kann besser geholfen werden.

        https://forum.iobroker.net/topic/66108/js-controller-5-0-x-jetzt-in-der-beta/410

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

          @rogni

          Der Adapter?

          https://github.com/daniel-2k/ioBroker.nanoleaf-lightpanels

          Meldungen im Log?

          R 1 Reply Last reply Reply Quote 0
          • R
            Rogni @Thomas Braun last edited by Rogni

            @thomas-braun ja der Controller in der Version 1.3.1

            Hier der Log beim Start

            2023-07-16 13:48:17.068  - info: host.IOBroker-Neu instance system.adapter.nanoleaf-lightpanels.0 started with pid 32183
            2023-07-16 13:48:17.294  - error: host.IOBroker-Neu Caught by controller[0]: node:internal/modules/cjs/loader:1080
            2023-07-16 13:48:17.294  - error: host.IOBroker-Neu Caught by controller[0]:   throw err;
            2023-07-16 13:48:17.294  - error: host.IOBroker-Neu Caught by controller[0]:   ^
            2023-07-16 13:48:17.294  - error: host.IOBroker-Neu Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js'
            2023-07-16 13:48:17.294  - error: host.IOBroker-Neu Caught by controller[0]: Require stack:
            2023-07-16 13:48:17.294  - error: host.IOBroker-Neu Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.nanoleaf-lightpanels/lib/utils.js
            2023-07-16 13:48:17.294  - error: host.IOBroker-Neu Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.nanoleaf-lightpanels/main.js
            2023-07-16 13:48:17.294  - error: host.IOBroker-Neu Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
            2023-07-16 13:48:17.294  - error: host.IOBroker-Neu Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:922:27)
            2023-07-16 13:48:17.294  - error: host.IOBroker-Neu Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1143:19)
            2023-07-16 13:48:17.294  - error: host.IOBroker-Neu Caught by controller[0]:     at require (node:internal/modules/cjs/helpers:110:18)
            2023-07-16 13:48:17.294  - error: host.IOBroker-Neu Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.nanoleaf-lightpanels/lib/utils.js:63:25)
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1256:14)
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1119:32)
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:960:12)
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1143:19) {
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu Caught by controller[0]:   requireStack: [
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.nanoleaf-lightpanels/lib/utils.js',
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.nanoleaf-lightpanels/main.js'
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu Caught by controller[0]:   ]
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu Caught by controller[0]: }
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu Caught by controller[0]: Node.js v18.16.1
            2023-07-16 13:48:17.295  - error: host.IOBroker-Neu instance system.adapter.nanoleaf-lightpanels.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
            2023-07-16 13:48:17.295  - info: host.IOBroker-Neu Rebuild for adapter system.adapter.nanoleaf-lightpanels.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
            2023-07-16 13:48:18.940  - info: host.IOBroker-Neu instance system.adapter.nanoleaf-lightpanels.1 started with pid 32190
            2023-07-16 13:48:19.146  - error: host.IOBroker-Neu Caught by controller[0]: node:internal/modules/cjs/loader:1080
            2023-07-16 13:48:19.146  - error: host.IOBroker-Neu Caught by controller[0]:   throw err;
            2023-07-16 13:48:19.146  - error: host.IOBroker-Neu Caught by controller[0]:   ^
            2023-07-16 13:48:19.146  - error: host.IOBroker-Neu Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js'
            2023-07-16 13:48:19.146  - error: host.IOBroker-Neu Caught by controller[0]: Require stack:
            2023-07-16 13:48:19.146  - error: host.IOBroker-Neu Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.nanoleaf-lightpanels/lib/utils.js
            2023-07-16 13:48:19.146  - error: host.IOBroker-Neu Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.nanoleaf-lightpanels/main.js
            2023-07-16 13:48:19.146  - error: host.IOBroker-Neu Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
            2023-07-16 13:48:19.146  - error: host.IOBroker-Neu Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:922:27)
            2023-07-16 13:48:19.146  - error: host.IOBroker-Neu Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1143:19)
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]:     at require (node:internal/modules/cjs/helpers:110:18)
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.nanoleaf-lightpanels/lib/utils.js:63:25)
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1256:14)
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1119:32)
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:960:12)
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1143:19) {
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]:   requireStack: [
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.nanoleaf-lightpanels/lib/utils.js',
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.nanoleaf-lightpanels/main.js'
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]:   ]
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]: }
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu Caught by controller[0]: Node.js v18.16.1
            2023-07-16 13:48:19.147  - error: host.IOBroker-Neu instance system.adapter.nanoleaf-lightpanels.1 terminated with code 1 (JS_CONTROLLER_STOPPED)
            2023-07-16 13:48:19.147  - info: host.IOBroker-Neu Rebuild for adapter system.adapter.nanoleaf-lightpanels.1 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
            2023-07-16 13:49:00.012  - info: hm-rpc.1 (32124) Scheduled restart.
            
            

            Edit 🙂 erledigt

            Thomas Braun 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Rogni last edited by Thomas Braun

              @rogni

              Bitte statt Spoiler die CodeTags verwenden.
              Und bitte das 'richtige' LogFile posten, nicht das Ding aus dem Admin, das ist zeitlich falsch herum.

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

                @rogni

                Mach ein Issue beim Adapter auf. Der muss offenbar angepasst werden.

                1 Reply Last reply Reply Quote 0
                • R
                  Rogni last edited by

                  @thomas-braun

                  Danke für die Antwort, das war mehr oder weniger meine Frage ob hier schon was bekannt ist. Issue ist geöffnet

                  mcm1957 1 Reply Last reply Reply Quote 0
                  • mcm1957
                    mcm1957 @Rogni last edited by

                    @rogni

                    Adapter wurde bereitrs aktualisisert
                    V1.4.0 sollte js-controller 5.x kompatibel sein

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post

                    Support us

                    ioBroker
                    Community Adapters
                    Donate
                    FAQ Cloud / IOT
                    HowTo: Node.js-Update
                    HowTo: Backup/Restore
                    Downloads
                    BLOG

                    713
                    Online

                    32.1k
                    Users

                    80.6k
                    Topics

                    1.3m
                    Posts

                    4
                    8
                    315
                    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