Warning this plugin this is currently experimental, use at your own risk!
npm install -g homebridge-fujitsu
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") |
Portions of this software adapted from the projects listed below. A huge thank you, for all their work.
The pyfujitsu project under Apache License Copyright (c) 2018 Mmodarre https://github.com/Mmodarre/pyfujitsu
The homebridge-dummy-thermostat under the Unlicense https://github.com/X1ZOR/homebridge-dummy-thermostat