Page 1 of 1

Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Friday 20 March 2015 4:47
by Animeimp
I received one of these in last week, and while only a iPhone and Android client have been written for them, I got the documentation from China, and with much packet captures, have gotten it working from a PC, and now in Domoticz. The functionality within Domoticz is actually via a Node.Red configuration with a web interface, but if there is any interest, I will look at making a hardware module for Domoticz. It is a rather nice unit, runs about $25 USD, and can be either a AP or Client on wireless networks, and draws very little power for itself.

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Friday 11 December 2015 17:23
by JelleD
Hi Animeimp,

I am using 2 Magic UFO controllers, and i would like to use them zith Domoticz.
Did you make the hardware module? Or can you guide me in connecting the magic ufo to my Domoticz.

Thanks.

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Saturday 12 December 2015 10:05
by pvm
A Ruby implementation is available at https://github.com/sidoh/ledenet_api/bl ... /README.md
Are you a programmer?

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Saturday 12 December 2015 21:42
by JelleD
I am not a programmer, so this is new for me.

Do i need to install Ruby? Or is it already on the raspberry install?

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Tuesday 28 June 2016 9:35
by emme
Hi to all,
I've sucesfully installed the ledenet, but still get some issue about:
even if the --on parameter is given, it does not power on (status is_on:false always returned)
I'm unclear how to integrate it with Domoticz...
I assume I should have to create a virtual rgbw switch then assign a script that should gather the RGBW parameters... but the virtual RGB switch does not provide such information yet... correct?

thanks in advance
ciao
M

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Sunday 06 November 2016 23:53
by Derik
some have the api working?

And how to use it?

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Monday 07 November 2016 8:40
by emme
nope!
I still have the issue that the api works but it does not power ON/OFF...
so I moved to a Fibaro RGBWController :D :D :D

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Monday 07 November 2016 8:43
by Derik
mmm And how can you control the Fibaro? can you set different scenes? and different colors? or start the fibaro in the last color-range?

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Monday 07 November 2016 8:50
by emme
yes I control the Fibaro via DOmoticz and Aeotec G5 stick
yes I control scenes with a virtual selector switch and a bit of help: http://domoticz.com/forum/viewtopic.php?p=69242#p69242,
of course I can select a specific color
and.... I think so, never tried, but I'm quite sure if you power off and back on the color will be still the same
just the animation programs will override your color settings

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Wednesday 14 December 2016 13:49
by cherowley
I tried using this (lua script):

commandArray = {};
DomDevice = '???'
IP = '192.168.2.180'
Port = '5577';
print("UFO LED Controller Script")

function send(msg)
runcommand = "echo "..msg .."| telnet "..IP.." "..Port.." "
print (runcommand)
os.execute(runcommand)
end

if devicechanged[DomDevice] then
if(devicechanged[DomDevice]=='Off') then
print("Turning OFF")
send(string.char(113,36,15,164))
send(string.char(113,36,15,164,255,0,65))
elseif (devicechanged[DomDevice]=='On') then
print("Turning On")
send(string.char(113,35,15,163))
else
print(devicechanged[DomDevice].." is neither ON or OFF")
end
end;
return commandArray

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Wednesday 14 December 2016 14:10
by Derik
Someone have a How To... for the use of this UFO controller...
I will try...
Only i cannot understand the use of the Ha_gateway
..
....

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Wednesday 01 March 2017 19:43
by sweup
Someone got Magic Ufo to play nicely with domoticz (on/off, colors etc)? Would really appreciate some guidance if someone got it working.

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Wednesday 01 March 2017 20:55
by Derik
I do have 1 for sale..
Small price to pay with this..

Pm me

Re: Anyone using the LEDENET Magic UFO LED WIFI Controller

Posted: Tuesday 07 March 2017 23:27
by DickN
Derik wrote:I do have 1 for sale..
Small price to pay with this..

Pm me
Derik,
I Like to contact with you about some questions in Dutch. I can't Pm you at this moment