bwssytems / ha-bridge

Home automation bridge that emulates a Philips Hue light system and can control other systems such as a Vera, Harmony Hub, Nest, MiLight bulbs or any other system that has an http/https/tcp/udp interface. This is a compact impl to run on small format computers. This is impl started from this project https://github.com/armzilla/amazon-echo-ha-bridge.
Apache License 2.0
1.45k stars 198 forks source link

milight v3 / limitless v6 hubs.. #291

Closed duecedriver closed 7 years ago

duecedriver commented 7 years ago

does this support the latest hubs mentioned in the title.. thanks

home assistant does not seem to work with them using lights: limitlessled.. I think they toped out at limitless v5 hubs

bwssytems commented 7 years ago

The ha-bridge does not have specific support for any milight or limitless bulbs. What it is able to do is send the raw udp commands that are needed to the bulbs themselves. If there is a REST AIP to the hub, you can write your calls to that if you wish.

duecedriver commented 7 years ago

interesting.. thanks for the tip... so in essence .. running this is basically a bridge emulator...

do you know if this works like a plug in for home assistant software or homebridge which alows siri integration?

Thanks.. any info would be a help.. just getting into this so I am still a bit new...

bwssytems commented 7 years ago

This allows you to bridge other software or appliances that can talk to a Philips Hue and instead call other systems. Amazon Echos and Google Homes can talk to a philips hue and so this can run instead and call those other systems such as home assistant. Homebridge does not work with this as it expects the hue hub to be registered with meethue.com which this does not. It only implements the local discovery.

duecedriver commented 7 years ago

ah... thanks for the info..

timbiotic commented 7 years ago

Can it send UDP and then react based on the response? Because the new version basically hands out a session response that you need to include in your next command to turn off/on the lights. See here https://github.com/mwittig/node-milight-promise/issues/7