homebridge-intesisbox-v2

0.0.3 • Public • Published

homebridge-intesisbox-v2

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.

@philask

Also works fine with the Intesisbox INWMPMHI001I000 unit.

Installation

  1. Install homebridge:

    npm install -g homebridge
    
  2. Install this plugin:

    npm install -g homebridge-intesisbox-v2
    
  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:

  • accessory must always be Intesisbox
  • name defaults to Intesisbox but can be set to whatever your device to be called, like Air Conditioner
  • host must be the IP address of your device
  • port defaults to 3310 but can be overriden
  • number defaults to 1 but can be set to your unit number if you have multiple units connected to the same device

TODO

  • Turn into a platform plugin
  • Add device auto-discovery (DISCOVER command over UDP)

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.

Improved by Phil Askey in June 2022.

Package Sidebar

Install

npm i homebridge-intesisbox-v2

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

15.8 kB

Total Files

4

Last publish

Collaborators

  • philask