homebridge-fujitsu

0.0.8 • Public • Published

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

  • Works with multiple air conditioner heads. Click "Add accessory" from plug in settings to add a second unit.

Current limitations

  • Timeout on token is not enabled, when token is invalid the API will re-authenticate.
  • Auth. Token is not cached (Future Release)
  • Previous thermostat state is not cached (Future Release)

Contributions

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

Package Sidebar

Install

npm i homebridge-fujitsu

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

23 kB

Total Files

6

Last publish

Collaborators

  • smithersdbq