Skip to content

stufisher/HomieHueBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homie Hue Bridge

Brdige homie-esp8266 devices to Philips Hue. Two way synchronises between hue and homie devices.

Available Hue types [mapped homie properties]:

  • plug [on]
  • light [on, brightness]
  • colorlight [on, brightness, color]

Specify homie devices to mirror in huebridge.json

    "1": {
      "name": "Living Room",
    	"type": "light",
    	"address": "abcdef/light",
    },
    "2": {
      "name": "Fan",
    	"type": "plug",
    	"address": "dfgdfg56/relay"
    }
pip install
mkdir config
cp examples/huebridge.json config/huebridge.json
homie-hue-bridge

To specify options

homie-hue-bridge -?

Mostly stolen from:

https://github.com/mariusmotea/HueBridgeEmulator https://github.com/mariusmotea/diyHue/blob/master/BridgeEmulator/HueEmulator3.py

Todo:

  • No sensor support
  • Plug appears as colourlight in hub even though metadata looks correct?

About

Bridge homie-esp8266 devices to Philips Hue

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published