Unofficial Python client for the Honda Connect Europe (My Honda+) API
Project description
pymyhondaplus
Unofficial Python client for the Honda Connect Europe (My Honda+) API.
Tested on Honda e. Should work with other Honda Connect Europe vehicles (e:Ny1, ZR-V, CR-V, Civic, HR-V, Jazz 2020+) but these are untested — contributions welcome!
Installation
pip install pymyhondaplus
# Optional: enable OS keyring support (macOS Keychain, Windows Credential Vault, Linux Secret Service)
pip install pymyhondaplus[keyring]
Quick start
# Login (first time — triggers email verification)
pymyhondaplus login --email user@example.com
# Vehicle status
pymyhondaplus status
pymyhondaplus status --fresh # wake TCU for fresh data
pymyhondaplus status --watch 5m # poll and print changes
# Remote commands
pymyhondaplus lock
pymyhondaplus unlock
pymyhondaplus horn
pymyhondaplus climate-start
pymyhondaplus charge-limit --home 80 --away 90
# Trip history and statistics
pymyhondaplus trips --all --locations
pymyhondaplus trip-stats --period week
See USAGE.md for the full command reference, including vehicle selection, trip details, library usage, and security options.
Unreachable car handling
When the car is in deep sleep or out of cellular range, remote commands and fresh status requests will time out on Honda's server side (~60 seconds). The library detects this via the CommandResult type:
result = api.wait_for_command(command_id)
if result.success:
print("Command succeeded")
elif result.timed_out:
print("Car unreachable — showing cached data")
The CLI surfaces this automatically: Refresh: timed out (car may be unreachable).
Related projects
- myhondaplus-desktop — Desktop GUI application
- myhondaplus-homeassistant — Home Assistant integration
Disclaimer
This project is unofficial and not affiliated with, endorsed by, or connected to Honda Motor Co., Ltd. in any way.
- Use at your own risk. The authors accept no responsibility for any damage to your vehicle, account, or warranty.
- Honda may change their API at any time, which could break this library without notice.
- Sending remote commands (lock, unlock, climate, charging) to your vehicle is your responsibility. Make sure you understand what each command does before using it.
- This project does not store or transmit your credentials to any third party. Authentication is performed directly with Honda's servers.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pymyhondaplus-5.2.1.tar.gz.
File metadata
- Download URL: pymyhondaplus-5.2.1.tar.gz
- Upload date:
- Size: 39.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
335cd41f11832a453de4fd88039c072a03e1491d4a5484c9f8aab73d7eacbb91
|
|
| MD5 |
e1f9bf912452f3b49c15a75ce63fd3f5
|
|
| BLAKE2b-256 |
d6c3e57d34cdce9fb48c09d9ff0cbdd1cc117f7c2af30ef0e5b4bed8c543ef3a
|
Provenance
The following attestation bundles were made for pymyhondaplus-5.2.1.tar.gz:
Publisher:
publish.yml on enricobattocchi/pymyhondaplus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pymyhondaplus-5.2.1.tar.gz -
Subject digest:
335cd41f11832a453de4fd88039c072a03e1491d4a5484c9f8aab73d7eacbb91 - Sigstore transparency entry: 1258131180
- Sigstore integration time:
-
Permalink:
enricobattocchi/pymyhondaplus@0507f97b5f377b9922e80fd7cfc8c4748c91bafa -
Branch / Tag:
refs/tags/5.2.1 - Owner: https://github.com/enricobattocchi
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@0507f97b5f377b9922e80fd7cfc8c4748c91bafa -
Trigger Event:
release
-
Statement type:
File details
Details for the file pymyhondaplus-5.2.1-py3-none-any.whl.
File metadata
- Download URL: pymyhondaplus-5.2.1-py3-none-any.whl
- Upload date:
- Size: 30.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1f4455462e5d7a697911d0e46876ad34bcd99c6a0f5abfbe0db9f6c5119b306
|
|
| MD5 |
6f7c4a043c75ab477f3762e8d849c622
|
|
| BLAKE2b-256 |
2eb75e92c41cafef2eeb6ffa27bff793b0cb668bb48c54e869ff4279fadf1ad2
|
Provenance
The following attestation bundles were made for pymyhondaplus-5.2.1-py3-none-any.whl:
Publisher:
publish.yml on enricobattocchi/pymyhondaplus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pymyhondaplus-5.2.1-py3-none-any.whl -
Subject digest:
a1f4455462e5d7a697911d0e46876ad34bcd99c6a0f5abfbe0db9f6c5119b306 - Sigstore transparency entry: 1258131243
- Sigstore integration time:
-
Permalink:
enricobattocchi/pymyhondaplus@0507f97b5f377b9922e80fd7cfc8c4748c91bafa -
Branch / Tag:
refs/tags/5.2.1 - Owner: https://github.com/enricobattocchi
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@0507f97b5f377b9922e80fd7cfc8c4748c91bafa -
Trigger Event:
release
-
Statement type: