Releases: bimmerconnected/bimmer_connected
0.17.1
0.17.0
Breaking change
BMW API for North America and Rest of World now requires a captcha to be solved. The token needs to be used during first init of MyBMWAccount(..., hcaptcha_token=TOKEN)
or with the --captcha-token
CLI parameter. See the documentation for more information.
This does only apply when using the library outside Home Assistant.
What’s Changed
0.16.4
Breaking change
BMW API for North America now requires a captcha to be solved. The token needs to be used during first init of MyBMWAccount(..., hcaptcha_token=TOKEN)
or with the --captcha-token
CLI parameter. See the documentation for more information.
This does only apply when using the library outside Home Assistant.
What’s Changed
0.16.4 Beta 2
0.16.3
0.16.2
What’s Changed
0.16.1
0.16.0
Breaking change
Every CLI command now stores the API credentials in a file for reuse in later calls. By default, data is stored to ~/.bimmer_connected.json
(Mac and Linux) or C:\Users\username\.bimmer_connected.json
(Windows). The file location can be changed using the --oauth-store
parameter.
If you don't want the data stored, use the --disable-oauth-store
parameter.
What’s Changed
- Updates for MyBMW 4.7.2 (#638) @rikroe
- Add ChargingMode.NO_ACTION (#634) @rikroe
- Improve tests and add version in CLI help output (#630) @rikroe
- CLI: Store OAuth credentials in local file (#626) @rikroe
- Initial support for Toyota Supra (#565) @vanshg
- Update docs (#625) @rikroe
- Add basic CLI tests (#624) @rikroe
- Update of charging sessions and statistics URLs to v2 (#622) @Gr3yh0und
0.16.0 Beta 2
Breaking change
Every CLI command now stores the API credentials in a file for reuse in later calls. By default, data is stored to ~/.bimmer_connected.json
(Mac and Linux) or C:\Users\username\.bimmer_connected.json
(Windows). The file location can be changed using the --oauth-store
parameter.
If you don't want the data stored, use the --disable-oauth-store
parameter.
What’s Changed
- Add ChargingMode.NO_ACTION (#634) @rikroe
- Improve tests and add version in CLI help output (#630) @rikroe
- CLI: Store OAuth credentials in local file (#626) @rikroe
- Initial support for Toyota Supra (#565) @vanshg
- Update docs (#625) @rikroe
- Add basic CLI tests (#624) @rikroe
- Update of charging sessions and statistics URLs to v2 (#622) @Gr3yh0und
0.16.0 Beta 1
Breaking change
Every CLI command now stores the API credentials in a file for reuse in later calls. By default, data is stored to ~/.bimmer_connected.json
(Mac and Linux) or C:\Users\username\.bimmer_connected.json
(Windows). The file location can be changed using the --oauth-store
parameter.
If you don't want the data stored, use the --disable-oauth-store
parameter.