Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter BMW/Mini v4.x.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.6k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.1k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.9k

Test Adapter BMW/Mini v4.x.x

Geplant Angeheftet Gesperrt Verschoben Tester
1.0k Beiträge 96 Kommentatoren 270.5k Aufrufe 85 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Steffe.S.S Steffe.S.

    @sticks

    welcher SOC Datenpunkt wird denn automatisch aktualisiert? Bei mit kommt die Aktualisierung nur, wenn der Ladevorgang endet oder startet

    S Offline
    S Offline
    sticks
    schrieb am zuletzt editiert von sticks
    #839

    @steffe-s

    Der Datenpunkt mit dem Ladestand ist der hier, wird aber leider nur sehr selten aktualisiert bei mir z.B. von 38% auf 47% und dann auf jetzt gerade 56% (lade mit 11kW):

    
    bmw.0.WBXXXXXXXXXX.stream.vehicle.drivetrain.batteryManagement.header
    

    (Der Datenpunkt mit dem Ladestand scheint aber auch noch vom Fahrzeugmodell abzuhängen, andere BMW-Modelle haben den SOC Datenpunkt wieder ganz woanders. - Und wenn die einen ganz anderen Datenpunkt haben, kann natürlich sein dass der sich auch anders verhält als bei meinem IX3)

    1 Antwort Letzte Antwort
    1
    • B Blau-Mann

      @manny4566
      Wie bekommst du die Daten aus ioBroker gerade in EVCC rein. Ich scheitere momentan…

      M Offline
      M Offline
      manny4566
      schrieb am zuletzt editiert von manny4566
      #840

      @blau-mann
      Über den Simple API Adapter hole ich die einfach mit einem http GET ab. Reicht ja schon.

      - name: BMWi3
        type: custom
        title: BMWi3
        capacity: 42.2 # Akkukapazität in kWh (optional)
        soc:
          source: http
          uri: "http://192.168.0.201:8087/get/bmw.0.XXX.stream.vehicle.drivetrain.electricEngine.charging.level.value"
          method: GET
          jq: .val
      
      

      Doku und weitere Werte, die man liefern kann:
      https://docs.evcc.io/docs/devices/plugins#vehicle

      1 Antwort Letzte Antwort
      0
      • T tombox

        @jb_sullivan ich habe die api Nutzung geändert und api container hinzugefügt bitte mal die GitHub version testen und oben man über remote.fetchViaAPI vielleicht Daten während des Ladens bekommt

        S Offline
        S Offline
        stenmic
        schrieb am zuletzt editiert von stenmic
        #841

        @tombox sagte in Test Adapter BMW/Mini v4.x.x:

        @jb_sullivan ich habe die api Nutzung geändert und api container hinzugefügt bitte mal die GitHub version testen und oben man über remote.fetchViaAPI vielleicht Daten während des Ladens bekommt

        Ich hab die neueste Version installiert und folgende Hinweise:

        • Es werden jetzt alle Objekte die es gibt im stream erstellt (auch wenn sie leer bleiben, ca 80% bei mir)
        • Was vorher true/false war ist jetzt vermehrt ein text string (z.B. CLOSED bei Fenstern)
        • Obwohl ich im Adapter das Aktivierungsintervall für Telematik auf 0 gestellt habe, hagelt es Fehlermeldungen im Log

        2025-10-03 17 49 14.jpg

        Die manuelle Aktualisierung der API find ich auf jeden Fall den richtigen Weg!

        1 Antwort Letzte Antwort
        0
        • Steffe.S.S Steffe.S.

          @dasbo1975 sagte in Test Adapter BMW/Mini v4.x.x:

          im Mini Portal komme ich nicht wirklich weiter. Es ist dort, sagen wir mal, sehr Mini

          1. In Deinem Mini Konto einloggen
          2. auf Fahrzeugübersicht klicken

          Screenshot_20251003_110213_edit_244234208827834.jpg

          1. MINI CarData anklicken und weiter wie beschrieben

          Screenshot_20251003_110039_edit_244836192869409.jpg

          DasBo1975D Offline
          DasBo1975D Offline
          DasBo1975
          Developer
          schrieb am zuletzt editiert von
          #842

          @steffe-s mega, dankeschön

          • Entwickler des Adapters PoolControl

          • Einfach macht aus einem Problem keine Lösung

          • universelle Gerätedatenstruktur mit kontextueller Funktionszuordnung. Oder einfach gesagt: Jedes Gerät spricht dieselbe Sprache - nur nicht jedes sagt alles!

          1 Antwort Letzte Antwort
          0
          • M Offline
            M Offline
            manny4566
            schrieb am zuletzt editiert von manny4566
            #843

            @tombox

            Ich hatte es schon vermutet, da es die einzige Änderung der letzten Tage bei mir war.
            Mein Iobroker rennt aufgrund von OOM vor die Wand. Die Ursache ist der BMW Adapter, der plötzlich RAM verschlingt, bis nix mehr da ist.
            Habe ihn dabei gerade live erwischt und dann gestoppt.

            So fing es an, vorher lief er Stunden ruhig. Er rennt in eine Endlosschleife und mach immer die Autorisierung neu:


            2025-10-03 19:18:15.345 - ESC[33mwarnESC[39m: bmw.0 (22461) API quota for static dataexhausted: 50/50 calls used in last 24h. Stream data still working.
            2025-10-03 19:18:15.345 - ESC[33mwarnESC[39m: bmw.0 (22461) API quota exhausted for get telematic data for XXX - continuing anyway
            2025-10-03 19:18:15.410 - ESC[31merrorESC[39m: bmw.0 (22461) get telematic data for XXX failed: Request failed with status code 429
            2025-10-03 19:18:15.410 - ESC[31merrorESC[39m: bmw.0 (22461) Response status: 429
            2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has bee
            n reached."}
            2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Failed to retrieve telematic data for XXX with container M00Q005R511KO: Request failed with status code 429
            2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Response status: 429
            2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has bee
            n reached."}
            2025-10-03 19:18:15.411 - ESC[33mwarnESC[39m: bmw.0 (22461) No telematic data retrieved for XXX during periodic update
            2025-10-03 19:18:16.187 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
            2025-10-03 19:18:46.187 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT reconnecting...
            2025-10-03 19:18:49.357 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Bad username or password
            2025-10-03 19:18:49.357 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
            2025-10-03 19:18:49.358 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
            2025-10-03 19:18:51.896 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully
            2025-10-03 19:18:51.956 - ESC[32minfoESC[39m: bmw.0 (22461) BMW MQTT stream connected
            2025-10-03 19:18:51.956 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT subscription failed: client disconnecting
            2025-10-03 19:18:56.950 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
            2025-10-03 19:18:56.950 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
            2025-10-03 19:18:56.952 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
            2025-10-03 19:18:59.117 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully

            2025-10-03 19:18:59.173 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
            2025-10-03 19:18:59.175 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
            2025-10-03 19:19:01.591 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully
            2025-10-03 19:19:11.654 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
            2025-10-03 19:19:11.654 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
            2025-10-03 19:19:11.656 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
            2025-10-03 19:19:11.660 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
            2025-10-03 19:19:11.660 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
            2025-10-03 19:19:11.661 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
            2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Token refresh failed:
            2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Error stack:
            2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Response status:
            2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Response headers:
            2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Response data:
            2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Request details:
            2025-10-03 19:19:12.238 - ESC[32minfoESC[39m: bmw.0 (22461) Starting new device authorization flow
            2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) ================================================================================
            2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) BMW CARDATA AUTHORIZATION REQUIRED
            2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) ================================================================================
            2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 1. Visit: https://customer.bmwgroup.com/oneid/link?user_code=YWkWFi3K
            2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 2. Or visit: https://customer.bmwgroup.com/oneid/link and enter code: YWkWFi3K
            2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 3. Login with your BMW account and authorize
            2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 4. Code expires in 5 minutes
            2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) The adapter will automatically continue after authorization
            2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) ================================================================================
            2025-10-03 19:19:13.824 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully
            2025-10-03 19:19:13.878 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
            2025-10-03 19:19:13.878 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
            2025-10-03 19:19:13.880 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
            2025-10-03 19:19:14.188 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
            2025-10-03 19:19:14.188 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
            2025-10-03 19:19:14.189 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
            2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Token refresh failed:
            2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Error stack:
            2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Response status:
            2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Response headers:
            2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Response data:
            2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Request details:
            2025-10-03 19:19:15.206 - ESC[32minfoESC[39m: bmw.0 (22461) Starting new device authorization flow

            Hast eine Idee woran es liegen kann?

            Da steht auch was von

            MQTT error: Connection refused: Bad username or password
            

            Aber starte ich den Adapter neu, läuft er erstmal wieder paar Stunden ohne Probleme.
            Danke

            S M T 3 Antworten Letzte Antwort
            0
            • M manny4566

              @tombox

              Ich hatte es schon vermutet, da es die einzige Änderung der letzten Tage bei mir war.
              Mein Iobroker rennt aufgrund von OOM vor die Wand. Die Ursache ist der BMW Adapter, der plötzlich RAM verschlingt, bis nix mehr da ist.
              Habe ihn dabei gerade live erwischt und dann gestoppt.

              So fing es an, vorher lief er Stunden ruhig. Er rennt in eine Endlosschleife und mach immer die Autorisierung neu:


              2025-10-03 19:18:15.345 - ESC[33mwarnESC[39m: bmw.0 (22461) API quota for static dataexhausted: 50/50 calls used in last 24h. Stream data still working.
              2025-10-03 19:18:15.345 - ESC[33mwarnESC[39m: bmw.0 (22461) API quota exhausted for get telematic data for XXX - continuing anyway
              2025-10-03 19:18:15.410 - ESC[31merrorESC[39m: bmw.0 (22461) get telematic data for XXX failed: Request failed with status code 429
              2025-10-03 19:18:15.410 - ESC[31merrorESC[39m: bmw.0 (22461) Response status: 429
              2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has bee
              n reached."}
              2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Failed to retrieve telematic data for XXX with container M00Q005R511KO: Request failed with status code 429
              2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Response status: 429
              2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has bee
              n reached."}
              2025-10-03 19:18:15.411 - ESC[33mwarnESC[39m: bmw.0 (22461) No telematic data retrieved for XXX during periodic update
              2025-10-03 19:18:16.187 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
              2025-10-03 19:18:46.187 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT reconnecting...
              2025-10-03 19:18:49.357 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Bad username or password
              2025-10-03 19:18:49.357 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
              2025-10-03 19:18:49.358 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
              2025-10-03 19:18:51.896 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully
              2025-10-03 19:18:51.956 - ESC[32minfoESC[39m: bmw.0 (22461) BMW MQTT stream connected
              2025-10-03 19:18:51.956 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT subscription failed: client disconnecting
              2025-10-03 19:18:56.950 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
              2025-10-03 19:18:56.950 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
              2025-10-03 19:18:56.952 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
              2025-10-03 19:18:59.117 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully

              2025-10-03 19:18:59.173 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
              2025-10-03 19:18:59.175 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
              2025-10-03 19:19:01.591 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully
              2025-10-03 19:19:11.654 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
              2025-10-03 19:19:11.654 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
              2025-10-03 19:19:11.656 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
              2025-10-03 19:19:11.660 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
              2025-10-03 19:19:11.660 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
              2025-10-03 19:19:11.661 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
              2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Token refresh failed:
              2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Error stack:
              2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Response status:
              2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Response headers:
              2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Response data:
              2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Request details:
              2025-10-03 19:19:12.238 - ESC[32minfoESC[39m: bmw.0 (22461) Starting new device authorization flow
              2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) ================================================================================
              2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) BMW CARDATA AUTHORIZATION REQUIRED
              2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) ================================================================================
              2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 1. Visit: https://customer.bmwgroup.com/oneid/link?user_code=YWkWFi3K
              2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 2. Or visit: https://customer.bmwgroup.com/oneid/link and enter code: YWkWFi3K
              2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 3. Login with your BMW account and authorize
              2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 4. Code expires in 5 minutes
              2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) The adapter will automatically continue after authorization
              2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) ================================================================================
              2025-10-03 19:19:13.824 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully
              2025-10-03 19:19:13.878 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
              2025-10-03 19:19:13.878 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
              2025-10-03 19:19:13.880 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
              2025-10-03 19:19:14.188 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
              2025-10-03 19:19:14.188 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
              2025-10-03 19:19:14.189 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
              2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Token refresh failed:
              2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Error stack:
              2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Response status:
              2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Response headers:
              2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Response data:
              2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Request details:
              2025-10-03 19:19:15.206 - ESC[32minfoESC[39m: bmw.0 (22461) Starting new device authorization flow

              Hast eine Idee woran es liegen kann?

              Da steht auch was von

              MQTT error: Connection refused: Bad username or password
              

              Aber starte ich den Adapter neu, läuft er erstmal wieder paar Stunden ohne Probleme.
              Danke

              S Offline
              S Offline
              stenmic
              schrieb am zuletzt editiert von stenmic
              #844

              @manny4566 schau mal bei BMW (Car Data) nach ob der Mqtt Dienst noch läuft. Bei mir war alles weg heute.

              M 1 Antwort Letzte Antwort
              0
              • S stenmic

                @manny4566 schau mal bei BMW (Car Data) nach ob der Mqtt Dienst noch läuft. Bei mir war alles weg heute.

                M Offline
                M Offline
                manny4566
                schrieb am zuletzt editiert von
                #845

                @stenmic Der ist eigentlich da. Nach dem Neustart des Adapters läuft er ja erstmal wieder.

                1 Antwort Letzte Antwort
                0
                • JB_SullivanJ JB_Sullivan

                  @tombox

                  Vielen Dank für die neue GIT Version. Diese kam für mich gerade passend, da das Auto an der Ladestation hing.

                  Es sind nun unglaublich viele neue DP`s unter dem Stream Register dazu gekommen. Für mich macht es den Eindruck als wenn das ALLE verfügbaren Datenpunkte sind die es gibt und nicht mehr über die FIN Fahrzeug spezifisch separiert wird.

                  Mit aktivem Ladevorgang und anschließender Testrunde durch den Ort, haben sich 95% der Datenpunkte NICHT mit Leben gefüllt. Ein Großteil der Datenpunkte beziehen sich auf Verbrenner und Funktionen die es bei meinem BMW i3S nie gab (z.B. Lenkradheizung, Sitzbelüftung, Benzinverbräuche usw.)

                  Fehlermeldungen während der Installation des neuen Adapter gab es keine.

                  PS: Jetzt habe ich im übrigen den DeepSleep Datenpunkt - der bleibt aber leer.

                  
                  bmw.0
                  14760	2025-10-03 14:04:05.184	info	Container verification successful: Retrieved 293 telematic data points for WBxxxxxxxxxxx
                  
                  bmw.0
                  14760	2025-10-03 14:04:05.936	info	Setting up periodic telematic data updates every 60 minutes for 1 vehicle(s)
                  
                  bmw.0
                  14760	2025-10-03 14:04:05.937	info	BMW CarData adapter startup complete
                  
                  bmw.0
                  14760	2025-10-03 14:04:05.937	info	MQTT streaming: enabled
                  
                  bmw.0
                  14760	2025-10-03 14:04:05.938	info	API quota: 46/50 calls remaining for static data. Updates via MQTT do not count against quota.
                  
                  bmw.0
                  14760	2025-10-03 14:04:06.074	info	BMW MQTT stream connected
                  
                  T Offline
                  T Offline
                  tombox
                  schrieb am zuletzt editiert von
                  #846

                  @jb_sullivan ok ich würde behaupten dass die Datenpunkt mit timestamp null die sind die nicht relevant für das Fahrzeug sind?

                  1 Antwort Letzte Antwort
                  0
                  • M manny4566

                    @tombox

                    Ich hatte es schon vermutet, da es die einzige Änderung der letzten Tage bei mir war.
                    Mein Iobroker rennt aufgrund von OOM vor die Wand. Die Ursache ist der BMW Adapter, der plötzlich RAM verschlingt, bis nix mehr da ist.
                    Habe ihn dabei gerade live erwischt und dann gestoppt.

                    So fing es an, vorher lief er Stunden ruhig. Er rennt in eine Endlosschleife und mach immer die Autorisierung neu:


                    2025-10-03 19:18:15.345 - ESC[33mwarnESC[39m: bmw.0 (22461) API quota for static dataexhausted: 50/50 calls used in last 24h. Stream data still working.
                    2025-10-03 19:18:15.345 - ESC[33mwarnESC[39m: bmw.0 (22461) API quota exhausted for get telematic data for XXX - continuing anyway
                    2025-10-03 19:18:15.410 - ESC[31merrorESC[39m: bmw.0 (22461) get telematic data for XXX failed: Request failed with status code 429
                    2025-10-03 19:18:15.410 - ESC[31merrorESC[39m: bmw.0 (22461) Response status: 429
                    2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has bee
                    n reached."}
                    2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Failed to retrieve telematic data for XXX with container M00Q005R511KO: Request failed with status code 429
                    2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Response status: 429
                    2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has bee
                    n reached."}
                    2025-10-03 19:18:15.411 - ESC[33mwarnESC[39m: bmw.0 (22461) No telematic data retrieved for XXX during periodic update
                    2025-10-03 19:18:16.187 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                    2025-10-03 19:18:46.187 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT reconnecting...
                    2025-10-03 19:18:49.357 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Bad username or password
                    2025-10-03 19:18:49.357 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                    2025-10-03 19:18:49.358 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                    2025-10-03 19:18:51.896 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully
                    2025-10-03 19:18:51.956 - ESC[32minfoESC[39m: bmw.0 (22461) BMW MQTT stream connected
                    2025-10-03 19:18:51.956 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT subscription failed: client disconnecting
                    2025-10-03 19:18:56.950 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
                    2025-10-03 19:18:56.950 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                    2025-10-03 19:18:56.952 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                    2025-10-03 19:18:59.117 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully

                    2025-10-03 19:18:59.173 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                    2025-10-03 19:18:59.175 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                    2025-10-03 19:19:01.591 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully
                    2025-10-03 19:19:11.654 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
                    2025-10-03 19:19:11.654 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                    2025-10-03 19:19:11.656 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                    2025-10-03 19:19:11.660 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
                    2025-10-03 19:19:11.660 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                    2025-10-03 19:19:11.661 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                    2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Token refresh failed:
                    2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Error stack:
                    2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Response status:
                    2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Response headers:
                    2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Response data:
                    2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Request details:
                    2025-10-03 19:19:12.238 - ESC[32minfoESC[39m: bmw.0 (22461) Starting new device authorization flow
                    2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) ================================================================================
                    2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) BMW CARDATA AUTHORIZATION REQUIRED
                    2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) ================================================================================
                    2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 1. Visit: https://customer.bmwgroup.com/oneid/link?user_code=YWkWFi3K
                    2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 2. Or visit: https://customer.bmwgroup.com/oneid/link and enter code: YWkWFi3K
                    2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 3. Login with your BMW account and authorize
                    2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 4. Code expires in 5 minutes
                    2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) The adapter will automatically continue after authorization
                    2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) ================================================================================
                    2025-10-03 19:19:13.824 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully
                    2025-10-03 19:19:13.878 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
                    2025-10-03 19:19:13.878 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                    2025-10-03 19:19:13.880 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                    2025-10-03 19:19:14.188 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
                    2025-10-03 19:19:14.188 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                    2025-10-03 19:19:14.189 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                    2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Token refresh failed:
                    2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Error stack:
                    2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Response status:
                    2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Response headers:
                    2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Response data:
                    2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Request details:
                    2025-10-03 19:19:15.206 - ESC[32minfoESC[39m: bmw.0 (22461) Starting new device authorization flow

                    Hast eine Idee woran es liegen kann?

                    Da steht auch was von

                    MQTT error: Connection refused: Bad username or password
                    

                    Aber starte ich den Adapter neu, läuft er erstmal wieder paar Stunden ohne Probleme.
                    Danke

                    M Offline
                    M Offline
                    manny4566
                    schrieb am zuletzt editiert von manny4566
                    #847

                    @manny4566

                    Update:
                    der Absturz wird vielleicht auch durch diese Fehler verursacht.

                    2025-10-03 22:18:09.657  - error: bmw.0 (49709) MQTT error: write EPROTO C04C48597B700000:error:0A0003F2:SSL routines:ssl3_read_bytes:sslv3 alert unexpected message:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1605:SSL alert number 10
                    2025-10-03 22:18:09.658  - error: bmw.0 (49709) MQTT error: write EPROTO C04C48597B700000:error:0A0003F2:SSL routines:ssl3_read_bytes:sslv3 alert unexpected message:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1605:SSL alert number 10
                    

                    Debian 13.1
                    OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)

                    1 Antwort Letzte Antwort
                    0
                    • M manny4566

                      @tombox

                      Ich hatte es schon vermutet, da es die einzige Änderung der letzten Tage bei mir war.
                      Mein Iobroker rennt aufgrund von OOM vor die Wand. Die Ursache ist der BMW Adapter, der plötzlich RAM verschlingt, bis nix mehr da ist.
                      Habe ihn dabei gerade live erwischt und dann gestoppt.

                      So fing es an, vorher lief er Stunden ruhig. Er rennt in eine Endlosschleife und mach immer die Autorisierung neu:


                      2025-10-03 19:18:15.345 - ESC[33mwarnESC[39m: bmw.0 (22461) API quota for static dataexhausted: 50/50 calls used in last 24h. Stream data still working.
                      2025-10-03 19:18:15.345 - ESC[33mwarnESC[39m: bmw.0 (22461) API quota exhausted for get telematic data for XXX - continuing anyway
                      2025-10-03 19:18:15.410 - ESC[31merrorESC[39m: bmw.0 (22461) get telematic data for XXX failed: Request failed with status code 429
                      2025-10-03 19:18:15.410 - ESC[31merrorESC[39m: bmw.0 (22461) Response status: 429
                      2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has bee
                      n reached."}
                      2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Failed to retrieve telematic data for XXX with container M00Q005R511KO: Request failed with status code 429
                      2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Response status: 429
                      2025-10-03 19:18:15.411 - ESC[31merrorESC[39m: bmw.0 (22461) Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has bee
                      n reached."}
                      2025-10-03 19:18:15.411 - ESC[33mwarnESC[39m: bmw.0 (22461) No telematic data retrieved for XXX during periodic update
                      2025-10-03 19:18:16.187 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                      2025-10-03 19:18:46.187 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT reconnecting...
                      2025-10-03 19:18:49.357 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Bad username or password
                      2025-10-03 19:18:49.357 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                      2025-10-03 19:18:49.358 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                      2025-10-03 19:18:51.896 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully
                      2025-10-03 19:18:51.956 - ESC[32minfoESC[39m: bmw.0 (22461) BMW MQTT stream connected
                      2025-10-03 19:18:51.956 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT subscription failed: client disconnecting
                      2025-10-03 19:18:56.950 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
                      2025-10-03 19:18:56.950 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                      2025-10-03 19:18:56.952 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                      2025-10-03 19:18:59.117 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully

                      2025-10-03 19:18:59.173 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                      2025-10-03 19:18:59.175 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                      2025-10-03 19:19:01.591 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully
                      2025-10-03 19:19:11.654 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
                      2025-10-03 19:19:11.654 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                      2025-10-03 19:19:11.656 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                      2025-10-03 19:19:11.660 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
                      2025-10-03 19:19:11.660 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                      2025-10-03 19:19:11.661 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                      2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Token refresh failed:
                      2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Error stack:
                      2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Response status:
                      2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Response headers:
                      2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Response data:
                      2025-10-03 19:19:12.238 - ESC[31merrorESC[39m: bmw.0 (22461) Request details:
                      2025-10-03 19:19:12.238 - ESC[32minfoESC[39m: bmw.0 (22461) Starting new device authorization flow
                      2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) ================================================================================
                      2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) BMW CARDATA AUTHORIZATION REQUIRED
                      2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) ================================================================================
                      2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 1. Visit: https://customer.bmwgroup.com/oneid/link?user_code=YWkWFi3K
                      2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 2. Or visit: https://customer.bmwgroup.com/oneid/link and enter code: YWkWFi3K
                      2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 3. Login with your BMW account and authorize
                      2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) 4. Code expires in 5 minutes
                      2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) The adapter will automatically continue after authorization
                      2025-10-03 19:19:12.288 - ESC[32minfoESC[39m: bmw.0 (22461) ================================================================================
                      2025-10-03 19:19:13.824 - ESC[32minfoESC[39m: bmw.0 (22461) Token refreshed successfully
                      2025-10-03 19:19:13.878 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
                      2025-10-03 19:19:13.878 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                      2025-10-03 19:19:13.880 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                      2025-10-03 19:19:14.188 - ESC[31merrorESC[39m: bmw.0 (22461) MQTT error: Connection refused: Not authorized
                      2025-10-03 19:19:14.188 - ESC[33mwarnESC[39m: bmw.0 (22461) MQTT authentication failed - attempting token refresh
                      2025-10-03 19:19:14.189 - ESC[32minfoESC[39m: bmw.0 (22461) MQTT connection closed
                      2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Token refresh failed:
                      2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Error stack:
                      2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Response status:
                      2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Response headers:
                      2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Response data:
                      2025-10-03 19:19:15.206 - ESC[31merrorESC[39m: bmw.0 (22461) Request details:
                      2025-10-03 19:19:15.206 - ESC[32minfoESC[39m: bmw.0 (22461) Starting new device authorization flow

                      Hast eine Idee woran es liegen kann?

                      Da steht auch was von

                      MQTT error: Connection refused: Bad username or password
                      

                      Aber starte ich den Adapter neu, läuft er erstmal wieder paar Stunden ohne Probleme.
                      Danke

                      T Offline
                      T Offline
                      tombox
                      schrieb am zuletzt editiert von
                      #848

                      @manny4566 sollte in der aktuellen GitHub version behoben sein

                      M 1 Antwort Letzte Antwort
                      0
                      • JB_SullivanJ Offline
                        JB_SullivanJ Offline
                        JB_Sullivan
                        schrieb am zuletzt editiert von JB_Sullivan
                        #849

                        Habe jetzt auch die aktuelle 4.1.0 aus dem GIT installiert.

                        Bis auf eine Kleinigkeit (die "Ungereimtheit" bei der Meldung von Sourceanalytix bzgl. des DP Format) scheint die Installation Fehlerfrei gelaufen zu sein.

                        Die Meldung, das 233 no Timestamp Objekte heraus gefiltert werden, bedeutet konkret was? Kann ich die händisch aus dem Datenpunkt Baum heraus löschen? Oder sollte das eigentlich der Adapter machen?

                        Hier noch ein kleiner Fehler - kommt der so von BMW oder ist dir da was beim erstellen der Liste verrutscht? Hier sind Wert und Unit vertauscht.

                        37fb6acd-630e-4e4f-9209-cd0d1abe9836-image.png

                        
                        
                        bmw.0
                        15620	2025-10-04 09:10:11.361	info	starting. Version 4.1.0 (non-npm: TA2k/ioBroker.bmw) in C:/ioBroker/GLT/node_modules/iobroker.bmw, node: v20.19.2, js-controller: 7.0.7
                        
                        bmw.0
                        15620	2025-10-04 09:10:11.524	info	Found stored BMW CarData session
                        
                        bmw.0
                        15620	2025-10-04 09:10:13.266	info	Starting BMW CarData vehicle discovery...
                        
                        bmw.0
                        15620	2025-10-04 09:10:13.725	info	Found 1 BMW vehicles
                        
                        bmw.0
                        15620	2025-10-04 09:10:13.725	info	Added vehicle: WBYxxxxxxxx
                        
                        bmw.0
                        15620	2025-10-04 09:10:16.603	info	Setting up telematic container...
                        
                        bmw.0
                        15620	2025-10-04 09:10:16.615	info	Using existing container ID: U00G005X495HC
                        
                        bmw.0
                        15620	2025-10-04 09:10:17.066	info	Telematic data retrieved for WBYxxxxxxxxxxxxx: 60 relevant data points (233 null timestamp entries filtered out)
                        
                        sourceanalytix.0
                        11304	2025-10-04 09:10:21.170	info	Updating SourceAnalytix configuration for : bmw.0.WBYxxxxxxxxxx.stream.vehicle.vehicle.travelledDistance.value
                        
                        sourceanalytix.0
                        11304	2025-10-04 09:10:21.194	error	Input value for bmw.0.WBYxxxxxxxxxx.stream.vehicle.vehicle.travelledDistance.value, type = string but should be a number, cannot handle calculation
                        
                        sourceanalytix.0
                        11304	2025-10-04 09:10:33.240	error	Input value for bmw.0.WBYxxxxxxxxxx.stream.vehicle.vehicle.travelledDistance.value, type = string but should be a number, cannot handle calculation
                        
                        bmw.0
                        15620	2025-10-04 09:10:38.144	info	Existing container is valid and working - retrieved 60 telematic data points
                        
                        bmw.0
                        15620	2025-10-04 09:10:38.145	info	Telematic container setup completed. Container ID: U00G005X495HC
                        
                        bmw.0
                        15620	2025-10-04 09:10:38.873	info	Setting up periodic telematic data updates every 60 minutes for 1 vehicle(s)
                        
                        bmw.0
                        15620	2025-10-04 09:10:38.873	info	BMW CarData adapter startup complete
                        
                        bmw.0
                        15620	2025-10-04 09:10:38.876	info	MQTT streaming: enabled
                        
                        bmw.0
                        15620	2025-10-04 09:10:38.877	info	API quota: 21/50 calls remaining for static data. Updates via MQTT do not count against quota.
                        
                        bmw.0
                        15620	2025-10-04 09:10:38.970	info	BMW MQTT stream connected
                        

                        ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                        T 1 Antwort Letzte Antwort
                        0
                        • JB_SullivanJ JB_Sullivan

                          Habe jetzt auch die aktuelle 4.1.0 aus dem GIT installiert.

                          Bis auf eine Kleinigkeit (die "Ungereimtheit" bei der Meldung von Sourceanalytix bzgl. des DP Format) scheint die Installation Fehlerfrei gelaufen zu sein.

                          Die Meldung, das 233 no Timestamp Objekte heraus gefiltert werden, bedeutet konkret was? Kann ich die händisch aus dem Datenpunkt Baum heraus löschen? Oder sollte das eigentlich der Adapter machen?

                          Hier noch ein kleiner Fehler - kommt der so von BMW oder ist dir da was beim erstellen der Liste verrutscht? Hier sind Wert und Unit vertauscht.

                          37fb6acd-630e-4e4f-9209-cd0d1abe9836-image.png

                          
                          
                          bmw.0
                          15620	2025-10-04 09:10:11.361	info	starting. Version 4.1.0 (non-npm: TA2k/ioBroker.bmw) in C:/ioBroker/GLT/node_modules/iobroker.bmw, node: v20.19.2, js-controller: 7.0.7
                          
                          bmw.0
                          15620	2025-10-04 09:10:11.524	info	Found stored BMW CarData session
                          
                          bmw.0
                          15620	2025-10-04 09:10:13.266	info	Starting BMW CarData vehicle discovery...
                          
                          bmw.0
                          15620	2025-10-04 09:10:13.725	info	Found 1 BMW vehicles
                          
                          bmw.0
                          15620	2025-10-04 09:10:13.725	info	Added vehicle: WBYxxxxxxxx
                          
                          bmw.0
                          15620	2025-10-04 09:10:16.603	info	Setting up telematic container...
                          
                          bmw.0
                          15620	2025-10-04 09:10:16.615	info	Using existing container ID: U00G005X495HC
                          
                          bmw.0
                          15620	2025-10-04 09:10:17.066	info	Telematic data retrieved for WBYxxxxxxxxxxxxx: 60 relevant data points (233 null timestamp entries filtered out)
                          
                          sourceanalytix.0
                          11304	2025-10-04 09:10:21.170	info	Updating SourceAnalytix configuration for : bmw.0.WBYxxxxxxxxxx.stream.vehicle.vehicle.travelledDistance.value
                          
                          sourceanalytix.0
                          11304	2025-10-04 09:10:21.194	error	Input value for bmw.0.WBYxxxxxxxxxx.stream.vehicle.vehicle.travelledDistance.value, type = string but should be a number, cannot handle calculation
                          
                          sourceanalytix.0
                          11304	2025-10-04 09:10:33.240	error	Input value for bmw.0.WBYxxxxxxxxxx.stream.vehicle.vehicle.travelledDistance.value, type = string but should be a number, cannot handle calculation
                          
                          bmw.0
                          15620	2025-10-04 09:10:38.144	info	Existing container is valid and working - retrieved 60 telematic data points
                          
                          bmw.0
                          15620	2025-10-04 09:10:38.145	info	Telematic container setup completed. Container ID: U00G005X495HC
                          
                          bmw.0
                          15620	2025-10-04 09:10:38.873	info	Setting up periodic telematic data updates every 60 minutes for 1 vehicle(s)
                          
                          bmw.0
                          15620	2025-10-04 09:10:38.873	info	BMW CarData adapter startup complete
                          
                          bmw.0
                          15620	2025-10-04 09:10:38.876	info	MQTT streaming: enabled
                          
                          bmw.0
                          15620	2025-10-04 09:10:38.877	info	API quota: 21/50 calls remaining for static data. Updates via MQTT do not count against quota.
                          
                          bmw.0
                          15620	2025-10-04 09:10:38.970	info	BMW MQTT stream connected
                          
                          T Offline
                          T Offline
                          tombox
                          schrieb am zuletzt editiert von
                          #850

                          @jb_sullivan du solltest den stream Ordner manuell löschen und dann adapter neustarten.
                          Das kommt so von BMW dein wert für Anzeige Einheit im Infotainment ist km und Anzeigewerte haben keine Einheit

                          JB_SullivanJ 1 Antwort Letzte Antwort
                          0
                          • T tombox

                            @manny4566 sollte in der aktuellen GitHub version behoben sein

                            M Offline
                            M Offline
                            manny4566
                            schrieb am zuletzt editiert von
                            #851

                            @tombox
                            Teste ich. Danke

                            1 Antwort Letzte Antwort
                            0
                            • T tombox

                              @jb_sullivan du solltest den stream Ordner manuell löschen und dann adapter neustarten.
                              Das kommt so von BMW dein wert für Anzeige Einheit im Infotainment ist km und Anzeigewerte haben keine Einheit

                              JB_SullivanJ Offline
                              JB_SullivanJ Offline
                              JB_Sullivan
                              schrieb am zuletzt editiert von
                              #852

                              @tombox

                              So stream manuell gelöscht und Adapter neu gestartet - jetzt kommt diese Meldung.

                              
                              bmw.0
                              15620	2025-10-04 10:24:34.831	info	MQTT reconnecting...
                              
                              bmw.0
                              15620	2025-10-04 10:24:38.044	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                              
                              bmw.0
                              15620	2025-10-04 10:24:38.044	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                              
                              bmw.0
                              15620	2025-10-04 10:24:38.052	info	MQTT connection closed
                              
                              bmw.0
                              15620	2025-10-04 10:24:38.200	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                              

                              ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                              1 Antwort Letzte Antwort
                              0
                              • J Offline
                                J Offline
                                jupzup
                                schrieb am zuletzt editiert von jupzup
                                #853

                                Version 4.1.0

                                Heute morgen per GutHub installiert und anfangs schien soweit alles ok zu sein jedoch nach kurzer Zeit kommen diese Meldungen.:

                                bmw.0
                                2025-10-04 10:39:52.587	info	MQTT reconnecting...
                                
                                bmw.0
                                2025-10-04 10:39:22.739	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                
                                bmw.0
                                2025-10-04 10:39:22.586	info	MQTT connection closed
                                
                                bmw.0
                                2025-10-04 10:39:22.585	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                
                                bmw.0
                                2025-10-04 10:39:22.585	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                
                                bmw.0
                                2025-10-04 10:39:19.379	info	MQTT reconnecting...
                                
                                bmw.0
                                2025-10-04 10:38:49.526	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                
                                bmw.0
                                2025-10-04 10:38:49.378	info	MQTT connection closed
                                
                                bmw.0
                                2025-10-04 10:38:49.376	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                
                                bmw.0
                                2025-10-04 10:38:49.376	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                
                                bmw.0
                                2025-10-04 10:38:46.209	info	MQTT reconnecting...
                                
                                bmw.0
                                2025-10-04 10:38:17.018	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                
                                bmw.0
                                2025-10-04 10:38:16.210	info	MQTT connection closed
                                
                                bmw.0
                                2025-10-04 10:38:16.208	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                
                                bmw.0
                                2025-10-04 10:38:16.208	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                
                                bmw.0
                                2025-10-04 10:38:12.959	info	MQTT reconnecting...
                                
                                javascript.0
                                2025-10-04 10:38:11.319	warn	script.js.Licht.HM_Lichtsensor: HM Lichtsensor - Status Lichtsensor2 Rollo-SZ keine Aktion Position Rollo-SZ <> 53
                                
                                bmw.0
                                2025-10-04 10:37:43.100	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                
                                bmw.0
                                2025-10-04 10:37:42.959	info	MQTT connection closed
                                
                                bmw.0
                                2025-10-04 10:37:42.957	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                
                                bmw.0
                                2025-10-04 10:37:42.957	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                
                                bmw.0
                                2025-10-04 10:37:39.791	info	MQTT reconnecting...
                                
                                bmw.0
                                2025-10-04 10:37:11.201	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                
                                bmw.0
                                2025-10-04 10:37:09.791	info	MQTT connection closed
                                
                                bmw.0
                                2025-10-04 10:37:09.790	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                
                                bmw.0
                                2025-10-04 10:37:09.790	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                
                                bmw.0
                                2025-10-04 10:37:06.572	info	MQTT reconnecting...
                                
                                bmw.0
                                2025-10-04 10:36:36.718	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                
                                bmw.0
                                2025-10-04 10:36:36.571	info	MQTT connection closed
                                
                                bmw.0
                                2025-10-04 10:36:36.570	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                
                                bmw.0
                                2025-10-04 10:36:36.570	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                
                                bmw.0
                                2025-10-04 10:36:33.399	info	MQTT reconnecting...
                                
                                bmw.0
                                2025-10-04 10:36:03.716	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                
                                bmw.0
                                2025-10-04 10:36:03.399	info	MQTT connection closed
                                
                                bmw.0
                                2025-10-04 10:36:03.397	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                
                                bmw.0
                                2025-10-04 10:36:03.397	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                
                                bmw.0
                                2025-10-04 10:36:00.219	info	MQTT reconnecting...
                                
                                bmw.0
                                2025-10-04 10:35:30.847	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                
                                bmw.0
                                2025-10-04 10:35:30.218	info	MQTT connection closed
                                
                                bmw.0
                                2025-10-04 10:35:30.217	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                
                                bmw.0
                                2025-10-04 10:35:30.217	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                

                                Update: Nach einem Neustart des Adapters kam dann folgendes und MQTT scheint wieder zz funktionieren:

                                bmw.0
                                2025-10-04 10:40:46.305	info	BMW MQTT stream connected
                                
                                bmw.0
                                2025-10-04 10:40:46.264	info	API quota: 0/50 calls remaining for static data. Updates via MQTT do not count against quota.
                                
                                bmw.0
                                2025-10-04 10:40:46.264	info	MQTT streaming: enabled
                                
                                bmw.0
                                2025-10-04 10:40:46.263	info	BMW CarData adapter startup complete
                                
                                bmw.0
                                2025-10-04 10:40:46.213	error	Failed to setup telematic container
                                
                                bmw.0
                                2025-10-04 10:40:46.213	error	Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has been reached."}
                                
                                bmw.0
                                2025-10-04 10:40:46.213	error	Response status: 429
                                
                                bmw.0
                                2025-10-04 10:40:46.212	error	Failed to create telematic container: Request failed with status code 429
                                
                                bmw.0
                                2025-10-04 10:40:46.212	error	Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has been reached."}
                                
                                bmw.0
                                2025-10-04 10:40:46.212	error	Response status: 429
                                
                                bmw.0
                                2025-10-04 10:40:46.212	error	create telematic container failed: Request failed with status code 429
                                
                                bmw.0
                                2025-10-04 10:40:46.172	warn	API quota exhausted for create telematic container - continuing anyway
                                
                                bmw.0
                                2025-10-04 10:40:46.172	warn	API quota for static dataexhausted: 50/50 calls used in last 24h. Stream data still working.
                                
                                bmw.0
                                2025-10-04 10:40:46.171	info	Creating container with 294 technical identifiers from telematic.json
                                
                                bmw.0
                                2025-10-04 10:40:46.168	info	Setting up telematic container...
                                
                                bmw.0
                                2025-10-04 10:40:44.167	warn	Rate limit exceeded or access denied
                                
                                bmw.0
                                2025-10-04 10:40:44.167	error	Response: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has been reached."}
                                
                                bmw.0
                                2025-10-04 10:40:44.167	error	BMW CarData vehicle discovery failed: Request failed with status code 429
                                
                                bmw.0
                                2025-10-04 10:40:44.167	error	Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has been reached."}
                                
                                bmw.0
                                2025-10-04 10:40:44.167	error	Response status: 429
                                
                                bmw.0
                                2025-10-04 10:40:44.167	error	fetch vehicle mappings failed: Request failed with status code 429
                                
                                bmw.0
                                2025-10-04 10:40:43.799	warn	API quota exhausted for fetch vehicle mappings - continuing anyway
                                
                                bmw.0
                                2025-10-04 10:40:43.799	warn	API quota for static dataexhausted: 50/50 calls used in last 24h. Stream data still working.
                                
                                bmw.0
                                2025-10-04 10:40:43.798	info	Starting BMW CarData vehicle discovery...
                                
                                bmw.0
                                2025-10-04 10:40:43.323	info	Found stored BMW CarData session
                                
                                bmw.0
                                2025-10-04 10:40:43.269	info	starting. Version 4.1.0 in /opt/iobroker/node_modules/iobroker.bmw, node: v22.19.0, js-controller: 7.0.7
                                
                                T 1 Antwort Letzte Antwort
                                0
                                • Steffe.S.S Steffe.S.

                                  @tombox sagte in Test Adapter BMW/Mini v4.x.x:

                                  @jb_sullivan ich habe die api Nutzung geändert und api container hinzugefügt bitte mal die GitHub version testen und oben man über remote.fetchViaAPI vielleicht Daten während des Ladens bekommt

                                  :+1: neue Version geladen, Ladevorgang um 14:02Uhr gestartet mit 85% --> Rückmeldung folgt

                                  Danke für die schnelle und unermüdliche Aktualisierung des Adapters

                                  Steffe.S.S Online
                                  Steffe.S.S Online
                                  Steffe.S.
                                  schrieb am zuletzt editiert von
                                  #854

                                  @steffe-s sagte in Test Adapter BMW/Mini v4.x.x:

                                  @tombox sagte in Test Adapter BMW/Mini v4.x.x:

                                  @jb_sullivan ich habe die api Nutzung geändert und api container hinzugefügt bitte mal die GitHub version testen und oben man über remote.fetchViaAPI vielleicht Daten während des Ladens bekommt

                                  :+1: neue Version geladen, Ladevorgang um 14:02Uhr gestartet mit 85% --> Rückmeldung folgt

                                  Danke für die schnelle und unermüdliche Aktualisierung des Adapters

                                  @tombox

                                  Hier noch die Rückmeldung zum Aktualisieren des SOC:

                                  SOC wurde im Abstand von 10 min aktualisiert

                                  1 Antwort Letzte Antwort
                                  0
                                  • JB_SullivanJ Offline
                                    JB_SullivanJ Offline
                                    JB_Sullivan
                                    schrieb am zuletzt editiert von JB_Sullivan
                                    #855

                                    @tombox

                                    Hier bitte nochmal nachbessern, wenn man den Gesamtkilometer Wert für die Sourceanalytix Verarbeitung nutzt (siehe Digaramm), kommt diese Fehlermeldung. In den Objekteigenschaften ist da ein String hinterlegt.

                                    e22ac14b-95b1-47d0-af2f-914eb9c7efe9-image.png

                                    Auch habe ich festgestellt, das sich Wert für die Türen und Fenster jetzt schon 2x geändert hat. Mal steht dort "false" dann wieder "CLOSED" drin. Für eine grafische Auswertung in der VIS ist das so Semi gut. Ist für diesen Wechsel der Werte auch BMW verantwortlich?

                                    
                                    sourceanalytix.0
                                    11304	2025-10-04 11:49:10.719	info	Updating SourceAnalytix configuration for : bmw.0.WBYxxxxxxxxx.stream.vehicle.vehicle.travelledDistance.value
                                    
                                    sourceanalytix.0
                                    11304	2025-10-04 11:49:10.766	error	Input value for bmw.0.WBYxxxxxxxxx.stream.vehicle.vehicle.travelledDistance.value, type = string but should be a number, cannot handle calculation
                                    
                                    sourceanalytix.0
                                    11304	2025-10-04 11:49:21.593	error	Input value for bmw.0.WBYxxxxxxxxx.stream.vehicle.vehicle.travelledDistance.value, type = string but should be a number, cannot handle calculation
                                    
                                    

                                    85b8b9f0-1740-4e2b-ac26-fadc46139ad4-image.png

                                    ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                                    T 1 Antwort Letzte Antwort
                                    0
                                    • J jupzup

                                      Version 4.1.0

                                      Heute morgen per GutHub installiert und anfangs schien soweit alles ok zu sein jedoch nach kurzer Zeit kommen diese Meldungen.:

                                      bmw.0
                                      2025-10-04 10:39:52.587	info	MQTT reconnecting...
                                      
                                      bmw.0
                                      2025-10-04 10:39:22.739	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                      
                                      bmw.0
                                      2025-10-04 10:39:22.586	info	MQTT connection closed
                                      
                                      bmw.0
                                      2025-10-04 10:39:22.585	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                      
                                      bmw.0
                                      2025-10-04 10:39:22.585	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                      
                                      bmw.0
                                      2025-10-04 10:39:19.379	info	MQTT reconnecting...
                                      
                                      bmw.0
                                      2025-10-04 10:38:49.526	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                      
                                      bmw.0
                                      2025-10-04 10:38:49.378	info	MQTT connection closed
                                      
                                      bmw.0
                                      2025-10-04 10:38:49.376	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                      
                                      bmw.0
                                      2025-10-04 10:38:49.376	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                      
                                      bmw.0
                                      2025-10-04 10:38:46.209	info	MQTT reconnecting...
                                      
                                      bmw.0
                                      2025-10-04 10:38:17.018	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                      
                                      bmw.0
                                      2025-10-04 10:38:16.210	info	MQTT connection closed
                                      
                                      bmw.0
                                      2025-10-04 10:38:16.208	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                      
                                      bmw.0
                                      2025-10-04 10:38:16.208	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                      
                                      bmw.0
                                      2025-10-04 10:38:12.959	info	MQTT reconnecting...
                                      
                                      javascript.0
                                      2025-10-04 10:38:11.319	warn	script.js.Licht.HM_Lichtsensor: HM Lichtsensor - Status Lichtsensor2 Rollo-SZ keine Aktion Position Rollo-SZ <> 53
                                      
                                      bmw.0
                                      2025-10-04 10:37:43.100	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                      
                                      bmw.0
                                      2025-10-04 10:37:42.959	info	MQTT connection closed
                                      
                                      bmw.0
                                      2025-10-04 10:37:42.957	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                      
                                      bmw.0
                                      2025-10-04 10:37:42.957	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                      
                                      bmw.0
                                      2025-10-04 10:37:39.791	info	MQTT reconnecting...
                                      
                                      bmw.0
                                      2025-10-04 10:37:11.201	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                      
                                      bmw.0
                                      2025-10-04 10:37:09.791	info	MQTT connection closed
                                      
                                      bmw.0
                                      2025-10-04 10:37:09.790	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                      
                                      bmw.0
                                      2025-10-04 10:37:09.790	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                      
                                      bmw.0
                                      2025-10-04 10:37:06.572	info	MQTT reconnecting...
                                      
                                      bmw.0
                                      2025-10-04 10:36:36.718	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                      
                                      bmw.0
                                      2025-10-04 10:36:36.571	info	MQTT connection closed
                                      
                                      bmw.0
                                      2025-10-04 10:36:36.570	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                      
                                      bmw.0
                                      2025-10-04 10:36:36.570	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                      
                                      bmw.0
                                      2025-10-04 10:36:33.399	info	MQTT reconnecting...
                                      
                                      bmw.0
                                      2025-10-04 10:36:03.716	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                      
                                      bmw.0
                                      2025-10-04 10:36:03.399	info	MQTT connection closed
                                      
                                      bmw.0
                                      2025-10-04 10:36:03.397	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                      
                                      bmw.0
                                      2025-10-04 10:36:03.397	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                      
                                      bmw.0
                                      2025-10-04 10:36:00.219	info	MQTT reconnecting...
                                      
                                      bmw.0
                                      2025-10-04 10:35:30.847	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                      
                                      bmw.0
                                      2025-10-04 10:35:30.218	info	MQTT connection closed
                                      
                                      bmw.0
                                      2025-10-04 10:35:30.217	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                      
                                      bmw.0
                                      2025-10-04 10:35:30.217	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                      

                                      Update: Nach einem Neustart des Adapters kam dann folgendes und MQTT scheint wieder zz funktionieren:

                                      bmw.0
                                      2025-10-04 10:40:46.305	info	BMW MQTT stream connected
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.264	info	API quota: 0/50 calls remaining for static data. Updates via MQTT do not count against quota.
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.264	info	MQTT streaming: enabled
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.263	info	BMW CarData adapter startup complete
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.213	error	Failed to setup telematic container
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.213	error	Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has been reached."}
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.213	error	Response status: 429
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.212	error	Failed to create telematic container: Request failed with status code 429
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.212	error	Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has been reached."}
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.212	error	Response status: 429
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.212	error	create telematic container failed: Request failed with status code 429
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.172	warn	API quota exhausted for create telematic container - continuing anyway
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.172	warn	API quota for static dataexhausted: 50/50 calls used in last 24h. Stream data still working.
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.171	info	Creating container with 294 technical identifiers from telematic.json
                                      
                                      bmw.0
                                      2025-10-04 10:40:46.168	info	Setting up telematic container...
                                      
                                      bmw.0
                                      2025-10-04 10:40:44.167	warn	Rate limit exceeded or access denied
                                      
                                      bmw.0
                                      2025-10-04 10:40:44.167	error	Response: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has been reached."}
                                      
                                      bmw.0
                                      2025-10-04 10:40:44.167	error	BMW CarData vehicle discovery failed: Request failed with status code 429
                                      
                                      bmw.0
                                      2025-10-04 10:40:44.167	error	Response data: {"exveErrorId":"CU-429","exveErrorMsg":"API rate limit reached","exveErrorRef":"","exveNote":"This application error is raised when the daily rate limit has been reached."}
                                      
                                      bmw.0
                                      2025-10-04 10:40:44.167	error	Response status: 429
                                      
                                      bmw.0
                                      2025-10-04 10:40:44.167	error	fetch vehicle mappings failed: Request failed with status code 429
                                      
                                      bmw.0
                                      2025-10-04 10:40:43.799	warn	API quota exhausted for fetch vehicle mappings - continuing anyway
                                      
                                      bmw.0
                                      2025-10-04 10:40:43.799	warn	API quota for static dataexhausted: 50/50 calls used in last 24h. Stream data still working.
                                      
                                      bmw.0
                                      2025-10-04 10:40:43.798	info	Starting BMW CarData vehicle discovery...
                                      
                                      bmw.0
                                      2025-10-04 10:40:43.323	info	Found stored BMW CarData session
                                      
                                      bmw.0
                                      2025-10-04 10:40:43.269	info	starting. Version 4.1.0 in /opt/iobroker/node_modules/iobroker.bmw, node: v22.19.0, js-controller: 7.0.7
                                      
                                      T Offline
                                      T Offline
                                      tombox
                                      schrieb am zuletzt editiert von
                                      #856

                                      @jupzup v4.1.1 benutzen die sollte länger als eine stunde funktionieren

                                      1 Antwort Letzte Antwort
                                      0
                                      • JB_SullivanJ JB_Sullivan

                                        @tombox

                                        Hier bitte nochmal nachbessern, wenn man den Gesamtkilometer Wert für die Sourceanalytix Verarbeitung nutzt (siehe Digaramm), kommt diese Fehlermeldung. In den Objekteigenschaften ist da ein String hinterlegt.

                                        e22ac14b-95b1-47d0-af2f-914eb9c7efe9-image.png

                                        Auch habe ich festgestellt, das sich Wert für die Türen und Fenster jetzt schon 2x geändert hat. Mal steht dort "false" dann wieder "CLOSED" drin. Für eine grafische Auswertung in der VIS ist das so Semi gut. Ist für diesen Wechsel der Werte auch BMW verantwortlich?

                                        
                                        sourceanalytix.0
                                        11304	2025-10-04 11:49:10.719	info	Updating SourceAnalytix configuration for : bmw.0.WBYxxxxxxxxx.stream.vehicle.vehicle.travelledDistance.value
                                        
                                        sourceanalytix.0
                                        11304	2025-10-04 11:49:10.766	error	Input value for bmw.0.WBYxxxxxxxxx.stream.vehicle.vehicle.travelledDistance.value, type = string but should be a number, cannot handle calculation
                                        
                                        sourceanalytix.0
                                        11304	2025-10-04 11:49:21.593	error	Input value for bmw.0.WBYxxxxxxxxx.stream.vehicle.vehicle.travelledDistance.value, type = string but should be a number, cannot handle calculation
                                        
                                        

                                        85b8b9f0-1740-4e2b-ac26-fadc46139ad4-image.png

                                        T Offline
                                        T Offline
                                        tombox
                                        schrieb am zuletzt editiert von
                                        #857

                                        @jb_sullivan BMW liefert das als string ich könnte versuchen es als number zu parsen

                                        Ich glaube API und stream liefern unterschiedliche Datenformate. Im debug mode sollte man das gut sehen können?

                                        1 Antwort Letzte Antwort
                                        0
                                        • Steffe.S.S Online
                                          Steffe.S.S Online
                                          Steffe.S.
                                          schrieb am zuletzt editiert von Steffe.S.
                                          #858

                                          Version 4.1.0 bringt bei mir diesen Fehler, Adapter ist aber grün

                                          2025-10-04 13:24:56.288	info	MQTT connection closed
                                          
                                          bmw.0
                                          2025-10-04 13:24:56.276	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                          
                                          bmw.0
                                          2025-10-04 13:24:56.276	error	MQTT error: ErrorWithReasonCode: Connection refused: Bad username or password
                                          
                                          bmw.0
                                          2025-10-04 13:24:53.087	info	MQTT reconnecting...
                                          
                                          bmw.0
                                          2025-10-04 13:24:23.225	info	Token refreshed successfully - MQTT client will auto-reconnect with new credentials
                                          
                                          bmw.0
                                          2025-10-04 13:24:23.087	info	MQTT connection closed
                                          
                                          bmw.0
                                          2025-10-04 13:24:23.079	warn	MQTT authentication failed - refreshing token for next auto-reconnect
                                          
                                          

                                          Update auf 4.1.1 = Fehler kommt nicht mehr

                                          N 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          820

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe