sj26 / homebridge-intesisbox

Homebridge plugin for Intesisbox gateways
MIT License
2 stars 4 forks source link
airconditioning fujitsu homebridge homebridge-plugin homekit intesisbox

homebridge-intesisbox

Homebridge plugin for Intesisbox devices including ASCII and WMP/Wi-Fi gateways, integrating various reverse-cycle air conditioners by Daikin, Fujitsu, Mitsubishi, Panasonic, Toshiba, and others with Apple HomeKit for control from iPhones and other Apple devices

I use an Intesisbox FJ-RC-WMP-1 connected to a Fujitsu ducted unit (ARTG24LMLC) and this works great.

Installation

  1. Install homebridge:

    npm install -g homebridge
  2. Install this plugin:

    npm install -g homebridge-intesisbox
  3. Update your configuration file. See configuration options below.

  4. Restart homebridge.

Configuration

Add an accessory to your homebridge config.json, like:

{
  "accessories": [
    {
      "accessory": "Intesisbox",
      "name": "Air Conditioner",
      "host": "192.168.0.10"
    }
  ]
}

Fields:

TODO

References

Acknowledgements

This package was originally forked from zylantha's first attempt but then completely rewritten, with reference to wailuen's homebridge-sensibo-sky plugin.