Access public ev charger information via chargecloud.de
Project description
pychargecloud
Fetches data about public ev charge points from chargecloud.de
Used by Home Assistant Chargecloud Integration
Example:
import sys
import chargecloudapi
import aiohttp
import asyncio
import logging
async def main():
async with aiohttp.ClientSession() as session:
api = chargecloudapi.Api(session)
locations = await api.location_by_evse_id("DECCH*ECCH1800155EBG*2")
print(locations)
if __name__ == "__main__":
logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
loop = asyncio.new_event_loop()
loop.run_until_complete(main())
See also src/main.py
Dev notes
To make a new release, use GitHub website and draft a release manually. Make sure the version number in pyproject.toml matches the new tag. GitHub Actions will publish it to pypi.
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 pychargecloud-0.2.6.tar.gz.
File metadata
- Download URL: pychargecloud-0.2.6.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc9a8c00691f3a963a96436c240be0c075e1152c38252dfefbc131a6817fd8ca
|
|
| MD5 |
9e5ae6f8630dda93eda10734ff81297e
|
|
| BLAKE2b-256 |
474cf91f9728bdf03c2bc68a14a0302ab4cf63ee052e2f6c38cdb9f6421c660d
|
File details
Details for the file pychargecloud-0.2.6-py3-none-any.whl.
File metadata
- Download URL: pychargecloud-0.2.6-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65850391e38864b87b16ec1c6cfc10cb238d7c4369fb504ac74d76eac780fd26
|
|
| MD5 |
b9510f3d72c31c446ae74d4b92c6d23e
|
|
| BLAKE2b-256 |
3a7d5e80c261ace609a610b924e9017b4446235c24b15658c839847f7a267937
|