Metadata-Version: 2.1
Name: wolf_ism8
Version: 3.2.3
Summary: Write and read data from wolf heating system via ISM8
Author-email: marcschmiedchen <marc.schmiedchen@protonmail.com>
License: MIT License
Project-URL: Repository, https://github.com/marcschmiedchen/wolf_ism8
Project-URL: Issues, https://github.com/marcschmiedchen/wolf_ism8/issues
Keywords: Home Assistant,Wolf,HVAC
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asyncio

Implementation of an http server which communicates with WOLF HVAC systems via their ISM8 module. Received datagrams are translated to pyhon datatypes and held in a internal dictionary for further usage. Callback functionality is implemented for push-style integrations. Writable datapoints can be encoded and sent to ISM8. 

This python package was built in order to integrate a [WOLF](https://www.wolf.eu) heating system into the [Home Assistant](https://www.home-assistant.io) ecosystem. The library takes advantage of the ASYNCIO-Library.
