Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RF remote compatibility / Arilux versions #469

Open
Fietspomp86 opened this issue Jan 25, 2018 · 5 comments
Open

RF remote compatibility / Arilux versions #469

Fietspomp86 opened this issue Jan 25, 2018 · 5 comments
Assignees
Labels
device enhancement New feature or request
Milestone

Comments

@Fietspomp86
Copy link

I have a question, do you think it’s possible to add support for more versions of the Arilux controller?
Also I think these are the same as the Magic Home controllers?
Here’s the version specific info I found:

AL-LC01 - No Controller, RGB, 5-28V
AL-LC02 - No Controller, RGBW, 9-12V
AL-LC03 - iR Controller, RGB, 5-28V
AL-LC04 - iR Controller, RGBW, 9-12V
AL-LC08 - No Controller, RGBWW, 5-28V
AL-LC09 - RF Controller, RGB, 5-28V
AL-LC10 - RF Controller, RGBW, 9-28V
AL-LC11 - RF Controller, RGBWW, 9-28V

Flashed my AL-LC03 with custom compiled Espurna, IR is working fine.
Did not try to implement the RF yet.

Saw on Github somebody already made different firmware with RF support, maybe it’s possible to copy this code (https://github.com/mertenats/Arilux_AL-LC0X)? If permission is granted ofcourse,

@xoseperez xoseperez added enhancement New feature or request device labels Jan 26, 2018
@xoseperez xoseperez added this to the 1.13.0 milestone Jan 26, 2018
@xoseperez xoseperez self-assigned this Jan 26, 2018
@johny-mnemonic
Copy link

I can help with testing if you decide to support this.
I have Magic Home variant matching AL-LC10 (RGBW with RF remote).

@jonny190
Copy link

I also have a LC10 but cannot get the RF remote working

@johny-mnemonic
Copy link

@jonny190 not sure what FW you are trying to use for this, but generally it is about finding on which GPIO pin the RF receiver data connection is and then also on which GPIO pin the receiver control pin is connected. You can check what I needed to do to make it working under Tasmota.

@gn0st1c
Copy link
Contributor

gn0st1c commented Apr 28, 2018

aha! this explains why my pins does not match with the pins defined in espurna.

WARNING: DUE TO A NEW PINOUT, THIS FIRMWARE SEEMS TO BE NOT MORE COMPATIBLE WITH THE NEWEST MODELS (PCB version > 1.4).

i received 3 different IR remotes with these devices. here are the photos & IRremoteESP8266 codes.
IR_Remotes.zip

@xoseperez xoseperez modified the milestones: 1.13.0, 1.14.0 Jun 4, 2018
@hurzhurz
Copy link

I have made a try attempt to implement RF remote support for the LC-11.
It's incomplete any maybe a bit crude, but it does work so far.
Maybe it can be used as a starting point for a clean implementation?

espurna-1.13.1_lc11-rf.patch.txt
Speed and Mode are not implemented.
Mode+/- are misused for color temperature.
And as the codes can be different between multiple remotes, I have made the variable "home code" part changeable as a setting "rfHomeCode".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
device enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants