Hi All
Wondering if someone can help please.
A few new devices trying to add to ZHA for testing
First one a PIR from Coolcam
{
"node_descriptor": "<NodeDescriptor byte1=2 byte2=64 mac_capability_flags=128 manufacturer_code=0 maximum_buffer_size=82 maximum_incoming_transfer_size=255 server_mask=11264 maximum_outgoing_transfer_size=255 descriptor_capability_field=0>",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0000",
"in_clusters": [
"0x0000",
"0x0003"
],
"out_clusters": [
"0x0003",
"0x0019"
]
}
},
"manufacturer": "_TYST11_7hfcudw5",
"model": "hfcudw5",
"class": "zigpy.device.Device"
}
Second one a powerboard from Jinvoo, a zigbee version of their wifi powerboard
{
"node_descriptor": "<NodeDescriptor byte1=1 byte2=64 mac_capability_flags=142 manufacturer_code=4098 maximum_buffer_size=82 maximum_incoming_transfer_size=82 server_mask=11264 maximum_outgoing_transfer_size=82 descriptor_capability_field=0>",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0009",
"in_clusters": [
"0x0000",
"0x0004",
"0x0005",
"0x0006",
"0x000a"
],
"out_clusters": [
"0x0019"
]
},
"2": {
"profile_id": 260,
"device_type": "0x0009",
"in_clusters": [
"0x0004",
"0x0005",
"0x0006"
],
"out_clusters": []
},
"3": {
"profile_id": 260,
"device_type": "0x0009",
"in_clusters": [
"0x0004",
"0x0005",
"0x0006"
],
"out_clusters": []
},
"4": {
"profile_id": 260,
"device_type": "0x0009",
"in_clusters": [
"0x0004",
"0x0005",
"0x0006"
],
"out_clusters": []
},
"7": {
"profile_id": 260,
"device_type": "0x0009",
"in_clusters": [
"0x0004",
"0x0005",
"0x0006"
],
"out_clusters": []
}
},
"manufacturer": "_TYZB01_vkwryfdr",
"model": "TS0115",
"class": "zigpy.device.Device"
}
Third one a water sensor from Coolcam
{
"node_descriptor": "<NodeDescriptor byte1=2 byte2=64 mac_capability_flags=128 manufacturer_code=0 maximum_buffer_size=82 maximum_incoming_transfer_size=255 server_mask=11264 maximum_outgoing_transfer_size=255 descriptor_capability_field=0>",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0000",
"in_clusters": [
"0x0000",
"0x0003"
],
"out_clusters": [
"0x0003",
"0x0019"
]
}
},
"manufacturer": "_TYST11_qq9mpfhw",
"model": "q9mpfhw",
"class": "zigpy.device.Device"
}
Fourth one a Siren from Coolcam
{
"node_descriptor": "<NodeDescriptor byte1=2 byte2=64 mac_capability_flags=128 manufacturer_code=0 maximum_buffer_size=82 maximum_incoming_transfer_size=255 server_mask=11264 maximum_outgoing_transfer_size=255 descriptor_capability_field=0>",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0000",
"in_clusters": [
"0x0000",
"0x0003"
],
"out_clusters": [
"0x0003",
"0x0019"
]
}
},
"manufacturer": "_TYST11_d0yu2xgi",
"model": "0yu2xgi",
"class": "zigpy.device.Device"
}