Metadata-Version: 2.1
Name: aionefit
Version: 0.12
Summary: asyncio library for Bosch thermostats
Home-page: https://github.com/marconfus/aionefit
Author: Marco Reichwald
Author-email: marconfus@gmail.com
License: MIT
Description: 
        # Python asyncio library for (some) Bosch thermostats
        
        aionefit is a Python library to control some Bosch thermostats using the Python asycio framework. This is done with the [Slixmpp](https://slixmpp.readthedocs.io) library.
        
        As there is no known way to talk directly to the thermostat, all communication has to be routed via cloud servers at Bosch.
        
        ## Original code
        This software is based on code of the following projects:
        - https://github.com/robertklep/nefit-easy-client
        - https://github.com/patvdleer/nefit-client-python
        
        ## Supported hardware
        [source](https://www.domoticz.com/wiki/NefitEasy)
        
        - Nefit Easy (Netherlands)
        - Junkers Control CT100 (Belgium, Germany)
        - Buderus Logamatic TC100 (Belgium)
        - E.L.M. Touch (France)
        - Worcester Wave (UK)
        - Bosch Control CT‑100 (Other)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
