Echo & Alexa Forums

Simple Library for emulating hue bulbs in Golang

0 Members and 1 Guest are viewing this topic.

pborges

Simple Library for emulating hue bulbs in Golang
« on: November 21, 2015, 12:57:47 am »
Hey first post here, I started creating a library for anyone who wanted to roll there own connected home stuff by emulating the Philips Hue stuff...
Please give me feed back.

https://github.com/pborges/huejack

Also, no matter which echo I send a command through, the requests always come in from the same IP?
and I only seem to see one echo on my network?

Any idea how I can differentiate between which echo sent the command?

I would like to be able to say "Alexa turn on the light" and have her turn on the main light in that room.

Thanks!