Hello,
Does someone know how bind works? i am stuck i want to bind the remote MOES Tuya ZigBee wireless scene remote with this switch: SONOFF ZBMINI ZigBee Mini Smart Switch
I use a SONOFF zigbee USB key connected to my Home Assisstant running on a Raspberry Pi
I added the 3 devices in HomeAssisstant
_TZ3000_gbm10jnj TS0043 is the remote with 3 buttons
SONOFF 01MINIZB is the wireless switch
Zigbee Coordinator is the Zigbee USB Key
When i go in the Manage panel of the remote TZ3000 i cant select the switch for direct binding
I understand that clusters and groups are important for binding, but i dont know how to check if theses devices are compatible.
Could you help me to determine if its possible ?
Zigbee info of the remote with 3 buttons TZ3000
IEEE: 84:b4:db:ff:fe:8c:12:b1
Nwk: 0x6dd0
Device Type: EndDevice
LQI: 204
RSSI: -49
Last Seen: 2022-10-24T22:02:00
Power Source: Battery or Unknown
Quirk: zhaquirks.tuya.ts0043.TuyaSmartRemote0043TO
Signature of the TZ3000
{
"node_descriptor": "NodeDescriptor(logical_type=<LogicalType.EndDevice: 2>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress: 128>, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0006",
"in_clusters": [
"0x0000",
"0x0001",
"0x0006"
],
"out_clusters": [
"0x000a",
"0x0019"
]
},
"2": {
"profile_id": 260,
"device_type": "0x0006",
"in_clusters": [
"0x0001",
"0x0006"
],
"out_clusters": []
},
"3": {
"profile_id": 260,
"device_type": "0x0006",
"in_clusters": [
"0x0001",
"0x0006"
],
"out_clusters": []
}
},
"manufacturer": "_TZ3000_gbm10jnj",
"model": "TS0043",
"class": "zhaquirks.tuya.ts0043.TuyaSmartRemote0043TO"
}
Zigbee info of the wireless switch SONOFF 01MINIZB
Zigbee info
IEEE: 00:12:4b:00:26:b7:e1:ef
Nwk: 0xf023
Device Type: Router
LQI: 192
RSSI: -52
Last Seen: 2022-10-24T22:58:09
Power Source: Mains
Signature of the wireless switch SONOFF 01MINIZB
{
"node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Router: 1>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress|RxOnWhenIdle|MainsPowered|FullFunctionDevice: 142>, manufacturer_code=4742, maximum_buffer_size=80, maximum_incoming_transfer_size=160, server_mask=11264, maximum_outgoing_transfer_size=160, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=True, *is_security_capable=False)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0100",
"in_clusters": [
"0x0000",
"0x0003",
"0x0004",
"0x0005",
"0x0006",
"0xfc57"
],
"out_clusters": [
"0x0019"
]
},
"242": {
"profile_id": 41440,
"device_type": "0x0061",
"in_clusters": [],
"out_clusters": [
"0x0021"
]
}
},
"manufacturer": "SONOFF",
"model": "01MINIZB",
"class": "zigpy.device.Device"
}
In ZHA i created a group but i can only add the wireless switch SONOFF 01MINIZB inside.
I dont know what to do… if someone could help me it would be very appreciated.
Sorry for my poor english.
Thanks in advance