Skip to content

mathiasnagler/homebridge-homee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebridge-homee

Package Quality

homee platform plugin for homebridge: https://github.com/nfarina/homebridge

Installation

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

sudo npm install -g homebridge-homee

Configuration

config.json

Example:

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:51",
        "port": 51826,
        "pin": "031-45-154"
    },
    "description": "This is an example configuration file for the homebridge-homee plugin",
    "hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration",
    "platforms": [
        {
            "platform": "homee",
            "name": "homee",
            "host": "192.168.178.1",
            "user": "your-username",
            "pass": "your-password"
        }
    ]
}

Exclude nodes or homeegrams

This plugin integrates all (known) devices to homebridge by default. You can create a group named 'Homebridge' in homee and add all the devices you want to use with homebridge. Other devices are then ignored.

Tested devices

  • Danfoss Living connect Thermostat
  • Devolo Door/Window Sensor
  • Devolo Motion Sensor
  • Devolo Heizkörperthermostate
  • Devolo Smart Metering Plug
  • Everspring AN180 Wall Plug
  • Fibaro Door/Window Sensor
  • Fibaro Double Switch
  • Fibaro Flood Sensor
  • Fibaro Motion Sensor
  • Fibaro Roller Shutter 2 (FGR-222)
  • Fibaro Smoke Sensor 2
  • Fibaro Wall Plug
  • Greenwave Powernode
  • Philips Hue White and Color Ambiance
  • Philips Hue White
  • Popp Rauchwarnmelder mit Sirene
  • Qubino Flush Dimmer
  • Sensative Stripes

About

use your homee with homebridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%