This plugin integrates with Rinnai Control-R to provide HomeKit-based control of your Rinnai hot water heaters.
⚠️ I have only tested with my Rinnai RUR160iN. Use at your own risk!
This plugin requires the latest Control-R firmware and credentials from the Rinnai 2.0 app.
##Installation Example configuration is below. See config.schema.json for more info, including valid values.
"platforms": [
...
{
"name": "RinnaiControlR",
"platform": "RinnaiControlR",
"username": "[email protected]",
"password": "your-password-in-rinnai-ap",
"recirculationDuration": 15,
"temperatureUnits": "F",
"minimumTemperature": 120,
"maximumTemperature": 140
}
]