Hi there,
I’ve bought two of these:
They have RF as well as Zigbee.
When I add it with ZHA integration it finds and configures it within a few seconds. Once added however, there are no entities.
This is the device signature:
{
"node_descriptor": "NodeDescriptor(byte1=2, byte2=64, mac_capability_flags=128, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=0, *allocate_address=True, *complex_descriptor_available=False, *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, *is_valid=True, *logical_type=<LogicalType.EndDevice: 2>, *user_descriptor_available=False)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0051",
"in_clusters": [
"0x0000",
"0x0004",
"0x0005",
"0xef00"
],
"out_clusters": [
"0x000a",
"0x0019"
]
}
},
"manufacturer": "_TZE200_5sbebbzs",
"model": "TS0601",
"class": "zigpy.device.Device"
}
I read on a similar post: (Issues with Zemismart Chain Roller Shades Driver M515EGBZTN) a person with similar issue. It is however for a curtain motor, and not tubular motor used in roller blinds.
I have tried in configuration.yaml to specify the type of this device as “cover”, but it did not work.
Does anyone have an idea how this could be done?