Skip to main content
Device Type:light
Electrical Standard:au
Board:rtl87xx

Mirabella Genio Wi-Fi 1.4m Pixel LED Corner Light

General Notes

The Mirabella Genio Wi-Fi 1.4m Pixel LED Corner Light is a Tuya-based smart home lamp, featuring a strip of individually addressable leds with a corner stand frame.

Mirabella Genio Wi-Fi 1.4m Pixel LED Corner Light

They are sold at Kmart NZ and Kmart AU.

Inside is a T103_V1.0 module based on the RTL8710BX MCU. This is prossible to reflash using LibreTiny, but both FastLED and NeoPixelBus led drivers are unsupported on this platform so it's not possible to drive the LEDs.

Mirabella Genio Wi-Fi 1.4m Pixel LED Corner Light Teardown

GPIO Pinout

PinFunction
PA12PWR Push Button
PA05LED Push Button
PA00Sound Push Button
PA23?Light - Data

Basic Configuration

# Config for Mirabella Genio Wi-Fi 1.4m Pixel LED Corner Light
# https://devices.esphome.io/devices/Mirabella-Genio Wi-Fi-1.4m-Pixel-LED-Corner-Light/

rtl87xx:
board: t103-v1.0

binary_sensor:
- platform: gpio
pin:
number: PA12
mode: INPUT_PULLUP
inverted: true
name: "Power Button"
on_press:
- light.toggle: corner_light

- platform: gpio
pin:
number: PA05
mode: INPUT_PULLUP
inverted: true
name: "LED Button"
on_press:
- light.toggle: corner_light

- platform: gpio
pin:
number: PA00
mode: INPUT_PULLUP
inverted: true
name: "Sound Button"
on_press:
- switch.toggle: sound_reactive_mode

switch:
- platform: template
name: "Sound Reactive Mode"
id: sound_reactive_mode
optimistic: true
restore_mode: RESTORE_DEFAULT_OFF

sensor:
- platform: adc
pin: ADC2
name: "Microphone Raw"
id: mic_raw
update_interval: 50ms

light:
- platform: fastled_clockless
id: corner_light
name: "Corner Light"
chipset: UCS1903
pin: PA23
rgb_order: BRG
num_leds: 28
restore_mode: RESTORE_DEFAULT_OFF
default_transition_length: 0s
effects:
- addressable_rainbow:
- pulse: