Metadata-Version: 2.1
Name: diematic_client
Version: 1.4
Summary: Asynchronous Python client for diematic-server HTTP server
Home-page: https://github.com/IgnacioHR/diematic_client
Author: Ignacio Hernández-Ros
Author-email: ignacio@hernandez-ros.com
License: LGPL
Download-URL: https://github.com/IgnacioHR/diematic_client/archive/refs/tags/v1.4-beta.tar.gz
Description: # diematic_client
        
        A Python module to consume information from diematic-server.
        
        ## Software requirements
        
         * A running instance of diematic-server. In my case I've it running in a Raspberry PI 3 connected to the DeDietrich boiler using the RS-485 port. See the documentation for the diematic-server repository
        
        The documentation for the diematic-server project is in a separate repository and it is also a pipy package available to download and use.
        
        This package has been created to isolate the functionality to access to the server and allow for the integration of components inside home assistant.
        
        ## Installation
        
        ```
        pip install diematic_client
        ```
        
        If you are installing the home assistant components (At this time, they are WIP) they should install this package automatically
        
        ## References
        
        This project has been created following the original structure of the IPP printer module
        
Keywords: python,home-automation,iot,restful,de-dietrich,diematic,home-assistant
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Home Automation
Description-Content-Type: text/markdown; charset=UTF-8
