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 199 forks source link

Synchronization of colors back to Ha-Bridge #1269

Closed dbochicchio closed 3 years ago

dbochicchio commented 3 years ago

I developed a plug-in for Vera to synchronize status back to HA-Bridge https://github.com/dbochicchio/Vera-HABridge

It's working well, even if it's new, but I'm wondering if it's possible to synchronize colors as well.

Thanks.

bwssytems commented 3 years ago

You can send color updates as well since the ha-bridge emulates the hue interface. You can send hue/sat or XY messages to the ha-bridge in the status update call.