Page 2 of 2
Re: Magic Home RGB WiFi controller integration
Posted: Wednesday 14 March 2018 19:35
by doh
Has there been any movement on this? I've just got an LED strip, which works great but it would be good to be able to adjust the brightness too.
Re: Magic Home RGB WiFi controller integration
Posted: Thursday 24 May 2018 22:18
by mrox
I would be also interested into! Would do some coding... if i could ;p
In the moment im thinking about some bad workarounds, and use virtual switches for Szenes and run a script in the background. Not that nice, but will work for now.
Re: Magic Home RGB WiFi controller integration
Posted: Thursday 26 July 2018 21:09
by mrox
Any news on that folks?
Re: Magic Home RGB WiFi controller integration
Posted: Saturday 27 April 2019 12:49
by nutki
I fixed the dimmer issues in the Arilux driver and it seems to work with my Magic Home compatible led controllers. The code should be available in the next beta build.
Re: Magic Home RGB WiFi controller integration
Posted: Friday 29 November 2019 21:35
by mojso
Arilux AL-LC0x subtype RGBWZ timers does not send command ON, only brightness level.
also on the slider works off but not on
command
manual switching on, it works
Off command work ok
i use Magic Home wifi controller
Re: Magic Home RGB WiFi controller integration
Posted: Friday 29 November 2019 21:55
by snellejellep
Re: Magic Home RGB WiFi controller integration
Posted: Saturday 30 November 2019 0:55
by mojso
please, can you make hardware plugin for magic home the same as arilux just modified command for ON via the slider - send first command ON then brightnes from 1 to 100. and in timers first ON command
in my case
timers does not send command ON, only brightness level.
also on the slider works off and brighness but not ON
command
manual switching on, it works
Off command work ok
Re: Magic Home RGB WiFi controller integration
Posted: Friday 13 December 2019 0:20
by mojso
I solve my problem.
i put the flux_led.py script in ON Action, and now it works timers option and On command from slider
Re: Magic Home RGB WiFi controller integration
Posted: Tuesday 28 July 2020 0:10
by edurangel
I bought a Led Light Bulb from "Magic Home" on AliExpress, and now I'm trying to integrate with Domoticz, but I have some problems.
I used it integrated with APP, it works.
1- In Domoticz, if I use Airlux hardware, I get: Error: Arilux: Exception: connect: Connection refused;
2- I installed the flux_led scripts, but didn't work. Here my commands and outputs:
# Ping the lamp it's OK.
pi@London ~ $ ping 192.168.1.166
PING 192.168.1.166 (192.168.1.166) 56(84) bytes of data.
64 bytes from 192.168.1.166: icmp_seq=1 ttl=255 time=85.1 ms
64 bytes from 192.168.1.166: icmp_seq=2 ttl=255 time=95.3 ms
64 bytes from 192.168.1.166: icmp_seq=3 ttl=255 time=14.6 ms
# trying to scan from my Raspberry
pi@London ~ $ python -m flux_led -s
0 bulbs found
# trying to take some information by lamp
pi@London ~ $ sudo python -m flux_led -i 192.168.1.166
Unable to connect to bulb at [192.168.1.166]: [Errno 32] Broken pipe
I'm using:
- Raspberry Pi2
- Domoticz 4.11665
Can someone help me ?