Async client for the Garo Entity Pro charger local HTTPS API (/status/...).
Project description
garo-entity-pro
Async Python client for the Garo Entity Pro wallbox local HTTPS API (/status/energy-meter, /status/temperatures, etc.).
Install
pip install garo-entity-pro
Library usage
from garo_entity_pro import GaroApiClient
async def main():
async with GaroApiClient("https://192.168.1.10", "user", "pass", verify_ssl=False) as client:
data = await client.get_status()
Parsing helpers live under garo_entity_pro.parsing (OCPP-style meter payloads, state labels).
Home Assistant
The custom integration in custom_components/garo_entity_pro/ depends on this package (see manifest.json). Install the integration and ensure Home Assistant can install requirements, or run pip install -e . from this repository when developing.
Development
pip install -e ".[ha]"
Build a wheel:
pip install build && python -m build
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
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 garo_entity_pro-0.3.2.tar.gz.
File metadata
- Download URL: garo_entity_pro-0.3.2.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97e610dba0e8bc03ac7c472936b0a67e3e1f3c708449af3dc42f7ae567304bf1
|
|
| MD5 |
3ad2b15bae657b3914f13864f282c430
|
|
| BLAKE2b-256 |
594f3c1022bc7951e3a31a70249cc0552a3be36ce39b4c7b92ff03b71d334147
|
File details
Details for the file garo_entity_pro-0.3.2-py3-none-any.whl.
File metadata
- Download URL: garo_entity_pro-0.3.2-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61d27ac1e3a14649cc8842bbc8d6c10071146b49f5c8e00e420b2142a5c2b6cc
|
|
| MD5 |
38811625a96ea6aa5cd146a09b4c788b
|
|
| BLAKE2b-256 |
4643793d18efe7c8ae437de83d899f143a1d8d087733b0f1423c1822f9a60401
|