Skip to content
forked from pborges/huejack

Philips Hue emulator for Amazon Echo (connected home integration)

Notifications You must be signed in to change notification settings

mdempsky/huejack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huejack

A bare bones emulator library for the Phillips Hue bulb system to be used with the Amazon Echo (Alexa)

Acknowledgements

Thanks to armzilla for doing all the real work (https://github.com/armzilla/amazon-echo-ha-bridge)

I feel this implementation is a little heavy.

I wanted a library rather then a server for easy extensibility.

I wanted to remove alot of code that I felt was voodoo magic.

The only difference between this library and this one is that in this library I attempted to emulate the golang http package and remove the need for a database of lights

Example

see examples/huejack.go

Tips

Returning true for error in a huejack.Handler will make the echo reply with "Sorry the device is not responding"

About

Philips Hue emulator for Amazon Echo (connected home integration)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%