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

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    231

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.5k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Adapter Hyundai (Bluelink) oder KIA (UVO)

Scheduled Pinned Locked Moved Tester
2.4k Posts 157 Posters 941.0k Views 146 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.
  • Meister MopperM Meister Mopper

    @nhet
    Ich vermute mal, Du hast das npm 8 Problem und kannst gar keine Adapter aktualisieren.

    Mittlerweile ist das hier im Forum mehrfach dokumentiert. Da liegen irgendwelche Geisterverzeichnisse im System.

    N Offline
    N Offline
    nhet
    wrote on last edited by
    #708

    @meister-mopper, ich sag mal: alle anderen Adapter werden korrekt geupdatet.

    Thomas BraunT Meister MopperM 4 Replies Last reply
    0
    • N nhet

      @meister-mopper, ich sag mal: alle anderen Adapter werden korrekt geupdatet.

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #709

      @nhet

      Check es mit der Befehlszeile von oben.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      1 Reply Last reply
      0
      • N nhet

        @meister-mopper, ich sag mal: alle anderen Adapter werden korrekt geupdatet.

        Meister MopperM Offline
        Meister MopperM Offline
        Meister Mopper
        wrote on last edited by
        #710

        @nhet
        Okay, dann muss es etwas anderes sein. Bei mir ließ sich nichts aktualisieren.

        Proxmox und HA

        1 Reply Last reply
        0
        • N nhet

          @meister-mopper, ich sag mal: alle anderen Adapter werden korrekt geupdatet.

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #711

          @nhet

          Schau mal node/npm an:

          sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
          
          uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          1 Reply Last reply
          0
          • N nhet

            @meister-mopper, ich sag mal: alle anderen Adapter werden korrekt geupdatet.

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by Thomas Braun
            #712

            @nhet

            Da stimmt was in den release-Dateien nicht.
            Auf meinem System:

            2022-11-14 18:58:44.556  - info: host.chet iobroker Installing iobroker.bluelink@2.2.6... (System call)
            2022-11-14 18:59:00.352  - info: host.chet iobroker npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
            2022-11-14 18:59:04.288  - info: host.chet iobroker added 44 packages, removed 1018 packages, and changed 1 package in 19s
            2022-11-14 18:59:04.294  - info: host.chet iobroker
            2022-11-14 18:59:04.295  - info: host.chet iobroker 88 packages are looking for funding  run `npm fund` for details
            2022-11-14 18:59:04.370  - info: host.chet iobroker host.chet install adapter bluelink
            

            Aber sofort wird der Adapter zum Update vorgeschlagen:

            echad@chet:~ $ iobroker update -u
            Used repository: beta
            Adapter    "bluelink"     : 2.2.6    , installed 2.2.5  [Updatable]
            

            Und oh wunder...

            https://github.com/Newan/ioBroker.bluelink/issues/59

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

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

              @thomas-braun hab ich doch schon oben geschrieben

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

              1 Reply Last reply
              0
              • ? A Former User

                @arteck

                Hi, vielen Dank fuer deinen Brunch, hab mal getestet ( Ioniq5), leider bricht der Adapter mit Fehlermeldung ab, schau mal, denke das wird so nicht gehen..:

                Mit der App aufm Smartphone funktioniert alles wie gehabt.. also die Fehlermeldung von wegen Service not available .. mal wieder fuern ... du weisst schon.. wie bei Hyundai ueblich.. :D

                2022-11-03 11:06:41.838  - info: bluelink.0 (1043039) Starting clima for vehicle
                2022-11-03 11:06:41.961  - error: bluelink.0 (1043039) 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().
                2022-11-03 11:06:41.962  - error: bluelink.0 (1043039) unhandled promise rejection: @EuropeVehicle.start: [503] Service Unavailable on [POST] https://prd.eu-ccapi.hyundai.com:8080/api/v2/spa/vehicles/-bb06-4f2800241850/control/temperature - {"retCode":"F","resCode":"5031","resMsg":"Unavailable remote control - Service Temporary Unavailable","msgId":"066d4e84-2e21-4c30-8677-db67b6e6145b"}
                2022-11-03 11:06:41.962  - error: bluelink.0 (1043039) ManagedBluelinkyError: @EuropeVehicle.start: [503] Service Unavailable on [POST] https://prd.eu-ccapi.hyundai.com:8080/api/v2/spa/vehicles/-4f2800241850/control/temperature - {"retCode":"F","resCode":"5031","resMsg":"Unavailable remote control - Service Temporary Unavailable","msgId":"066d4e84-2e21-4c30-8677-db67b6e6145b"}
                    at U (/opt/iobroker/node_modules/bluelinky/dist/index.js:17:11700)
                    at G.<anonymous> (/opt/iobroker/node_modules/bluelinky/dist/index.js:17:16700)
                    at Generator.throw (<anonymous>)
                    at a (/opt/iobroker/node_modules/bluelinky/dist/index.js:17:136)
                    at processTicksAndRejections (node:internal/process/task_queues:96:5)
                2022-11-03 11:06:41.963  - error: bluelink.0 (1043039) @EuropeVehicle.start: [503] Service Unavailable on [POST] https://prd.eu-ccapi.hyundai.com:8080/api/v2/spa/vehicles/-479d-bb06-4f2800241850/control/temperature - {"retCode":"F","resCode":"5031","resMsg":"Unavailable remote control - Service Temporary Unavailable","msgId":"066d4e84-2e21-4c30-8677-db67b6e6145b"}
                2022-11-03 11:06:41.964  - info: bluelink.0 (1043039) Adapter bluelink cleaned up everything...
                2022-11-03 11:06:41.965  - info: bluelink.0 (1043039) terminating
                2022-11-03 11:06:41.967  - warn: bluelink.0 (1043039) Terminated (UNCAUGHT_EXCEPTION): Without reason
                2022-11-03 11:06:42.514  - info: simple-api.0 (1176) State value to set for "javascript.0.Wetterstation.Info.Hitzeindex" has to be type "number" but received type "string"
                2022-11-03 11:06:43.020  - error: host.VMC123-iobroker instance system.adapter.bluelink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                2022-11-03 11:06:43.021  - info: host.VMC123-iobroker Restart adapter system.adapter.bluelink.0 because enabled
                
                
                ? Offline
                ? Offline
                A Former User
                wrote on last edited by A Former User
                #714

                @ilovegym @arteck
                Hi,

                ich habe es auch mal mit meinem IONIQ 5 getestet in der Version 2.2.6 und ich habe das gleiche Problem wie @ilovegym . (Weil ich mir die Funktionserweiterung beim Fernklimatisieren auch sehr Wünsche)

                2022-11-16 10:54:33.825 - info: bluelink.0 (2012726) Login to api
                2022-11-16 10:54:38.340 - info: bluelink.0 (2012726) 1 Vehicles found
                2022-11-16 10:54:52.136 - info: bluelink.0 (2012726) State value to set for "bluelink.0.KMHKRXXXXXXXXXXXX.vehicleStatus.doorOpen.frontLeft" has to be type "boolean" but received type "number"
                2022-11-16 10:54:52.183 - info: bluelink.0 (2012726) State value to set for "bluelink.0.KMHKRXXXXXXXXXXXX.vehicleStatus.doorOpen.frontRight" has to be type "boolean" but received type "number"
                2022-11-16 10:54:52.189 - info: bluelink.0 (2012726) State value to set for "bluelink.0.KMHKRXXXXXXXXXXXX.vehicleStatus.doorOpen.backLeft" has to be type "boolean" but received type "number"
                2022-11-16 10:54:52.196 - info: bluelink.0 (2012726) State value to set for "bluelink.0.KMHKRXXXXXXXXXXXX.vehicleStatus.doorOpen.backRight" has to be type "boolean" but received type "number"
                2022-11-16 10:54:52.261 - info: bluelink.0 (2012726) State value to set for "bluelink.0.KMHKRXXXXXXXXXXXX.vehicleStatus.steerWheelHeat" has to be type "boolean" but received type "number"
                2022-11-16 10:54:57.137 - info: bluelink.0 (2012726) Starting clima for vehicle
                2022-11-16 10:54:57.292 - error: bluelink.0 (2012726) 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().
                2022-11-16 10:54:57.293 - error: bluelink.0 (2012726) unhandled promise rejection: @EuropeVehicle.start: [503] Service Unavailable on [POST] https://prd.eu-ccapi.hyundai.com:8080/api/v2/spa/vehicles/27972170-3287-4d84-aa30-4847f048e162/control/temperature - {"retCode":"F","resCode":"5031","resMsg":"Unavailable remote control - Service Temporary Unavailable","msgId":"65f58c5a-653c-4358-aa68-567a43b4662d"}
                2022-11-16 10:54:57.295 - error: bluelink.0 (2012726) ManagedBluelinkyError: @EuropeVehicle.start: [503] Service Unavailable on [POST] https://prd.eu-ccapi.hyundai.com:8080/api/v2/spa/vehicles/27972170-3287-4d84-aa30-4847f048e162/control/temperature - {"retCode":"F","resCode":"5031","resMsg":"Unavailable remote control - Service Temporary Unavailable","msgId":"65f58c5a-653c-4358-aa68-567a43b4662d"}
                at U (/opt/iobroker/node_modules/bluelinky/dist/index.js:17:11700)
                at G. (/opt/iobroker/node_modules/bluelinky/dist/index.js:17:16700)
                at Generator.throw ()
                at a (/opt/iobroker/node_modules/bluelinky/dist/index.js:17:136)
                at runMicrotasks ()
                at processTicksAndRejections (internal/process/task_queues.js:95:5)
                2022-11-16 10:54:57.297 - error: bluelink.0 (2012726) @EuropeVehicle.start: [503] Service Unavailable on [POST] https://prd.eu-ccapi.hyundai.com:8080/api/v2/spa/vehicles/27972170-3287-4d84-aa30-4847f048e162/control/temperature - {"retCode":"F","resCode":"5031","resMsg":"Unavailable remote control - Service Temporary Unavailable","msgId":"65f58c5a-653c-4358-aa68-567a43b4662d"}
                2022-11-16 10:54:57.310 - info: bluelink.0 (2012726) Adapter bluelink cleaned up everything...
                2022-11-16 10:54:57.312 - info: bluelink.0 (2012726) terminating
                2022-11-16 10:54:57.315 - warn: bluelink.0 (2012726) Terminated (UNCAUGHT_EXCEPTION): Without reason
                

                In Version 2.2.3., die ich davor (und auch nach dem Test wieder) genutzt habe, habe ich das Problem nicht.

                arteckA 1 Reply Last reply
                0
                • ? A Former User

                  @ilovegym @arteck
                  Hi,

                  ich habe es auch mal mit meinem IONIQ 5 getestet in der Version 2.2.6 und ich habe das gleiche Problem wie @ilovegym . (Weil ich mir die Funktionserweiterung beim Fernklimatisieren auch sehr Wünsche)

                  2022-11-16 10:54:33.825 - info: bluelink.0 (2012726) Login to api
                  2022-11-16 10:54:38.340 - info: bluelink.0 (2012726) 1 Vehicles found
                  2022-11-16 10:54:52.136 - info: bluelink.0 (2012726) State value to set for "bluelink.0.KMHKRXXXXXXXXXXXX.vehicleStatus.doorOpen.frontLeft" has to be type "boolean" but received type "number"
                  2022-11-16 10:54:52.183 - info: bluelink.0 (2012726) State value to set for "bluelink.0.KMHKRXXXXXXXXXXXX.vehicleStatus.doorOpen.frontRight" has to be type "boolean" but received type "number"
                  2022-11-16 10:54:52.189 - info: bluelink.0 (2012726) State value to set for "bluelink.0.KMHKRXXXXXXXXXXXX.vehicleStatus.doorOpen.backLeft" has to be type "boolean" but received type "number"
                  2022-11-16 10:54:52.196 - info: bluelink.0 (2012726) State value to set for "bluelink.0.KMHKRXXXXXXXXXXXX.vehicleStatus.doorOpen.backRight" has to be type "boolean" but received type "number"
                  2022-11-16 10:54:52.261 - info: bluelink.0 (2012726) State value to set for "bluelink.0.KMHKRXXXXXXXXXXXX.vehicleStatus.steerWheelHeat" has to be type "boolean" but received type "number"
                  2022-11-16 10:54:57.137 - info: bluelink.0 (2012726) Starting clima for vehicle
                  2022-11-16 10:54:57.292 - error: bluelink.0 (2012726) 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().
                  2022-11-16 10:54:57.293 - error: bluelink.0 (2012726) unhandled promise rejection: @EuropeVehicle.start: [503] Service Unavailable on [POST] https://prd.eu-ccapi.hyundai.com:8080/api/v2/spa/vehicles/27972170-3287-4d84-aa30-4847f048e162/control/temperature - {"retCode":"F","resCode":"5031","resMsg":"Unavailable remote control - Service Temporary Unavailable","msgId":"65f58c5a-653c-4358-aa68-567a43b4662d"}
                  2022-11-16 10:54:57.295 - error: bluelink.0 (2012726) ManagedBluelinkyError: @EuropeVehicle.start: [503] Service Unavailable on [POST] https://prd.eu-ccapi.hyundai.com:8080/api/v2/spa/vehicles/27972170-3287-4d84-aa30-4847f048e162/control/temperature - {"retCode":"F","resCode":"5031","resMsg":"Unavailable remote control - Service Temporary Unavailable","msgId":"65f58c5a-653c-4358-aa68-567a43b4662d"}
                  at U (/opt/iobroker/node_modules/bluelinky/dist/index.js:17:11700)
                  at G. (/opt/iobroker/node_modules/bluelinky/dist/index.js:17:16700)
                  at Generator.throw ()
                  at a (/opt/iobroker/node_modules/bluelinky/dist/index.js:17:136)
                  at runMicrotasks ()
                  at processTicksAndRejections (internal/process/task_queues.js:95:5)
                  2022-11-16 10:54:57.297 - error: bluelink.0 (2012726) @EuropeVehicle.start: [503] Service Unavailable on [POST] https://prd.eu-ccapi.hyundai.com:8080/api/v2/spa/vehicles/27972170-3287-4d84-aa30-4847f048e162/control/temperature - {"retCode":"F","resCode":"5031","resMsg":"Unavailable remote control - Service Temporary Unavailable","msgId":"65f58c5a-653c-4358-aa68-567a43b4662d"}
                  2022-11-16 10:54:57.310 - info: bluelink.0 (2012726) Adapter bluelink cleaned up everything...
                  2022-11-16 10:54:57.312 - info: bluelink.0 (2012726) terminating
                  2022-11-16 10:54:57.315 - warn: bluelink.0 (2012726) Terminated (UNCAUGHT_EXCEPTION): Without reason
                  

                  In Version 2.2.3., die ich davor (und auch nach dem Test wieder) genutzt habe, habe ich das Problem nicht.

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

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

                  Unavailable remote control - Service Temporary Unavailable

                  im ernst...

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

                  ? 1 Reply Last reply
                  0
                  • arteckA arteck

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

                    Unavailable remote control - Service Temporary Unavailable

                    im ernst...

                    ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #716

                    @arteck ja, denn der Fehler kommt immer! hab ich auch. In der App funktionierts ja.
                    Mit der vorigen Version des Adapters gehts. ( halt ohne die Temp zu setzen etc.)

                    arteckA 1 Reply Last reply
                    0
                    • ? A Former User

                      @arteck ja, denn der Fehler kommt immer! hab ich auch. In der App funktionierts ja.
                      Mit der vorigen Version des Adapters gehts. ( halt ohne die Temp zu setzen etc.)

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

                      @ilovegym installier mal meine version

                      https://github.com/arteck/ioBroker.bluelink

                      und mach nochmal.. dann log schauen nach -->

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

                      ? ? 2 Replies Last reply
                      0
                      • arteckA arteck

                        @ilovegym installier mal meine version

                        https://github.com/arteck/ioBroker.bluelink

                        und mach nochmal.. dann log schauen nach -->

                        ? Offline
                        ? Offline
                        A Former User
                        wrote on last edited by
                        #718

                        @arteck

                        Hello, gemacht, Adapter zeigt Version 2.2.3 an.
                        Steuern der Clima geht nicht, wenn ich auf start clima druecke, kommt ein undefined. Ein Lock/Unlock funktioniert, der vorige Fehler von Version 2.2.6 ist weg.

                        ilovegym@VMC123-iobroker /opt/iobroker $ iob logs --watch | grep bluelink.0
                        2022-11-17 08:32:13.914  - info: host.VMC123-iobroker iobroker Update "system.adapter.bluelink.0"
                        2022-11-17 08:32:13.922  - info: host.VMC123-iobroker stopInstance system.adapter.bluelink.0 (force=false, process=true)
                        2022-11-17 08:32:13.923  - info: bluelink.0 (635883) Got terminate signal TERMINATE_YOURSELF
                        2022-11-17 08:32:13.924  - info: bluelink.0 (635883) Adapter bluelink cleaned up everything...
                        2022-11-17 08:32:13.924  - info: bluelink.0 (635883) terminating
                        2022-11-17 08:32:13.924  - info: bluelink.0 (635883) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        2022-11-17 08:32:13.925  - info: host.VMC123-iobroker stopInstance system.adapter.bluelink.0 send kill signal
                        2022-11-17 08:32:14.723  - info: host.VMC123-iobroker instance system.adapter.bluelink.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        2022-11-17 08:32:17.191  - info: host.VMC123-iobroker instance system.adapter.bluelink.0 started with pid 687175
                        2022-11-17 08:32:18.289  - info: bluelink.0 (687175) starting. Version 2.2.3 (non-npm: arteck/ioBroker.bluelink#f3613b00ef64bb48fe5c5568a146f79bfbc18c81) in /opt/iobroker/node_modules/iobroker.bluelink, node: v16.18.1, js-controller: 4.0.23
                        2022-11-17 08:32:18.302  - info: bluelink.0 (687175) Login to api
                        2022-11-17 08:32:23.123  - info: bluelink.0 (687175) 1 Vehicles found
                        2022-11-17 08:34:00.504  - info: bluelink.0 (687175) Starting clima for vehicle
                        2022-11-17 08:34:00.506  - info: bluelink.0 (687175) --> airCtrl KMHKR81AFNU0.control.set.airCtrl
                        2022-11-17 08:34:00.506  - info: bluelink.0 (687175) --> airTemp KMHKR81AFNU0.control.set.airTemp
                        2022-11-17 08:34:00.507  - info: bluelink.0 (687175) --> defrost KMHKR81AFNU0.control.set.defrost
                        2022-11-17 08:34:00.507  - info: bluelink.0 (687175) --> heating KMHKR81AFNU0.control.set.heating
                        2022-11-17 08:34:00.639  - error: bluelink.0 (687175) undefined
                        2022-11-17 08:35:34.601  - info: bluelink.0 (687175) Starting unlock for vehicle
                        2022-11-17 08:35:34.763  - info: bluelink.0 (687175) Unlock successful
                        2022-11-17 08:35:54.255  - info: bluelink.0 (687175) Starting lock for vehicle
                        2022-11-17 08:35:54.395  - info: bluelink.0 (687175) Lock successful
                        2022-11-17 08:36:02.288  - info: bluelink.0 (687175) Starting clima for vehicle
                        2022-11-17 08:36:02.290  - info: bluelink.0 (687175) --> airCtrl KMHKR81AFNU0.control.set.airCtrl
                        2022-11-17 08:36:02.290  - info: bluelink.0 (687175) --> airTemp KMHKR81AFN.control.set.airTemp
                        2022-11-17 08:36:02.290  - info: bluelink.0 (687175) --> defrost KMHKR81AFNU0.control.set.defrost
                        2022-11-17 08:36:02.290  - info: bluelink.0 (687175) --> heating KMHKR81AFNU0.control.set.heating
                        2022-11-17 08:36:02.414  - error: bluelink.0 (687175) undefined
                        
                        

                        Ein komplettes Debuglog kann ich dir gerne per Mail senden...??

                        1 Reply Last reply
                        0
                        • arteckA arteck

                          @ilovegym installier mal meine version

                          https://github.com/arteck/ioBroker.bluelink

                          und mach nochmal.. dann log schauen nach -->

                          ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by
                          #719

                          @arteck

                          same here

                          2022-11-17 08:43:04.526 - info: bluelink.0 (2076917) Starting clima for vehicle
                          2022-11-17 08:43:04.534 - info: bluelink.0 (2076917) --> airCtrl KMHKR81XXXXXXXXX.control.set.airCtrl
                          2022-11-17 08:43:04.535 - info: bluelink.0 (2076917) --> airTemp KMHKR81XXXXXXXXX.control.set.airTemp
                          2022-11-17 08:43:04.536 - info: bluelink.0 (2076917) --> defrost KMHKR81XXXXXXXXX.control.set.defrost
                          2022-11-17 08:43:04.536 - info: bluelink.0 (2076917) --> heating KMHKR81XXXXXXXXX.control.set.heating
                          2022-11-17 08:43:04.982 - error: bluelink.0 (2076917) undefined
                          

                          Bildschirm­foto 2022-11-17 um 08.45.59.png

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

                            man sollte nix neben bei machen

                            installiert nochmal..ich will mal schauen ob die zahlen richtig übernommen werden

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

                            ? 1 Reply Last reply
                            0
                            • arteckA arteck

                              man sollte nix neben bei machen

                              installiert nochmal..ich will mal schauen ob die zahlen richtig übernommen werden

                              ? Offline
                              ? Offline
                              A Former User
                              wrote on last edited by
                              #721

                              @arteck

                              da kommt jetzt:

                              2022-11-17 10:10:59.095  - debug: bluelink.0 (823776) New Event for state: {"val":true,"ack":false,"ts":1668676259094,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1667470001835}
                              2022-11-17 10:10:59.095  - debug: bluelink.0 (823776) ID: "bluelink.0.KMHKR.control.start"
                              2022-11-17 10:10:59.095  - info: bluelink.0 (823776) Starting clima for vehicle
                              2022-11-17 10:10:59.097  - info: bluelink.0 (823776) --> [object Object]
                              2022-11-17 10:10:59.098  - info: bluelink.0 (823776) --> [object Object]
                              2022-11-17 10:10:59.098  - info: bluelink.0 (823776) --> [object Object]
                              2022-11-17 10:10:59.098  - info: bluelink.0 (823776) --> [object Object]
                              2022-11-17 10:10:59.238  - error: bluelink.0 (823776) {"source":{"name":"HTTPError","hostname":"prd.eu-ccapi.hyundai.com","method":
                              

                              und zum schluss im text wieder Service temporary unavalable... ist anscheinend die allgemeine Fehlermeldung, wenn sonst nix passt... ??

                              arteckA 1 Reply Last reply
                              0
                              • ? A Former User

                                @arteck

                                da kommt jetzt:

                                2022-11-17 10:10:59.095  - debug: bluelink.0 (823776) New Event for state: {"val":true,"ack":false,"ts":1668676259094,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1667470001835}
                                2022-11-17 10:10:59.095  - debug: bluelink.0 (823776) ID: "bluelink.0.KMHKR.control.start"
                                2022-11-17 10:10:59.095  - info: bluelink.0 (823776) Starting clima for vehicle
                                2022-11-17 10:10:59.097  - info: bluelink.0 (823776) --> [object Object]
                                2022-11-17 10:10:59.098  - info: bluelink.0 (823776) --> [object Object]
                                2022-11-17 10:10:59.098  - info: bluelink.0 (823776) --> [object Object]
                                2022-11-17 10:10:59.098  - info: bluelink.0 (823776) --> [object Object]
                                2022-11-17 10:10:59.238  - error: bluelink.0 (823776) {"source":{"name":"HTTPError","hostname":"prd.eu-ccapi.hyundai.com","method":
                                

                                und zum schluss im text wieder Service temporary unavalable... ist anscheinend die allgemeine Fehlermeldung, wenn sonst nix passt... ??

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

                                @ilovegym installier nochmal..bitää

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

                                ? 1 Reply Last reply
                                0
                                • arteckA arteck

                                  @ilovegym installier nochmal..bitää

                                  ? Offline
                                  ? Offline
                                  A Former User
                                  wrote on last edited by
                                  #723

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

                                  @ilovegym installier nochmal..bitää

                                  BINGO !! das wars :) super!

                                  2022-11-17 10:34:33.463  - debug: bluelink.0 (867157) New Event for state: {"val":true,"ack":false,"ts":1668677673462,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1667470001835}
                                  2022-11-17 10:34:33.463  - debug: bluelink.0 (867157) ID: "bluelink.0.KMHKR81AFNU.control.start"
                                  2022-11-17 10:34:33.463  - info: bluelink.0 (867157) Starting clima for vehicle
                                  2022-11-17 10:34:33.465  - info: bluelink.0 (867157) --> airCtrl true
                                  2022-11-17 10:34:33.465  - info: bluelink.0 (867157) --> airTemp 25
                                  2022-11-17 10:34:33.465  - info: bluelink.0 (867157) --> defrost 25
                                  2022-11-17 10:34:33.466  - info: bluelink.0 (867157) --> heating true
                                  
                                  
                                  

                                  Keine Fehler, Klima ist aktiv im Auto und alles was ich eingestellt habe! Super!! Keinen kalten Arsch mehr hehe.. :D

                                  arteckA 1 Reply Last reply
                                  0
                                  • ? A Former User

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

                                    @ilovegym installier nochmal..bitää

                                    BINGO !! das wars :) super!

                                    2022-11-17 10:34:33.463  - debug: bluelink.0 (867157) New Event for state: {"val":true,"ack":false,"ts":1668677673462,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1667470001835}
                                    2022-11-17 10:34:33.463  - debug: bluelink.0 (867157) ID: "bluelink.0.KMHKR81AFNU.control.start"
                                    2022-11-17 10:34:33.463  - info: bluelink.0 (867157) Starting clima for vehicle
                                    2022-11-17 10:34:33.465  - info: bluelink.0 (867157) --> airCtrl true
                                    2022-11-17 10:34:33.465  - info: bluelink.0 (867157) --> airTemp 25
                                    2022-11-17 10:34:33.465  - info: bluelink.0 (867157) --> defrost 25
                                    2022-11-17 10:34:33.466  - info: bluelink.0 (867157) --> heating true
                                    
                                    
                                    

                                    Keine Fehler, Klima ist aktiv im Auto und alles was ich eingestellt habe! Super!! Keinen kalten Arsch mehr hehe.. :D

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

                                    @ilovegym ok dann mach ich für den @Newan ein pr.. Danke fürs testen

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

                                    ? 1 Reply Last reply
                                    0
                                    • arteckA arteck

                                      @ilovegym ok dann mach ich für den @Newan ein pr.. Danke fürs testen

                                      ? Offline
                                      ? Offline
                                      A Former User
                                      wrote on last edited by
                                      #725

                                      @arteck

                                      ich kann die Funktion jetzt auch bestätigen, danke

                                      aktuell lässt sich dadurch die Temepraur + Aircon + Defrost Windscreen aktivieren.
                                      Besteht ggf. noch de chance auch die Werte für Steering wheel warme + Rear Window + die Mirror zu editieren/aktivieren?

                                      Screenshot_20221117-112343.png

                                      ? arteckA 2 Replies Last reply
                                      0
                                      • ? A Former User

                                        @arteck

                                        ich kann die Funktion jetzt auch bestätigen, danke

                                        aktuell lässt sich dadurch die Temepraur + Aircon + Defrost Windscreen aktivieren.
                                        Besteht ggf. noch de chance auch die Werte für Steering wheel warme + Rear Window + die Mirror zu editieren/aktivieren?

                                        Screenshot_20221117-112343.png

                                        ? Offline
                                        ? Offline
                                        A Former User
                                        wrote on last edited by
                                        #726

                                        @williwilliwilli

                                        Stimmt, die gehen nicht an, wobei das auch an der aktuellen Temp liegen kann? Hyundai programmiert da ja teilweise seltsame Sachen..
                                        Ich schau morgen frueh nochmal, wenns richtig kalt ist..

                                        ? 1 Reply Last reply
                                        0
                                        • ? A Former User

                                          @arteck

                                          ich kann die Funktion jetzt auch bestätigen, danke

                                          aktuell lässt sich dadurch die Temepraur + Aircon + Defrost Windscreen aktivieren.
                                          Besteht ggf. noch de chance auch die Werte für Steering wheel warme + Rear Window + die Mirror zu editieren/aktivieren?

                                          Screenshot_20221117-112343.png

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

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

                                          Besteht ggf. noch de chance auch die Werte für Steering wheel warme + Rear Window + die Mirror zu editieren/aktivieren?

                                          weiss ich nicht.. müsste ich mir anschauen was da ider der API möglich ist ..oder weiss du @Newan das vielleicht ??

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

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          336

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          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