0.0.8 • Published 2 years ago

homebridge-fujitsu v0.0.8

Weekly downloads
10
License
MIT
Repository
github
Last release
2 years ago

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
    },
]
KeyDescription
accessoryMust be FGLairThermostat
nameName to appear in the Home app
usernameFGLair Username
passwordFGLair 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.

0.0.8

2 years ago

0.0.7

3 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago