Metadata-Version: 2.1
Name: pyrinnaitouch
Version: 0.8.0
Summary: A python interface to the Rinnai Touch Wifi controller
Home-page: https://github.com/funtastix/pyrinnaitouch
Download-URL: https://github.com/funtastix/pyrinnaitouch/archive/refs/tags/v0.7.0.tar.gz
Author: Funtastix
License: mit
Keywords: Rinnai Touch,Brivis,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 :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE


# pyrinnaitouch - python interface to Rinnai Touch Wifi Controllers

![Pylint](https://github.com/funtastix/pyrinnaitouch/workflows/Pylint/badge.svg)

This is a python interface to the [Rinnai Touch Wifi Controller](https://www.rinnai.com.au/online/controllers/heating-and-cooling-controllers/rinnai-touch-wi-fi/).

The specifications for the interface are contained in the [included pdf](./NBW2API_Iss1.3.pdf).

## 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 Rinnai Touch Wifi interface on home automation platforms (principally Home Assistant )

## Credit

The [pescea interface](https://github.com/lazdavila/pescea) was used as a template and
for inspiration in developing this library (which got it off to a good start, so thanks!)


