English
English
简体中文
日本語

Unit NeoHEX ESPHome Component

The Unit NeoHEX controls the color and brightness of its hexagonal RGB LED panel through a Light entity.

1. Component Overview

Item Information
Product name Unit NeoHEX
SKU A045-B
Main functions Control of 37 RGB LEDs
Communication interface GPIO
ESPHome components esp32_rmt_led_strip,
eopixelbus
ESPHome version requirement /

2. Component Details

Include Official Components

Light: RGB Lighting

Add a Light component and change pin to match the actual controller wiring:

yaml
1 2 3 4 5 6 7 8 9 10 11 12 13 14
light:
  - platform: esp32_rmt_led_strip
    rgb_order: GRB
    pin: GPIO2
    num_leds: 37
    chipset: WS2812
    name: "Unit NeoHex"
    id: neo_hex_light
    restore_mode: RESTORE_DEFAULT_OFF
    effects:
      - random:
          name: "Random"
          transition_length: 1s
          update_interval: 4s

For more lighting effects, see ESPHome Light Effects.

3. Reference Example

After the configuration is applied and the device is connected to Home Assistant, use the Unit NeoHEX Light entity to control color, brightness, and lighting effects.

Usage note
The panel surface may become hot during prolonged operation at high brightness. Avoid direct contact and do not leave it at maximum brightness for extended periods.
Page Tools
PDF
On This Page