Add declaration that software Alexa does not work with local hue bridges

This commit is contained in:
BWS Systems
2016-11-09 16:13:18 -06:00
committed by GitHub
parent 9baff8d403
commit 407b0e0bd5

View File

@@ -1,6 +1,8 @@
# ha-bridge
Emulates Philips Hue api to other home automation gateways such as an Amazon Echo or Google Home. The Bridge handles basic commands such as "On", "Off" and "brightness" commands of the hue protocol. This bridge can control most devices that have a distinct API.
**ATTENTION: This does not work with the software Alexa. That version does not have any capability for Hue Bridge discovery!**
In the cases of systems that require authorization and/or have API's that cannot be handled in the current method, a module may need to be built. The Harmony Hub is such a module and so is the Nest module. The Bridge has helpers to build devices for the gateway for the Logitech Harmony Hub, Vera, Vera Lite or Vera Edge, Nest and the ability to proxy all of your real Hue bridges behind this bridge.
Alternatively the Bridge supports custom calls as well using http/https/udp and tcp such as the LimitlessLED/MiLight bulbs using the UDP protocol. Binary data is supported with UDP/TCP.