irplus-remote / irplus-codes.github.io

Code updates for irplus
75 stars 47 forks source link

ILC/DASINKO/etc LED Light 21 Button Remote #605

Open phit opened 1 year ago

phit commented 1 year ago

cheap IR controlled light bulbs (e14,e26,e27) sold under various brands, remote often says "Practical Series II"

picture of remote ![image](https://user-images.githubusercontent.com/2097483/209217882-8ad6c981-61ed-4304-84e1-ad7963b91397.png)

I only cared about on/off and dimming, may be useful to others. I don't own a receiver I just found these by trial and error of literally pressing all buttons in other existing LED profiles.

<irplus>
 <device manufacturer="LED Lights" model="ILC 21BTNS" columns="4" format="WINLIRC_NEC1">
  <button label="+" labelSize="25.0">0x00ff 0xa857</button>
  <button label="-" labelSize="25.0">0x00ff 0x906f</button>
  <button label="OFF" labelSize="25.0" backgroundColor="8A8A8A8A">0x00ff 0xe21d</button>
  <button label="ON" labelSize="25.0" backgroundColor="8A8A8A8A">0x00ff 0xa25d</button>
 </device>
</irplus>