Page 2 of 12
Re: Mi-Light / LimitlessLED / Applamp
Posted: Tuesday 19 January 2016 12:28
by pepeEL
Hi
Mi Light in Domoticz also support this controller:
- 1.jpg (101.52 KiB) Viewed 6854 times
and dimmer
- 2.jpg (66.9 KiB) Viewed 6854 times
And anybody know what is diffrent betwen this
- 1.jpg (101.52 KiB) Viewed 6854 times
and this dimmer
- 2.jpg (66.9 KiB) Viewed 6854 times
Becuase in first and second probably has control brightnes.
And for what dommer has double connect LEDV- and double LEDV +?
Re: Mi-Light / LimitlessLED / Applamp
Posted: Thursday 28 January 2016 12:47
by PaulM
I've got a , in my eyes, strange problem. When I executed a command in putty on the command line, this will work. But when I put the same command in a file and try to execute the file, nothing happens.
For instance:
Code: Select all
pi@raspberrypi ~/domoticz/scripts $ echo -n -e "\x40\x47" | nc -u -q 1 192.168.1.21 8899
will work.
But the following script:
Code: Select all
#!/bin/bash
sleep 1
echo -n -e "\x40\x47" | nc -u -q 1 192.168.1.21 8899 # change to ochtend kleur
does not work when I give the command
Where is my mistake?
Re: Mi-Light / LimitlessLED / Applamp
Posted: Tuesday 15 March 2016 20:25
by hayman
thanks for the great forum, i've domoticz on my synology and add the 4 zone rgbw but i don't get the color wheel,i have one hardware and 5 devices 0 all group and 1/4 all goes on and off but how to change color ... ?
thanks again
Re: Mi-Light / LimitlessLED / Applamp
Posted: Saturday 23 April 2016 10:39
by Nautilus
Hi!
I've added the hardware and controls for on / off / dimming and color setting work fine. However, I cannot see the buttons for disco mode etc. as in the picture here
viewtopic.php?f=17&t=6411#p70842. What could I be missing?
Re: Mi-Light / LimitlessLED / Applamp
Posted: Saturday 23 April 2016 11:12
by hayman
thanks alot by change it to Dimmer i can get the color while ,but the effect i cant see them please some help
i have Domoticz on my synology Milight wifi,3 zone RGBW....
Re: Mi-Light / LimitlessLED / Applamp
Posted: Saturday 23 April 2016 13:05
by Nautilus
hayman wrote:thanks alot by change it to Dimmer i can get the color while ,but the effect i cant see them please some help
i have Domoticz on my synology Milight wifi,3 zone RGBW....
Yes, I think we're having the same issue (see above)
I'm running latest beta on RPi2.
Edit: did some testing and when setting mode to RGB the added device has the buttons as well. But even if I add a new hardware with RGBW mode the buttons are missing. I guess it cannot be intended?
Edit2: well well, it seems the buttons are only available in the group switch. Still wondering though why not on individual groups?
Re: Mi-Light / LimitlessLED / Applamp
Posted: Tuesday 03 May 2016 17:18
by hayman
okey pleasae when you find solution please update me
Re: Mi-Light / LimitlessLED / Applamp
Posted: Monday 27 June 2016 19:41
by benotje
i have the same problem doe you have the solution already ???
PaulM wrote:I've got a , in my eyes, strange problem. When I executed a command in putty on the command line, this will work. But when I put the same command in a file and try to execute the file, nothing happens.
For instance:
Code: Select all
pi@raspberrypi ~/domoticz/scripts $ echo -n -e "\x40\x47" | nc -u -q 1 192.168.1.21 8899
will work.
But the following script:
Code: Select all
#!/bin/bash
sleep 1
echo -n -e "\x40\x47" | nc -u -q 1 192.168.1.21 8899 # change to ochtend kleur
does not work when I give the command
Where is my mistake?
Re: Mi-Light / LimitlessLED / Applamp
Posted: Sunday 23 October 2016 12:44
by ubfssF
For those who struggling with the right bash commands: for my RGB-W lamp and the wifi interface I needed the following 2 bash commands to put it on and off:
On: echo -n -e "\x22\x00" | nc -u -q 1 192.168.xx.xx 8899
Off: echo -n -e "\x21\x22" | nc -u -q 1 192.168.xx.xx 8899
The lamp is a warm-white version.
The wifi-interface has firmware V1.0.04a-JCY-1.
I might have paired the lamp in the wrong way to the app, but it is strange that these codes aren't mentioned anywhere
Re: Mi-Light / LimitlessLED / Applamp
Posted: Saturday 29 October 2016 19:33
by BartdaMan
benotje wrote:i have the same problem doe you have the solution already ???
PaulM wrote:I've got a , in my eyes, strange problem. When I executed a command in putty on the command line, this will work. But when I put the same command in a file and try to execute the file, nothing happens.
For instance:
Code: Select all
pi@raspberrypi ~/domoticz/scripts $ echo -n -e "\x40\x47" | nc -u -q 1 192.168.1.21 8899
will work.
But the following script:
Code: Select all
#!/bin/bash
sleep 1
echo -n -e "\x40\x47" | nc -u -q 1 192.168.1.21 8899 # change to ochtend kleur
does not work when I give the command
Where is my mistake?
In case you haven't solved it already, try this from the command line (where I assume you have made your script executable):
Re: Mi-Light / LimitlessLED / Applamp
Posted: Saturday 12 November 2016 21:58
by deennoo
A v6 bridge is out, it include is own bulb + the group one.
Api can be found here :
http://www.limitlessled.com/dev
Does it plan to be add on Domoticz ?
Re: Mi-Light / LimitlessLED / Applamp
Posted: Monday 21 November 2016 20:41
by Diederik
Same question for Mi-Light RGBWW light and iBox Wi-Fi bridge.
Re: Mi-Light / LimitlessLED / Applamp
Posted: Tuesday 29 November 2016 15:08
by hayman
same hier .... ?
Re: Mi-Light / LimitlessLED / Applamp
Posted: Wednesday 30 November 2016 7:23
by DaWauZ
Nautilus wrote:hayman wrote:thanks alot by change it to Dimmer i can get the color while ,but the effect i cant see them please some help
i have Domoticz on my synology Milight wifi,3 zone RGBW....
Yes, I think we're having the same issue (see above)
I'm running latest beta on RPi2.
Edit: did some testing and when setting mode to RGB the added device has the buttons as well. But even if I add a new hardware with RGBW mode the buttons are missing. I guess it cannot be intended?
Edit2: well well, it seems the buttons are only available in the group switch. Still wondering though why not on individual groups?
I would like to know also if the buttons like disco mode come available on individual groups. I would like to control my groups seperately.
Just tell me where to donate, no kiddings.
Re: Mi-Light / LimitlessLED / Applamp
Posted: Wednesday 30 November 2016 22:43
by gooxbe
I received my new milight v6 (with the wifi box)
I tried to make it work via the normal procedure and scripting but it doesn't work, unfortunately.
And my understanding of the new API on
http://www.limitlessled.com/dev/ is quite limited to send the new commands.
Anyone can help?
Re: Mi-Light / LimitlessLED / Applamp
Posted: Thursday 01 December 2016 7:51
by Nautilus
gooxbe wrote:I received my new milight v6 (with the wifi box)
I tried to make it work via the normal procedure and scripting but it doesn't work, unfortunately.
And my understanding of the new API on
http://www.limitlessled.com/dev/ is quite limited to send the new commands.
Anyone can help?
Unfortunately you cannot use the new API (i.e. Wifi Box1 or Wifi Box2) with Domoticz yet - until someone figures out how to build support for it. I think this is already mentioned in a couple of threads (including this
) that here that are about MiLight. It also seems that people who have worked a lot with the older api's are struggling to understand the new, not many similarities with the older apis I guess.
If you are in a hurry then what you can do now is to get the old wifi bridge which can control the new bulbs for on / off / dim level / color (but not color temperature through Domoticz). There is also an ugly workaround to change the color temperature which involves using some external script that allows sending S+ / S- (program speed up / down) to individual group. It is not very convenient, I admit, and therefore I'm also looking forward that someone is able to crack the secrets of the new api...
Re: RE: Re: Mi-Light / LimitlessLED / Applamp
Posted: Thursday 01 December 2016 13:28
by RayAmsterdam
Nautilus wrote:gooxbe wrote:I received my new milight v6 (with the wifi box)
I tried to make it work via the normal procedure and scripting but it doesn't work, unfortunately.
And my understanding of the new API on
http://www.limitlessled.com/dev/ is quite limited to send the new commands.
Anyone can help?
Unfortunately you cannot use the new API (i.e. Wifi Box1 or Wifi Box2) with Domoticz yet - until someone figures out how to build support for it. I think this is already mentioned in a couple of threads (including this
) that here that are about MiLight. It also seems that people who have worked a lot with the older api's are struggling to understand the new, not many similarities with the older apis I guess.
If you are in a hurry then what you can do now is to get the old wifi bridge which can control the new bulbs for on / off / dim level / color (but not color temperature through Domoticz). There is also an ugly workaround to change the color temperature which involves using some external script that allows sending S+ / S- (program speed up / down) to individual group. It is not very convenient, I admit, and therefore I'm also looking forward that someone is able to crack the secrets of the new api...
How do you pair the new lamp with the old bridge?
Re: RE: Re: Mi-Light / LimitlessLED / Applamp
Posted: Thursday 01 December 2016 13:42
by Nautilus
RayAmsterdam wrote:
How do you pair the new lamp with the old bridge?
In my experience this works the same with all apis and hardware. You turn the lamp on from the physical switch and within 3 seconds press "On" button of the group with which you want to do the pairing. I've paired new bulbs with both the old bridge (v5) and new iBox (v6) with this method and of course old RGBW bulbs with the old bridge (v5). What I have not tried is to pair old RGBWW with the new iBox but I assume it works as the iPhone app has layouts available for all kinds of bulbs...
Re: Mi-Light / LimitlessLED / Applamp
Posted: Thursday 01 December 2016 13:51
by deennoo
I got lot of elements for v6
I start working on it
Main elements is :
To send order (to bridge or group) we have to get wifibridge id + sequence number.
This information come if you ask them to wifi bridge with an udp command
I manage to send udp command but return is not readable.
Ask some help to domoticz dev but he didn't get the new bridge, and don't plan to have it...we have to made support this be our own.
Re: RE: Re: RE: Re: Mi-Light / LimitlessLED / Applamp
Posted: Thursday 01 December 2016 14:08
by RayAmsterdam
Nautilus wrote:RayAmsterdam wrote:
How do you pair the new lamp with the old bridge?
In my experience this works the same with all apis and hardware. You turn the lamp on from the physical switch and within 3 seconds press "On" button of the group with which you want to do the pairing. I've paired new bulbs with both the old bridge (v5) and new iBox (v6) with this method and of course old RGBW bulbs with the old bridge (v5). What I have not tried is to pair old RGBWW with the new iBox but I assume it works as the iPhone app has layouts available for all kinds of bulbs...
Doesn't work for me. I think I have v4.