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.
    • G
      g.polat last edited by

      Ich habe gestern JS-Controller auf 5.0.3 geupdatet, seitdem läuft der Adapter bei mir nicht mehr 😞

      
      bluelink.0	2023-06-14 13:29:56.365	error	unhandled promise rejection: undefined is not a valid state value
      bluelink.0	2023-06-14 13:29:56.364	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-06-14 13:29:56.350	error	undefined is not a valid state value
      bluelink.0	2023-06-14 13:29:56.350	error	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:5372:49) at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5333: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.receiveEVInformation (/opt/iobroker/node_modules/iobroker.bluelink/main.js:383:17) at async ae. (/opt/iobroker/node_modules/iobroker.bluelink/main.js:222:25)
      bluelink.0	2023-06-14 13:29:56.350	error	unhandled promise rejection: undefined is not a valid state value
      bluelink.0	2023-06-14 13:29:56.349	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().
      
      ? R 2 Replies Last reply Reply Quote 0
      • ?
        A Former User @g.polat last edited by A Former User

        @g-polat

        bei mir laeuft er seit 5.x Alpha problemlos... welche Node und NPM Version, welches BS ?
        dein Logauszug ist etwas kurz.. das wichtigste fehlt.. ( was vorher passiert und warum..)
        Bei so Sachen bitte immer den Adapter auf Debug stellen und das Log von Start an posten, da werden auch NPM usw mit angezeigt.

        G 1 Reply Last reply Reply Quote 0
        • R
          RGT @g.polat last edited by RGT

          @g-polat
          Ich glaube nicht, dass es etwas mit der JS-Controllerversion zu tun hat.
          Irgendwie scheint die Aktualisierung des Adapters nicht zuverlässig alle Datenpunkte zu holen oder zu bekommen.
          2023-06-16 08_47_33-objects - raspberrypi.jpg
          So wurde zwar heute der Tachostand abgeholt, aber die "Today" bzw. Historie für Heute nicht, wobei die Fahrt länger als 20 Minuten und weiter als 30KM war.
          Nach einem Neustart des Instanz wurden dann alle Daten aktualisiert.
          Die Daten werden direkt vom Auto geholt und nicht vom Server.

          LG RGT

          R 1 Reply Last reply Reply Quote 0
          • G
            g.polat @Guest last edited by g.polat

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

            @g-polat

            bei mir laeuft er seit 5.x Alpha problemlos... welche Node und NPM Version, welches BS ?
            dein Logauszug ist etwas kurz.. das wichtigste fehlt.. ( was vorher passiert und warum..)
            Bei so Sachen bitte immer den Adapter auf Debug stellen und das Log von Start an posten, da werden auch NPM usw mit angezeigt.

            Habe soeben auf 5.0.4 geupdatet, leider wieder gleicher Fehler 😞

            Node:

            /usr/bin/node                               
            /usr/bin/npm                               
            /usr/bin/npx                                
            v16.20.0                                   
            v16.20.0                                                                                  
            8.19.4                                   
            8.19.4                        
            

            Log:

            
            bluelink.0
            2023-06-16 10:45:17.804	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-06-16 10:45:17.797	error	undefined is not a valid state value
            
            bluelink.0
            2023-06-16 10:45:17.797	error	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:5372:49) at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5333: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.receiveEVInformation (/opt/iobroker/node_modules/iobroker.bluelink/main.js:390:17) at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:225:29)
            
            bluelink.0
            2023-06-16 10:45:17.796	error	unhandled promise rejection: undefined is not a valid state value
            
            bluelink.0
            2023-06-16 10:45:17.796	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-06-16 10:45:17.786	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
            
            bluelink.0
            2023-06-16 10:45:17.786	info	terminating
            
            bluelink.0
            2023-06-16 10:45:17.780	info	Adapter bluelink cleaned up everything...
            
            bluelink.0
            2023-06-16 10:45:17.772	error	undefined is not a valid state value
            
            bluelink.0
            2023-06-16 10:45:17.772	error	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:5372:49) at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5333: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.receiveEVInformation (/opt/iobroker/node_modules/iobroker.bluelink/main.js:390:17) at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:225:29)
            
            bluelink.0
            2023-06-16 10:45:17.770	error	unhandled promise rejection: undefined is not a valid state value
            
            bluelink.0
            2023-06-16 10:45:17.769	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-06-16 10:45:17.302	info	1 Vehicles found
            
            bluelink.0
            2023-06-16 10:45:13.482	info	Login to api
            
            bluelink.0
            2023-06-16 10:45:13.435	info	starting. Version 2.3.2 (non-npm: Newan/ioBroker.bluelink#488b418ad72b6f3821ce26c9a0e0fbd853946cbe) in /opt/iobroker/node_modules/iobroker.bluelink, node: v16.20.0, js-controller: 5.0.4
            host.iobroker
            2023-06-16 10:45:03.771	info	instance system.adapter.bluelink.0 started with pid 5074
            host.iobroker
            2023-06-16 10:45:02.502	info	"system.adapter.bluelink.0" enabled
            

            Habe soeben alle DP gelöscht und Iobroker neu gestartet:

            bluelink.0
            2023-06-16 10:50:52.744	warn	This object will not be created in future versions. Please report this to the developer.
            
            bluelink.0
            2023-06-16 10:50:52.744	warn	Object bluelink.0.TMAJE812DNJ024584.driveHistory.cumulated01.consumption.engine is invalid: obj.common.type has an invalid value (undefined) but has to be one of number, string, boolean, array, object, mixed, file, json
            
            bluelink.0
            2023-06-16 10:50:52.724	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
            
            bluelink.0
            2023-06-16 10:50:52.723	info	terminating
            
            bluelink.0
            2023-06-16 10:50:52.717	info	Adapter bluelink cleaned up everything...
            
            bluelink.0
            2023-06-16 10:50:52.708	error	undefined is not a valid state value
            
            bluelink.0
            2023-06-16 10:50:52.707	error	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:5372:49) at Bluelink.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5333: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.receiveEVInformation (/opt/iobroker/node_modules/iobroker.bluelink/main.js:390:17) at async Oe.<anonymous> (/opt/iobroker/node_modules/iobroker.bluelink/main.js:225:29)
            
            bluelink.0
            2023-06-16 10:50:52.705	error	unhandled promise rejection: undefined is not a valid state value
            
            bluelink.0
            2023-06-16 10:50:52.705	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-06-16 10:50:52.681	warn	This object will not be created in future versions. Please report this to the developer.
            
            bluelink.0
            2023-06-16 10:50:52.680	warn	Object bluelink.0.TMAJE812DNJ024584.driveHistory.cumulated01.consumption.total is invalid: obj.common.type has an invalid value (undefined) but has to be one of number, string, boolean, array, object, mixed, file, json
            
            bluelink.0
            2023-06-16 10:50:51.525	info	1 Vehicles found
            
            bluelink.0
            2023-06-16 10:50:47.770	info	Login to api
            
            bluelink.0
            2023-06-16 10:50:47.741	info	starting. Version 2.3.2 (non-npm: Newan/ioBroker.bluelink#488b418ad72b6f3821ce26c9a0e0fbd853946cbe) in /opt/iobroker/node_modules/iobroker.bluelink, node: v16.20.0, js-controller: 5.0.4
            host.iobroker
            2023-06-16 10:50:45.112	info	instance system.adapter.bluelink.0 started with pid 8136
            host.iobroker
            2023-06-16 10:50:44.532	info	"system.adapter.bluelink.0" enabled
            
            arteck 1 Reply Last reply Reply Quote 0
            • arteck
              arteck Developer Most Active @g.polat last edited by

              @g-polat sagte in Adapter Hyundai (Bluelink) oder KIA (UVO):

              node: v16.20.0

              mach ein update auf 18 bitte

              1 Reply Last reply Reply Quote 0
              • nik82
                nik82 Most Active last edited by

                Hallo,
                kurze Frage: Den Gesamtkilometerstand des Fahrzeugs sieht man nicht in der App und somit natürlich auch nicht im Adapter oder?

                Meister Mopper ? 2 Replies Last reply Reply Quote 0
                • Meister Mopper
                  Meister Mopper @nik82 last edited by

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

                  Den Gesamtkilometerstand des Fahrzeugs sieht man nicht in der App und somit natürlich auch nicht im Adapter oder?

                  Er wird nicht geliefert, wenn das Fzg beim Abrufen aus ist. Ich rufe mit Skript ab, wenn es eingeschaltet ist.

                  nik82 1 Reply Last reply Reply Quote 0
                  • nik82
                    nik82 Most Active @Meister Mopper last edited by

                    @meister-mopper
                    Ah ok, das heißt der Datenpunkt kommt noch wenn das Fahrzeug eingeschaltet ist und ich einen force_refresh_from_car mache?
                    Ok, teste ich, danke für die schnelle Rückinfo. Hab den Wagen erst zwei Tage, muss mich erst noch einfinden 🙂

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

                      @nik82

                      Doch, in der App sieht man ihn, etwas versteckt unter Status / ganz unten Fahrzeugmanagement / Fahrzeugbericht

                      Die Werte werden auch vom Adapter alle abgerufen.

                      nik82 1 Reply Last reply Reply Quote 1
                      • nik82
                        nik82 Most Active @Guest last edited by

                        @ilovegym
                        Ah da ist es in der App, danke 🙂

                        Und unter welchem Datenpunkt finde ich das dann im Adapter?

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

                          @nik82 odometer 🙂

                          Meister Mopper nik82 2 Replies Last reply Reply Quote 0
                          • Meister Mopper
                            Meister Mopper @Guest last edited by Meister Mopper

                            @ilovegym

                            Bei meinem Niro EV wird das nirgends angezeigt 🤷‍♂️

                            3d2b7180-4600-49fe-9737-acf66a67b9aa-grafik.png

                            53e40fbb-f8d5-454f-9a90-6f77ba2445b4-grafik.png

                            3fc10370-3a58-4dca-94ae-a46aea040e31-grafik.png

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

                              @meister-mopper

                              Kann es sein, dass du ne Softwareversion auf dem Auto hast, die noch den KM-Bug hat?
                              Da gabs letztes Jahr mal was...

                              Hyundai Ioniq5:

                              32a123c0-546b-44f9-a7fd-b0047a9609b3-image.png

                              Meister Mopper 1 Reply Last reply Reply Quote 0
                              • Meister Mopper
                                Meister Mopper @Guest last edited by

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

                                Kann es sein, dass du ne Softwareversion auf dem Auto hast, die noch den KM-Bug hat?

                                KA, ich glaube, sie ist Stand 11/2022

                                ? 1 Reply Last reply Reply Quote 0
                                • nik82
                                  nik82 Most Active @Guest last edited by

                                  @ilovegym
                                  Ah ich war blind, hab alles durchgeschaut und das nicht gesehen 🙂

                                  0e1e73aa-e67f-4ded-97ce-708f314e079b-image.png

                                  Top Danke.

                                  @Meister-Propper
                                  Stimmt doch alles, das Problem ist die App, bei dir steht in der App bei Kilometerzähler 0km, bei mir kommt da schon die richtige Kilometeranzahl, deswegen wird bei dir der value 0 angezeigt wahrscheinlich

                                  Meister Mopper 1 Reply Last reply Reply Quote 0
                                  • Meister Mopper
                                    Meister Mopper @nik82 last edited by

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

                                    Stimmt doch alles

                                    ??? Der hat aktuell 15.444 Kilometer auf dem Buckel.

                                    nik82 1 Reply Last reply Reply Quote 0
                                    • nik82
                                      nik82 Most Active @Meister Mopper last edited by

                                      @meister-mopper
                                      Ich meine ja vom Adapter her, weil in deiner App auch 0km steht:

                                      dd681cf6-66cc-4e9a-b8c8-1eba0c202fef-image.png

                                      Das scheint ein Bug der App oder Fahrzeug zu sein, wenn in der App schon der Fehler mit den 0km ist, dann kanns der Adapter ja auch nur falsch anzeigen.

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

                                        @meister-mopper sagte in Adapter Hyundai (Bluelink) oder KIA (UVO):

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

                                        Kann es sein, dass du ne Softwareversion auf dem Auto hast, die noch den KM-Bug hat?

                                        KA, ich glaube, sie ist Stand 11/2022

                                        Genau da war der Bug… wurde im Dezember Update behoben..
                                        mittlerweile sind wir beim Juni-Update..

                                        Meister Mopper 2 Replies Last reply Reply Quote 0
                                        • Meister Mopper
                                          Meister Mopper @Guest last edited by

                                          @ilovegym

                                          Danke, dann hau ich das nachher mal drauf 👍

                                          nik82 1 Reply Last reply Reply Quote 0
                                          • nik82
                                            nik82 Most Active @Meister Mopper last edited by

                                            @meister-mopper
                                            Bitte nicht steinigen für die dumme Frage, wie gesagt hab das Auto erst zwei Tage.

                                            Wie kannst du denn das Update einfach drauf machen? Ich habe gedacht für ein Software Update muss man in die Werkstatt?
                                            Ich kenne bis jetzt nur den Navigations Updater, aber der updatet ja nur die Navikarten dachte ich?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            748
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            127
                                            2000
                                            703967
                                            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