# Rinnai/Brivis Touch Wifi HASS integration
This custom component was originally inspired by the below projects and attempts to create an integration.
Also heavily used the documentation: NBW2API
Thanks to all the above for the groundwork on this!
This component has a dependency on pyrinnaitouch which will be installed automatically by Home Assistant.
Read more details in the wiki and feel free to send me contributions.
To support the controller and make it work with the HA climate entity, these are the mappings:
There is now internally a cooling selector (preselected, only available if multiple cooling methods installed)
You can manipulate the Fan as required.
There is support for an external temperature sensor, to avoid having 0 degrees in the UI all the time. NC-6 Controllers do not report their temperature. (NC-7s do, and it should work. Please raise an issue if it doesn't)
Cooling mode has been tested by other users and seems to work well, as I do not have cooling.
Support for zones has come a long way, but there is still more testing to be done. I don't have zones myself.
I've recently refactored the code to make it more manageable, but I don't have any further plans, not will I put in the work to integrate into core. HACS is a pretty good place to be, and I'm planning to keep the integraion updated while I have personal use (probably years to come).
Use HACS to install by adding the repository and downloading any version from 0.9.0.
cd custom_components
git clone https://github.com/funtastix/rinnaitouch
within the custom_components
directory. This will create a new rinnaitouch/custom_components/rinnaitouch subdirectory.cp -r rinnaitouch/custom_components/rinnaitouch/* rinnaitouch/
logger:
default: warn
logs:
custom_components.rinnaitouch: debug
custom_components.rinnaitouch.pyrinnaitouch: debug
pyrinnaitouch: debug