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. Tester
  4. Adapter Hyundai (Bluelink) oder KIA (UVO)

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.3k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.6k

Adapter Hyundai (Bluelink) oder KIA (UVO)

Geplant Angeheftet Gesperrt Verschoben Tester
2.4k Beiträge 153 Kommentatoren 885.4k Aufrufe 142 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.
  • NewanN Newan

    Hallo zusammen,

    nachdem unter https://github.com/ioBroker/AdapterRequests/issues/403 ein Adapter Request gestellt wurde, habe ich mich der Sache einmal angenommen.

    Ich selber besitze kein Auto von Hyundai oder Kia und ein User hat mir Zugangsdaten zur Verfügung gestellt hat. Somit müsstet ihr mehr testen ;-)

    Pre-Alpha zum testen:
    https://github.com/Newan/ioBroker.bluelink

    Freue mich auf Feedback!

    ? Offline
    ? Offline
    Ein ehemaliger Benutzer
    schrieb am zuletzt editiert von Ein ehemaliger Benutzer
    #1248

    @newan @arteck

    seit heute morgen wieder der hier, kann man das nicht schoener abfangen?
    System: Debian Bookworm, Node 18.16.1., NPM 9.5.1, js-controller 5.0.6, Bluelink von Git V2.3.2

    2023-07-03 08:22:00.220  - info: host.iobrokerS2 "system.adapter.bluelink.0" enabled
    2023-07-03 08:22:00.297  - info: host.iobrokerS2 instance system.adapter.bluelink.0 started with pid 969636
    2023-07-03 08:22:03.523  - info: bluelink.0 (969636) starting. Version 2.3.2 (non-npm: Newan/ioBroker.bluelink) in /opt/iobroker/node_modules/iobroker.bluelink, node: v18.16.1, js-controller: 5.0.6
    2023-07-03 08:22:03.563  - info: bluelink.0 (969636) Login to api
    2023-07-03 08:22:07.794  - info: influxdb.0 (959597) Store 5745 buffered influxDB history points
    2023-07-03 08:22:07.922  - info: bluelink.0 (969636) 1 Vehicles found
    2023-07-03 08:22:07.929  - info: bluelink.0 (969636) Read new update for KMHxxxxxxx from the server
    2023-07-03 08:22:08.503  - info: bluelink.0 (969636) Update for KMHxxxxxx successfull
    2023-07-03 08:22:08.768  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
    2023-07-03 08:22:08.768  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
    2023-07-03 08:22:08.770  - error: bluelink.0 (969636) Error: undefined is not a valid state value
        at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
        at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
        at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
        at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
        at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:92:21)
        at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
        at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
        at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
        at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
    2023-07-03 08:22:08.770  - error: bluelink.0 (969636) undefined is not a valid state value
    2023-07-03 08:22:08.773  - info: bluelink.0 (969636) Adapter bluelink cleaned up everything...
    2023-07-03 08:22:08.774  - info: bluelink.0 (969636) terminating
    2023-07-03 08:22:08.774  - warn: bluelink.0 (969636) Terminated (UNCAUGHT_EXCEPTION): Without reason
    2023-07-03 08:22:08.776  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
    2023-07-03 08:22:08.777  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
    2023-07-03 08:22:08.777  - error: bluelink.0 (969636) Error: undefined is not a valid state value
        at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
        at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
        at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
        at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
        at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:92:21)
        at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
        at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
        at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
        at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
    2023-07-03 08:22:08.777  - error: bluelink.0 (969636) undefined is not a valid state value
    2023-07-03 08:22:08.782  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
    2023-07-03 08:22:08.782  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
    2023-07-03 08:22:08.783  - error: bluelink.0 (969636) Error: undefined is not a valid state value
        at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
        at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
        at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
        at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
        at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:92:21)
        at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
        at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
        at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
        at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
    2023-07-03 08:22:08.783  - error: bluelink.0 (969636) undefined is not a valid state value
    2023-07-03 08:22:08.787  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
    2023-07-03 08:22:08.788  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
    2023-07-03 08:22:08.789  - error: bluelink.0 (969636) Error: undefined is not a valid state value
        at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
        at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
        at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
        at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
        at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:92:21)
        at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
        at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
        at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
        at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
    2023-07-03 08:22:08.789  - error: bluelink.0 (969636) undefined is not a valid state value
    2023-07-03 08:22:08.792  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
    2023-07-03 08:22:08.793  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
    2023-07-03 08:22:08.793  - error: bluelink.0 (969636) Error: undefined is not a valid state value
        at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
        at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
        at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
        at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
        at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:92:21)
        at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
        at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
        at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
        at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
    2023-07-03 08:22:08.793  - error: bluelink.0 (969636) undefined is not a valid state value
    2023-07-03 08:22:08.799  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
    2023-07-03 08:22:08.800  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
    2023-07-03 08:22:08.800  - error: bluelink.0 (969636) Error: undefined is not a valid state value
        at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
        at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
        at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
        at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
        at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
        at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
        at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
        at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
    2023-07-03 08:22:08.801  - error: bluelink.0 (969636) undefined is not a valid state value
    2023-07-03 08:22:08.805  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
    2023-07-03 08:22:08.805  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
    2023-07-03 08:22:08.806  - error: bluelink.0 (969636) Error: undefined is not a valid state value
        at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
        at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
        at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
        at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
        at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
        at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
        at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
        at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
    2023-07-03 08:22:08.806  - error: bluelink.0 (969636) undefined is not a valid state value
    2023-07-03 08:22:09.276  - info: bluelink.0 (969636) terminating
    2023-07-03 08:22:09.341  - error: host.iobrokerS2 instance system.adapter.bluelink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
    2023-07-03 08:22:09.342  - info: host.iobrokerS2 Restart adapter system.adapter.bluelink.0 because enabled
    
    

    arteckA 1 Antwort Letzte Antwort
    0
    • ? Ein ehemaliger Benutzer

      @newan @arteck

      seit heute morgen wieder der hier, kann man das nicht schoener abfangen?
      System: Debian Bookworm, Node 18.16.1., NPM 9.5.1, js-controller 5.0.6, Bluelink von Git V2.3.2

      2023-07-03 08:22:00.220  - info: host.iobrokerS2 "system.adapter.bluelink.0" enabled
      2023-07-03 08:22:00.297  - info: host.iobrokerS2 instance system.adapter.bluelink.0 started with pid 969636
      2023-07-03 08:22:03.523  - info: bluelink.0 (969636) starting. Version 2.3.2 (non-npm: Newan/ioBroker.bluelink) in /opt/iobroker/node_modules/iobroker.bluelink, node: v18.16.1, js-controller: 5.0.6
      2023-07-03 08:22:03.563  - info: bluelink.0 (969636) Login to api
      2023-07-03 08:22:07.794  - info: influxdb.0 (959597) Store 5745 buffered influxDB history points
      2023-07-03 08:22:07.922  - info: bluelink.0 (969636) 1 Vehicles found
      2023-07-03 08:22:07.929  - info: bluelink.0 (969636) Read new update for KMHxxxxxxx from the server
      2023-07-03 08:22:08.503  - info: bluelink.0 (969636) Update for KMHxxxxxx successfull
      2023-07-03 08:22:08.768  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2023-07-03 08:22:08.768  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
      2023-07-03 08:22:08.770  - error: bluelink.0 (969636) Error: undefined is not a valid state value
          at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
          at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
          at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
          at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
          at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:92:21)
          at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
          at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
          at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
          at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
      2023-07-03 08:22:08.770  - error: bluelink.0 (969636) undefined is not a valid state value
      2023-07-03 08:22:08.773  - info: bluelink.0 (969636) Adapter bluelink cleaned up everything...
      2023-07-03 08:22:08.774  - info: bluelink.0 (969636) terminating
      2023-07-03 08:22:08.774  - warn: bluelink.0 (969636) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2023-07-03 08:22:08.776  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2023-07-03 08:22:08.777  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
      2023-07-03 08:22:08.777  - error: bluelink.0 (969636) Error: undefined is not a valid state value
          at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
          at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
          at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
          at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
          at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:92:21)
          at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
          at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
          at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
          at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
      2023-07-03 08:22:08.777  - error: bluelink.0 (969636) undefined is not a valid state value
      2023-07-03 08:22:08.782  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2023-07-03 08:22:08.782  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
      2023-07-03 08:22:08.783  - error: bluelink.0 (969636) Error: undefined is not a valid state value
          at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
          at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
          at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
          at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
          at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:92:21)
          at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
          at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
          at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
          at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
      2023-07-03 08:22:08.783  - error: bluelink.0 (969636) undefined is not a valid state value
      2023-07-03 08:22:08.787  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2023-07-03 08:22:08.788  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
      2023-07-03 08:22:08.789  - error: bluelink.0 (969636) Error: undefined is not a valid state value
          at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
          at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
          at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
          at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
          at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:92:21)
          at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
          at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
          at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
          at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
      2023-07-03 08:22:08.789  - error: bluelink.0 (969636) undefined is not a valid state value
      2023-07-03 08:22:08.792  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2023-07-03 08:22:08.793  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
      2023-07-03 08:22:08.793  - error: bluelink.0 (969636) Error: undefined is not a valid state value
          at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
          at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
          at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
          at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
          at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:92:21)
          at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
          at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
          at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
          at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
      2023-07-03 08:22:08.793  - error: bluelink.0 (969636) undefined is not a valid state value
      2023-07-03 08:22:08.799  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2023-07-03 08:22:08.800  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
      2023-07-03 08:22:08.800  - error: bluelink.0 (969636) Error: undefined is not a valid state value
          at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
          at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
          at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
          at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
          at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
          at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
          at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
          at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
      2023-07-03 08:22:08.801  - error: bluelink.0 (969636) undefined is not a valid state value
      2023-07-03 08:22:08.805  - error: bluelink.0 (969636) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2023-07-03 08:22:08.805  - error: bluelink.0 (969636) unhandled promise rejection: undefined is not a valid state value
      2023-07-03 08:22:08.806  - error: bluelink.0 (969636) Error: undefined is not a valid state value
          at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/maybeCallback.js:35:17)
          at Bluelink._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5388:49)
          at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5349:21)
          at Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:121:34)
          at async Json2iob.extractArray (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:253:17)
          at async Json2iob.parse (/opt/iobroker/node_modules/iobroker.bluelink/lib/json2iob.js:90:21)
          at async Bluelink.driveHistory (/opt/iobroker/node_modules/iobroker.bluelink/main.js:406:17)
          at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:237:29)
      2023-07-03 08:22:08.806  - error: bluelink.0 (969636) undefined is not a valid state value
      2023-07-03 08:22:09.276  - info: bluelink.0 (969636) terminating
      2023-07-03 08:22:09.341  - error: host.iobrokerS2 instance system.adapter.bluelink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2023-07-03 08:22:09.342  - info: host.iobrokerS2 Restart adapter system.adapter.bluelink.0 because enabled
      
      

      arteckA Offline
      arteckA Offline
      arteck
      Developer Most Active
      schrieb am zuletzt editiert von
      #1249

      @ilovegym abgefangen ist es ...

      kein plan was da hackt..

      installier nochmal von GIT

      zigbee hab ich, zwave auch, nuc's genauso und HA auch

      ? 1 Antwort Letzte Antwort
      0
      • arteckA arteck

        @ilovegym abgefangen ist es ...

        kein plan was da hackt..

        installier nochmal von GIT

        ? Offline
        ? Offline
        Ein ehemaliger Benutzer
        schrieb am zuletzt editiert von
        #1250

        @arteck gemacht... kommt beim abrufen vom Fahrverlauf und Tripinfo ein Phone-Registration error.. also Serverproblem, nehm ich an.. ?
        Hab den Haken bei Fahrverlauf und Tripinfo raus, jetzt laeuft der Adapter und holt daten.. .. die Tripinfos brauch ich jetzt grad nich..

        1 Antwort Letzte Antwort
        0
        • arteckA arteck

          die appid hat sich geändert und bluelinky ist noch nicht aktualisiert..
          der PR ist gestellt .. mal schauen wie lange der braucht

          A Offline
          A Offline
          Aiouh
          schrieb am zuletzt editiert von
          #1251

          Hallo @arteck, es sieht so aus als ob das Problem in bluelinky gefixt wäre
          ... denkt der Laie in der Hoffnung die Experten können damit "unser Problem" auch lösen.
          Und egal wie lange es dauert, vielen Dank für Eure Arbeit mit dem Adapter.

          https://github.com/Hyundai-Kia-Connect/hyundai_kia_connect_api/issues/348#issuecomment-1618739517

          1 Antwort Letzte Antwort
          0
          • arteckA Offline
            arteckA Offline
            arteck
            Developer Most Active
            schrieb am zuletzt editiert von
            #1252

            installiert mal von GIT

            zigbee hab ich, zwave auch, nuc's genauso und HA auch

            nik82N A G 3 Antworten Letzte Antwort
            1
            • arteckA arteck

              installiert mal von GIT

              nik82N Offline
              nik82N Offline
              nik82
              Most Active
              schrieb am zuletzt editiert von
              #1253

              @arteck
              Du bist der beste :-) Funktioniert wieder!!! :+1:
              Vielen, vielen Dank...

              P.S. Vielleicht funktioniert ja jetzt auch der Klimastart bei mir, bekomme Fahrzeug erst wieder in ein paar Tagen, dann werde ich testen.

              1 Antwort Letzte Antwort
              0
              • arteckA arteck

                installiert mal von GIT

                A Offline
                A Offline
                Aiouh
                schrieb am zuletzt editiert von Aiouh
                #1254

                @arteck Login Funktioniert wieder ! Danke.:+1:
                Allerdings bekomme ich jetzt beim Start Fehlermeldungen:

                bluelink.0 2023-07-04 12:09:20.963	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.distance"
                bluelink.0 2023-07-04 12:09:20.954	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.regen"
                bluelink.0 2023-07-04 12:09:20.946	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.consumption.battery"
                bluelink.0 2023-07-04 12:09:20.938	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.consumption.devices"
                bluelink.0 2023-07-04 12:09:20.921	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.consumption.climate"
                bluelink.0 2023-07-04 12:09:20.892	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.consumption.engine"
                bluelink.0 2023-07-04 12:09:20.880	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.consumption.total"
                bluelink.0 2023-07-04 12:09:19.303	info	Update for KNAxxxxxxxxxxxxxxx successfull
                bluelink.0 2023-07-04 12:09:05.008	info	Read new update for KNAxxxxxxxxxxxxxxx directly from the car
                bluelink.0 2023-07-04 12:09:04.928	info	1 Vehicles found
                bluelink.0 2023-07-04 12:09:01.221	info	Login to api
                

                be0c3447-ec7b-49de-b82d-bf9eb95b1bdb-image.png

                arteckA 1 Antwort Letzte Antwort
                0
                • A Aiouh

                  @arteck Login Funktioniert wieder ! Danke.:+1:
                  Allerdings bekomme ich jetzt beim Start Fehlermeldungen:

                  bluelink.0 2023-07-04 12:09:20.963	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.distance"
                  bluelink.0 2023-07-04 12:09:20.954	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.regen"
                  bluelink.0 2023-07-04 12:09:20.946	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.consumption.battery"
                  bluelink.0 2023-07-04 12:09:20.938	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.consumption.devices"
                  bluelink.0 2023-07-04 12:09:20.921	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.consumption.climate"
                  bluelink.0 2023-07-04 12:09:20.892	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.consumption.engine"
                  bluelink.0 2023-07-04 12:09:20.880	info	undefined is not a valid state value for id "bluelink.0.KNAxxxxxxxxxxxxxxx.driveHistory.cumulated03.consumption.total"
                  bluelink.0 2023-07-04 12:09:19.303	info	Update for KNAxxxxxxxxxxxxxxx successfull
                  bluelink.0 2023-07-04 12:09:05.008	info	Read new update for KNAxxxxxxxxxxxxxxx directly from the car
                  bluelink.0 2023-07-04 12:09:04.928	info	1 Vehicles found
                  bluelink.0 2023-07-04 12:09:01.221	info	Login to api
                  

                  be0c3447-ec7b-49de-b82d-bf9eb95b1bdb-image.png

                  arteckA Offline
                  arteckA Offline
                  arteck
                  Developer Most Active
                  schrieb am zuletzt editiert von
                  #1255

                  @aiouh sagte in Adapter Hyundai (Bluelink) oder KIA (UVO):

                  beim Start Fehlermeldungen

                  wo ..ich seh da keine.. nur info

                  zigbee hab ich, zwave auch, nuc's genauso und HA auch

                  A 1 Antwort Letzte Antwort
                  1
                  • ? Offline
                    ? Offline
                    Ein ehemaliger Benutzer
                    schrieb am zuletzt editiert von
                    #1256

                    @arteck sagte in Adapter Hyundai (Bluelink) oder KIA (UVO):

                    @aiouh sagte in Adapter Hyundai (Bluelink) oder KIA (UVO):

                    beim Start Fehlermeldungen

                    wo ..ich seh da keine.. nur info

                    ja nur info, hier auch, aber bei JEDEM start.. das ist irritierend.. :-)
                    Hab auch schon genau die Datenpunkte geloescht und Adapter neu gestartet...

                    arteckA 1 Antwort Letzte Antwort
                    0
                    • ? Ein ehemaliger Benutzer

                      @arteck sagte in Adapter Hyundai (Bluelink) oder KIA (UVO):

                      @aiouh sagte in Adapter Hyundai (Bluelink) oder KIA (UVO):

                      beim Start Fehlermeldungen

                      wo ..ich seh da keine.. nur info

                      ja nur info, hier auch, aber bei JEDEM start.. das ist irritierend.. :-)
                      Hab auch schon genau die Datenpunkte geloescht und Adapter neu gestartet...

                      arteckA Offline
                      arteckA Offline
                      arteck
                      Developer Most Active
                      schrieb am zuletzt editiert von
                      #1257

                      @ilovegym guckmal jetzt

                      zigbee hab ich, zwave auch, nuc's genauso und HA auch

                      ? 1 Antwort Letzte Antwort
                      0
                      • arteckA arteck

                        @ilovegym guckmal jetzt

                        ? Offline
                        ? Offline
                        Ein ehemaliger Benutzer
                        schrieb am zuletzt editiert von
                        #1258

                        @arteck

                        Immer noch….

                        1 Antwort Letzte Antwort
                        0
                        • arteckA arteck

                          @aiouh sagte in Adapter Hyundai (Bluelink) oder KIA (UVO):

                          beim Start Fehlermeldungen

                          wo ..ich seh da keine.. nur info

                          A Offline
                          A Offline
                          Aiouh
                          schrieb am zuletzt editiert von
                          #1259

                          @arteck sorry, ja sind nur Infos. Ich stell einfach mal den loglevel um, ist als workaround für mich absolut OK.

                          1 Antwort Letzte Antwort
                          0
                          • arteckA arteck

                            installiert mal von GIT

                            G Offline
                            G Offline
                            GerdSo
                            schrieb am zuletzt editiert von
                            #1260

                            @arteck Bei mir kann er sich zwar einloggen, danach stürzt er aber ab. Aktuelle Version von git und Objekte gelöscht

                            bluelink.0 2023-07-04 14:51:33.380	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                            bluelink.0 2023-07-04 14:51:33.380	info	terminating
                            bluelink.0 2023-07-04 14:51:33.379	info	Adapter bluelink cleaned up everything...
                            bluelink.0 2023-07-04 14:51:33.377	error	Cannot read properties of null (reading 'val')
                            bluelink.0 2023-07-04 14:51:33.377	error	TypeError: Cannot read properties of null (reading 'val') at Bluelink.readStatus (/opt/iobroker/node_modules/iobroker.bluelink/main.js:290:61) at async Te.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:211:17)
                            bluelink.0 2023-07-04 14:51:33.376	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                            bluelink.0 2023-07-04 14:51:33.376	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                            bluelink.0 2023-07-04 14:51:33.372	debug	Read new status from api for xxxxx
                            bluelink.0 2023-07-04 14:51:33.369	debug	[{"vehicleConfig":{"nickname":"Niro","name":"Niro","regDate":"2023-01-18 13:33:04.996","brandIndicator":"H","id":"3e953589-376b-43a5-8bb4-bd47cae87ef0","vin": --snip-- "_fullStatus":null,"_status":null,"_location":null,"_odometer":null,"region":"EU","serverRates":{"max":-1,"current":-1}}]
                            bluelink.0 2023-07-04 14:51:33.369	info	1 Vehicles found
                            bluelink.0 2023-07-04 14:51:31.518	info	Login to api
                            bluelink.0 2023-07-04 14:51:31.496	info	starting. Version 2.3.2 (non-npm: Newan/ioBroker.bluelink#54a2a58f9f1bd540237a380c9ea08ce2d8657ea3) in /opt/iobroker/node_modules/iobroker.bluelink, node: v18.16.0, js-controller: 4.0.24
                            
                            nik82N 1 Antwort Letzte Antwort
                            0
                            • G GerdSo

                              @arteck Bei mir kann er sich zwar einloggen, danach stürzt er aber ab. Aktuelle Version von git und Objekte gelöscht

                              bluelink.0 2023-07-04 14:51:33.380	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                              bluelink.0 2023-07-04 14:51:33.380	info	terminating
                              bluelink.0 2023-07-04 14:51:33.379	info	Adapter bluelink cleaned up everything...
                              bluelink.0 2023-07-04 14:51:33.377	error	Cannot read properties of null (reading 'val')
                              bluelink.0 2023-07-04 14:51:33.377	error	TypeError: Cannot read properties of null (reading 'val') at Bluelink.readStatus (/opt/iobroker/node_modules/iobroker.bluelink/main.js:290:61) at async Te.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:211:17)
                              bluelink.0 2023-07-04 14:51:33.376	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                              bluelink.0 2023-07-04 14:51:33.376	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              bluelink.0 2023-07-04 14:51:33.372	debug	Read new status from api for xxxxx
                              bluelink.0 2023-07-04 14:51:33.369	debug	[{"vehicleConfig":{"nickname":"Niro","name":"Niro","regDate":"2023-01-18 13:33:04.996","brandIndicator":"H","id":"3e953589-376b-43a5-8bb4-bd47cae87ef0","vin": --snip-- "_fullStatus":null,"_status":null,"_location":null,"_odometer":null,"region":"EU","serverRates":{"max":-1,"current":-1}}]
                              bluelink.0 2023-07-04 14:51:33.369	info	1 Vehicles found
                              bluelink.0 2023-07-04 14:51:31.518	info	Login to api
                              bluelink.0 2023-07-04 14:51:31.496	info	starting. Version 2.3.2 (non-npm: Newan/ioBroker.bluelink#54a2a58f9f1bd540237a380c9ea08ce2d8657ea3) in /opt/iobroker/node_modules/iobroker.bluelink, node: v18.16.0, js-controller: 4.0.24
                              
                              nik82N Offline
                              nik82N Offline
                              nik82
                              Most Active
                              schrieb am zuletzt editiert von
                              #1261

                              @gerdso
                              Als ich deinen Post jetzt gelesen habe, habe ich auch mal den Adapter gestoppt und alle Objekte gelöscht, da ja die Klima jetzt in einem anderen Ordner ist.
                              Habe dann wieder gestartet und jetzt habe ich das gleiche Problem wie du und den gleichen Fehler im Log.

                              1 Antwort Letzte Antwort
                              0
                              • Meister MopperM Abwesend
                                Meister MopperM Abwesend
                                Meister Mopper
                                schrieb am zuletzt editiert von Meister Mopper
                                #1262

                                @arteck

                                Ich bekomme den von github nicht installiert. Es kommt der bekannte 'error 25' bei der Installation.

                                edit:
                                Ich Depp hatte den falschen von github geladen :man-facepalming:

                                Läuft jetzt, vielen Dank!

                                Proxmox und HA

                                1 Antwort Letzte Antwort
                                0
                                • S Offline
                                  S Offline
                                  stefan.cloer
                                  schrieb am zuletzt editiert von
                                  #1263

                                  Ich habe den gleichen Fehler wie @GerdSo. Auch ich habe vor der Installation alle Objekte gelöscht.
                                  0ad19994-e586-4dd4-bd77-97ce4995b6a9-image.png

                                  1 Antwort Letzte Antwort
                                  0
                                  • arteckA Offline
                                    arteckA Offline
                                    arteck
                                    Developer Most Active
                                    schrieb am zuletzt editiert von
                                    #1264

                                    jetzt nochmal von GIT

                                    zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                    G nik82N 2 Antworten Letzte Antwort
                                    1
                                    • arteckA arteck

                                      jetzt nochmal von GIT

                                      G Offline
                                      G Offline
                                      GerdSo
                                      schrieb am zuletzt editiert von
                                      #1265

                                      @arteck funktioniert, Danke <3

                                      1 Antwort Letzte Antwort
                                      0
                                      • arteckA arteck

                                        jetzt nochmal von GIT

                                        nik82N Offline
                                        nik82N Offline
                                        nik82
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #1266

                                        @arteck
                                        Bist echt der Wahnsinn!!!
                                        Funktioniert, vielen Dank:+1:

                                        P.S. Klimatest kann ich noch nicht machen, Fahrzeug leider noch nicht da...

                                        1 Antwort Letzte Antwort
                                        0
                                        • M Offline
                                          M Offline
                                          Michael Loddoch
                                          schrieb am zuletzt editiert von
                                          #1267

                                          Hallo!
                                          Leider läuft der tolle Adapter seit 10 Tagen nicht mehr bei mir.
                                          Ich bekomme diese Meldungen:
                                          8562900f-0766-41c5-aacd-4cba4c95f9f4-image.png

                                          Hat jemand vielleicht eine Idee, wie ich ihn wieder zum Laufen bekomme?
                                          Ganz viele Grüße!
                                          Michael

                                          [KIA Ceed SW Plug-in Hybrid]

                                          arteckA 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

                                          689

                                          Online

                                          32.5k

                                          Benutzer

                                          81.6k

                                          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