Milight RGB led strip
Moderator: leecollings
-
- Posts: 132
- Joined: Tuesday 20 October 2015 12:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Netherlands
- Contact:
Milight RGB led strip
I am currently trying out milight. I have an rf module including a remote. I don't have the WiFi module yet. However it should be possible to make a white colour (composed of red green and blue) but mine doesn't do anything so I assume it thinks it is a RGBW strip. Can I change this?
-
- Posts: 132
- Joined: Tuesday 20 October 2015 12:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Milight RGB led strip
Someone who has more experience with the Milight controllers?
Everything works with the remote, however when I switch to white everything goes off instead of going to white mode...
Everything works with the remote, however when I switch to white everything goes off instead of going to white mode...
-
- Posts: 26
- Joined: Saturday 02 January 2016 2:22
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Milight RGB led strip
Bumping this. I've got both Milights and H801 emulating Milight with this issue.
-
- Posts: 66
- Joined: Friday 21 October 2016 10:42
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Milight RGB led strip
What kind of RF-module are you using? Milight has RGB and RGBW modules. The modules has to fit the strip, ofcourse. Second, you will need to know what kind of strip it is to know it will match your controller. Third: the type of the strip. Some strips have multicolor leds (they are more expensive), some have dedicated leds: for each color one led (the chines ones)
-
- Posts: 26
- Joined: Saturday 02 January 2016 2:22
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Milight RGB led strip
I'm using RGB milight modules, with RGB strips (5050 LEDs).
The H801 run ESP Easy with the Milight plugin and have the same type of RGB strips. I'm using the white channels to control some other white LEDs lights.
Ninja edit: I'm a dummy, it's just the H801's not working, due to the plugin only supporting emulating RGBW. I guess I'll have to create a separate virtual dimmer, and set the values directly with ESP Easy's PWM function.
The true Milight RGB units handle emulating white just fine.
The H801 run ESP Easy with the Milight plugin and have the same type of RGB strips. I'm using the white channels to control some other white LEDs lights.
Ninja edit: I'm a dummy, it's just the H801's not working, due to the plugin only supporting emulating RGBW. I guess I'll have to create a separate virtual dimmer, and set the values directly with ESP Easy's PWM function.
The true Milight RGB units handle emulating white just fine.
-
- Posts: 34
- Joined: Wednesday 26 October 2016 21:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Contact:
Re: Milight RGB led strip
@DarkFoxDK you wouldn't happen to have the bin file for the easy esp with milight plugin fw would you? I have asked about this here as I am having huge trouble trying to compile it.
viewtopic.php?f=56&t=13891
Well what I am specifically asking for is if you have the bin file? or is there a way to create a bin file as I am very familiar with flashing the bin file to esp8266
viewtopic.php?f=56&t=13891
Well what I am specifically asking for is if you have the bin file? or is there a way to create a bin file as I am very familiar with flashing the bin file to esp8266
-
- Posts: 26
- Joined: Saturday 02 January 2016 2:22
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Milight RGB led strip
There's a guide on how to export a .bin file from Arduino available on their Wiki, but it seems to be unavailable at the moment.
-
- Posts: 34
- Joined: Wednesday 26 October 2016 21:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Contact:
Re: Milight RGB led strip
do you mean this?DarkFoxDK wrote:There's a guide on how to export a .bin file from Arduino available on their Wiki, but it seems to be unavailable at the moment.
http://webcache.googleusercontent.com/s ... clnk&gl=uk
I used google cache because as you said its unavailable
I didn't know this was a thing I was wondering how people did this.
I will use this when I can get it to compile which is my current issue
-
- Posts: 26
- Joined: Saturday 02 January 2016 2:22
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Milight RGB led strip
Yep. That's the one.borgkitty wrote:do you mean this?DarkFoxDK wrote:There's a guide on how to export a .bin file from Arduino available on their Wiki, but it seems to be unavailable at the moment.
http://webcache.googleusercontent.com/s ... clnk&gl=uk

What device are you using to program the ESP? I've had issues with my cheap USB FTDI where it would stop at ~98%, but no issues with the CP2102 I got off Amazon.
-
- Posts: 34
- Joined: Wednesday 26 October 2016 21:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Contact:
Re: Milight RGB led strip
I use CP2102 no issues either with the exception of me trying to draw to much power on it making me burning it out(done that 3 time.. haha forums warn to not power it with just the CP2102 but... I do
) . so I went to aliexpress and bought 5 from china (for 30-50 cent each) as I am sure I will burn more
you wouldn't happen to have the bin file or be able to create a bin file with relative ease with the milight plugin would you

you wouldn't happen to have the bin file or be able to create a bin file with relative ease with the milight plugin would you
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: RE: Re: Milight RGB led strip
Done with a dummy dimmer + a lua script x 2 to drive w1 & w2.DarkFoxDK wrote: Ninja edit: I'm a dummy, it's just the H801's not working, due to the plugin only supporting emulating RGBW. I guess I'll have to create a separate virtual dimmer, and set the values directly with ESP Easy's PWM function.
.
Works nice !
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 26
- Joined: Saturday 02 January 2016 2:22
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: RE: Re: Milight RGB led strip
No, I mean. I can't get it to emulate white with the RGB LEDs. I don't have RGBWW strips, only RGB.deennoo wrote:Done with a dummy dimmer + a lua script x 2 to drive w1 & w2.DarkFoxDK wrote: Ninja edit: I'm a dummy, it's just the H801's not working, due to the plugin only supporting emulating RGBW. I guess I'll have to create a separate virtual dimmer, and set the values directly with ESP Easy's PWM function.
.
Works nice !
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: Milight RGB led strip
Plugin support white channel are you sure ? The one i get only drive rgb for white i use dummy.
Will have a look to this
Damn yes ! Will try towmorrow ! Was using one of the first commit.
Will have a look to this
Damn yes ! Will try towmorrow ! Was using one of the first commit.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 1602
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: Milight RGB led strip
pm me .. I do have 4 bulbs and a ledstrip + controller for sale
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: RE: Re: Milight RGB led strip
Thanks but already got 10 bulb + h801 all driven by my rflink.Derik wrote:pm me .. I do have 4 bulbs and a ledstrip + controller for sale
Will try one Yeelight to support dev effort.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 1602
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: RE: Re: Milight RGB led strip
Yeelight nice stuff...deennoo wrote:Thanks but already got 10 bulb + h801 all driven by my rflink.Derik wrote:pm me .. I do have 4 bulbs and a ledstrip + controller for sale
Will try one Yeelight to support dev effort.
Do you have a wiring for the Milight with the Rflink.
And a how to include the bulb..
Do you use with the Rflink the bulbs separate or as groups..
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: Milight RGB led strip
For wiring nrf24l01 : http://www.nemcon.nl/blog2/wiring
Some are set as group (4 bulbs in one) and 6 others are alone groupe.
Milight order are here : http://www.nemcon.nl/blog2/faq
@ home 1 rflink take place of 2 milight gateway.
Got some scripts who pair milight to Chacon switch. Using Speedup Domoticz script trick reaction is near 500ms.
Some are set as group (4 bulbs in one) and 6 others are alone groupe.
Milight order are here : http://www.nemcon.nl/blog2/faq
@ home 1 rflink take place of 2 milight gateway.
Got some scripts who pair milight to Chacon switch. Using Speedup Domoticz script trick reaction is near 500ms.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Who is online
Users browsing this forum: No registered users and 1 guest