This integration provides connectivity to the OnStar API for General Motors vehicles in Home Assistant.
- View vehicle location on a map
- Track vehicle diagnostics (tire pressure, fuel economy, battery level, etc.)
- Ensure HACS is installed.
- Click on HACS in the sidebar.
- Click on Integrations.
- Click the three dots in the top right and select "Custom repositories."
- Enter the repository URL and select "Integration" as the category.
- Click "Add."
- Search for "OnStar" in HACS and install it.
- Download the latest
ha-onstar.zipfile from the releases page. - Extract the zip file.
- Copy the
ha-onstarfolder to your Home Assistant'scustom_componentsdirectory. - Restart Home Assistant.
- In the Home Assistant UI, go to Configuration -> Integrations.
- Click the "+" button to add a new integration.
- Search for "OnStar" and select it.
- Follow the configuration steps to add your OnStar account and vehicle.
Special thanks to:
- BigThunderSR/OnStarJS - NodeJS Library for making OnStar API requests
- samrum/OnStarJS - Original OnStarJS library