Metadata-Version: 2.1
Name: aiogaro
Version: 0.0.4
Summary: Library to access Garo Chargeboxes
Home-page: https://github.com/kaboing/aiogaro/
Author: Jonas Lincoln
Author-email: jonas@lincoln.se
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# AIOGaro

Asynchronous library to access Garo Chargeboxes



## This library is under development

Requires Python >= 3.9, uses asyncio and aiohttp



## Usage

In ``example.py``, you find the simplest usage of the library. You need two things to use the library:

* IP number of the Chargebox

* Serial number of the Chargebox



You find the IP number in two ways:

* accessing your router and determine which IP the Chargebox has been given from DHCP

* Log in to http://chargebox.webel.se/ with serial number and password and see where you get redirected. 



Developed with the intention to be used with Home Assistant.

