smithersDBQ / homebridge-fujitsu

Homebridge plug in for Fujistu Mini Split
MIT License
5 stars 8 forks source link

homebridge-fujitsu

Homebridge plug in for Fujistu Mini Split

Warning this plugin this is currently experimental, use at your own risk!

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g homebridge-fujitsu
  3. Edit your config.json file (See below).
"accessories": [
    {
        "accessory": "FGLairThermostat",
        "name": "Fujitsu Mini Spit",
        "username": "FGLAIR USERNAME",
        "password": "FGLAIR PASSWORD",
        "interval": 30
    },
]
Key Description
accessory Must be FGLairThermostat
name Name to appear in the Home app
username FGLair Username
password FGLair Password
deviceIndex (optional) The index of the device this plugin will control (in the order in which you added them to your FGLair account)
model (optional) Appears under "Model" for your accessory in the Home app
interval (optional) Polling time for thermostat (Default: 60 sec.)
region (optional) Region for thermostat, change for China & E.U. (Default: "us")

New Features

Current limitations

Contributions

Portions of this software adapted from the projects listed below. A huge thank you, for all their work.