Git Product home page Git Product logo

homebridge-rinnai-rou-module's Introduction

homebridge-rinnai-rou-module

npm npm

Description

This homebridge plugin exposes a Rinnai thermostat to Apple's HomeKit.
The plugin allows you to set the thermostat mode and control the target temperature. It is based on local wifi communication between homebridge server and Rinnai Wifi ROU003 module used by Rinnai Heaters mainly in Brazil.

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g homebridge-rinnai-rou-module
  3. Update your config.json file

Configuration

"accessories": [
     {
       "accessory": "Thermostat",
       "name": "RinnaiThermostat",
       "deviceIp": "192.168.0.100"
     }
]

Core

Key Description Default
accessory Must be Thermostat N/A
name Name to appear in the Home app N/A
deviceIp Local IP address used by Rinnai ROU003 module N/A

Optional fields

Key Description Default
maxTemp Upper bound for the temperature selector in the Home app 46
minTemp Lower bound for the temperature selector in the Home app 35
minStep Minimum increment value for the temperature selector in the Home app 1

Additional options

Key Description Default
model Appears under the Model field for the accessory plugin
serial Appears under the Serial field for the accessory deviceIp
manufacturer Appears under the Manufacturer field for the accessory author
firmware Appears under the Firmware field for the accessory version

Credits

The code was extensively based on other git repositories that were able to reverse engineer the Rinnai ROU003 wifi module and implement a Thermostat via Homebridge

Credits

License

This project is under the MIT License.

MIT © alexsantos89

homebridge-rinnai-rou-module's People

Stargazers

Caio Pizzol avatar

Watchers

Alexandre Santos avatar Caio Pizzol avatar

homebridge-rinnai-rou-module's Issues

minTemp / maxTemp not working

Hi, my water heater appears with a minimum of 10º C and a maximum of 38º C in Home app. Here's my setup:

{
"accessory": "Thermostat",
"name": "Água",
"deviceIp": "192.168.15.168",
"maxTemp": 60,
"minTemp": 35,
"minStep": 1
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.