GithubHelp home page GithubHelp logo

open-rinnai-server's Introduction

open-rinnai-server

Rannai is a well-known boiler company in South Korea and one of the features that Rinnai offers is remote control from your personal devices, in short, the IoT service. However there is no guarantee that Rannai will continue to support and update their IoT service of the boilers they sold, or security incident will happen. To avoid these concerns, this repo allows you to run it on your own local network and emulates their main server for not using their app, but through RESTful APIs or home assistant this repo provides.

How to use it

  • npm run build
  • node app

If you have a local network DNS server, set wifiboilers1.rinnai.co.kr to point open-rinnai-server.

If your home network router is Linux-based, iptables -t nat -A PREROUTING -s <ROOM CONTROLLER IP> -p tcp --dport 9105 -j DNAT --to-destination <open-rinnai-server IP>

Default port

  • Boiler Control Port 9105
  • RESTful API port 8081

Warning! Do not expose these ports publicly without any authentication.

DISCLAIMER

This repo is mainly tested on Rinnai WF-S100. I am not responsible for any incidents or, explosions might happen by using this repo.

open-rinnai-server's People

Contributors

mog422 avatar

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.