Skip to content

smithersDBQ/homebridge-fujitsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
model (optional) Appears under "Model" for your accessory in the Home app
interval (optional) Polling time for thermostat (Default: 60 sec.)

Current limitations

  • Only one air conditioner is displayed, the API chooses the first device. I only have one system, so feel free to contribute changes if you have more than one A/C unit.
  • 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.

About

Homebridge plug in for Fujistu Mini Split

Resources

License

Stars

Watchers

Forks

Packages

No packages published