Skip to main content

Unofficial Python client for the Honda Connect Europe (My Honda+) API

Project description

pymyhondaplus

PyPI Python Downloads License

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 info
pymyhondaplus list                      # VIN, model, plate
pymyhondaplus list -v                   # full specs: grade, year, fuel, weight, ...
pymyhondaplus capabilities              # remote features per vehicle
pymyhondaplus subscription              # package, billing, included services
pymyhondaplus profile                   # account name, email, address

# Vehicle status
pymyhondaplus status
pymyhondaplus status --fresh            # wake TCU for fresh data
pymyhondaplus status --watch 5m         # poll and print changes

# Geofence
pymyhondaplus geofence                                  # show current
pymyhondaplus geofence-set --lat 41.890251 --lon 12.492373  # set 1 km radius
pymyhondaplus geofence-clear                            # delete

# 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.refresh_dashboard(vin)
if result.success:
    print("Fresh data received")
elif result.timed_out:
    print("Car unreachable — showing cached data")

The CLI surfaces this automatically with a spinner during the wait, and a clear message on failure: Refresh failed: car did not respond. Showing cached data from <timestamp>.

Related projects

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymyhondaplus-5.7.1b1.tar.gz (73.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pymyhondaplus-5.7.1b1-py3-none-any.whl (56.7 kB view details)

Uploaded Python 3

File details

Details for the file pymyhondaplus-5.7.1b1.tar.gz.

File metadata

  • Download URL: pymyhondaplus-5.7.1b1.tar.gz
  • Upload date:
  • Size: 73.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pymyhondaplus-5.7.1b1.tar.gz
Algorithm Hash digest
SHA256 3a81e1622e0fe04879b8c695e0e8f37cdf89d3722d89f36ce22a63acb24a6963
MD5 f755023ea0e2bfefd8277d2017fadd57
BLAKE2b-256 e165881e5d04dc5a1bf213ba44e550b8bcbdeb7aaaa05a96f738b036f2b3946e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymyhondaplus-5.7.1b1.tar.gz:

Publisher: publish.yml on enricobattocchi/pymyhondaplus

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymyhondaplus-5.7.1b1-py3-none-any.whl.

File metadata

  • Download URL: pymyhondaplus-5.7.1b1-py3-none-any.whl
  • Upload date:
  • Size: 56.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pymyhondaplus-5.7.1b1-py3-none-any.whl
Algorithm Hash digest
SHA256 dd38d61ed5d8a5e7ff9b12be82129526f4eb7b4dc91437322930a286fac67e11
MD5 78483074d77e870d7b53c5e75b163c00
BLAKE2b-256 5cbfa3cfd2be0d11e2cfe1df2e12dddd536788c2ba87e8d6825cac96ff577fc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymyhondaplus-5.7.1b1-py3-none-any.whl:

Publisher: publish.yml on enricobattocchi/pymyhondaplus

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page