This repo is a fork of the FordPass HomeAssistant integration. The intent is to significantly overhaul it to run as a standalone script and do some data logging for your vehicle.
At this time, the script is functional with the following sets of data pulled from Ford's APIs:
- vehicle_status
- vehicle_capability
- charge_logs
- Fill out your credentials/info in config.py
- Run
save_logs.py
- eg:
python3 save_logs.py
- eg:
- In the current state, it will pull and write a JSON file including the vehicle status/metrics and capabilities to the
./logs/
subfolder. Optionally charge logs will be written to a separate JSON if available (The Ford C-Max Energi does not have these sadly. This may also apply to the Fusion Energi)
❗The current recommended minimum polling interval is 15 minutes. Any shorter is liable to have your account locked out. ❗
Documentation on some of the data points provided from the API is available under autonomicData.md