![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
homebridge-rinnai-rou-module
Advanced tools
Homebridge plugin for Rinnai heater with Wifi ROU003 module (Brazil)
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.
npm install -g homebridge-rinnai-rou-module
config.json
file"accessories": [
{
"accessory": "Thermostat",
"name": "RinnaiThermostat",
"deviceIp": "192.168.0.100"
}
]
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 |
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 |
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 |
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
This project is under the MIT License.
MIT © alexsantos89
FAQs
Homebridge plugin for Rinnai heater with Wifi ROU003 module (Brazil)
The npm package homebridge-rinnai-rou-module receives a total of 2 weekly downloads. As such, homebridge-rinnai-rou-module popularity was classified as not popular.
We found that homebridge-rinnai-rou-module demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.