Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Adapter Hyundai (Bluelink) oder KIA (UVO)

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    368

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.9k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    801

Adapter Hyundai (Bluelink) oder KIA (UVO)

Scheduled Pinned Locked Moved Tester
2.4k Posts 159 Posters 1.0m Views 145 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Pedder007P Offline
    Pedder007P Offline
    Pedder007
    wrote on last edited by Pedder007
    #2421

    Püh jetzt geht mir das aber gerade auf die Nerven mit den KIA-Animositäten.

    Der Adapter hat mir heute das Log vollgeschrieben mit:

    bluelink.0
    2026-04-20 16:34:46.257	info	Update for KNACTxxxxxxxxxxxx successfull
    bluelink.0
    2026-04-20 16:34:45.654	info	Read new update for KNACTxxxxxxxxxxx from the server
    

    Da das alles Infos waren, habe ich ihn dann auf Warnings umgestellt, was natürlich einen Adapterneustart erzeugt. Das Resultat davon war dann nun aber:

    
    bluelink.0
    2026-04-20 19:20:34.387	error	next auto login attempt in 1 hour or restart adapter manual
    bluelink.0
    2026-04-20 19:20:34.387	error	Server is not available or login credentials are wrong
    bluelink.0
    2026-04-20 19:20:34.386	error	ManagedBluelinkyError: @EuropeController.login: [400] Bad Request on [POST] https://prd.eu-ccapi.kia.com:8080/api/v1/spa/notifications/register - {"retCode":"F","resCode":"4002","resMsg":"Invalid request body - service problem, because of anything problem","msgId":"xxxxxxxxxxxxxxx"}
    

    Habe den Adapter 3x neu gestartet aber es bleibt dabei 😕
    Sehe ich das nun richtig, dass ich mir nun schon wieder ein neues Token generieren muss?

    Edit:
    Ich habe die Instanz nun gerade nochmal gestartet (mit dem bestehenden Token), siehe da es funktioniert wieder.
    Was auch immer das gestern war ... !? 🤔

    Zur Info, falls es auch anderen so geht ✌

    Pedder
    All @Proxmox/Trixie auf HP Elitedesk 800 G4; Zigbee: ZigStar (LAN), ~110Devices
    Unifi, Motioneye/3Reolinks, PiHole, Bosch CS7800i via BBQKees/EMS-ESP, Fronius/BYD 11kWp via Modbus
    Under construction: Smart-WoMo auf Raspi4

    1 Reply Last reply
    0
    • M Offline
      M Offline
      ManfredHi
      wrote on last edited by
      #2422

      hallo.
      hab heute im log folgendes gesehen:

      bluelink.0
      2026-04-21 11:39:18.123	error	next auto login attempt in 1 hour or restart adapter manual
      
      bluelink.0
      2026-04-21 11:39:18.123	error	Server is not available or login credentials are wrong
      
      bluelink.0
      2026-04-21 11:39:18.123	error	Error: @EuropeController.login: Could not manage to get token
      

      Wenn ich die Registrierung neu durchführe, dann kommt immer das:

      PS Z:\> python .\bluelinktoken.py --brand hyundai
      Opening login page: https://idpconnect-eu.hyundai.com/auth/api/v2/user/oauth2/authorize?client_id=peuhyundaiidm-ctb&redirect_uri=https%3A%2F%2Fctbapi.hyundai-europe.com%2Fapi%2Fauth&nonce=&state=NL_&scope=openid+profile+email+phone&response_type=code&connector_client_id=peuhyundaiidm-ctb&connector_scope=&connector_session_key=&country=&captcha=1&ui_locales=en-US
      
      ==================================================
      Please log in manually in the browser window.
      The script will wait for you to complete the login...
      ==================================================
      
      ✅ Login successful! Element found.
      Redirecting to: https://idpconnect-eu.hyundai.com/auth/api/v2/user/oauth2/authorize?response_type=code&client_id=6d477c38-3ca4-4cf3-9557-xxxxxxxxx&redirect_uri=https://prd.eu-ccapi.hyundai.com:8080/api/v1/user/oauth2/token&lang=de&state=ccsp
       - [1] Waiting for redirect URLwith code
       - [2] Waiting for redirect URLwith code
       - [3] Waiting for redirect URLwith code
       - [4] Waiting for redirect URLwith code
       - [5] Waiting for redirect URLwith code
       - [6] Waiting for redirect URLwith code
       - [7] Waiting for redirect URLwith code
       - [8] Waiting for redirect URLwith code
       - [9] Waiting for redirect URLwith code
       - [10] Waiting for redirect URLwith code
      
      ❌ Failed to get redirected to correct URL, got https://idpconnect-eu.hyundai.com/error?status=400&error=Bad+Request&error_description=Bad+Request.+It+was+classified+as+an+abusing+request+and+blocked.+client_id+%3A+6d477c38-3ca4-4cf3-9557-xxxxxxxxxx&loginUrl=&ui_locales=en-US instead
      An unexpected error occurred: 'NoneType' object has no attribute 'group'
      
      Pedder007P 1 Reply Last reply
      0
      • M ManfredHi

        hallo.
        hab heute im log folgendes gesehen:

        bluelink.0
        2026-04-21 11:39:18.123	error	next auto login attempt in 1 hour or restart adapter manual
        
        bluelink.0
        2026-04-21 11:39:18.123	error	Server is not available or login credentials are wrong
        
        bluelink.0
        2026-04-21 11:39:18.123	error	Error: @EuropeController.login: Could not manage to get token
        

        Wenn ich die Registrierung neu durchführe, dann kommt immer das:

        PS Z:\> python .\bluelinktoken.py --brand hyundai
        Opening login page: https://idpconnect-eu.hyundai.com/auth/api/v2/user/oauth2/authorize?client_id=peuhyundaiidm-ctb&redirect_uri=https%3A%2F%2Fctbapi.hyundai-europe.com%2Fapi%2Fauth&nonce=&state=NL_&scope=openid+profile+email+phone&response_type=code&connector_client_id=peuhyundaiidm-ctb&connector_scope=&connector_session_key=&country=&captcha=1&ui_locales=en-US
        
        ==================================================
        Please log in manually in the browser window.
        The script will wait for you to complete the login...
        ==================================================
        
        ✅ Login successful! Element found.
        Redirecting to: https://idpconnect-eu.hyundai.com/auth/api/v2/user/oauth2/authorize?response_type=code&client_id=6d477c38-3ca4-4cf3-9557-xxxxxxxxx&redirect_uri=https://prd.eu-ccapi.hyundai.com:8080/api/v1/user/oauth2/token&lang=de&state=ccsp
         - [1] Waiting for redirect URLwith code
         - [2] Waiting for redirect URLwith code
         - [3] Waiting for redirect URLwith code
         - [4] Waiting for redirect URLwith code
         - [5] Waiting for redirect URLwith code
         - [6] Waiting for redirect URLwith code
         - [7] Waiting for redirect URLwith code
         - [8] Waiting for redirect URLwith code
         - [9] Waiting for redirect URLwith code
         - [10] Waiting for redirect URLwith code
        
        ❌ Failed to get redirected to correct URL, got https://idpconnect-eu.hyundai.com/error?status=400&error=Bad+Request&error_description=Bad+Request.+It+was+classified+as+an+abusing+request+and+blocked.+client_id+%3A+6d477c38-3ca4-4cf3-9557-xxxxxxxxxx&loginUrl=&ui_locales=en-US instead
        An unexpected error occurred: 'NoneType' object has no attribute 'group'
        
        Pedder007P Offline
        Pedder007P Offline
        Pedder007
        wrote on last edited by
        #2423

        @ManfredHi hatte ja das gleiche Fehlerbild und hatte bisher nicht versucht ein neues Token zu generieren.
        Heute lief der Adapter dann plötzlich wieder 🤷

        Pedder
        All @Proxmox/Trixie auf HP Elitedesk 800 G4; Zigbee: ZigStar (LAN), ~110Devices
        Unifi, Motioneye/3Reolinks, PiHole, Bosch CS7800i via BBQKees/EMS-ESP, Fronius/BYD 11kWp via Modbus
        Under construction: Smart-WoMo auf Raspi4

        1 Reply Last reply
        0
        • ilovegymI Offline
          ilovegymI Offline
          ilovegym
          wrote on last edited by
          #2424

          um den 20.ten jeden Monats macht Hyundai/Kia immer mal Server Updates, da haengt die API gern mal.. das geht schon seit Jahren so (bin jetzt im 5.ten Jahr dabei) und wird sich wohl kaum aendern.. daher recht entspannt, wenn es um den 20.ten an den Servern haengt.. wenns dann laengere Zeit nicht geht.. gabs ne Aenderung - dann wirds doof.. :)

          M 1 Reply Last reply
          2
          • ilovegymI ilovegym

            um den 20.ten jeden Monats macht Hyundai/Kia immer mal Server Updates, da haengt die API gern mal.. das geht schon seit Jahren so (bin jetzt im 5.ten Jahr dabei) und wird sich wohl kaum aendern.. daher recht entspannt, wenn es um den 20.ten an den Servern haengt.. wenns dann laengere Zeit nicht geht.. gabs ne Aenderung - dann wirds doof.. :)

            M Offline
            M Offline
            ManfredHi
            wrote on last edited by
            #2425

            @ilovegym sagte:

            um den 20.ten jeden Monats macht Hyundai/Kia immer mal Server Updates, da haengt die API gern mal.. das geht schon seit Jahren so (bin jetzt im 5.ten Jahr dabei) und wird sich wohl kaum aendern.. daher recht entspannt, wenn es um den 20.ten an den Servern haengt.. wenns dann laengere Zeit nicht geht.. gabs ne Aenderung - dann wirds doof.. :)

            glaub ich nicht, weil es bereits seit 16.4. nicht mehr funktioniert.

            1 Reply Last reply
            0
            • ilovegymI Offline
              ilovegymI Offline
              ilovegym
              wrote on last edited by
              #2426

              @manfredhi na das ist natuerlich was anderes..

              1 Reply Last reply
              0
              • M Offline
                M Offline
                ManfredHi
                wrote on last edited by
                #2427

                Hat niemand sonst dieses problem bei hyundai?

                arteckA J 2 Replies Last reply
                0
                • M ManfredHi

                  Hat niemand sonst dieses problem bei hyundai?

                  arteckA Offline
                  arteckA Offline
                  arteck
                  Developer Most Active
                  wrote on last edited by
                  #2428

                  @ManfredHi schick mir die login daten mal rüber per PN

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

                  1 Reply Last reply
                  0
                  • M ManfredHi

                    Hat niemand sonst dieses problem bei hyundai?

                    J Offline
                    J Offline
                    jskywalker82
                    wrote on last edited by
                    #2429

                    @ManfredHi sagte:

                    Hat niemand sonst dieses problem bei hyundai?

                    Die App funktioniert bei mir wunderbar. Aber der Iobroker Adapter loggt sich nicht ein :-(

                    1 Reply Last reply
                    0
                    • T Offline
                      T Offline
                      Toni0570
                      wrote on last edited by
                      #2430

                      Bei mir hat ein neuer Token geholfen.

                      1 Reply Last reply
                      1
                      • Meister MopperM Offline
                        Meister MopperM Offline
                        Meister Mopper
                        Most Active
                        wrote on last edited by
                        #2431

                        Nachdem gestern auch mein refresh Token nicht mehr funktionierte, habe ich versucht, einen neuen Token zu generieren.

                        Der Login wird in der Konsole bestätigt, im Browser aber abgelehnt. Link to github

                        Proxmox und HA - dank KI/AI endlich "blocklyfrei"

                        1 Reply Last reply
                        0
                        • Wolfgang GaryW Offline
                          Wolfgang GaryW Offline
                          Wolfgang Gary
                          wrote on last edited by
                          #2432

                          auch bei mir geht Hyundai nicht mehr, Kia funktioniert noch!

                          1 Reply Last reply
                          0
                          • arteckA Offline
                            arteckA Offline
                            arteck
                            Developer Most Active
                            wrote on last edited by
                            #2433

                            probiert mal mit dem hier

                            https://github.com/arteck/bluelink_refresh_token

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

                            Meister MopperM M 2 Replies Last reply
                            1
                            • arteckA arteck

                              probiert mal mit dem hier

                              https://github.com/arteck/bluelink_refresh_token

                              Meister MopperM Offline
                              Meister MopperM Offline
                              Meister Mopper
                              Most Active
                              wrote on last edited by
                              #2434

                              @arteck sagte:

                              probiert mal mit dem hier

                              https://github.com/arteck/bluelink_refresh_token

                              Vielen Dank für deine Heldentat. Es läuft wieder 😁

                              Proxmox und HA - dank KI/AI endlich "blocklyfrei"

                              1 Reply Last reply
                              1
                              • arteckA arteck

                                probiert mal mit dem hier

                                https://github.com/arteck/bluelink_refresh_token

                                M Offline
                                M Offline
                                ManfredHi
                                wrote on last edited by
                                #2435

                                @arteck sagte:

                                probiert mal mit dem hier

                                https://github.com/arteck/bluelink_refresh_token

                                Bei mir klappt es nicht:

                                iobuser@iobroker:~$ git clone https://github.com/RustyDust/bluelink_refresh_token.git
                                Cloning into 'bluelink_refresh_token'...
                                remote: Enumerating objects: 29, done.
                                remote: Counting objects: 100% (29/29), done.
                                remote: Compressing objects: 100% (20/20), done.
                                remote: Total 29 (delta 14), reused 23 (delta 8), pack-reused 0 (from 0)
                                Receiving objects: 100% (29/29), 8.00 KiB | 8.00 MiB/s, done.
                                Resolving deltas: 100% (14/14), done.
                                iobuser@iobroker:~$ cd bluelink_refresh_token
                                iobuser@iobroker:~/bluelink_refresh_token$ python3 -m venv .venv
                                iobuser@iobroker:~/bluelink_refresh_token$ source .venv/bin/activate
                                (.venv) iobuser@iobroker:~/bluelink_refresh_token$ pip install -r requirements.txt
                                Collecting attrs==25.4.0
                                  Using cached attrs-25.4.0-py3-none-any.whl (67 kB)
                                Collecting certifi==2025.10.5
                                  Using cached certifi-2025.10.5-py3-none-any.whl (163 kB)
                                Collecting charset-normalizer==3.4.4
                                  Using cached charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151 kB)
                                Collecting h11==0.16.0
                                  Using cached h11-0.16.0-py3-none-any.whl (37 kB)
                                Collecting idna==3.11
                                  Using cached idna-3.11-py3-none-any.whl (71 kB)
                                Collecting outcome==1.3.0.post0
                                  Using cached outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB)
                                Collecting PySocks==1.7.1
                                  Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)
                                Collecting requests==2.32.5
                                  Using cached requests-2.32.5-py3-none-any.whl (64 kB)
                                Collecting selenium==4.36.0
                                  Using cached selenium-4.36.0-py3-none-any.whl (9.6 MB)
                                Collecting sniffio==1.3.1
                                  Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)
                                Collecting sortedcontainers==2.4.0
                                  Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
                                Collecting trio==0.31.0
                                  Using cached trio-0.31.0-py3-none-any.whl (512 kB)
                                Collecting trio-websocket==0.12.2
                                  Using cached trio_websocket-0.12.2-py3-none-any.whl (21 kB)
                                Collecting typing_extensions==4.15.0
                                  Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
                                Collecting urllib3==2.5.0
                                  Using cached urllib3-2.5.0-py3-none-any.whl (129 kB)
                                Collecting websocket-client==1.9.0
                                  Using cached websocket_client-1.9.0-py3-none-any.whl (82 kB)
                                Collecting wsproto==1.2.0
                                  Using cached wsproto-1.2.0-py3-none-any.whl (24 kB)
                                Collecting urllib3[socks]<3.0,>=2.5.0
                                  Using cached urllib3-2.6.3-py3-none-any.whl (131 kB)
                                  Using cached urllib3-2.6.2-py3-none-any.whl (131 kB)
                                  Using cached urllib3-2.6.1-py3-none-any.whl (131 kB)
                                  Using cached urllib3-2.6.0-py3-none-any.whl (131 kB)
                                Installing collected packages: sortedcontainers, websocket-client, urllib3, typing_extensions, sniffio, PySocks, idna, h11, charset-normalizer, certifi, attrs, wsproto, requests, outcome, trio, trio-websocket, selenium
                                Successfully installed PySocks-1.7.1 attrs-25.4.0 certifi-2025.10.5 charset-normalizer-3.4.4 h11-0.16.0 idna-3.11 outcome-1.3.0.post0 requests-2.32.5 selenium-4.36.0 sniffio-1.3.1 sortedcontainers-2.4.0 trio-0.31.0 trio-websocket-0.12.2 typing_extensions-4.15.0 urllib3-2.5.0 websocket-client-1.9.0 wsproto-1.2.0
                                (.venv) iobuser@iobroker:~/bluelink_refresh_token$ python3 bluelinktoken.py --brand hyundai --username manfred.xxxxxx@gmx.at  --password Xx.1111.2222.3333
                                usage: bluelinktoken.py [-h] --brand {hyundai,kia}
                                bluelinktoken.py: error: unrecognized arguments: --username manfred.xxxxxx@gmx.at --password Xx.1111.2222.3333
                                (.venv) iobuser@iobroker:~/bluelink_refresh_token$
                                

                                wenn ich -- mode browser verwende kommt das:

                                (.venv) iobuser@iobroker:~/bluelink_refresh_token$ python3 bluelinktoken.py --brand hyundai --mode browser
                                usage: bluelinktoken.py [-h] --brand {hyundai,kia}
                                bluelinktoken.py: error: unrecognized arguments: --mode browser
                                (.venv) iobuser@iobroker:~/bluelink_refresh_token$
                                
                                
                                Meister MopperM 1 Reply Last reply
                                0
                                • M ManfredHi

                                  @arteck sagte:

                                  probiert mal mit dem hier

                                  https://github.com/arteck/bluelink_refresh_token

                                  Bei mir klappt es nicht:

                                  iobuser@iobroker:~$ git clone https://github.com/RustyDust/bluelink_refresh_token.git
                                  Cloning into 'bluelink_refresh_token'...
                                  remote: Enumerating objects: 29, done.
                                  remote: Counting objects: 100% (29/29), done.
                                  remote: Compressing objects: 100% (20/20), done.
                                  remote: Total 29 (delta 14), reused 23 (delta 8), pack-reused 0 (from 0)
                                  Receiving objects: 100% (29/29), 8.00 KiB | 8.00 MiB/s, done.
                                  Resolving deltas: 100% (14/14), done.
                                  iobuser@iobroker:~$ cd bluelink_refresh_token
                                  iobuser@iobroker:~/bluelink_refresh_token$ python3 -m venv .venv
                                  iobuser@iobroker:~/bluelink_refresh_token$ source .venv/bin/activate
                                  (.venv) iobuser@iobroker:~/bluelink_refresh_token$ pip install -r requirements.txt
                                  Collecting attrs==25.4.0
                                    Using cached attrs-25.4.0-py3-none-any.whl (67 kB)
                                  Collecting certifi==2025.10.5
                                    Using cached certifi-2025.10.5-py3-none-any.whl (163 kB)
                                  Collecting charset-normalizer==3.4.4
                                    Using cached charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151 kB)
                                  Collecting h11==0.16.0
                                    Using cached h11-0.16.0-py3-none-any.whl (37 kB)
                                  Collecting idna==3.11
                                    Using cached idna-3.11-py3-none-any.whl (71 kB)
                                  Collecting outcome==1.3.0.post0
                                    Using cached outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB)
                                  Collecting PySocks==1.7.1
                                    Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)
                                  Collecting requests==2.32.5
                                    Using cached requests-2.32.5-py3-none-any.whl (64 kB)
                                  Collecting selenium==4.36.0
                                    Using cached selenium-4.36.0-py3-none-any.whl (9.6 MB)
                                  Collecting sniffio==1.3.1
                                    Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)
                                  Collecting sortedcontainers==2.4.0
                                    Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
                                  Collecting trio==0.31.0
                                    Using cached trio-0.31.0-py3-none-any.whl (512 kB)
                                  Collecting trio-websocket==0.12.2
                                    Using cached trio_websocket-0.12.2-py3-none-any.whl (21 kB)
                                  Collecting typing_extensions==4.15.0
                                    Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
                                  Collecting urllib3==2.5.0
                                    Using cached urllib3-2.5.0-py3-none-any.whl (129 kB)
                                  Collecting websocket-client==1.9.0
                                    Using cached websocket_client-1.9.0-py3-none-any.whl (82 kB)
                                  Collecting wsproto==1.2.0
                                    Using cached wsproto-1.2.0-py3-none-any.whl (24 kB)
                                  Collecting urllib3[socks]<3.0,>=2.5.0
                                    Using cached urllib3-2.6.3-py3-none-any.whl (131 kB)
                                    Using cached urllib3-2.6.2-py3-none-any.whl (131 kB)
                                    Using cached urllib3-2.6.1-py3-none-any.whl (131 kB)
                                    Using cached urllib3-2.6.0-py3-none-any.whl (131 kB)
                                  Installing collected packages: sortedcontainers, websocket-client, urllib3, typing_extensions, sniffio, PySocks, idna, h11, charset-normalizer, certifi, attrs, wsproto, requests, outcome, trio, trio-websocket, selenium
                                  Successfully installed PySocks-1.7.1 attrs-25.4.0 certifi-2025.10.5 charset-normalizer-3.4.4 h11-0.16.0 idna-3.11 outcome-1.3.0.post0 requests-2.32.5 selenium-4.36.0 sniffio-1.3.1 sortedcontainers-2.4.0 trio-0.31.0 trio-websocket-0.12.2 typing_extensions-4.15.0 urllib3-2.5.0 websocket-client-1.9.0 wsproto-1.2.0
                                  (.venv) iobuser@iobroker:~/bluelink_refresh_token$ python3 bluelinktoken.py --brand hyundai --username manfred.xxxxxx@gmx.at  --password Xx.1111.2222.3333
                                  usage: bluelinktoken.py [-h] --brand {hyundai,kia}
                                  bluelinktoken.py: error: unrecognized arguments: --username manfred.xxxxxx@gmx.at --password Xx.1111.2222.3333
                                  (.venv) iobuser@iobroker:~/bluelink_refresh_token$
                                  

                                  wenn ich -- mode browser verwende kommt das:

                                  (.venv) iobuser@iobroker:~/bluelink_refresh_token$ python3 bluelinktoken.py --brand hyundai --mode browser
                                  usage: bluelinktoken.py [-h] --brand {hyundai,kia}
                                  bluelinktoken.py: error: unrecognized arguments: --mode browser
                                  (.venv) iobuser@iobroker:~/bluelink_refresh_token$
                                  
                                  
                                  Meister MopperM Offline
                                  Meister MopperM Offline
                                  Meister Mopper
                                  Most Active
                                  wrote on last edited by
                                  #2436

                                  @ManfredHi

                                  Du musst nach der erfolgten Installation das Skript gegen das aus dem Repo von @arteck austauschen.

                                  Proxmox und HA - dank KI/AI endlich "blocklyfrei"

                                  M 1 Reply Last reply
                                  0
                                  • Meister MopperM Meister Mopper

                                    @ManfredHi

                                    Du musst nach der erfolgten Installation das Skript gegen das aus dem Repo von @arteck austauschen.

                                    M Offline
                                    M Offline
                                    ManfredHi
                                    wrote on last edited by
                                    #2437

                                    @Meister-Mopper sagte:

                                    @ManfredHi

                                    Du musst nach der erfolgten Installation das Skript gegen das aus dem Repo von @arteck austauschen.

                                    ich hab das nach dieser Anleitung gemacht:

                                    https://github.com/arteck/bluelink_refresh_token

                                    Meister MopperM 1 Reply Last reply
                                    0
                                    • M Offline
                                      M Offline
                                      ManfredHi
                                      wrote on last edited by
                                      #2438

                                      hab es jetzt damit gemacht:

                                      https://github.com/TMA84/bluelink-refresh-token/releases/tag/v6.1.0

                                      jetzt funktioniert es wieder.

                                      1 Reply Last reply
                                      0
                                      • M ManfredHi

                                        @Meister-Mopper sagte:

                                        @ManfredHi

                                        Du musst nach der erfolgten Installation das Skript gegen das aus dem Repo von @arteck austauschen.

                                        ich hab das nach dieser Anleitung gemacht:

                                        https://github.com/arteck/bluelink_refresh_token

                                        Meister MopperM Offline
                                        Meister MopperM Offline
                                        Meister Mopper
                                        Most Active
                                        wrote on last edited by
                                        #2439

                                        @ManfredHi sagte:

                                        ich hab das nach dieser Anleitung gemacht:

                                        https://github.com/arteck/bluelink_refresh_token

                                        Hast Recht, in der Anleitung wird verschwiegen, das Skript auszutauschen. Ich habe in beide reingeguckt und gesehen, dass im Originalskript die Eingabe von username und password gar nicht implementiert ist, in dem anderen aber schon.

                                        Egal, gut wenn es jetzt funktioniert hat.

                                        Proxmox und HA - dank KI/AI endlich "blocklyfrei"

                                        1 Reply Last reply
                                        0
                                        • F Offline
                                          F Offline
                                          fichte_112
                                          wrote on last edited by
                                          #2440

                                          vieleicht ist das auch eine Option BluelinkTokenGenerator

                                          Meister MopperM 1 Reply Last reply
                                          2

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          292

                                          Online

                                          32.9k

                                          Users

                                          83.0k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe