-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement binding #765
Comments
is it possible to add binding without the bridge? Would be awesome if you could bind Hue dimmer remote to Tradfri groups etc |
What do you mean with without the bridge? |
Implemented, see #782 |
Am I right saying that correct binding procedure for Tradfri groups usecase is (see here):
|
First pair it to zigbee2mqtt, then bind it to the bulb |
@Koenkk is it possible to bind a device to hub? |
@msadeghz if by hub you mean coordinator, yes, many |
what do you mean about configuration sections?
|
Via MQTT it's not possible, why you want to do this? |
the manufacture said I should bind to receive the device status when I push the physical button on the device. |
@msadeghz this is something that can be done in the |
* Start on bind implementation. Koenkk#765 * Finish binding implementation.
Binding allows Zigbee devices to directly control other Zigbee devices and groups without the intervention of zigbee2mqtt or home automation software.
Adding this feature makes it (probably) possible to supported the following devices:
Note that the above devices will still not send any information to MQTT, but this at least makes them usable.
The text was updated successfully, but these errors were encountered: