Giter Site home page Giter Site logo

frankjoke / iobroker.bmw Goto Github PK

View Code? Open in Web Editor NEW
11.0 9.0 6.0 1.98 MB

ioBroker adapter to display BMW connected drive data

License: MIT License

JavaScript 88.07% HTML 11.65% CSS 0.28%
bmw-connecteddrive bmw iobroker-adapter remote-control iobroker

iobroker.bmw's Introduction

Logo Adapter für BMW ConnectedDrive-Daten

NPM version Downloads installed Travis-CI NPM

==============

Adapter zum Auslesen von BMW ConnectedDrive-Daten

Der Adapter versucht die ConnectedDrive-Daten für die auf die angegebenen Benutzer registrierten Fahrzeuge. Man kann filtern welche Daten angezeigt werden indem man im Admin die Einstellungen für

  • zu verwendete services (ich verwende nur: efficiency, dynamic, navigation und remote_execution).
  • Wenn man 'debug' einschaltet wird der Adapter im Log die debug-Ausgaben einschalten und damit sieht man welche Daten er abfragt und geliefert bekommt. Adapter muss im admin zumindest auf auf 'info' stehen!
  • zu löschende Einträge (Bei mir Daten wie: modelType, series, basicType, brand, licensePlate, hasNavi, bodyType, dcOnly, hasSunRoof, hasRex, steering, driveTrain, doorCount, vehicleTracking, isoCountryCode, auxPowerRegular, auxPowerEcoPro, auxPowerEcoProPlus, ccmMessages)
  • Einträge die von Arrays umgewandelt werden sollen (bei mir: lastTripList|name|lastTrip, specs|key|value, service|name|services, cdpFeatures|name|status, cbsMessages|text|date, lifeTimeList|name|value, characteristicList|characteristic|quantity, remote_history|eventId, storePortfolio|offerCode). bestehen nur zwei einträge mit '|' getrennt dann ist der erste der name des arrays das umgewandelt wird und der zweite der Name des eintrags und es werden alle Sub-Elemente übernommen, wenn ein dritter wert vorhanden ist wird nur dieser als Wert übernommen.
  • Einträge die in ihrer Hirarchie nach oben wandern sollen (bei mir attributesMap, vehicleMessages, cbsMessages, twoTimeTimer, characteristicList, lifeTimeList, lastTripList, update, storePortfolio)
  • der zu verwendete Datenserver kann auch angegeben werden, der Default ist für den Rest der Welt, wer in anderen Regionen wohnt kann auch https://b2vapi.bmwgroup.cn:8592 für China, https://b2vapi.bmwgroup.us für USA und https://b2vapi.bmwgroup.com für Europe / Rest of World probieren. www.bmw-connecteddrive.com wird hoffentlich immer auf den richtigen weitergeleitet.
  • Man kann States umbenennen wenn man im rename originalName|neuerName verwendet. weder Original noch der neue Name dürfen mehrmals vorkommen. '.' werden durch '_' ersetzt. Mehrere Einträge von x|y werden durch ',' getrennt. Damit kann man den Vin des Autos auf z.B. '325i' umbenennen.
  • Der Adapter versteht jetzt auch 'sendTo' Kommandos. sendTo('bmw.0','send','225xe.Versperren') würde den Wagen den sie auf 225xe umbenannt haben versperren, sendTo('bmw.0','send','_DatenNeuLaden') würde einen Refresh ausführen und sendTo('bmw.0','debug','on') (es geht auch 0,1,on,off,ein,aus,true,false) würde debug ein- oder ausschalten. Mit sendTo('bmw.0','get', '225xe.Versperren') kann der state von Werten abgefragt werden, man bekommt z.B. { val: 'Nicht gestartet', ack: true, ts: 1505839335870, q: 0, from: 'system.adapter.bmw.0', lc: 1505839335870 } zurück.
  • Im config kann man jetzt 2 flags setzten: Alle Daten bei Adapter-Neustart löschen (default:ein) und alle Daten die bei einem wiederholten download nicht mehr runtergeladen werden löschen (default:aus). Damit kann man bei Adapter-Restart mit anderen settings die alten states vergessen aber wenn ein Kommunikationsfehler wärend eines refresh's entsteht die Daten vom letzten refresh sehen wenn der 2. Haken nicht gesetzt wird.

Wenn der Adapter die Position vom Navigationssystem auslesen kann übersetz er diese mit Hilfe von Google auf eine Adresse und gibt diese unter navigation.formatted_address an.

Ein spezieller '_RefresData'-State wird angelegt auf welchen man im admin.object klicken kann oder welchen man über Vis/oder andere Programme ansteuern kann.

Wenn das Fahrzeug aktive remote-services hat (service muss bei den Services eingeschaltet sein!) sollten Button-States angelegt werden. Diese können die Aktion durchführen wenn im Objectviewer drauf geclickt wird oder wenn sie mit einem wert und ack=false beschrieben werden. Der Wert dieses States wird mit dem Service-Status überschrieben, z.B PENDING oder EXECUTED (oder deutsche übersetzungen).

Ab 1.2.0 werden im debug-Mode _originalData-States generiert. Wenn ihr Probleme mit einigen Datenpunkten hab könt ihr das verwenden um mir die Daten zu senden (ich habe nicht alle BMW's zum Testen!).

p.s.: Ich möchte https://github.com/Lyve1981/BMW-ConnectedDrive-JSON-Wrapper und https://github.com/edent/BMW-i-Remote für die Beispiele danken mittels derer sources ich den Zugriff geschafft habe!

Important/Wichtig

  • Adapter requires node >= v4.3.*!

Changelog

1.4.0

  • Update for Admin 3,0 and compact mode as well as config page

1.3.3

  • Just removed 'preserveSettings' and 'supportCustoms' not to show up in admin custom config

1.3.1

  • Added flags in config to clear all data on adapter restart and to clear data not downloaded on every download

1.3.0

  • Added renaming of states to the adapter control
  • Added 'sendTo' message capabilities
  • Remote services cannot be executed as long as other services are still to be finished

1.2.4

  • added states for last successful donload and error to see how old data is
  • Improved error handling when services are not available
  • added _originalData object (wenn in debug) for root request for available cars on this account

1.2.3

  • Removed bug for remote-control
  • Removed bug after token times out (~2h of operation) to renew token
  • added check if service is not available (happens too often!)

1.2.1

  • Removed RCT from possible services for remote control
  • Crerate a .google_maps_link state for the navigation which can be used to open a web-page with google maps to show the location.
  • set same level of debug if adapter is in debug mode and debug is set

1.2.0 Test

  • Remoteservice implemented, basic functions like lock/unlock door or flash lights can be executed
  • New services store and map_download added, this adds also update and storePortfolio in flatten and storePortfolio|offerCode in arrays.
  • If ConnectedDrive returns numbers as strings then they are converted to javascript numbers
  • Added creation of states for the original values received from ConnectedDrive in 'debug'-mode. They will be shown as ._originalData entries and have the original string from ConnectedDrive as a value.

1.1.0

  • Added _RefreshData - State which can be used to start a refresh cycle manually (for example from admin.objects)
  • Added 'debug'-mode when you start services config string with 'debug!'

1.0.1

  • Changed name of email to username in config not to conflict with other data and services
  • Removed the dependency on 'xml2js' module

1.0.0

  • Changed remoteservises/chargingprofile to remote_chargingprofile
  • Added services remote_history and remote_execution
  • Changed to automatic deletion of states which are not anymore delivered
  • Removed Flag to delete all car data at start

0.2.2

  • Multiple cars did not work - resolved
  • Flag to delete all car data on adapter start included

0.2.1

  • Small changes to the text and description as well as for npm

0.2.0

  • First public release, working fine for my car!

Install

Installieren über ioBroker.admin

Configuration

Der Benutzername, das Passwort und die Datenfilter müssen im Adapter config eingegeben werden.

Todo for later revisions

Installation

Mit admin, ioBroker oder von https://github.com/frankjoke/ioBroker.bmw oder mit npm install ioBroker.bmw

License

The MIT License (MIT)

Copyright (c) 2014-2019, Frank Joke [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

iobroker.bmw's People

Contributors

apollon77 avatar dependabot[bot] avatar frankjoke avatar germanbluefox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iobroker.bmw's Issues

Compatibility check to js-controller 3.3 and Admin5 React UI

Dear Adapter developer,

with js-controller 3.2 and js-controller 3.3 some additional checks were added to make sure that created objects match to the specifications and also written state values match to the object definition.

If something is not correct this is logged as 'warning' or 'info' log.

Please take the time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1301

Additionally we are preparing Admin 5 which will have a completely rewritten UI. Please install Admin 5, activate that new UI and verify that the configuration of you adapter works as expected also there.

More informations on Admin 5 can be found in Forum https://forum.iobroker.net/topic/44282/test-adapter-admin-5-0-x-alpha-der-neuen-ui

Please close the issue after you checked it.

Thank you very much for your support!

Added a new vehicle "getvehicles v2 failed"

Hi - i did add a second vehicle to my bmw account. Since i am getting this error message...

bmw.1 | 2023-07-23 13:40:23.493 | error | {"statusCode":404,"message":"Resource not found"}
bmw.1 | 2023-07-23 13:40:23.493 | error | AxiosError: Request failed with status code 404
bmw.1 | 2023-07-23 13:40:23.492 | error | getvehicles v2 failed

with this error the first vehicle isn't updateded anymore and the second is not present.
In my bmw-app i can see both vehicles.

i tryed to reinstall the adapter and added a new instance, but it didn't help.
It would be great if someone can helpe me ;)

Please let me now if you need futher details...

THX Christoph

inMotion is always 'false'

Object bmw.0.xyz.properties.inMotion is always false. I have 2 cars in my adapter and both never shows they're in motion :-(

Keine Buttons für Remote Services

Hallo,

bei allen bisherigen BMWs die Remote Services unterstützen, waren bei mir wie im Screenshot zu sehen, als Objekte direkte im root einer VIN die passenden Buttons.
Bei meinem neuen Auto erscheinen diese Buttons nicht mehr, obwohl das Auto über die BMW App genau diese unterstützt.

image

Ist dazu etwas bekannt? Andere Softwareversion im Auto etc.?

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/frankjoke/ioBroker.bmw

  • [E402] Types of adapter in latest repository and in io-package.json are different "vehicle" !== "hardware"
  • [E422] Types of adapter in stable repository and in io-package.json are different "vehicle" !== "hardware"

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Compatibility check to js-controller 4.0

Dear Adapter developer,

with js-controller 4.0 object definitions are now also checked that min/max in only provided for number/mixed objects and that the type of the default value matches to the object type.

If something is not correct this is logged as 'warning' or 'info' log.

Please also make sure to update to the lastest @iobroker/testing dependency 2.5.4 or to accept the PR from Apollon77 for legacy testing!

Please spent some time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn or info log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1749

Please close the issue after you checked it.

Thank you very much for your support to get the best experience for the growing numbers of ioBroker users!

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/frankjoke/ioBroker.bmw

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

getObjectList deprecated

In V1.3.3 I get warning at startup:

"(13782) adapter.objects.getObjectList is deprecated, and will be removed in the future. Please use adapter.getObjectList/Async. Report this to Developer!"

Compatibility check and testing for Node.js 14 and 16

Dear Adapter developer,

Node.js 14 is now available for a year and Node.js 16 was release just some days ago and will become LTS by October 2021. We plan to update the ioBroker Node.js recommendation (currently 12.x) to 14.x later this year.

Please check your adapter with Node.js 14 especially, and ideally also directly with Node.js 16

Please add both versions to the adapter testing which is executed on commits.

If your adapter requires a certain minimum version of Node.js please set the 'engine' setting in package.json accordingly! Please also do this if the adapter is not able to work in certain Node.js versions, so that ioBroker can prevent users from installing te adapter if not compatible!

On questions please talk to us at ioBroker/ioBroker.js-controller#1138

Please close the issue after you checked it.

Thank you very much for your support!

Warnings from adapter

020-05-25 16:36:21.878 - warn: bmw.0 (7719) adapter.objects.getObjectList is deprecated, and will be removed in the future. Please use adapter.getObjectList/Async. Report this to Developer!

2020-05-25 16:36:22.543 - warn: bmw.0 (7719) Promise failed @ '_tickCallback in internal/process/next_tick.js @68:7' error: { Error: Not exists at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1588:72 at adapterObjects.getObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:2999:68) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:93403) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49) at process._tickCallback (internal/process/next_tick.js:68:7) [stack]: 'Error: Not exists\n at /opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:1588:72\n at adapterObjects.getObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:2999:68)\n at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:93403)\n at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)\n at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)\n at process._tickCallback (internal/process/next_tick.js:68:7)', [message]: 'Not exists' }

Ladevorgang starten und stoppen

Ist es möglich über sendto auch den Ladevorgang starten und stoppen?
das wäre perfekt. So könnte man den fast charger halbwegs smart machen.
Man begrenzt den Ladestrom im Auto und steuert es mit dem Überschuss wert der PV.

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/frankjoke/ioBroker.bmw

  • [E106] Title should not have word "adapter" in the name. It is clear, that this is adapter. Now: BMW ConnectedDrive data Adapter
  • [E114] No adapter are allowed in the repo without admin3 support
  • [E130] No news found in io-package.json
  • [E140] width and height of logo are not equal
  • [E201] Bluefox was not found in the collaborators on NPM!. Please execute in adapter directory: "npm owner add bluefox iobroker.bmw"
  • [E802] No topics found in the repository. Please go to "https://github.com/frankjoke/ioBroker.bmw" and press "Manage topics"
  • [E605] No actual year found in copyright. Please add "Copyright (c) 2014-2019 frankjoke [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2014-2019 frankjoke [email protected]" at the start of LICENSE

I have also found warnings that may be fixed if possible.

  • [W113] Adapter should support compact mode

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Please let us know if you are still working on this project

Dear FrankJoke
there is a bunch of people that are curious to know, weather you are still behind this project or if we shall simply delete the adapter as there are more and more errors and warnings with this adapter.

Me personal I would really be very happy, if you would still support it and other other hand it is beneficial for all to know if there is no future.
Anyway. Many thanks for the efforst you put into this! It was a very useful Adapter as long as it was working!
Thanks

exclude EV Data....

Hi,
can you please include a switch in the config to exclude data from ev's?
We use the adapter with an diesel powered BMW and so we get some error messages everytime the adapter is syncing...

thanks
Tom

getvehicles v2 failed

Hi frankjoke,

since a few days after the BMW Update of the iOS App i receive error message in iobroker.

bmw.0 | 2022-05-28 11:36:52.010 | error | Error: Request failed with status code 403
bmw.0 | 2022-05-28 11:36:52.008 | error | getvehicles v2 failed

Could you please check this?
THX

New Issue

ioBroker: Eintrag in Protokolle: Log: error - bmw.0","message":"(134884) {"statusCode":404,"message":"Resource not found"}","ts":1688209951383},{"date":"Heute 13:12","severity":"error","from":"bmw.0","message":"(134884) AxiosError: Request failed with status code 404","ts":1688209951382},{"date":"Heute 13:12","severity":"error","from":"bmw.0","message":"(134884) getvehicles v2 failed","ts":1688209951376}]

Standheizung steuern

Ich habe in der Readme gelesen das man auch die Remote Services nutzen kann. Ich würde gerne die Standheizung steuern können. Dazu wäre eine Info toll mit welchen Befehlen das geht.

Error 17919 habe seit März 2020 keine Verbindung mehr zum Auto

Irgendjemand eine Idee?
Liegts an den Versionen Node, JS ??
Wie kann man hier weiter debuggen??

2020-11-13 11:37:54.310 - warn: bmw.0 (17919) BMWrequest error on path /api/me/vehicles/v2: { Error: getaddrinfo ENOTFOUND https://b2vapi.bmwgroup.com/ https://b2vapi.bmwgroup.com/:443at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:26)errno: 'ENOTFOUND',code: 'ENOTFOUND',syscall: 'getaddrinfo',hostname: 'https://b2vapi.bmwgroup.com/',host: 'https://b2vapi.bmwgroup.com/',port: '443' }
2020-11-13 11:37:54.313 - warn: bmw.0 (17919) Error in GetCars, most probably the server is down! No data is changed: RequestVehicles Error to get data for Vehicles : { Error: getaddrinfo ENOTFOUND https://b2vapi.bmwgroup.com/ https://b2vapi.bmwgroup.com/:443at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:26)errno: 'ENOTFOUND',code: 'ENOTFOUND',syscall: 'getaddrinfo',hostname: 'https://b2vapi.bmwgroup.com/',host: 'https://b2vapi.bmwgroup.com/',port: '443' }!

Please check ioBroker.bmw with js-controller 2.0

Hi,

the new js-controller 2.0 will come into latest repository in the next days and we want to make sure that all adapters are working well. We already did a 2 weeks Beta test and so some adapter were aleady checked and some needed slight adjustments.

You can find more information in ioBroker/ioBroker.js-controller#482 and in the ioBroker Forum. If you have more technical questions please write in the referenced issue or in the Developer thread please. General questions are best in the genral thread.

Please update your systems to js-controller 2.0 and check your adapter.

Please close this issue once you have checked your adapter or received successfull reports from users.

Thank you very much for your support. Please contact us in the other Threads or Forum on any question.

Please add your adapter to ioBroker.discovery

I am an automatic service from ioBroker that searches adapters and makes suggestions.

I noticed that your adapter is not integrated in the ioBroker.discovery. Using the Discovery adapter, ioBroker can automatically find devices or suggest services to the user for installation. If possible I would live to see your adapter added there.

Some adapters have already been added and you can use them as blueprints. See: https://github.com/ioBroker/ioBroker.discovery You need to fork this project and then create a PR for your adapter to be added.

Basically the plugins can do HTTP calls, UDP discovery, MDNS, UPNP and will iterate over all devices found by IP scan and check local serial ports. If you want you can also add new discovery methods but please try to do that with at least dependencies as possible.

Then create one file under lib/adapters for your adapter to implement the detection and proposal of an instance to the user.

On questions, the other developers will support in the forum or via GitHub issues too.

If no detection is possible, simply close this issue and I won't bother you again. ;-)

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

TypeError: Cannot read property 'bind' of undefined

Ich bekomme beim Adapterstart folgende Fehlermeldung?!

host.ioBrokerVM | 2019-05-21 12:05:38.564 | error | instance system.adapter.bmw.0 terminated with code 0 (OK)
-- | -- | -- | --
Caught | 2019-05-21 12:05:38.563 | error | by controller[0]: at Module.runMain (module.js:611:10)
Caught | 2019-05-21 12:05:38.563 | error | by controller[0]: at Function.Module._load (module.js:445:3)
Caught | 2019-05-21 12:05:38.563 | error | by controller[0]: at tryModuleLoad (module.js:453:12)
Caught | 2019-05-21 12:05:38.563 | error | by controller[0]: at Module.load (module.js:494:32)
Caught | 2019-05-21 12:05:38.563 | error | by controller[0]: at Object.Module._extensions..js (module.js:586:10)
Caught | 2019-05-21 12:05:38.563 | error | by controller[0]: at Module._compile (module.js:577:32)
Caught | 2019-05-21 12:05:38.563 | error | by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.bmw/bmw.js:113:3)
Caught | 2019-05-21 12:05:38.563 | error | by controller[0]: at Function.init (/opt/iobroker/node_modules/iobroker.bmw/node_modules/@frankjoke/myadapter/myAdapter.js:322:23)
Caught | 2019-05-21 12:05:38.562 | error | by controller[0]: at startAdapter (/opt/iobroker/node_modules/iobroker.bmw/node_modules/@frankjoke/myadapter/myAdapter.js:33:15)
Caught | 2019-05-21 12:05:38.562 | error | by controller[0]: at Function.init2 (/opt/iobroker/node_modules/iobroker.bmw/node_modules/@frankjoke/myadapter/myAdapter.js:344:62)
Caught | 2019-05-21 12:05:38.562 | error | by controller[0]: TypeError: Cannot read property 'bind' of undefined
bmw.0 | 2019-05-21 12:05:38.523 | info | terminating

Verify Compact mode for your adapter

We have detected that your adapter supports the compact mode. Please use the latest js-controller 2.0 and verify that everything works.

Some more information what is important to check can be found at ioBroker/ioBroker.js-controller#512

On questions please answer to the linked issue. Please close this issue after your test and add the version number that you have tested please as a comment.

Thank you for your support.

Update stable version in repo to 1.4.0

Think about update stable version to 1.4.0

Version: stable=1.3.3 (847 days old) => latest=1.4.0 (334 days old)
Installs: stable=297 (61.88%), latest=172 (35.83%), total=480
Click to edit

Mini Connected?

Hallo,

ist es nicht möglich auch Mini Fahrzeuge mit den Adapter auszulesen? Es kommt immer eine "requested" Fehlermeldung und er zeigt keine Daten und das Fahrzeug im iobroker an. Brauchst man dazu eine andere url in den Adapter Einstellungen?

missing efficiency information

since some weeks no information of "efficiency" loads. No objects available.

System data:

Platform: linux
Distribution: Raspbian GNU/Linux
Architecture: arm
Model: ARMv7 Processor rev 3 (v7l)
RAM: 3.81 GB
Node.js: v12.22.1
NPM: 6.14.12
JS-Controller (1): 3.2.16
Admin: 4.2.1
BMW ConnectedDrive data Adapter: 1.3.3

created by ioBroker.info

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.