Support for LimitlessLED Wifi Bridge v6 and new RGBW/WW/CW

@Myle, yes you must first install the plugin in the regular way.

I do not see the link to download this file. Did you remove it?

Thanks @Viruta57 and @ranneman for your instruction.

I did all your steps from your instruction to copy I_MiLightRGBW.xml and reload the engine, but I still found below message from my VeraPlus.
Luup : Failed to download all plugins. Will retry in 10 minutes.

P.S. I am using WiFi iBox controller model No: iBox2 and Mi-Light GU10 Dual White in my case.

Please help and advise what I am still missing. Thanks in advance.

Myle, you have installed the plugin, which is okay. Next step is to upload the files from the zip file I included in the earlier post. Unzip the files and upload as explained before. This should fix your luup issue. Check the earlier post on these instructions.
If fixed you can install Viruta57ā€™s file if needed.

@ranneman,
I got the message gone by uploaded all file from the zip, but still couldnā€™t control the GU10 Dual white it on/off and color at all.
I got below log files by setting dim to 26%. Can anyone help me to instruct how to debug and fix my problem?

04 06/23/18 18:55:17.238 <0x779c8320>
08 06/23/18 18:55:24.334 JobHandler_LuaUPnP::HandleActionRequest device: 110 service: urn:upnp-org:serviceId:SwitchPower1 action: SetTarget <0x74738520>
08 06/23/18 18:55:24.334 JobHandler_LuaUPnP::HandleActionRequest argument DeviceNum=110 <0x74738520>
08 06/23/18 18:55:24.335 JobHandler_LuaUPnP::HandleActionRequest argument serviceId=urn:upnp-org:serviceId:SwitchPower1 <0x74738520>
08 06/23/18 18:55:24.335 JobHandler_LuaUPnP::HandleActionRequest argument action=SetTarget <0x74738520>
08 06/23/18 18:55:24.335 JobHandler_LuaUPnP::HandleActionRequest argument newTargetValue=1 <0x74738520>
02 06/23/18 18:55:24.335 JobHandler_LuaUPnP::ConfirmGlobalActionRules replaced binary on with dim 26 <0x74738520>
06 06/23/18 18:55:24.336 Device_Variable::m_szValue_set device: 110 service: urn:upnp-org:serviceId:Dimming1 variable: LoadLevelTarget was: 26 now: 26 #hooks: 0 upnp: 0 skip: 0 v:0x105fe30/NONE duplicate:1 <0x779c8320>
06 06/23/18 18:55:24.338 Device_Variable::m_szValue_set device: 110 service: urn:upnp-org:serviceId:Dimming1 variable: LoadLevelStatus was: 26 now: 26 #hooks: 0 upnp: 0 skip: 0 v:0x105b218/NONE duplicate:1 <0x779c8320>
06 06/23/18 18:55:24.338 Device_Variable::m_szValue_set device: 110 service: urn:upnp-org:serviceId:SwitchPower1 variable: Status was: 0 now: 1 #hooks: 0 upnp: 0 skip: 0 v:0x105b2f8/NONE duplicate:0 <0x779c8320>
06 06/23/18 18:55:24.339 Device_Variable::m_szValue_set device: 110 service: urn:dcineco-com:serviceId:MiLightWU1 variable: IconState was: 0 now: 26 #hooks: 0 upnp: 0 skip: 0 v:0x105af38/NONE duplicate:0 <0x779c8320>
04 06/23/18 18:55:24.390 <0x779c8320>

Myle, did you change the advanced settings for your new device and add the op number of the milight hub and port number. Go to device advanced settings and add something like 192.168.45.13:5987 for the ip number. The port might also be 8899.

Yes, I did.

Did you try both port numbers?
I started using these lights 6 month ago. It helped me using the windows app that was available. By using that I found the lights could be controlled, the port to be used and the code needed to control Warm White. I posted the windows app here : http://forum.micasaverde.com/index.php?action=dlattach;topic=87358.0;attach=38542.

I am using your provided Admin Tool App, it found the WiFi Bridge in my network and checked it is using 5987.
Unfortunately, I still couldnā€™t control on/off by using this app either. I got the log from the app below for your reference.
Start Wifi Bridge Sessionā€¦
Send UDP commands to 192.168.10.138 port 5987
Sent: 20 00 00 00 16 02 62 3A D5 ED A3 01 AE 08 2D 46 61 41 A7 F6 DC AF D3 E6 00 00 1E
listenEndPoint udp datagram received length is 22
Received: 28 00 00 00 11 00 02 F0 FE 6B C5 BC 9E 63 34 53 EC 00 01 91 00 00
LimitlessLEDWifiBridgeSessionID1 is 91 (receivedBytes[19])
LimitlessLEDWifiBridgeSessionID2 is 00 (receivedBytes[20])
The incoming UDP Packet received was from listenEndPoint.Address IP 192.168.10.138 (send-to IP could have been a broadcast IP .255, so we donā€™t know how many bridges might respond)
MAC Address is F0:FE:6B:C5:BC:9E ( (receivedBytes[7]ā€¦receivedBytes[12])
Send Packet in this format [ 80 00 00 00 11(length in hex) (17 01)(WB1WB2) 00 SN 00 (31 00 00 08 04 01 00 00 00)(v6CommandString) 01(zone) 00 3F(chksum) ]
v6CommandString for this button is: 31 00 00 08 04 02 00 00 00
Length is: 17 cmd[4] = cmd.Length - 5; set packet length (excluding 5 packet header bytes)
WB1 is: 145 cmd[5] = (byteWifiBridgeSessionID1)
WB2 is: 0 cmd[6] = (byteWifiBridgeSessionID2)
Sequence Number is 06 cmd[8] = SequenceNumber
Checksum is 40 For i = 10 To 20 {intChecksum += cmd[i]} byteChecksum = CByte(intChecksum & 0xFF); cmd[21] = byteChecksum;
Sent: 80 00 00 00 11 91 00 00 06 00 31 00 00 08 04 02 00 00 00 01 00 40
Command SUCCESSFUL.
Received: 88 00 00 00 03 00 06 00
Command completed.

Sorry, difficult for me to help but I know it took me some time. The log you included looks similar to mine. I expect that you must be able to control the light through the windows app. If that doesnā€™t work it will also not work using your Vera.

If you use scan local network for limitless led wifi bridges, it does find your bridge? and is the mode STA (LAN wifi mode)? What is the protocol (mine is UDP,Server,8899,10.10.100.254)

@ranneman, Thanks a lot.
I got it working by your app in windows after changing the zone number, but still not from the VeraPlus yet.
I will keep investigate it by my own. I wish someone here can point me out the problem and make me easier. : )

You can check the group settings in the device in Vera. It is under the variable tab in the advanced settings. My group is 1 and in the field mode setting I set 1:;2:;3:;4:

I apologize in advance for my Noobyness.

Please someone tell me what I am doing wrong. I have put so many hours into this.

I had the Mi-Light RGBW app working under my old controller.

I have since upgraded my RGBW strips, which required a new controller, and a new Mi-Light WiFi Bridge Box Controller iBox2 Newest 3.0 Version

I now have two zones. Since the RGBW Vera app only supports one zone. I expected to use two child devices, one for each zone. (am I correct here?)

I successfully linked the Mi-Light bridge to both zones,
I also have two wall mounted panel remote controllers that are also successfully linked.

I had already downloaded the RGBW Vera App and was using it successfully with the old setup.
I downloaded the Zip file from ranneman posted on 5/26 (is there a newer one?) Unzipped it and uploaded to Vera.
I opened port 5987 on my ASUS router. (8899 was already opened from my old setup)
Found the Mi-Light IP address and put 192.168.0.72:5987 in the IP in the Advance Tab for the RGBW device
I also tried 192.168.0.72:8899

In summary, I have my RBGW working perfectly in both zones with my new bridge (I can control with my iPhone) and with my wall mounted controllers.

I canā€™t get the Vera App to enroll.
What am I missing?
Thank you in advance.

Hey @ranneman thanks for re-posting the link to the v6 Admin Tool. :slight_smile:
I had been going crazy trying to find a copy now that they pulled the LimitlessLED website.

Maybe this helps,
see enclosed the settings I use for the milight device in Vera (Iā€™ am using V6 bridge).

For the milight bridge I have set mode to STA
UDP port is 48899
set protocol to UDP (UDP,Server,8899,10.10.100.254)
fixed IP address (static,192.168.178.19,255.255.255.0,192.168.178.1)

OK, I donā€™t know if the last posts were for me or not, but I followed them anyways.

I was able to download and run the LimitlessLEDv6 program.
I noticed that it uses UDP port 48899, so I port forwarded it on my router.

The program was able to read all the information of my Mi-Light Bridge, but when I sent a command (to change a color, turn on/off) it said it was successful, but the LED strips did not respond.
I checked my iPhone App (also connects to the Mi-Light Bridge) and the commands works from the App.

I looked at all of your settings from your screenshots, and the only one that needed changing was the mode setting. I copied the values from your screenshot.

The LED strip still did not enroll from the Device.

I have re-checked the instruction I provided earlier by installing the app again on my test VeraLite. After reloading the engine I could enter the IP number for the milight bridge. I only had to reboot the VeraLite after having installed the app to be able to add my group in the variables. I was able to control the milights. Be aware this is for the RGBW, not sure how it works for other lights.

I have the RGBW lights and controllers.
The enrolling part is my problem. Do you see anything that could be blocking me from doing that?

Sorry, Iā€™ am probably not able to help. Did you check what group you use in the iPhone app (1, 2, 3 or 4)?

Thank you for all of your posts trying to help.

I have one set of lights on 1 and another set of lights on 2.

I am failing to enroll the lights on 1.