A HomeKit integration for electric vehicles.
This project integrates OVMS into Apple HomeKit. The exposed metrics mostly concern the car's battery and range, as well as the charger component.
git clone https://github.com/theMomax/homekit-ovms-integration.git
cd homekit-ovms-integration
npm install
npm run build
DEBUG="*" npm run start -- -a <your OVMS address> -p <your OVMS password>
See Integrations for information on how to configure each integration.
npm i -g homekit-ovms-integration
DEBUG="*,-*:debug,-follow-redirects" homekit-ovms-integration -a <your OVMS address> -p <your OVMS password>
I've started working on an iOS app (Home Batteries) that offers an overview for this project's custom services. It also provides an UI for creating automations. Check out the link for more details. The Eve App also supports all of the custom Services/Characteristics defined below.
Property | Value |
---|---|
UUID | 00000004-0000-1000-8000-0036AC324978 |
Required Characteristics | BatteryLevel ChargingState StatusLowBattery Active |
Optional Characteristics | Name EstimatedRange CurrentPower |
as defined here
Property | Value |
---|---|
UUID | 00000007-0001-1000-8000-0036AC324978 |
Permissions | Paired Read, Notify |
Format | float |
Unit | kilometers |