0.2.1 • Published 5 years ago

homebridge-commax-boiler v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

homebridge-commax-boiler

Commax 월패드의 보일러 Homebridge plugin 입니다. 아래의 조건이 만족하여야 사용이 가능 합니다.

  • Commax 의 월패드가 Ruvie 사이트를 지원하여야 한다.
  • Ruvie 사이트에 접속하여 웹페이지 소스보기를 하여 Commax 서버의 ip 와 우리집의 ip 를 알아낼수 있어야 한다. (차후 이 페이지를 통해 설명함)

컨트롤 가능한 디바이스

  • Commax 월패드로 온도조절 가능한 보일러 (boiler)

Installation

$ sudo npm install -g --unsafe-perm homebridge-commax-boiler

Homebridge Config.json

"accessories": [
        {
            "accessory": "CommaxBoiler",
            "name": "거실 보일러",
            "commax_ip": "14.x.x.x",
            "home_ip": "10.x.x.x",
            "device_id": 1,
            "interval": 5000
        },
        {
            "accessory": "CommaxBoiler",
            "name": "안방 보일러",
            "commax_ip": "14.x.x.x",
            "home_ip": "10.x.x.x",
            "device_id": 2,
            "interval": 5000
        },
        {
            "accessory": "CommaxBoiler",
            "name": "서재 보일러",
            "commax_ip": "14.x.x.x",
            "home_ip": "10.x.x.x",
            "device_id": 3,
            "interval": 5000
        },
        {
            "accessory": "CommaxBoiler",
            "name": "펫룸 보일러",
            "commax_ip": "14.x.x.x",
            "home_ip": "10.x.x.x",
            "device_id": 4,
            "interval": 5000
        }
    ]
ConfigValueRequiredDefault
name보일러에 사용할 이름true
commax_ipCommax 서버 iptrue
home_ipCommax 에 등록된 우리집 iptrue
device_id보일러의 id (숫자)true
interval보일러의 현재 상태를 모니터링하는 시간 (단위 millisecond)false5000
manufacturer제조사명falseDefaultManufacturer
model모델명falseDefaultModel
serialnumber시리얼넘버falseDefaultSerialnumber

Commax 서버 IP 와 우리집 IP 를 알아내는 법

우선 http://www.ruvie.co.kr 사이트에 접속을 합니다.

Alt text

사이트에 접속을 하셨으면

상단의 홈스토리(HOME STORY) 메뉴에 들어가셔서 왼쪽에 홈제어 메뉴를 클릭합니다.

Alt text

상단 브라우저에 보이는 주소가 commax_ip 입니다.

위의 화면에서 크롬에서 소스보기를 합니다.

Alt text

소스중에 하일라이트 된 부분을 보시면 보이는 주소가 home_ip 입니다.

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago