Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Adapter Hyundai (Bluelink) oder KIA (UVO)

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Adapter Hyundai (Bluelink) oder KIA (UVO)

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

      Hinweis am Rande: Ich habe eben testweise EVCC installiert und versucht einzurichten, auch hier scheint es Probleme mit Bluelink zu geben (selbe Fehlercodes...):

      Teste die Konfiguration von Hyundai Bluelink ...
         Fehler: cannot create vehicle 'hyundai': login failed: unexpected status: 400 (Bad Request): Invalid values (4003)
      
      1 Reply Last reply Reply Quote 0
      • W
        Wolli last edited by

        Hallo
        Zunächst auch von mir ein Dankeschön für die arbeit die hier geleistet wird.

        Ich habe nun das gleich Problem(kein Connect zu Server).
        Hat auch wie bei euch bis dahin gut Fuktioniert (v2.2.5).

        Ich habe von Kia vor kurzem eine Mail bekommen mit folgendem:

        vielleicht hast du es schon gehört: Die MyKia App wird am 31. März 2023 abgeschaltet.

        Doch keine Sorge! Alle bekannten Services stehen dir weiterhin auf www.mykia.de zur Verfügung. Für den Log-In kannst du wie gewohnt deine aktuellen Account-Daten verwenden.

        Außerdem behältst du weiterhin über die Kia Connect App¹ volle Kontrolle über deinen Kia per Smartphone.

        Ich könnte mir vorstellen, das dies genau der Server ist, auf den Bluelink zugreift.

        Vieleicht hilft es weiter.

        F 1 Reply Last reply Reply Quote 0
        • F
          FASchmidt @Wolli last edited by

          Hallo,

          seit ein paar Tagen funktioniert die Bluelink-Verbindung über IOBroker auch bei mir nicht mehr. Die Fehlermeldungen im Log sind wie folgt:

          bluelink.0
          2023-04-06 19:02:33.602	error	Please logout in the app and relogin in the app
          
          bluelink.0
          2023-04-06 19:02:33.601	error	ManagedBluelinkyError: @EuropeController.login: [400] Bad Request on [POST] https://prd.eu-ccapi.hyundai.com:8080/api/v1/user/signin - {"errId":"cfd7e41d-9aea-4b01-bbf2-c8cce7d6b8ee","errCode":"4003","errMsg":"Invalid values"}
          

          Natürlich habe mich auf dem Smartphone in der Hyundai Bluelink App schon mehrfach ausgelogt und wieder angemeldet aber keinen Erfolg damit verbuchen können.

          Gruß Andreas.

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User @Newan last edited by

            @newan @arteck

            Seit heute morgen bei mir der total-Crash des Adapters mit rauswurf vom Host, gestern lief es noch, ueber Nacht hab ICH nichts geaendert. System auch mal neu gebootet, Fehler immer noch vorhanden, anscheinend ist jetzt bei Hyundai mehr geaendert worden..

            Habe gestern frueh auf js-controller 5 gewechselt, da lief es bis heute um 9 Uhr noch einwandfrei. Dann fing der bluelink Adapter an zu crashen, dass das System starb...

            Hier das log, der Adapter kommt garnicht dazu, nach dem Login was zu machen.. :

            2023-04-07 10:55:23.455  - info: host.iobrokerS2 "system.adapter.bluelink.0" enabled
            2023-04-07 10:55:23.497  - info: host.iobrokerS2 instance system.adapter.bluelink.0 started with pid 4005
            2023-04-07 10:55:25.729  - info: bluelink.0 (4005) starting. Version 2.2.8 (non-npm: Newan/ioBroker.bluelink) in /opt/iobroker/node_modules/iobroker.bluelink, node: v18.15.0, js-controller: 5.0.1-alpha.0-20230406-4552d569
            2023-04-07 10:55:25.752  - info: bluelink.0 (4005) Login to api
            2023-04-07 10:55:30.599  - info: bluelink.0 (4005) 1 Vehicles found
            2023-04-07 10:55:30.737  - error: bluelink.0 (4005) 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-04-07 10:55:30.737  - error: bluelink.0 (4005) unhandled promise rejection: undefined is not a valid state value
            2023-04-07 10:55:30.739  - error: bluelink.0 (4005) Error: undefined is not a valid state value
               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.receiveEVInformation (/opt/iobroker/node_modules/iobroker.bluelink/main.js:359:17)
               at async ae.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:213:25)
            2023-04-07 10:55:30.739  - error: bluelink.0 (4005) undefined is not a valid state value
            2023-04-07 10:55:30.741  - info: bluelink.0 (4005) Adapter bluelink cleaned up everything...
            2023-04-07 10:55:30.742  - info: bluelink.0 (4005) terminating
            2023-04-07 10:55:30.742  - warn: bluelink.0 (4005) Terminated (UNCAUGHT_EXCEPTION): Without reason
            2023-04-07 10:55:30.744  - error: bluelink.0 (4005) 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-04-07 10:55:30.744  - error: bluelink.0 (4005) unhandled promise rejection: undefined is not a valid state value
            2023-04-07 10:55:30.744  - error: bluelink.0 (4005) Error: undefined is not a valid state value
               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.receiveEVInformation (/opt/iobroker/node_modules/iobroker.bluelink/main.js:359:17)
               at async ae.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:213:25)
            2023-04-07 10:55:30.745  - error: bluelink.0 (4005) undefined is not a valid state value
            2023-04-07 10:55:30.746  - error: bluelink.0 (4005) 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-04-07 10:55:30.746  - error: bluelink.0 (4005) unhandled promise rejection: undefined is not a valid state value
            2023-04-07 10:55:30.746  - error: bluelink.0 (4005) Error: undefined is not a valid state value
               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.receiveEVInformation (/opt/iobroker/node_modules/iobroker.bluelink/main.js:359:17)
               at async ae.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:213:25)
            2023-04-07 10:55:30.747  - error: bluelink.0 (4005) undefined is not a valid state value
            2023-04-07 10:55:30.748  - error: bluelink.0 (4005) 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-04-07 10:55:30.748  - error: bluelink.0 (4005) unhandled promise rejection: undefined is not a valid state value
            2023-04-07 10:55:30.749  - error: bluelink.0 (4005) Error: undefined is not a valid state value
               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.receiveEVInformation (/opt/iobroker/node_modules/iobroker.bluelink/main.js:359:17)
               at async ae.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:213:25)
            2023-04-07 10:55:30.749  - error: bluelink.0 (4005) undefined is not a valid state value
            2023-04-07 10:55:30.750  - error: bluelink.0 (4005) 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-04-07 10:55:30.750  - error: bluelink.0 (4005) unhandled promise rejection: undefined is not a valid state value
            2023-04-07 10:55:30.751  - error: bluelink.0 (4005) Error: undefined is not a valid state value
               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.receiveEVInformation (/opt/iobroker/node_modules/iobroker.bluelink/main.js:359:17)
               at async ae.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:213:25)
            2023-04-07 10:55:30.751  - error: bluelink.0 (4005) undefined is not a valid state value
            2023-04-07 10:55:30.752  - error: bluelink.0 (4005) 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-04-07 10:55:30.752  - error: bluelink.0 (4005) unhandled promise rejection: undefined is not a valid state value
            2023-04-07 10:55:30.753  - error: bluelink.0 (4005) Error: undefined is not a valid state value
               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.receiveEVInformation (/opt/iobroker/node_modules/iobroker.bluelink/main.js:359:17)
               at async ae.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:213:25)
            2023-04-07 10:55:30.753  - error: bluelink.0 (4005) undefined is not a valid state value
            2023-04-07 10:55:30.754  - error: bluelink.0 (4005) 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-04-07 10:55:30.754  - error: bluelink.0 (4005) unhandled promise rejection: undefined is not a valid state value
            2023-04-07 10:55:30.755  - error: bluelink.0 (4005) Error: undefined is not a valid state value
               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.receiveEVInformation (/opt/iobroker/node_modules/iobroker.bluelink/main.js:359:17)
               at async ae.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:213:25)
            2023-04-07 10:55:30.755  - error: bluelink.0 (4005) undefined is not a valid state value
            2023-04-07 10:55:31.244  - info: bluelink.0 (4005) terminating
            2023-04-07 10:55:31.287  - error: host.iobrokerS2 instance system.adapter.bluelink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
            2023-04-07 10:55:31.288  - info: host.iobrokerS2 Restart adapter system.adapter.bluelink.0 because enabled
            2023-04-07 10:56:01.339  - info: host.iobrokerS2 instance system.adapter.bluelink.0 started with pid 4273
            2023-04-07 10:56:03.103  - info: bluelink.0 (4273) starting. Version 2.2.8 (non-npm: Newan/ioBroker.bluelink) in /opt/iobroker/node_modules/iobroker.bluelink, node: v18.15.0, js-controller: 5.0.1-alpha.0-20230406-4552d569
            2023-04-07 10:56:03.124  - info: bluelink.0 (4273) Login to api
            2023-04-07 10:56:05.143  - info: host.iobrokerS2 "system.adapter.bluelink.0" disabled
            2023-04-07 10:56:05.143  - info: host.iobrokerS2 stopInstance system.adapter.bluelink.0 (force=false, process=true)
            2023-04-07 10:56:05.157  - info: host.iobrokerS2 stopInstance system.adapter.bluelink.0 send kill signal
            2023-04-07 10:56:05.158  - info: bluelink.0 (4273) Got terminate signal TERMINATE_YOURSELF
            2023-04-07 10:56:05.159  - info: bluelink.0 (4273) Adapter bluelink cleaned up everything...
            2023-04-07 10:56:05.160  - info: bluelink.0 (4273) terminating
            2023-04-07 10:56:05.160  - info: bluelink.0 (4273) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2023-04-07 10:56:05.661  - info: bluelink.0 (4273) terminating
            2023-04-07 10:56:05.702  - info: host.iobrokerS2 instance system.adapter.bluelink.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            
            
            

            1 Reply Last reply Reply Quote 0
            • M
              Michaelnorge last edited by Michaelnorge

              Mal ne Frage von einem Noob:
              Wie "offiziell" ist eigentlich die "fremde" Benutzung und Steuerung über ioBroker?

              Bei anderen Adaptern muss immer ein API-Schlüssel in der config eingetragen werden, bei dem Bluelink-Adapter nicht. Simuliert der Adapter nur die Benutzung der Handy-App?
              (Ist kein Vorurteil, will es nur aus Neugierde wissen!)

              Kann es dann vielleicht sein, daß Bluelink und co bemüht sind, solche "Abfragen" von fremder Software unterbinden zu wollen? Ich hab ja auch schon gelesen (und mir ist es persönlich auch schon passiert), daß die ein Abfragelimit eingebaut haben und dann den Zugang für einen Tag sperren.

              1 Reply Last reply Reply Quote 0
              • W
                Wolli last edited by

                Hallo Michelnorge

                Ich denke, daß die Hersteller auch Veränderungen oder Verbesserungen an den Systemen arbeiten.
                Ich habe festgestellt, das es auch bei anderen Adapteren des IOB zu solchen Problemen kommt.
                Daher gibts auch ständig die (lästigen) Updates.
                Ich hatte vor meinem Kia einen Mercedes. Bei dem war es oftmals ähnlich wie jetzt bei unserem Bluelink Problem.
                Da hat es einige Tage gedaudert, da hat der Entwickler den Fehler korrigiert und nach einem Update ging es dann wieder.
                Das kam so 2-3 mal im Jahr vor.

                Sicherlich ist es auch so ein kleines Katz und Maus Spiel. Die Hersteller wollen schließlich Ihre Systeme verkaufen.
                Und was Du mit deinen Zugangsdaten machst ist deine Sache.

                error	Please logout in the app and relogin in the app
                error	ManagedBluelinkyError: @EuropeController.login: [400] Bad Request on [POST] https://prd.eu-ccapi.kia.com:8080/api/v1/user/signin - {"errId":"xxxxxxxx-xxxxxxx-xxxxxxxx-xxxxxxxxxx","errCode":"4003","errMsg":"Invalid values"}
                

                Lg Wolli

                meute 1 Reply Last reply Reply Quote 0
                • meute
                  meute @Wolli last edited by

                  Ich bin zwar nur stiller Mitleser, aber bei GoingElectric habe ich eben das gefunden:
                  https://github.com/Hyundai-Kia-Connect/hyundai_kia_connect_api/issues/309
                  Vll. hilft es, die Login-Probleme zu beheben.

                  eili77 created this issue in Hyundai-Kia-Connect/hyundai_kia_connect_api

                  closed vm.check_and_refresh_token() suddenly throws constantly exception: {KeyError} 'intUserId' #309

                  1 Reply Last reply Reply Quote 0
                  • M
                    Michaelnorge last edited by

                    @wolli said in Adapter Hyundai (Bluelink) oder KIA (UVO):

                    Und was Du mit deinen Zugangsdaten machst ist deine Sache.

                    Was meinst du damit?

                    W 1 Reply Last reply Reply Quote 0
                    • M
                      Michaelnorge last edited by

                      Google spuckt auch bei bei Node-Red Fehlermeldungen von Usern aus.
                      Das Problem ist wohl größer und bezieht sich nicht nur auf den iobroker-Adapter.

                      1 Reply Last reply Reply Quote 0
                      • M
                        Michaelnorge last edited by

                        Auch bei Homey gibt´s zur Zeit Bugs:
                        "I am trying to login aswell, just got the car and app. Does not work. Get a 400 Bad Request when trying to log in. Error code 4003 = Invalid values. Sounds like they have changed something alright."

                        https://forum.fhem.de/index.php?PHPSESSID=b85rhd66cjp019m6adgci6jrbd&topic=116175.165
                        https://community.homey.app/t/app-pro-kia-and-hyundai/32487/452?page=17

                        1 Reply Last reply Reply Quote 0
                        • W
                          Wolli @Michaelnorge last edited by

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

                          Was meinst du damit?

                          Naja, wenn ich Software zur Abfrage von Daten nutze, die von den Herstellern nicht unterstützt wird, kann ich damit rechnen, das irgendwann mal was nicht fuktioniert. Ist zwar nicht schön, ist aber so.

                          Trotz einiger Probleme, bin ich dennoch sehr begeistert vom IObroker und hoffe, das es bald eine Lösung für Bluelink gibt.

                          LG Wolli

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            Michaelnorge @Wolli last edited by

                            @wolli said in Adapter Hyundai (Bluelink) oder KIA (UVO):

                            Naja, wenn ich Software zur Abfrage von Daten nutze, die von den Herstellern nicht unterstützt wird, kann ich damit rechnen, das irgendwann mal was nicht fuktioniert. Ist zwar nicht schön, ist aber so.

                            Hahaha hab Dich komplett missverstanden 😅

                            Dachte, ich hätte irgendwo in meinem Screenshot unüberlegt meine Zugangsdaten mitkopiert und ich könne ja damit machen, was ich will 😅

                            878f516d-920a-4aab-8600-b965d36d376f-image.png

                            Nichts für ungut, war wohl noch nicht richtig wach :-)))

                            1 Reply Last reply Reply Quote 0
                            • Newan
                              Newan last edited by

                              Es gibt ein Update der API

                              Ich habe die neuste Version gerade in den Adapter als commit eingepflegt.
                              Bitte Teste! Ich habe keine Zugangsdaten!

                              Wenn keiner Weedersprüche kommen würden wir mal eine neue stable releasen?

                              B K 2 Replies Last reply Reply Quote 0
                              • B
                                bigal @Newan last edited by

                                @newan negativ scheint Problem zu geben A7DA0B01-720B-42BF-9268-C60B9E7A0AAD.png

                                1 Reply Last reply Reply Quote 0
                                • K
                                  kaffeschluerfer @Newan last edited by

                                  @newan same here. Login scheint zwar zu funktionieren, es kommen aber keine Daten...

                                  bluelink.0
                                  	2023-04-09 22:12:31.787	info	terminating
                                  bluelink.0
                                  	2023-04-09 22:12:31.786	info	Adapter bluelink cleaned up everything...
                                  bluelink.0
                                  	2023-04-09 22:12:31.784	error	vin is not defined
                                  bluelink.0
                                  	2023-04-09 22:12:31.782	error	ReferenceError: vin is not defined at ae.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:224:31)
                                  bluelink.0
                                  	2023-04-09 22:12:31.781	error	unhandled promise rejection: vin is not defined
                                  bluelink.0
                                  	2023-04-09 22:12:31.781	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-04-09 22:12:16.630	info	1 Vehicles found
                                  bluelink.0
                                  	2023-04-09 22:12:11.993	info	Login to api
                                  bluelink.0
                                  	2023-04-09 22:12:11.966	info	starting. Version 2.2.8 (non-npm: Newan/ioBroker.bluelink) in /opt/iobroker/node_modules/iobroker.bluelink, node: v16.19.1, js-controller: 4.0.24
                                  bluelink.0
                                  	2023-04-09 22:11:40.159	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                  

                                  Vielen Dank Dir!!!!

                                  Newan 1 Reply Last reply Reply Quote 0
                                  • Newan
                                    Newan @kaffeschluerfer last edited by

                                    @kaffeschluerfer vin is not defined
                                    Benötige mal nen Debug-log pls

                                    K 1 Reply Last reply Reply Quote 0
                                    • K
                                      kaffeschluerfer @Newan last edited by

                                      @newan also das was ich gepostet hatte ist das, was ich unter "protokolle" für den Adapter mit der filterung "silly" angezeigt bekomme... -> Wo finde ich das benötigte logfile?

                                      Newan 1 Reply Last reply Reply Quote 0
                                      • Newan
                                        Newan @kaffeschluerfer last edited by

                                        @kaffeschluerfer Adapter auf debug stellen und dann genau da wo unter "protokolle".
                                        Da wird dann die Serverantwort gepostet, da ggf persönliche daten mit X rausnehmen

                                        Winni B K 3 Replies Last reply Reply Quote 0
                                        • Winni
                                          Winni @Newan last edited by

                                          @newan Guten Morgen in die Runde, hier mal mein Log von gerade eben:

                                          Zeit
                                          info
                                          Nachricht
                                          
                                          bluelink.0
                                          2023-04-10 07:11:01.321	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.distance"
                                          
                                          bluelink.0
                                          2023-04-10 07:11:01.316	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.regen"
                                          
                                          bluelink.0
                                          2023-04-10 07:11:01.312	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.consumption.battery"
                                          
                                          bluelink.0
                                          2023-04-10 07:11:01.307	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.consumption.devices"
                                          
                                          bluelink.0
                                          2023-04-10 07:11:01.302	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.consumption.climate"
                                          
                                          bluelink.0
                                          2023-04-10 07:11:01.295	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.consumption.engine"
                                          
                                          bluelink.0
                                          2023-04-10 07:11:01.291	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.consumption.total"
                                          
                                          bluelink.0
                                          2023-04-10 07:11:00.045	info	1 Vehicles found
                                          
                                          bluelink.0
                                          2023-04-10 07:10:54.849	info	Login to api
                                          
                                          bluelink.0
                                          2023-04-10 07:10:54.807	info	starting. Version 2.2.8 (non-npm: Newan/ioBroker.bluelink) in /opt/iobroker/node_modules/iobroker.bluelink, node: v16.19.1, js-controller: 4.0.24
                                          
                                          bluelink.0
                                          2023-04-10 07:10:20.456	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                          
                                          bluelink.0
                                          2023-04-10 07:10:20.455	info	terminating
                                          
                                          bluelink.0
                                          2023-04-10 07:10:20.454	info	Adapter bluelink cleaned up everything...
                                          
                                          bluelink.0
                                          2023-04-10 07:10:20.448	error	vin is not defined
                                          
                                          bluelink.0
                                          2023-04-10 07:10:20.448	error	ReferenceError: vin is not defined at ae.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:224:31)
                                          
                                          bluelink.0
                                          2023-04-10 07:10:20.447	error	unhandled promise rejection: vin is not defined
                                          
                                          bluelink.0
                                          2023-04-10 07:10:20.447	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-04-10 07:10:08.654	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.distance"
                                          
                                          bluelink.0
                                          2023-04-10 07:10:08.649	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.regen"
                                          
                                          bluelink.0
                                          2023-04-10 07:10:08.644	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.consumption.battery"
                                          
                                          bluelink.0
                                          2023-04-10 07:10:08.638	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.consumption.devices"
                                          
                                          bluelink.0
                                          2023-04-10 07:10:08.632	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.consumption.climate"
                                          
                                          bluelink.0
                                          2023-04-10 07:10:08.629	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.consumption.engine"
                                          
                                          bluelink.0
                                          2023-04-10 07:10:08.623	info	undefined is not a valid state value for id "bluelink.0.KMHKR81CPNU095560.driveHistory.cumulated03.consumption.total"
                                          
                                          bluelink.0
                                          2023-04-10 07:10:07.253	info	1 Vehicles found
                                          
                                          bluelink.0
                                          2023-04-10 07:09:59.911	info	Login to api
                                          
                                          bluelink.0
                                          2023-04-10 07:09:59.876	info	starting. Version 2.2.8 (non-npm: Newan/ioBroker.bluelink) in /opt/iobroker/node_modules/iobroker.bluelink, node: v16.19.1, js-controller: 4.0.24
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • B
                                            bigal @Newan last edited by bigal

                                            @newan ich habe dir den kompletten DEbug Log im Chat geschickt, es werden auch Objekte für beide Fahrzeuge angelegt, jedoch nicht mit werten gefüllt

                                            2023-04-10 08:19:53.152 - error: bluelink.0 (3486) 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-04-10 08:19:53.153 - error: bluelink.0 (3486) unhandled promise rejection: vin is not defined
                                            2023-04-10 08:19:53.153 - error: bluelink.0 (3486) ReferenceError: vin is not defined
                                            at ae. (/opt/iobroker/node_modules/iobroker.bluelink/main.js:224:31)
                                            bluelink.0
                                            	2023-04-10 08:19:53.153	error	ReferenceError: vin is not defined at ae.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:224:31)
                                            bluelink.0
                                            	2023-04-10 08:19:53.153	error	unhandled promise rejection: vin is not defined
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            711
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            127
                                            2003
                                            703990
                                            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