Skip to content

Homebridge plugin for Fibaro Home Center 2 (and Home Center Lite ...)

License

Notifications You must be signed in to change notification settings

leoneleone/homebridge-Fibaro-HC2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-Fibaro-HC2

Homebridge plugin for Fibaro Home Center 2

Installation

Follow the instruction in homebridge for the homebridge server installation. The plugin is published through NPM and should be installed "globally" by typing:

npm install -g homebridge-fibaro-hc2

Release notes

Version 0.5.4

  • Added support for Forest Shuttle curtain system

Version 0.5.3

  • Added support for Horstmann thermostat (eg.: Horstmann HRT4-ZW, Secure SRT321, ...)

Version 0.5.2

  • Added configuration parameter "grouping": put "room" for grouping devices by room, "none" for no grouping at all

Version 0.5.1

  • Full support for Fibaro RGB controller
  • Full support for Danfoss Thermostat

Version 0.5.0

  • In order to cope with the limits of HomeKit accessory per bridge (100 maximum) the plugin now group Home Center devices into a single HomeKit accessory per room.
  • Virtual devices are managed in the old way: an Accessory for each virtual device that contains a push button for each virtual button
  • Initial support for Fibaro RGB (only on off commands works for now)
  • Initial support for Danfoss Thermostat (only temperature commands works for now)

Configuration

Remember to configure the plugin in config.json in your home directory inside the .homebridge directory. Configuration parameters:

  • "host": "PUT IP ADDRESS OF YOUR HC2 HERE",
  • "username": "PUT USERNAME OF YOUR HC2 HERE",
  • "password": "PUT PASSWORD OF YOUR HC2 HERE",
  • "grouping": "PUT none OR room"

Look for a sample config in config.json example

About

Homebridge plugin for Fibaro Home Center 2 (and Home Center Lite ...)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%