Ankündigung

Einklappen
Keine Ankündigung bisher.

KNX node for node-red

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Hi
    If you remember the last version of knxultimate you've updated from, you can install it going into your node-red folder and issue a
    npm install node-red-contrib-knx-ultimate@x.x.x (x.x.x is the latest working version)
    Otherwise, you could try to go backward to v. 2.5.1​.
    HTML-Code:
    npm install node-red-contrib-knx-ultimate@​2.5.1
    It were useful for me to know, what tie of issue you encountered, by opening a github issue here and providing the log (you can issue a
    HTML-Code:
    node-red-log -n 2000
    commandfrom a console window)

    Kommentar


      Hello!

      What do I have to do there? Just type it into the console or go to a folder? Which one?
      When I enter it like that, I get this error message.

      Below is the printout. Thanks​


      root@NodeRed:~# npm install node-red-contrib-knx-ultimate@​2.5.1
      npm ERR! code EINVALIDTAGNAME
      npm ERR! Invalid tag name "​2.5.1" of package "node-red-contrib-knx-ultimate@​2.5.1": Tags may not have any characters that encodeURIComponent encodes.


      LOG
      -----------------------------------------------------------------------------------------
      21 verbose title npm install node-red-contrib-knx-ultimate@ ^`^k2.5.1
      22 verbose argv "install" "node-red-contrib-knx-ultimate@ ^`^k2.5.1"
      38 verbose stack Error: Invalid tag name " ^`^k2.5.1" of package "node-red-co>
      38 verbose stack at invalidTagName (/root/.nvm/versions/node/v18.10.0/lib/n>
      38 verbose stack at fromRegistry (/root/.nvm/versions/node/v18.10.0/lib/nod>
      38 verbose stack at resolve (/root/.nvm/versions/node/v18.10.0/lib/node_mod>
      38 verbose stack at npa (/root/.nvm/versions/node/v18.10.0/lib/node_modules>
      38 verbose stack at /root/.nvm/versions/node/v18.10.0/lib/node_modules/npm/>
      38 verbose stack at Array.map (<anonymous>)
      38 verbose stack at [add] (/root/.nvm/versions/node/v18.10.0/lib/node_modul>
      38 verbose stack at [applyUserRequestsToNode] (/root/.nvm/versions/node/v18>
      38 verbose stack at [applyUserRequests] (/root/.nvm/versions/node/v18.10.0/>
      38 verbose stack at Arborist.buildIdealTree (/root/.nvm/versions/node/v18.1>
      39 verbose cwd /root
      40 verbose Linux 5.4.103-1-pve
      41 verbose node v18.10.0
      42 verbose npm v8.19.2
      43 error code EINVALIDTAGNAME
      44 error Invalid tag name " ^`^k2.5.1" of package "node-red-contrib-knx-ultim>​
      ​​
      ---------------------------------------------------------------------------------------

      25 Feb 14:17:31 - [info] Node-RED version: v3.0.2
      25 Feb 14:17:31 - [info] Node.js version: v16.20.2

      25 Feb 14:17:50 - [info] Waiting for missing types to be registered:
      25 Feb 14:17:50 - [info] - knxUltimate-config
      25 Feb 14:17:50 - [info] - knxUltimate
      25 Feb 14:23:11 - [info] Installing module: node-red-contrib-knx-ultimate, version: 3.3.16
      25 Feb 14:23:28 - [info] Installed module: node-red-contrib-knx-ultimate
      25 Feb 14:23:28 - [warn] [node-red-contrib-knx-ultimate] Node module cannot be loaded on this version. Requires: >=3.1.1
      25 Feb 14:23:28 - [warn] Installation of module node-red-contrib-knx-ultimate failed:
      25 Feb 14:23:28 - [warn] ------------------------------------------
      25 Feb 14:23:28 - [warn] undefined
      25 Feb 14:23:28 - [warn] ------------------------------------------
      Error: Install failed
      at /usr/lib/node_modules/node-red/node_modules/@node-red/registry/lib/installer.js:285:25​​

      Kommentar


        Hi
        version 2.5.1 doesn't exists, sorry, my mistake
        Use the version 2.3.5 or choose another version you want from here https://www.npmjs.com/package/knxult...veTab=versions

        Kommentar


          And, please, if you wanna upgrade KNX-Ultimate, you must before update node-red, as stated in this log's row:
          HTML-Code:
          25 Feb 14:23:28 - [warn] [node-red-contrib-knx-ultimate] Node module cannot be loaded on this version. Requires: >=3.1.1​

          Kommentar

          Lädt...
          X