Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] Install Adapter "Hyundai (Bluelink)" schlägt fehl

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    [gelöst] Install Adapter "Hyundai (Bluelink)" schlägt fehl

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

      Hallo,

      ich versuche den Adapter: "Steuern Sie Fahrzeuge von Hyundai (Bluelink)" zu installieren. Ich erhalte dabei aber folgende Fehlermeldung:

      $ ./iobroker add bluelink  --host iobroker
      NPM version: 6.14.6
      npm install iobroker.bluelink@1.0.4 --loglevel error --prefix "/opt/iobroker" (System call)
      npm ERR! code ETARGET
      npm ERR! notarget No matching version found for iobroker.bluelink@1.0.4.npm ERR! notarget In most cases you or one of your dependencies are requestingnpm ERR! notarget a package version that doesn't exist.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2021-05-26T15_56_46_857Z-debug.log
      ERROR: host.iobroker Cannot install iobroker.bluelink@1.0.4: 1
      ERROR: process exited with code 25
      

      Wenn ich die Fehlermeldung richtig interpretiere, fehlen mir einige Abhängikeiten. Leider schlägt deren Installation aber auch fehl

      iobroker@iobroker:~$ npm install bluelinky
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      
      > protobufjs@6.11.2 postinstall /home/iobroker/node_modules/protobufjs
      > node scripts/postinstall
      
      npm WARN saveError ENOENT: no such file or directory, open '/home/iobroker/package.json'
      npm notice created a lockfile as package-lock.json. You should commit this file.
      npm WARN enoent ENOENT: no such file or directory, open '/home/iobroker/package.json'
      npm WARN iobroker No description
      npm WARN iobroker No repository field.
      npm WARN iobroker No README data
      npm WARN iobroker No license field.
      
      + bluelinky@7.2.1
      added 133 packages from 152 contributors and audited 133 packages in 30.528s
      
      3 packages are looking for funding
        run `npm fund` for details
      
      found 0 vulnerabilities
      
      iobroker@iobroker:~$ npm i @iobroker/adapter-core
      npm WARN saveError ENOENT: no such file or directory, open '/home/iobroker/package.json'
      npm WARN enoent ENOENT: no such file or directory, open '/home/iobroker/package.json'
      npm WARN iobroker No description
      npm WARN iobroker No repository field.
      npm WARN iobroker No README data
      npm WARN iobroker No license field.
      
      + @iobroker/adapter-core@2.5.0
      added 2 packages from 2 contributors and audited 236 packages in 6.097s
      
      3 packages are looking for funding
        run `npm fund` for details
      
      found 0 vulnerabilities
      

      Welchen Anfängerfehler mache ich hier?

      Danke für die Unterstützung

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

        @holgermartin sagte in Installation Adapter "Hyundai (Bluelink)" schlägt fehl:

        Welchen Anfängerfehler mache ich hier?

        1.) Du installierst über npm direkt.
        2.) Dafür stehst du im falschen Verzeichnis
        3.) Heißt das Paket wirklich bluelinky ?

        Hier funktioniert es:

        echad@chet:~ $ iobroker install bluelink
        NPM version: 7.13.0
        npm install iobroker.bluelink@1.0.3 --loglevel error --prefix "/opt/iobroker" (System call)
        host.chet install adapter bluelink
        upload [5] bluelink.admin /opt/iobroker/node_modules/iobroker.bluelink/admin/words.js words.js application/javascript
        upload [4] bluelink.admin /opt/iobroker/node_modules/iobroker.bluelink/admin/style.css style.css text/css
        upload [3] bluelink.admin /opt/iobroker/node_modules/iobroker.bluelink/admin/index_m.html index_m.html text/html
        upload [2] bluelink.admin /opt/iobroker/node_modules/iobroker.bluelink/admin/bluelink_old.png bluelink_old.png image/png
        upload [1] bluelink.admin /opt/iobroker/node_modules/iobroker.bluelink/admin/bluelink.png bluelink.png image/png
        upload [0] bluelink.admin /opt/iobroker/node_modules/iobroker.bluelink/admin/admin.d.ts admin.d.ts video/mp2t
        host.chet object system.adapter.bluelink created/updated
        echad@chet:~ $ iobroker list adapters
        system.adapter.admin                   : admin          - v5.1.1
        system.adapter.alexa2                  : alexa2         - v3.9.0
        system.adapter.backitup                : backitup       - v2.1.11
        system.adapter.ble                     : ble            - v0.12.0
        system.adapter.bluelink                : bluelink       - v1.0.3
        
        H 1 Reply Last reply Reply Quote 0
        • H
          HolgerMartin @Thomas Braun last edited by

          @thomas-braun : Danke, nachdem ich die Installation einmalig über npm im richtigen Verzeichnis durchgeführt hatte, fehlte mir leider die Instanz. Eine anschließend durchgeführte Deinstallation und Installation über die Admin-Oberfläche funktionierte anschließend problemlos. Nun habe ich eine laufläufige Installation.

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

            @holgermartin sagte in [gelöst] Install Adapter "Hyundai (Bluelink)" schlägt fehl:

            fehlte mir leider die Instanz.

            Wenn du das über npm direkt installierst musst du die Instanz selber hinzufügen.

            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

            623
            Online

            32.0k
            Users

            80.4k
            Topics

            1.3m
            Posts

            2
            4
            270
            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