homebridge-rinnai-controlr
TypeScript icon, indicating that this package has built-in type declarations

1.0.26 • Public • Published

Homebridge Rinnai Control-R Plugin

verified-by-homebridge NPM Version

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": "youremail@domain.com",
        "password": "your-password-in-rinnai-ap",
        "recirculationDuration": 15,
        "temperatureUnits": "F",
        "minimumTemperature": 120,
        "maximumTemperature": 140
    }
]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.26
    1
    • latest

Version History

Package Sidebar

Install

npm i homebridge-rinnai-controlr

Weekly Downloads

1

Version

1.0.26

License

Apache-2.0

Unpacked Size

67 kB

Total Files

38

Last publish

Collaborators

  • aggiepilot04