bouncie
:love_you_gesture: Please star this repository if you end up using this integration. If it improved your life in any way, consider donating for my effort using 'Buy Me a Coffee' button above or sponsoring this project using GitHub Sponsors. It will help me continue supporting this product. :pray:
Installation
- Upgrade HACS to 1.31.0+ version
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "bouncie"
- Configuration is done in the UI
The bouncie
integration uses the Bouncie web service as a source for monitoring your car(s).
Setup
To generate an Bouncie application credentials -
- Go to the Bouncie Developer Page page
- Login with your
bouncie.com
credentials
- Click on
+ ADD APPLICATION
- Provide a
name
for application e.g. Home Assistant Integration
- Provide a unique
client_id
e.g. alphanumeric random string
- Provide redirect URL to be your Home Assistant URL
- Click on
SAVE
- Click on the "Users & Devices" tab at the top of the page.
- Click on the "Authorize My Devices" blue button.
- Choose 'Yes' when prompted to authorize devices to your application.
- You should now see your account listed in the "Users & Devices" list.
- Next to your listed account, click the "Expand" arrow to see your "Auhtorization Code"
- Copy the alphanumeric listed under "Authorization Code" - this is your
authorization_code
- Note down following values to enter in Home Assistant
- Client ID
- Client Secret
- Redirect URL
- Authorization Code
Note
This integration currently uses REST API only with polling. scan_interval
(default is 10 seconds) can be set to a custom value in integration configuration setting.
Contributions are welcome!
If you want to contribute to this please read the Contribution guidelines