Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. manny4566

    NEWS

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 118
    • Best 2
    • Groups 2

    manny4566

    @manny4566

    Starter

    2
    Reputation
    23
    Profile views
    118
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    manny4566 Follow
    Pro Starter

    Best posts made by manny4566

    • RE: Adapter Worx Landroid v3.x.x

      @quinti
      Computer sagt nein...

      Die Sperrung hat nichts damit zu tun wie dein lokales Netzwerk aussieht, sprich ob du ipv4 oder ipv6 hinter der Fritzbox zuhause nutzt. Ob einen Raspi, Proxmox oder was auch immer. Diese lokalen IPs interessieren das öffentliche Internet hinter deiner Fritzbox kein bisschen.

      posted in Entwicklung
      M
      manny4566
    • RE: Test Adapter BMW/Mini v4.x.x

      @mclane

      Ja, die Aktualisierung der Daten funktioniert an sich. Trotz der Meldungen, die hin und wieder auftreten und der API Zickerei. Daten kommen aber weiterhin an.

      posted in Tester
      M
      manny4566

    Latest posts made by manny4566

    • RE: Test Adapter BMW/Mini v4.x.x

      @smass ja ich weiß, deswegen unschön. Aber daher die Frage an @tombox ob sich das intern programmieren lässt ohne Verlust an Qouta durch kompletten Neustart.

      posted in Tester
      M
      manny4566
    • RE: Test Adapter BMW/Mini v4.x.x

      @tombox

      Oder kannst du so eine Art internen reload oder reconnect einbauen der connection zum MQTT Stream ohne, dass man den Adapter neu starten muss und er sich dann alles neu zieht?
      Als Trigger dafür könnte man z.B. der Wert "stream.vehicle.drivetrain.electricEngine.charging.status.value" = "CHARGINGACTIVE" nehmen? Vielleicht unschön, aber vielleicht erstmal ein Workaround oder was meinst du?

      Hab mir gerade ein Blocky gebaut, dass alle 10min prüft ob noch "CHARGINGACTIVE" drin steht. Wenn ja, wird der BMW Adapter neugestartet. Ist unschön, aber liefert zumindest erstmal einen aktuelleren Wert alle 10 min.

      posted in Tester
      M
      manny4566
    • RE: Test Adapter BMW/Mini v4.x.x

      @tombox achso, und da gibt es keine Möglichkeit den Wert doch live zu bekommen ? Oder hast da eine Idee ?

      posted in Tester
      M
      manny4566
    • RE: Test Adapter BMW/Mini v4.x.x

      hi @tombox

      Verstehe ich da etwas nicht oder passt vielleicht da etwas noch nicht. Noch mal bezogen auf einen aktuellen Ladevorgang.
      Der BatterieLevel aktualisiert sich nicht.
      Starte ich den Adapter neu, kommt der aktuelle Wert an. In der BMW App und somit bei BMW ist ja dann bereits der neue Wert hinterlegt. Ich hab mal den Debug eingeschaltet:

      Level 82%, nix aktualisiert bis dahin.

      bmw.0
      2025-10-05 14:24:26.476 debug Subscribed to MQTT topic: xxx

      bmw.0
      2025-10-05 14:24:26.269 info BMW MQTT stream connected

      bmw.0
      2025-10-05 14:24:25.717 info API quota: 0/50 calls remaining for API calls. Updates via MQTT do not count against quota.

      bmw.0
      2025-10-05 14:24:25.717 info MQTT streaming: enabled

      bmw.0
      2025-10-05 14:24:25.717 info BMW CarData adapter startup complete

      bmw.0
      2025-10-05 14:24:25.717 info Setting up periodic telematic data updates every 30 minutes for 2 vehicle(s)

      bmw.0
      2025-10-05 14:24:25.689 debug MQTT Username: xxx

      bmw.0
      2025-10-05 14:24:25.689 debug Connecting to BMW MQTT: customer.streaming-cardata.bmwgroup.com:9000

      bmw.0
      2025-10-05 14:24:25.645 info Telematic container setup completed. Container ID: M00Q005R511KO

      bmw.0
      2025-10-05 14:24:25.645 info Existing container is valid and working - retrieved 66 telematic data points

      bmw.0
      2025-10-05 14:24:25.092 debug Filtered telematic data: {"telematicData":{"vehicle.channel.teleservice.status":{"timestamp":"2025-09-29T15:45:06.527Z","unit":null,"value":"Initial status"},"vehicle.cabin.infotainment.navigation.currentLocation.altitude":{"timestamp":"2025-10-05T11:47:26.000Z","unit":null,"value":"68"},"vehicle.drivetrain.electricEngine.charging.smeEnergyDeltaFullyCharged":{"timestamp":"2025-10-05T11:47:26.000Z","unit":"kWh","value":"8.72"},"vehicle.drivetrain.electricEngine.charging.status":{"timestamp":"2025-10-05T11:47:26.000Z","unit":null,"value":"CHARGINGACTIVE"},"vehicle.powertrain.electric.battery.stateOfCharge.target":{"timestamp":"2025-08-15T11:16:25.000Z","unit":"%","value":"100"},"vehicle.cabin.door.row1.passenger.isOpen":{"timestamp":"2025-10-05T11:47:26.000Z","unit":null,"value":"CLOSED"},"vehicle.drivetrain.electricEngine.charging.method":{"timestamp":"2025-10-05T11:47:26.000Z","unit":null,"value":"AC_TYPE2PLUG"},"vehicle.drivetrain.totalRemainingRange":{"timestamp":"2025-10-05T12:24:24.795Z","unit":"km","value":"0"},"vehicle.drivetrain.electricEngine.charging.acAmpere":{"timestamp":"2025-10-05T11:47:26.000Z","unit":"A","value":"6"},"vehicle.drivetrain.electricEngine.charging.level":{"timestamp":"2025-10-05T12:24:24.795Z","unit":"%","value":"82"},"vehicle.drivetrain.electricEngine.charging.phaseNumber":{"timestamp":"2025-10-05T11:47:26.000Z","unit":null,"value":"3-

      Neustart vom Adapter -> 85%

      bmw.0
      2025-10-05 14:45:16.994 debug Subscribed to MQTT topic: xxx

      bmw.0
      2025-10-05 14:45:16.726 info BMW MQTT stream connected

      bmw.0
      2025-10-05 14:45:16.073 info API quota: 0/50 calls remaining for API calls. Updates via MQTT do not count against quota.

      bmw.0
      2025-10-05 14:45:16.073 info MQTT streaming: enabled

      bmw.0
      2025-10-05 14:45:16.073 info BMW CarData adapter startup complete

      bmw.0
      2025-10-05 14:45:16.073 info Setting up periodic telematic data updates every 30 minutes for 2 vehicle(s)

      bmw.0
      2025-10-05 14:45:16.044 debug MQTT Username: xxx

      bmw.0
      2025-10-05 14:45:16.043 debug Connecting to BMW MQTT: customer.streaming-cardata.bmwgroup.com:9000

      bmw.0
      2025-10-05 14:45:16.001 info Telematic container setup completed. Container ID: M00Q005R511KO

      bmw.0
      2025-10-05 14:45:16.001 info Existing container is valid and working - retrieved 66 telematic data points

      bmw.0
      2025-10-05 14:45:15.332 debug Filtered telematic data: {"telematicData":{"vehicle.channel.teleservice.status":{"timestamp":"2025-09-29T15:45:06.527Z","unit":null,"value":"Initial status"},"vehicle.cabin.infotainment.navigation.currentLocation.altitude":{"timestamp":"2025-10-05T11:47:26.000Z","unit":null,"value":"68"},"vehicle.drivetrain.electricEngine.charging.smeEnergyDeltaFullyCharged":{"timestamp":"2025-10-05T11:47:26.000Z","unit":"kWh","value":"8.72"},"vehicle.drivetrain.electricEngine.charging.status":{"timestamp":"2025-10-05T11:47:26.000Z","unit":null,"value":"CHARGINGACTIVE"},"vehicle.powertrain.electric.battery.stateOfCharge.target":{"timestamp":"2025-08-15T11:16:25.000Z","unit":"%","value":"100"},"vehicle.cabin.door.row1.passenger.isOpen":{"timestamp":"2025-10-05T11:47:26.000Z","unit":null,"value":"CLOSED"},"vehicle.drivetrain.electricEngine.charging.method":{"timestamp":"2025-10-05T11:47:26.000Z","unit":null,"value":"AC_TYPE2PLUG"},"vehicle.drivetrain.totalRemainingRange":{"timestamp":"2025-10-05T12:45:15.018Z","unit":"km","value":"0"},"vehicle.drivetrain.electricEngine.charging.acAmpere":{"timestamp":"2025-10-05T11:47:26.000Z","unit":"A","value":"6"},"vehicle.drivetrain.electricEngine.charging.level":{"timestamp":"2025-10-05T12:45:15.018Z","unit":"%","value":"85"}

      Danke dir und für deinen Einsatz

      posted in Tester
      M
      manny4566
    • RE: Test Adapter BMW/Mini v4.x.x

      @tombox
      Teste ich. Danke

      posted in Tester
      M
      manny4566
    • RE: Test Adapter BMW/Mini v4.x.x

      @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)

      posted in Tester
      M
      manny4566
    • RE: Test Adapter BMW/Mini v4.x.x

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

      posted in Tester
      M
      manny4566
    • RE: Test Adapter BMW/Mini v4.x.x

      @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

      posted in Tester
      M
      manny4566
    • RE: Test Adapter BMW/Mini v4.x.x

      @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

      posted in Tester
      M
      manny4566
    • RE: Test Adapter BMW/Mini v4.x.x

      @steffe-s Ja stimmt, stand gerade auf dem Schlauch 😄

      posted in Tester
      M
      manny4566
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo