1.0.20 • Published 10 months ago

homebridge-rinnai-rou-module v1.0.20

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

KeyDescriptionDefault
accessoryMust be ThermostatN/A
nameName to appear in the Home appN/A
deviceIpLocal IP address used by Rinnai ROU003 moduleN/A

Optional fields

KeyDescriptionDefault
maxTempUpper bound for the temperature selector in the Home app46
minTempLower bound for the temperature selector in the Home app35
minStepMinimum increment value for the temperature selector in the Home app1

Additional options

KeyDescriptionDefault
modelAppears under the Model field for the accessoryplugin
serialAppears under the Serial field for the accessorydeviceIp
manufacturerAppears under the Manufacturer field for the accessoryauthor
firmwareAppears under the Firmware field for the accessoryversion

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

1.0.20

10 months ago

1.0.19

10 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago