Search found 4 matches
- Thursday 19 October 2017 22:41
- Forum: LUA
- Topic: Automatic Lighting Control with presence detection
- Replies: 1
- Views: 1359
Automatic Lighting Control with presence detection
Built me a small script with presence detection and light strength depending on lux ( with a lux meter ofc :)) Sharing it here for your fun. comments/questions/improvements are always welcome! Most of the info/explanation is written in the script. Enjoy! -- Lua lighting Livingroom commandArray ...
- Thursday 03 August 2017 11:58
- Forum: RFLink Transceiver
- Topic: Milight White led strips
- Replies: 2
- Views: 1964
Re: Milight White led strips
Hi, I've just added a NRF2401 to my RFLink with the hope to control a white led strip. I have this Milight driver: https://www.aliexpress.com/item/1x-Milight-2-4Ghz-4-Zone-Wireless-RF-remote-4x-WW-CW-LED-Controller-For-Warm/32515170854.html and since my led strip has only 1 color, I only connected ...
- Friday 14 July 2017 23:09
- Forum: LUA
- Topic: Controlling Milight in Lua with rf24L01+ /rflink
- Replies: 1
- Views: 774
Re: Controlling Milight in Lua with rf24L01+ /rflink
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.
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.
- Tuesday 11 July 2017 11:19
- Forum: LUA
- Topic: Controlling Milight in Lua with rf24L01+ /rflink
- Replies: 1
- Views: 774
Controlling Milight in Lua with rf24L01+ /rflink
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?
Is there a way to control colors/ dimmer percentage directly from Lua , with nrf24l01/rflink?