New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-rinnai-rou-module

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-rinnai-rou-module

Homebridge plugin for Rinnai heater with Wifi ROU003 module (Brazil)

  • 1.0.20
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-90.48%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 10 Jul 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc