Metadata-Version: 2.1
Name: pescea
Version: 1.0.12
Summary: A python interface to the Escea fireplace controllers
Home-page: https://github.com/lazdavila/pescea
Download-URL: https://github.com/lazdavila/pescea/archive/refs/tags/v1.0.12.tar.gz
Author: Laz Davila
Author-email: laz.davila@gmail.com
License: gpl-3.0
Keywords: Escea,IoT
Classifier: Development Status :: 5 - Production/Stable
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.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE


# 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 (principally Home Assistant )

## 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!)
