Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter BMW/Mini v2.0.0

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test Adapter BMW/Mini v2.0.0

    This topic has been deleted. Only users with topic management privileges can see it.
    • bahnuhr
      bahnuhr Forum Testing Most Active last edited by

      Bei mir kommt die 403 jetzt bei jeder Abfrage doppelt.

      Bitte mal Rückinfo ob es irgendwo noch läuft !

      @tombox
      Ein Problem vom Adapter ?
      Oder wieder BMW ?

      mfg
      Dieter

      M T 2 Replies Last reply Reply Quote 0
      • M
        mischelle @bahnuhr last edited by

        @bahnuhr Bei mir jetzt auch doppelt.
        Die BMW App funktioniert bei mir einwandfrei Also Statusabfragen Karte und Kühlung ein/aus

        bahnuhr 1 Reply Last reply Reply Quote 0
        • bahnuhr
          bahnuhr Forum Testing Most Active @mischelle last edited by

          @mischelle sagte in Test Adapter BMW v2.0.0:

          BMW App

          Die App fürs Handy funktioniert bei mir auch.

          1 Reply Last reply Reply Quote 0
          • T
            timbo @bahnuhr last edited by

            @bahnuhr Jup, auch alles doppelt.

            1 Reply Last reply Reply Quote 0
            • M
              marl last edited by

              Nach einer kleinen Änderung im Adapter sind bei mir die Fehlermeldungen weg:
              Alle Stellen im Adapter mit
              "user-agent": "Dart/2.10 (dart:io)",
              ändern in:
              "user-agent": "Dart/2.14 (dart:io)",

              und die Stellen mit
              "x-user-agent": "android(v1.07_20200330);" + brand + ";1.5.2(8932)",
              ändern in
              "x-user-agent": "android(SP1A.210812.016.C1);" + brand + ";2.5.2(14945);row",
              bzw. (je nachdem was wie die Zeile vorher aufgebaut war)
              "x-user-agent": "android(SP1A.210812.016.C1);bmw;2.5.2(14945);row",

              Gruß
              Marl

              M bahnuhr 2 Replies Last reply Reply Quote 1
              • M
                mischelle @marl last edited by

                @marl ok. welche Datei in welchem Verzeichnis ist denn das?

                M 1 Reply Last reply Reply Quote 0
                • M
                  marl @mischelle last edited by marl

                  @mischelle
                  unter Windows:
                  Ordner: node_modules\iobroker.bmw
                  Datei: main.js

                  Gruß
                  Marl

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    mischelle @marl last edited by

                    @marl danke habs schon gefunden und editiert melde mich wenn ichs probiert habe.

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

                      @mischelle achso: nach der Änderung nur iobroker stop-start?

                      M 1 Reply Last reply Reply Quote 0
                      • M
                        marl @mischelle last edited by marl

                        @mischelle Bei mir hat das Starten des Adapters gereicht.
                        Da er ja nur Fehler gemeldet hat, war er bei mir aus.

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          mischelle @marl last edited by

                          @marl 😞
                          11ad42b5-e830-4c3a-84bb-5ae1549ff000-image.png

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            marl @mischelle last edited by marl

                            @mischelle Wurden alle Stellen (müssen 3 sein) geändert?
                            Bei mir läuft der Adapter nun seit 15:00 ohne Fehlermeldung.
                            Hab mal meine geänderte Datei angefügt:

                            main.js

                            Ich würde die bestehende Datei vorher umbenennen und dann erst die Datei austauschen.
                            Dateiname muss wieder main.js sein.

                            M 3 Replies Last reply Reply Quote 1
                            • bahnuhr
                              bahnuhr Forum Testing Most Active @marl last edited by

                              @marl
                              Ein neuer developer ist geboren.
                              Klappt einwandfrei.

                              Vielen Dank.

                              mfg

                              1 Reply Last reply Reply Quote 0
                              • M
                                mischelle @marl last edited by

                                @marl schon mal gut, dass es funktioniert. nur bei mir noch nicht 🙂
                                hier der compare zu meiner aktuellen datei. zu sehen sind die einzigen differenzen:
                                deine kommentierten sind ja egal.
                                die Versionszeile vom Dart ist bei mir genau so
                                und ein Android Client verwende ich nicht. oder soll ich den mal trotzdem ändern?

                                e930bb9d-d7f7-474e-96f7-79ceb6d49743-image.png

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

                                  @mischelle komisch ist natürlich, dass nur eine Stelle unterschiedlich war. ich hatte zuvor 3 Mal die Dart Zeile geändert.

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    mischelle @marl last edited by

                                    @marl stimmt gar nicht. an zweiter und dritter Stelle hast du 2.13 geschrieben.
                                    7f0df015-65c6-4248-8964-aa790ddd8d16-image.png

                                    ich kopier jetzt mal deine Datei zu mir rein und check das.

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      mischelle @marl last edited by

                                      @marl
                                      Also mit deiner Datei tuts! bis jetzt kein Error. Fettes Lob von meiner Seite.
                                      und Danke Bahnuhr für die super Unterstützung.
                                      nur am Rande hätte mich interessiert ob es an der Dart Version lag oder am anroid eintrag.
                                      ist aber nicht wichtig.
                                      ich geh erstmal 2 Wochen in Urlaub!

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        tombox @bahnuhr last edited by

                                        @bahnuhr mit 2.5.4 is das Problem behoben

                                        bahnuhr M 2 Replies Last reply Reply Quote 3
                                        • bahnuhr
                                          bahnuhr Forum Testing Most Active @tombox last edited by

                                          @tombox sagte in Test Adapter BMW v2.0.0:

                                          @bahnuhr mit 2.5.4 is das Problem behoben

                                          und funktioniert.
                                          Danke.

                                          lobomau 1 Reply Last reply Reply Quote 1
                                          • lobomau
                                            lobomau @bahnuhr last edited by

                                            Als wenn der Adapter zu oft Daten abfragen würde und ich somit die Quota ausreize.
                                            Ich habe 1min eingestellt, aber manchmal ruft er die Daten mehrere Male pro Minute ab:

                                            bmw.0
                                            2022-06-09 11:54:48.288	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:05:12."}
                                            
                                            bmw.0
                                            2022-06-09 11:54:48.287	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:54:48.287	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:54:48.232	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:05:12."}
                                            
                                            bmw.0
                                            2022-06-09 11:54:48.232	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:54:48.231	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:53:47.558	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:06:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:53:47.558	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:53:47.557	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:53:47.494	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:06:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:53:47.494	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:53:47.493	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:52:48.969	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:07:12."}
                                            
                                            bmw.0
                                            2022-06-09 11:52:48.968	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:52:48.965	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:51:47.562	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:08:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:51:47.562	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:51:47.562	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:51:47.492	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:08:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:51:47.492	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:51:47.492	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:50:47.577	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:09:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:50:47.576	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:50:47.576	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:50:47.524	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:09:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:50:47.523	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:50:47.523	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:49:49.391	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:00:11."}
                                            
                                            bmw.0
                                            2022-06-09 11:49:49.391	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:49:49.390	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:48:47.456	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:11:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:48:47.455	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:48:47.455	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:48:43.580	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:11:17."}
                                            
                                            bmw.0
                                            2022-06-09 11:48:43.580	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:48:43.580	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:48:42.071	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:11:18."}
                                            
                                            bmw.0
                                            2022-06-09 11:48:42.071	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:48:42.070	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:45:47.521	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:14:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:45:47.521	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:45:47.520	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:45:47.448	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:14:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:45:47.448	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:45:47.445	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:44:47.526	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:15:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:44:47.525	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:44:47.525	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:44:47.474	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:15:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:44:47.474	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:44:47.474	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:43:47.586	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:16:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:43:47.586	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:43:47.585	error	getvehicles v2 failed
                                            
                                            bmw.0
                                            2022-06-09 11:43:47.533	error	{"statusCode":403,"message":"Out of call volume quota. Quota will be replenished in 00:16:13."}
                                            
                                            bmw.0
                                            2022-06-09 11:43:47.533	error	Error: Request failed with status code 403
                                            
                                            bmw.0
                                            2022-06-09 11:43:47.532	error	getvehicles v2 failed
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            958
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            71
                                            670
                                            130290
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo