Metadata-Version: 2.1
Name: luxtronik
Version: 0.1.0
Summary: A luxtronik heatpump controller interface
Home-page: https://github.com/bouni/luxtronik
Author: Bouni
Author-email: bouni@owee.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Luxtronik

python-luxtronik is a library that allow you to interact with a Luxtronik heatpump controller.

## Example
```
from luxtronik import Luxtronik

l = Luxtronik('192.168.1.23', 8889)
l.get_data()
```

You'll get a huge dict as result with already parsed and converted data.


