Support for Rinnai Control-R Water Heater monitoring and control device for Home Assistant.
- Rinnai currently has a known bug that will cause recirculation to only run for 5 minutes.
- OFFICIAL RESPONSE
Thank you for contacting Rinnai.
If you are referring to the on demand timers listed in the Control-R 2.0 app, then yes, that is a known issue and I apologize for the inconvenience. I have been told that there's a large update planned for the app and these should issues should be addressed. For now, if you need the unit to run longer than 5 minutes, I would suggest creating a schedule, even if it's just for a short period like an hour.
If you have any other questions or concerns, feel free to reach out to us again.
Nicholas Valencia Customer Care Agent
- THIS LIBRARY ONLY WORKS IF YOU HAVE MIGRATED TO THE RINNAI 2.0 APP. THIS WILL REQUIRE A FIRMWARE UPDATE TO YOUR CONTROL-R MODULE.
- IOS
- Android
- RINNAI DOESN'T PROVIDE ANY OFFICIALLY SUPPORTED API, THUS THEIR CHANGES MAY BREAK HASS INTEGRATIONS AT ANY TIME.
- water heater:
- water temperature (°F)
- set operating temperature
- start recirculation (on capable models)(via service)
- multiple Rinnai devices
- reduced polling of Rinnai webservice to avoid unintentional DDoS
The Integration adds specific Rinnai services. Below is a list of the Rinnai specific services:
Service | Parameters | Description |
---|---|---|
rinnai.start_recirculation |
entity_id - Name of entity to start recirculation on.recirculation_minutes - How long to run recirculation |
Start recirculation for the amount of time specified |
rinnai.stop_recirculation |
entity_id - Name of entity to stop recirculation on. |
Stop recirculation on the specified entity |
The 'master' branch of this custom component is considered unstable, alpha quality and not guaranteed to work. Please make sure to use one of the official release branches when installing using HACS, see what has changed in each version.
- Make sure that Home Assistant Community Store (HACS) is setup.
- Go to integrations in HACS
- click the 3 dots in the top right corner and choose
custom repositories
- paste the following into the repository input field
https://github.com/explosivo22/rinnaicontrolr-ha
and choose category ofIntegration
- click add and restart HA to let the integration load
- Recommended to clear the cache and reload first before adding the integration.
- Go to settings and choose
Devices & Services
. - Click
Add Integration
and search forRinnai Control-R Water Heater
- Configure the integration.