Echo & Alexa Forums

General Category => Alexa Software Development & Technical Discussion => Topic started by: pborges on November 21, 2015, 12:57:47 am

Title: Simple Library for emulating hue bulbs in Golang
Post by: pborges 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 (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!