dbhagen/inovelli-scene-pairing — explained in plain English
Analysis updated 2026-05-18
Group multiple Inovelli Blue switches so they mirror on/off and dimming without writing automations.
Set a shared LED bar color for a group of switches directly from the physical buttons.
Manage switch groups from a Home Assistant dashboard panel instead of the physical hardware.
Trigger group actions from your own Home Assistant automations using the exposed services.
| dbhagen/inovelli-scene-pairing | 0-bingwu-0/live-interpreter | 0cm-labs/tokenizer-benchmark | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | general | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Home Assistant with ZHA (not Zigbee2MQTT) and specific Inovelli Blue switch models.
This is a Home Assistant add-on that lets you group Inovelli Blue smart switches together so they mirror each other, entirely by pressing buttons on the physical switches themselves. Once switches are grouped, turning one on or off, dimming it, or changing its light color instantly does the same to the rest of the group, even if Home Assistant is offline, because the grouping happens directly over the Zigbee radio protocol rather than through automations. You pair switches by holding a small config button on one switch to open a pairing window, then holding the button on another switch to add it to the group, and so on for more switches. A single tap while pairing cycles through a color palette for the group's LED indicator bar, and a double tap removes a switch from its group. Every one of these gestures can be remapped in the integration's settings, and the whole physical-gesture system can be turned off in favor of a dashboard-only setup. The integration also adds an optional sidebar panel and dashboard card so groups can be created, recolored, and deleted from the Home Assistant interface instead of the physical switches, and it exposes services so these actions can be used inside your own automations. It only supports two specific Inovelli switch models and requires the ZHA integration for Zigbee, not Zigbee2MQTT. Installation goes through HACS, the Home Assistant Community Store, by adding this repository as a custom integration and restarting Home Assistant afterward. The README also documents common troubleshooting steps, like re-pairing a switch in ZHA if its config button stops responding after a fresh Zigbee pairing. The project is licensed under the MIT License.
A Home Assistant integration that lets you group Inovelli Blue smart switches so they mirror each other's on/off, dimming, and color, controlled entirely by pressing the switches.
Mainly Python. The stack also includes Python, Home Assistant, ZHA.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.