Trying to get MOSZB-140 to work with home assistant. It already is supported by zigbee2mqtt. (https://www.zigbee2mqtt.io/devices/MOSZB-140.html).
In home assistant it does not import the sensors correctly.
I think it should expose occupancy, battery_low, tamper, temperature, illuminance_lux, linkquality.
Here is a pastebin log from pair: https://pastebin.com/VNbSQSpH
Here is link to develco’s technical manual for this device: https://www.develcoproducts.com/media/1697/moszb-130-14x-technical-manual-motion-sensor-040721.pdf
This is how the sensor looks imported:
Zigbee device signature from home assistant.
{
"node_descriptor": "NodeDescriptor(byte1=2, byte2=64, mac_capability_flags=0, manufacturer_code=4117, maximum_buffer_size=80, maximum_incoming_transfer_size=80, server_mask=0, maximum_outgoing_transfer_size=80, descriptor_capability_field=0, *allocate_address=False, *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": 49353,
"device_type": "0x0001",
"in_clusters": [
"0x0003",
"0x0005",
"0x0006"
],
"out_clusters": []
},
"34": {
"profile_id": 260,
"device_type": "0x0107",
"in_clusters": [
"0x0000",
"0x0003",
"0x0406"
],
"out_clusters": []
},
"35": {
"profile_id": 260,
"device_type": "0x0402",
"in_clusters": [
"0x0000",
"0x0001",
"0x0003",
"0x000f",
"0x0020",
"0x0500"
],
"out_clusters": [
"0x000a",
"0x0019"
]
},
"38": {
"profile_id": 260,
"device_type": "0x0302",
"in_clusters": [
"0x0000",
"0x0003",
"0x0402"
],
"out_clusters": [
"0x0003"
]
},
"39": {
"profile_id": 260,
"device_type": "0x0106",
"in_clusters": [
"0x0000",
"0x0003",
"0x0400"
],
"out_clusters": []
},
"40": {
"profile_id": 260,
"device_type": "0x0107",
"in_clusters": [
"0x0000",
"0x0003",
"0x0406"
],
"out_clusters": []
},
"41": {
"profile_id": 260,
"device_type": "0x0107",
"in_clusters": [
"0x0000",
"0x0003",
"0x0406"
],
"out_clusters": []
}
},
"manufacturer": "Develco Products A/S",
"model": "MOSZB-140",
"class": "zigpy.device.Device"
}