Metadata-Version: 2.4
Name: pyrinnaitouch
Version: 0.13.4b1
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.13.2b1.tar.gz
Author: Funtastix
License: mit
Keywords: Rinnai Touch,Brivis,IoT
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.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asyncio
Requires-Dist: async_timeout
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


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