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.
    • Newan
      Newan @Meister Mopper last edited by

      @meister-mopper wir speichern das Passwort verschlüsselt ab. Ob es da Probleme mit Sonderzeichen gibt kannst du testen indem du schaust ob es korrekt im debuglog ausgegeben wird.

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

        @newan Die Daten stimmen so wie ich sie beim Einrichten gespeichert habe.

        bluelink.0
        	2021-10-16 15:56:22.859	error	ManagedBluelinkyError: @EuropeController.login: [400] Bad Request on [POST] https://prd.eu-ccapi.kia.com:8080/api/v1/user/signin - {"errId":"2b258692-e947-4d2d-82d9-3293b0c0fc7e","errCode":"4003","errMsg":"Invalid values"}
        bluelink.0
        	2021-10-16 15:56:22.859	debug	Error on Api login
        bluelink.0
        	2021-10-16 15:56:21.621	debug	{"username":"xx.xx@xx.de","password":"xxxxxxxxxxxx","pin":"xxx","brand":"kia","vin":"xxxxxxxxxxxxxxxxx","region":"EU"}
        

        Aber da sind noch immer Invalid values

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

          @meister-mopper teste mal debug locally von der lib
          https://github.com/Hacksore/bluelinky

          Meister Mopper 4 Replies Last reply Reply Quote 0
          • Meister Mopper
            Meister Mopper @Newan last edited by

            @newan Den Adapter bluelinky kann ich nicht installieren:

            host.ioTest
               2021-10-16 17:19:48.564	info	iobroker exit 25
            host.ioTest
               2021-10-16 17:19:47.544	error	iobroker host.ioTest Cannot install Hacksore/bluelinky#12e40a4f8c1bb5c61fa6a8b18ddd569bfadb9545: 0
            host.ioTest
               2021-10-16 17:19:44.817	info	iobroker make: *** [authenticate_pam.target.mk:111: Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)gyp ERR! System Linux 5.4.140-1-pvegyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v14.18.1gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
            host.ioTest
               2021-10-16 17:19:44.680	info	iobroker In file included from ../../nan/nan.h:54, from ../authenticate_pam.cc:23:../authenticate_pam.cc:175:31: error: ‘init’ was not declared in this scope; did you mean ‘int’? 175 | NODE_MODULE(authenticate_pam, init); | ^~~~/home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:787:36: note: in definition of macro ‘NODE_MODULE_X’ 787 | (node::addon_register_func) (regfunc), \ | ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’ 175 | NODE_MODULE(authenticate_pam, init); | ^~~~~~~~~~~
            host.ioTest
               2021-10-16 17:19:44.675	info	iobroker ../authenticate_pam.cc:170:26: error: ‘exports’ was not declared in this scope 170 | void init(Handle<Object> exports) { | ^~~~~~~
            host.ioTest
               2021-10-16 17:19:44.672	info	iobroker ../authenticate_pam.cc:170:24: error: expected primary-expression before ‘>’ token 170 | void init(Handle<Object> exports) { | ^
            host.ioTest
               2021-10-16 17:19:44.670	info	iobroker ../authenticate_pam.cc:170:11: error: ‘Handle’ was not declared in this scope 170 | void init(Handle<Object> exports) { | ^~~~~~
            host.ioTest
               2021-10-16 17:19:44.666	info	iobroker ../authenticate_pam.cc: At global scope:../authenticate_pam.cc:170:6: error: variable or field ‘init’ declared void 170 | void init(Handle<Object> exports) { | ^~~~
            host.ioTest
               2021-10-16 17:19:44.663	info	iobroker In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67, from ../../nan/nan.h:54, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:3037:26: note: initializing argument 1 of ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ 3037 | int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, | ~~~~~~~~~^~~~~~~
            host.ioTest
               2021-10-16 17:19:44.662	info	iobroker ../authenticate_pam.cc:161:25: error: cannot convert ‘char [128]’ to ‘v8::Isolate*’ 161 | password->WriteUtf8(m->password, sizeof(m->password) - 1); | ~~~^~~~~~~~ | | | char [128]
            host.ioTest
               2021-10-16 17:19:44.660	info	iobroker In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67, from ../../nan/nan.h:54, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:3037:26: note: initializing argument 1 of ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ 3037 | int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, | ~~~~~~~~~^~~~~~~
            host.ioTest
               2021-10-16 17:19:44.658	info	iobroker ../authenticate_pam.cc:160:25: error: cannot convert ‘char [128]’ to ‘v8::Isolate*’ 160 | username->WriteUtf8(m->username, sizeof(m->username) - 1); | ~~~^~~~~~~~ | | | char [128]
            host.ioTest
               2021-10-16 17:19:44.656	info	iobroker In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67, from ../../nan/nan.h:54, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:3037:26: note: initializing argument 1 of ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ 3037 | int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, | ~~~~~~~~~^~~~~~~
            host.ioTest
               2021-10-16 17:19:44.654	info	iobroker ../authenticate_pam.cc:155:29: error: cannot convert ‘char [128]’ to ‘v8::Isolate*’ 155 | remoteHost->WriteUtf8(m->remoteHost, sizeof(m->remoteHost) - 1); | ~~~^~~~~~~~~~ | | | char [128]
            host.ioTest
               2021-10-16 17:19:44.653	info	iobroker /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
            host.ioTest
               2021-10-16 17:19:44.651	info	iobroker /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)’ 3720 | V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, | ^~~
            host.ioTest
               2021-10-16 17:19:44.649	info	iobroker /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
            host.ioTest
               2021-10-16 17:19:44.648	info	iobroker In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67, from ../../nan/nan.h:54, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)’ 3717 | V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, | ^~~
            host.ioTest
               2021-10-16 17:19:44.646	info	iobroker ../authenticate_pam.cc:152:69: error: no matching function for call to ‘v8::Array::Get(v8::Local<v8::String>)’ 152 | res = options->Get(Nan::New<String>("remoteHost").ToLocalChecked()); | ^
            host.ioTest
               2021-10-16 17:19:44.644	info	iobroker In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67, from ../../nan/nan.h:54, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:3037:26: note: initializing argument 1 of ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ 3037 | int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, | ~~~~~~~~~^~~~~~~
            host.ioTest
               2021-10-16 17:19:44.642	info	iobroker ../authenticate_pam.cc:150:30: error: cannot convert ‘char [128]’ to ‘v8::Isolate*’ 150 | serviceName->WriteUtf8(m->serviceName, sizeof(m->serviceName) - 1); | ~~~^~~~~~~~~~~ | | | char [128]
            host.ioTest
               2021-10-16 17:19:44.640	info	iobroker /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
            host.ioTest
               2021-10-16 17:19:44.638	info	iobroker /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)’ 3720 | V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, | ^~~
            host.ioTest
               2021-10-16 17:19:44.636	info	iobroker /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
            host.ioTest
               2021-10-16 17:19:44.634	info	iobroker In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67, from ../../nan/nan.h:54, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)’ 3717 | V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, | ^~~
            host.ioTest
               2021-10-16 17:19:44.632	info	iobroker ../authenticate_pam.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)’:../authenticate_pam.cc:147:83: error: no matching function for call to ‘v8::Array::Get(v8::Local<v8::String>)’ 147 | Local<Value> res = options->Get(Nan::New<String>("serviceName").ToLocalChecked()); | ^
            host.ioTest
               2021-10-16 17:19:44.629	info	iobroker In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1024:46: note: declared here 1024 | NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | ^~~~~~~~~~~~
            host.ioTest
               2021-10-16 17:19:44.627	info	iobroker ../authenticate_pam.cc: In function ‘void after_doing_auth(uv_work_t*, int)’:../authenticate_pam.cc:107:87: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] 107 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args); | ^
            host.ioTest
               2021-10-16 17:19:44.598	info	iobroker In file included from ../authenticate_pam.cc:23:../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:../../nan/nan.h:2298:7: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] 2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            host.ioTest
               2021-10-16 17:19:24.442	info	iobroker NPM version: 6.14.15npm install Hacksore/bluelinky#12e40a4f8c1bb5c61fa6a8b18ddd569bfadb9545 --loglevel error --prefix "/opt/iobroker" (System call)
            host.ioTest
               2021-10-16 17:19:24.117	info	iobroker install Hacksore/bluelinky#12e40a4f8c1bb5c61fa6a8b18ddd569bfadb9545
            host.ioTest
               2021-10-16 17:19:22.479	info	iobroker url https://github.com/Hacksore/bluelinky.git --host ioTest
            host.ioTest
               2021-10-16 17:18:33.664	info	instance system.adapter.bluelink.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            host.ioTest
               2021-10-16 17:18:33.123	info	stopInstance system.adapter.bluelink.0 send kill signal
            bluelink.0
               2021-10-16 17:18:33.120	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            bluelink.0
               2021-10-16 17:18:33.119	info	terminating
            bluelink.0
               2021-10-16 17:18:33.119	info	Adapter bluelink cleaned up everything...
            bluelink.0
               2021-10-16 17:18:33.119	info	Got terminate signal TERMINATE_YOURSELF
            host.ioTest
               2021-10-16 17:18:33.116	info	stopInstance system.adapter.bluelink.0 (force=false, process=true)
            host.ioTest
               2021-10-16 17:18:33.114	info	"system.adapter.bluelink.0" disabled
            

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

              @meister-mopper bluelinky ist kein iobroker adapter..

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

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

                teste mal debug locally von der lib

                Okay, dann fehlt mir das Verständnis. Was meinst Du?

                edit:
                Okay, ich versuch mal npm install bluelinky 😕

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

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

                  teste mal debug locally von der lib

                  Sorry, mit npm install bluelinky aus dem Verzeichnis '/opt/iobroker' komme ich nicht zum Ziel. Wie muss ich bitte vorgehen?

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

                    @meister-mopper

                    ich kenn mich damit auch nicht aus, aber hab gerade die Anleitung gelesen, ich würd bluelinky als addon in den javascript adapter eintragen, und dann eins von den Beispielscripten die in der Doc stehen, verwenden..

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      Sonnenkind @Neuschwansteini last edited by

                      @ilovegym
                      hallöle, der Adapter schaut ja echt gut aus , danke dafür, leider Scheiter ich daran dass ich im log nach dem start folgende Meldung bekomme....eventuell hast Du ja ne Idee?
                      ManagedBluelinkyError: @EuropeController.login: [400] Bad Request on [POST] https://prd.eu-ccapi.hyundai.com:8080/api/v1/user/signin - {"errId":"7ed8e8d6-8255-428f-b85e-0427c7b7e029","errCode":"4003","errMsg":"Invalid values"}

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

                        @sonnenkind Bist du mit der App via Hyundai angemeldet?

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          Sonnenkind @Michaelnorge last edited by

                          @michaelnorge ja , aktuell schon, warum geht das nicht, hat der server damit dann ein Problem?

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

                            @sonnenkind exakt diesen error bekomme ich auch (allerdings kia s. o.)

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

                              @sonnenkind Ich meine diesen Fehler mal bekommen zu haben als ich über Bluelink angemeldet war.

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

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

                                teste mal debug locally

                                Kannst Du mir bitte auf die Sprünge helfen, wie ich dieses debug locally umsetzen muss. Bluelinky habe ich im js-Adapter aktiviert, und was muss ich jetzt tun?


                                e791285c-7057-4e69-b9fd-e8cb5960d28a-grafik.png

                                Wo finde ich eine config.json, wo ich die credentials eintragen kann?

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

                                  @meister-mopper sorry fürs verwirren, dachte das wäre klar wenn man in der Materie ist verliert man da den Blickwinkel.
                                  Bluelinkly hat nichts mit ioBroker zu tun, das ist die Lib die der Adapter verwendet.

                                  Kannst du nicht einfach mal dein Passwort auf was einfaches ändern, das weißt doch schonmal das es nicht/oder doch am Passwortkomplex liegt.

                                  Wenn das einfache Passwort auch nicht geht, könntest du mir das testweise zukommen lassen, dann teste ich das für dich im debug Script.

                                  Ich denke es liegt nicht am Passwort sondern an den Server.

                                  Neuschwansteini schmerenko 2 Replies Last reply Reply Quote 0
                                  • Neuschwansteini
                                    Neuschwansteini @Newan last edited by

                                    @newan

                                    Schaumal, ich habe den Adapter mal auf debug und hier kommen ja jede Menge Werte rein, kannst du die Umsetzen als Datenpunkte, bitte?

                                    Dann wirft das log immer mal wieder ein object-object raus.. anscheinend kann er hier was nicht zuordnen oder so..?

                                    865b5d5c-74ef-4f29-88f0-c402554f52d3-grafik.png

                                    Hier das log als txt:

                                    2021-10-17 12:44:16.221 - info: bluelink.0 (4110878) Set new status
                                    2021-10-17 12:44:16.222 - debug: bluelink.0 (4110878) {"vehicleLocation":{"coord":{"lat":49.794794,"lon":8.608631,"alt":0,"type":0},"head":0,"speed":{"value":0,"unit":0},"accuracy":{"hdop":0,"pdop":0},"time":"20211017084414"},"vehicleStatus":{"airCtrlOn":false,"engine":false,"doorLock":true,"doorOpen":{"frontLeft":0,"frontRight":0,"backLeft":0,"backRight":0},"trunkOpen":false,"airTemp":{"value":"02H","unit":0,"hvacTempType":1},"defrost":false,"acc":false,"evStatus":{"batteryCharge":false,"batteryStatus":43,"batteryPlugin":0,"remainTime2":{"etc1":{"value":22,"unit":1},"etc2":{"value":1060,"unit":1},"etc3":{"value":250,"unit":1},"atc":{"value":600,"unit":1}},"drvDistance":[{"rangeByFuel":{"evModeRange":{"value":164,"unit":1},"totalAvailableRange":{"value":164,"unit":1}},"type":2}],"reservChargeInfos":{"reservChargeInfo":{"reservChargeInfoDetail":{"reservInfo":{"day":[1,2,3,4,5],"time":{"time":"0740","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"0EH","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"offpeakPowerInfo":{"offPeakPowerTime1":{"starttime":{"time":"0900","timeSection":1},"endtime":{"time":"0740","timeSection":0}},"offPeakPowerFlag":1},"reserveChargeInfo2":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"0EH","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"reservFlag":0,"ect":{"start":{"day":0,"time":{"time":"0000","timeSection":0}},"end":{"day":0,"time":{"time":"0000","timeSection":0}}},"targetSOClist":[{"targetSOClevel":80,"dte":{"rangeByFuel":{"evModeRange":{"value":324,"unit":1},"totalAvailableRange":{"value":324,"unit":1}},"type":2},"plugType":0},{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":415,"unit":1},"totalAvailableRange":{"value":415,"unit":1}},"type":2},"plugType":1}]},"chargePortDoorOpenStatus":2},"ign3":true,"hoodOpen":false,"transCond":false,"steerWheelHeat":0,"sideBackWindowHeat":0,"tirePressureLamp":{"tirePressureLampAll":0},"battery":{"batState":1,"sjbDeliveryMode":0,"batSignalReferenceValue":{"batWarning":0},"powerAutoCutMode":2},"lampWireStatus":{"stopLamp":{"stopLampStatus":false,"leftLamp":false,"rightLamp":false},"headLamp":{"headLampStatus":false,"leftLowLamp":false,"rightLowLamp":false,"leftHighLamp":false,"rightHighLamp":false},"turnSignalLamp":{"turnSignalLampStatus":false,"leftFrontLamp":false,"rightFrontLamp":false,"leftRearLamp":false,"rightRearLamp":false}},"smartKeyBatteryWarning":false,"washerFluidStatus":false,"breakOilStatus":false,"sleepModeCheck":false,"time":"20211017084414","remoteWaitingTimeAlert":{"remoteControlAvailable":1},"systemCutOffAlert":0,"tailLampStatus":0,"hazardStatus":0},"odometer":{"value":3655.2,"unit":1}}
                                    2021-10-17 12:44:16.282 - debug: bluelink.0 (4110878) [object Object]
                                    2021-10-17 12:44:16.283 - debug: bluelink.0 (4110878) bluelink.0.vehicleStatus.battery.charge_limit_slow
                                    2021-10-17 12:44:16.284 - debug: bluelink.0 (4110878) New Event for state: {"val":100,"ack":true,"ts":1634467456274,"q":0,"from":"system.adapter.bluelink.0","user":"system.user.admin","lc":1634019816679}
                                    2021-10-17 12:44:16.285 - debug: bluelink.0 (4110878) ID: "bluelink.0.vehicleStatus.battery.charge_limit_slow"
                                    2021-10-17 12:44:16.294 - debug: bluelink.0 (4110878) [object Object]
                                    2021-10-17 12:44:16.295 - debug: bluelink.0 (4110878) bluelink.0.vehicleStatus.battery.charge_limit_fast
                                    2021-10-17 12:44:16.295 - debug: bluelink.0 (4110878) New Event for state: {"val":80,"ack":true,"ts":1634467456290,"q":0,"from":"system.adapter.bluelink.0","user":"system.user.admin","lc":1633078452024}
                                    2021-10-17 12:44:16.296 - debug: bluelink.0 (4110878) ID: "bluelink.0.vehicleStatus.battery.charge_limit_fast"
                                    2021-10-17 12:44:16.326 - info: bluelink.0 (4110878) State value to set for "bluelink.0.vehicleStatus.battery.plugin" has to be type "boolean" but received type "number"
                                    2021-10-17 12:44:16.335 - debug: bluelink.0 (4110878) Folgende Ladezeiten Moeglichkeiten wurden gefunden:
                                    2021-10-17 12:44:16.336 - debug: bluelink.0 (4110878) {"etc1":{"value":22,"unit":1},"etc2":{"value":1060,"unit":1},"etc3":{"value":250,"unit":1},"atc":{"value":600,"unit":1}}
                                    
                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      Sonnenkind @Neuschwansteini last edited by

                                      @ilovegym bin irgendwie verwirrt, der Adapter war doch unter Instanzen zu installieren, was muss ich da noch machen? Gibt es dazu ne Doku?
                                      Sorry für meine Blöde frage ...

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

                                        @sonnenkind ihr müsst garnichts zusätzlich installieren. Das was ich sagte war nur für debug Zwecke. Also uninteressant!

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

                                          @newan
                                          Leider kann man bei Hyundai kein einfaches Passwort verwenden, es solle zwischen 8-20 Zeichen haben,
                                          Klein und Großbuchstaben, Zahlen und Sonderzeichen
                                          selbst bei der 1.1.1 kommt bei mir dies:
                                          ManagedBluelinkyError: @EuropeController.login: [400] Bad Request on [POST] https://prd.eu-ccapi.hyundai.com:8080/api/v1/user/signin - {"errId":"e97beff8-4eb2-4420-aa24-ca3aba88263a","errCode":"4003","errMsg":"Invalid values"}

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

                                            @schmerenko könntest du mir trotzdem eins zukommen lassen? Wie soll ich es sonst testen?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            596
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            127
                                            1984
                                            683883
                                            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