devices.esphome.io

Woox R5111 Light

Woox R5111 Light

Device Type: light
Electrical Standard: global
Board: bk72xx
Difficulty: Soldering required, 4/5

Notes

Woox R5111

Initial flashing instructions can be found here: https://www.elektroda.com/rtvforum/topic4027381.html

GPIO Pinout

PinFunction
P0IR Receiver
P6PWM WW
P8PWM CW

Board Configuration

output:
- platform: libretiny_pwm
id: output_cw
pin: P8
- platform: libretiny_pwm
id: output_ww
pin: P6
light:
- platform: cwww
name: ${friendly_name}
cold_white: output_cw
warm_white: output_ww
cold_white_color_temperature: 6500 K
warm_white_color_temperature: 2700 K
constant_brightness: true
restore_mode: RESTORE_DEFAULT_ON
remote_receiver:
pin: P0
dump: all
Edit this page on GitHub