Analysis updated 2026-05-18
Fix a Lutron Aurora dial that pairs with ZHA but does not control bulbs
Migrate a smart home setup from ZHA to Zigbee2MQTT for this device
Bind an Aurora directly to specific bulbs so it works without the hub online
Diagnose Zigbee manufacturer specific messages using a capture comparison table
| dannyvfilms/lutron-aurora-c12-zha-binding-zigbee2mqtt | 00kaku/gallery-slider-block | 04amanrajj/netwatch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | — | JavaScript | Rust |
| Last pushed | — | 2021-05-19 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | ops devops | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing Home Assistant and Zigbee coordinator setup, plus migrating from ZHA to Zigbee2MQTT.
This repository is not software you install. It is a written troubleshooting and migration guide for people who use a specific smart home dimmer knob called the Lutron Aurora Z3-1BRL, connected through a Zigbee smart home radio network rather than Wi-Fi. It solves one narrow but frustrating problem: a newer version of the Aurora's internal firmware, labeled 0x00000c12, pairs successfully with a smart home system called ZHA, but turning the dial or pressing the button never actually controls the connected light bulbs. The guide explains that this newer firmware still looks like an ordinary compatible device to ZHA during setup, so nothing appears broken. The real issue is that when you actually turn the dial or press the button, this newer firmware sends its signals in a private, manufacturer-specific format that ZHA does not know how to interpret, instead of the standard format older Aurora units use. Because of that mismatch, ZHA logs messages describing unknown, unhandled commands, and the light never responds. The documented fix is to switch from ZHA to a different, more configurable smart home Zigbee tool called Zigbee2MQTT, and then bind the Aurora directly to each light bulb individually rather than as a group. The guide walks through the exact settings, the hidden Zigbee group the Aurora quietly creates for itself, and the tested hardware and software versions, including a specific USB Zigbee radio adapter, a specific Zigbee2MQTT version, and specific Third Reality color bulbs. Once configured this way, the dial and button control the bulbs directly, even if the smart home hub, the network connection, and the radio coordinator are all turned off. This is a documentation-only project written for people already running Home Assistant and a Zigbee network at home, not a general audience. There is no code to install and no license mentioned in the available portion of the README.
A troubleshooting guide showing how to fix a Lutron Aurora smart dimmer that pairs but will not control bulbs, by switching from ZHA to Zigbee2MQTT and binding it directly.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.