Metadata-Version: 2.1
Name: pescea
Version: 1.0.5
Summary: A python interface to the Escea fireplace controllers
Home-page: https://github.com/lazdavila/pescea
Author: Laz Davila
Author-email: laz.davila@gmail.com
License: gpl-3.0
Download-URL: https://github.com/lazdavila/pescea/archive/refs/tags/v1.0.5.tar.gz
Description: 
        # pescea - python interface to Escea fireplaces
        
        This is a python interface to the [Escea range](https://escea.com/) of fireplaces.
        
        The specifications for the interface are contained in the [included pdf](./630260_3_Escea_Fireplace_LAN_Comms_Spec.pdf).
        
        Further information on the Escea controller's network communications can be found in [this pdf](./Escea_Controller_Network_Communications_Summary.pdf)
        
        Note: The above documents are copyright of Escea
        
        ## Usage
        
        This package is not a standalone application for end user implementation.
        
        The aim of this package is to be used by software developers and integrators to implement
        the Escea interface on home automation platforms.
        
        ## Credit
        
        The [pizone interface](https://github.com/Swamp-Ig/pizone) was used as a template and
        for inspiration in developing this interface (which saved a lot of time, so thanks!)
        
Keywords: Escea,IoT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Home Automation
Classifier: Topic :: System :: Hardware
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
