happyleavesaoc / python-limitlessled

MIT License
33 stars 22 forks source link

Add support for 1CH MiLight dimmer #33

Closed rubenverhoef closed 6 years ago

rubenverhoef commented 6 years ago

Adding support for single LED dimmer module from MiLight see #27

I have captured the network packages between the milight v3 app and the gateway. I have used the White support as basis and made a DimmerGroup for supporting the dimmer.

I have tested this with Home-Assistant by modifying the limitlessled component to use the DimmerGroup of this library. This Worked great, i have not tested night light because that was not supported by home-assistant.

happyleavesaoc commented 6 years ago

Thanks, this looks good!