Page 1 of 1

Controlling Milight in Lua with rf24L01+ /rflink

Posted: Tuesday 11 July 2017 11:19
by wimL
Been looking for this for quite a while but cannot seem to find it on the forums.
Is there a way to control colors/ dimmer percentage directly from Lua , with nrf24l01/rflink?

Re: Controlling Milight in Lua with rf24L01+ /rflink

Posted: Friday 14 July 2017 23:09
by wimL
So solved part of the puzzle.

Levels can be set with:

commandarray['Light Living']='Set Level 94'


Something peculiar though, Max level is 94 min level is 15, outside that range the light doesnt respond.
Light colors can be set with scenes. Still looking if that can be done directly.