Skip to content

Strik777/homebridge-fibaro-hc3

 
 

Repository files navigation

homebridge-fibaro-hc3

npm version Downloads Homebridge Discord verified-by-homebridge

Buy me a cofee

Homebridge plugin for Fibaro Home Center 3

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-hc3

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 HC3 HERE"
  • "username": "PUT USERNAME OF YOUR HC3 HERE"
  • "password": "PUT PASSWORD OF YOUR HC3 HERE"
  • "pollerperiod": "PUT 0 FOR DISABLING POLLING, 1 - 100 INTERVAL IN SECONDS. 2 SECONDS IS THE DEFAULT"
  • "switchglobalvariables": "PUT A COMMA SEPARATED LIST OF HOME CENTER GLOBAL VARIABLES ACTING LIKE A BISTABLE SWITCH"
  • "securitysystem": "PUT enabled OR disabled IN ORDER TO MANAGE THE AVAILABILITY OF THE SECURITY SYSTEM"
  • "addRoomNameToDeviceName" : "PUT enabled OR disabled IN ORDER TO ADD THE ROOM NAME TO DEVIVE NAME. DEFAULT disabled"

Look for a sample config in config.json example

Release notes

Version 1.0.7

  • Fix room name inn device name management

Version 1.0.6

  • Added new config parameter for adding room name to the device name

Version 1.0.5

  • Added support for com.fibaro.FGDW002

Version 1.0.4

  • Added support for new color controller: com.fibaro.FGRGBW442 and com.fibaro.FGRGBW442CC

Version 1.0.3

  • Fixed log management

Version 1.0.2

  • Fixed module dependencies

Version 1.0.1

  • Fixed configuration for Plugin Settings GUI

Version 1.0.0

  • Production release
  • Support Plugin Settings GUI

Version 0.0.9

  • Yet another fix to venetian blind device issue

Version 0.0.8

  • Fix to venetian blind device issue

Version 0.0.7

  • Fixed compatibility with homebridge 1.*

Version 0.0.6

  • Fixed temperature sensor read

Version 0.0.5

  • Immediate action execution, no default delay

Version 0.0.4

  • Removed thermostats devices: waiting for API documentation

Version 0.0.3

  • Fix security system
  • Fix Brightness control

Version 0.0.2

  • Added support for thermostat
  • Added support for enablecoolingstatemanagemnt
  • Added support for global variable based switches
  • Added support for Harmony devices
  • Added support for Security system

Version 0.0.1

  • Initial version.
  • Support only for basic devices

About

Homebridge plugin for Fibaro Home Center 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%