yasuoza / homebridge-echonet-lite-heater-cooler

Homebridge plugin for ECHONET lite air conditioner.
MIT License
2 stars 0 forks source link

homebridge-echonet-lite-heater-cooler

GitHub Release

Homebridge plugin for ECHONET lite air conditioner.

Features

Install

npm install -g 'yasuoza/homebridge-echonet-lite-heater-cooler#npm'

Configuration

Configure with UI

Configure with Homebridge Config UI X is recommended.

Configure with config.json

{
  "platforms": [
    {
      "name": "HeaterCooler",
      "refreshInterval": 15,
      "platform": "EchonetLiteHeaterCooler"
    }
  ]
}