Metadata-Version: 2.4
Name: ecoaliface
Version: 0.7.0
Summary: Interface to eSterownik.pl eCoal water boiler controller.
Home-page: https://github.com/matkor/ecoaliface
Author: Mateusz Korniak
Author-email: matkorpypiorg@ant.gliwice.pl
License: GPLv3+
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# ecoaliface
Pure Python interface to [eCoal](https://esterownik.pl/nasze-produkty/ecoal) water boiler controller from [eSterownik.pl](http://esterownik.pl).
Implements small subset of operations/readings available in controller.

Based on code from https://github.com/uzi18/sterownik .

## Versions

### 0.7.0
Add fuel left calculation logic

### 0.6.0
Add max fuel feeder time parameter to enable calculation of fuel level
Added async examples

### 0.5.1
Fixed an incorrect parameter name to match the homeassistant ecoal boiler plugin

### 0.5.0
Added all methods available in https://github.com/uzi18/sterownik code.

### 0.4.0
Initial public release for Homeassistant component.
