adri / homebridge-itho-cve-eco-rft

Homebridge plugin to control the Itho CVE Eco RFT via homekit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

The HomeKit APIs are now implemented directly on the ESP chip, see https://github.com/adri/IthoEcoFanRFTHomeKit.

Homebridge plugin to control the Itho CVE Eco RFT

Adds ventilation controls to homekit via homebridge.

Ventilation controls in action

Installation

Add the following accessory to the homebridge config in ~/.homebridge/config.json:

    "accessories": [
        {
          "accessory": "IthoCVE_ECO_RFT_Ventilation_Accessory",
          "name": "Ventilation",
          "url": "http://192.168.178.20"
        }
    ],
  • name: Choose a name for your ventilation controls in the Home app
  • url: Must point to the REST API of the IthoEcoFanRFT project

About

Homebridge plugin to control the Itho CVE Eco RFT via homekit


Languages

Language:JavaScript 100.0%