Skip to content

Instantly share code, notes, and snippets.

@pedzed
Last active September 2, 2025 11:25
Show Gist options
  • Save pedzed/a1a8106dede193274ff89ba54b725232 to your computer and use it in GitHub Desktop.
Save pedzed/a1a8106dede193274ff89ba54b725232 to your computer and use it in GitHub Desktop.
Brilliant Mazzaro/Salerno Ceiling Light/Fan remote IR NEC codes

Preface

Smart home appliances become increasingly more common and it becomes more difficult to manage multiple remotes and interfaces. Furthermore, what if your proprietary remote breaks?

I wanted to intercept the remote communication of the Brilliant Mazzaro and use an alternative transmitter to the remote that comes with the product. With success, I document hereby my findings.

Brilliant Mazzaro NEC IR codes

The remote uses the NEC protocol, which is based on infrared technology. If you want to dive deep into the technicalities, I found this article on infrared communications and the NEC protocol. For most people however, the following table suffices. Use an app that accepts these codes or use a library to write your own transmitter.

Code Function Description
01FEB847 Light On
01FE38C7 Light Off
01FE48B7 Light + Increases light brightness.
01FEA05F Light - Decreases light brightness.
01FE7887 Light Warmer
01FE58A7 Light Colder
01FE30CF Light SOS Instantly dims in natural light. Possibly made for when you wake up in the middle of the night and do not want to get blinded.
01FE50AF Light RGB Switches to RGB mode. If already in RGB mode, it changes color depending on a predefined sequence.
??? RGB + Increases RGB speed. Used for non-static RGB lighting
??? RGB - Decreases RGB speed.
01FED827 Fan + Increases fan speed. Turns on the fan if it was off.
01FE8877 Fan - Decreases fan speed.
01FEE01F Fan Reverse Reverses fan direction.
01FEF807 Fan Stop
01FE32CD Fan Pulse Switches fan to use pulse effect.
??? Timer 1.2.4 Turns (light/fan?) off in 1h/2h/4h

Brilliant Mazzaro/Salerno remote

Remote photo image
Remote instruction manual (EN) Instruction Manual INTL  Brilliant remote 98835-06 for Brilliant Mazzaro-Salerno 1 Instruction Manual INTL  Brilliant remote 98835-06 for Brilliant Mazzaro-Salerno 2 Instruction Manual INTL  Brilliant remote 98835-06 for Brilliant Mazzaro-Salerno 3

Compatibility list

Compatible with the following products:

  • G93854/06
  • G60020/05
  • G60040/06
  • G60060/09
  • G60060/86
  • G60020/06
  • G93870/06
  • G60021/06
  • LB00002672
  • LB00003053
  • LB00003054

Related products

Brilliant company

Website: https://brilliant-ag.com/en/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment