cflurin / homebridge-mqtt

Homebridge-mqtt is a Plugin for Homebridge.
Apache License 2.0
229 stars 39 forks source link

Lightbulb service with color outputs separate messages ? #81

Closed bakman2 closed 3 years ago

bakman2 commented 5 years ago

As subject: Lightbulb service with color outputs separate messages for both saturation and hue, is this correct ? Any tip available on how to combine the 2 in node-red ?

Currently I capture each in a flow variable and once both are available (as they are emitted in random order) I convert HSV to rgb and send it to my led strip. Is there a more efficient/consistent way to do this ?