This is the log after pairing:
2018-07-02 19:08:35 INFO (MainThread) [homeassistant.components.zha] Permitting joins for 60s
2018-07-02 19:08:35 DEBUG (MainThread) [bellows.ezsp] Send command permitJoining
2018-07-02 19:08:35 DEBUG (MainThread) [bellows.uart] Sending: b'346121575408294b227e'
2018-07-02 19:08:35 DEBUG (MainThread) [bellows.uart] Data frame: b'4461a1575408151a4c7e'
2018-07-02 19:08:35 DEBUG (MainThread) [bellows.uart] Sending: b'8520dd7e'
2018-07-02 19:08:35 DEBUG (MainThread) [bellows.ezsp] Application frame 34 (permitJoining) received
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Data frame: b'5461b557540915b330d8d618505492c4894e2318457e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Sending: b'8610be7e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.ezsp] Application frame 35 (childJoinHandler) received
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Data frame: b'6461b15754ee7cfe59944b85f57e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Sending: b'87009f7e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.ezsp] Application frame 196 (changeSourceRouteHandler) received
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Data frame: b'7461b157540e7cfec5a9b024aad887499d4e27abe31f7e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Sending: b'8070787e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.ezsp] Application frame 36 (trustCenterJoinHandler) received
2018-07-02 19:08:45 INFO (MainThread) [zigpy.application] Device 0x4c69 (00:15:8d:00:01:fa:3d:9c) joined the network
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.ezsp] Send command sendUnicast
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Sending: b'40662157541e15db15944a20aa5592099d4e27a1e7cd6de2b1ce847e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Data frame: b'0566a157541e1572f82a7e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Sending: b'8160597e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.ezsp] Application frame 52 (sendUnicast) received
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Data frame: b'1566b157546f11b259874a25aa5593499caad86084829874f15f0ac56043c5a6eb40cb6f0ffdcc0f7e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Sending: b'82503a7e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.ezsp] Application frame 69 (incomingMessageHandler) received
2018-07-02 19:08:45 DEBUG (MainThread) [zigpy.zdo] [0x4c69:zdo] ZDO request 0x0013: [19561, 00:15:8d:00:01:fa:3d:9c, 128]
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Data frame: b'2566b157546f15b658944a24ab5593499cabd96084829874dcde6383f97e7db187b8b306a18ca2b5a6bd1bd32b4cdd8519558b8b04b040986c2311701d7e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.uart] Sending: b'83401b7e'
2018-07-02 19:08:45 DEBUG (MainThread) [bellows.ezsp] Application frame 69 (incomingMessageHandler) received
2018-07-02 19:08:45 ERROR (MainThread) [bellows.ezsp] Exception running handler
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/bellows/ezsp.py", line 194, in handle_callback
handler(*args)
File "/usr/lib/python3.6/site-packages/bellows/zigbee/application.py", line 139, in ezsp_callback_handler
self._handle_frame(*args)
File "/usr/lib/python3.6/site-packages/bellows/zigbee/application.py", line 160, in _handle_frame
tsn, command_id, is_reply, args = self.deserialize(device, aps_frame.sourceEndpoint, aps_frame.clusterId, message)
File "/usr/lib/python3.6/site-packages/zigpy/application.py", line 73, in deserialize
return sender.deserialize(endpoint_id, cluster_id, data)
File "/usr/lib/python3.6/site-packages/zigpy/device.py", line 97, in deserialize
return self.endpoints[endpoint_id].deserialize(cluster_id, data)
KeyError: 1
2018-07-02 19:08:46 DEBUG (MainThread) [bellows.uart] Data frame: b'3566b157546f15b658944a24ab5593499ca8d86084829874d7da3c98fd743e58a9ecdf4e60f4c4f3cad64824472688e2763d81ea75824198460713b1846038172f8cb9e71f9d7e'
2018-07-02 19:08:46 DEBUG (MainThread) [bellows.uart] Sending: b'8430fc7e'
2018-07-02 19:08:46 DEBUG (MainThread) [bellows.ezsp] Application frame 69 (incomingMessageHandler) received
2018-07-02 19:08:46 ERROR (MainThread) [bellows.ezsp] Exception running handler
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/bellows/ezsp.py", line 194, in handle_callback
handler(*args)
File "/usr/lib/python3.6/site-packages/bellows/zigbee/application.py", line 139, in ezsp_callback_handler
self._handle_frame(*args)
File "/usr/lib/python3.6/site-packages/bellows/zigbee/application.py", line 160, in _handle_frame
tsn, command_id, is_reply, args = self.deserialize(device, aps_frame.sourceEndpoint, aps_frame.clusterId, message)
File "/usr/lib/python3.6/site-packages/zigpy/application.py", line 73, in deserialize
return sender.deserialize(endpoint_id, cluster_id, data)
File "/usr/lib/python3.6/site-packages/zigpy/device.py", line 97, in deserialize
return self.endpoints[endpoint_id].deserialize(cluster_id, data)
KeyError: 1
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.uart] Data frame: b'4566b157546f15b658944e24ab5593499ca9d96284829874f5de6183fc7e1e2ce9cf3d3e7e'
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.uart] Sending: b'8520dd7e'
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.ezsp] Application frame 69 (incomingMessageHandler) received
2018-07-02 19:08:48 ERROR (MainThread) [bellows.ezsp] Exception running handler
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/bellows/ezsp.py", line 194, in handle_callback
handler(*args)
File "/usr/lib/python3.6/site-packages/bellows/zigbee/application.py", line 139, in ezsp_callback_handler
self._handle_frame(*args)
File "/usr/lib/python3.6/site-packages/bellows/zigbee/application.py", line 160, in _handle_frame
tsn, command_id, is_reply, args = self.deserialize(device, aps_frame.sourceEndpoint, aps_frame.clusterId, message)
File "/usr/lib/python3.6/site-packages/zigpy/application.py", line 73, in deserialize
return sender.deserialize(endpoint_id, cluster_id, data)
File "/usr/lib/python3.6/site-packages/zigpy/device.py", line 97, in deserialize
return self.endpoints[endpoint_id].deserialize(cluster_id, data)
KeyError: 1
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.uart] Data frame: b'5566b157546f15b658924e24ab5593499ca6d96284829874fade6083fc7e27a6e926487e'
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.uart] Sending: b'8610be7e'
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.ezsp] Application frame 69 (incomingMessageHandler) received
2018-07-02 19:08:48 ERROR (MainThread) [bellows.ezsp] Exception running handler
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/bellows/ezsp.py", line 194, in handle_callback
handler(*args)
File "/usr/lib/python3.6/site-packages/bellows/zigbee/application.py", line 139, in ezsp_callback_handler
self._handle_frame(*args)
File "/usr/lib/python3.6/site-packages/bellows/zigbee/application.py", line 160, in _handle_frame
tsn, command_id, is_reply, args = self.deserialize(device, aps_frame.sourceEndpoint, aps_frame.clusterId, message)
File "/usr/lib/python3.6/site-packages/zigpy/application.py", line 73, in deserialize
return sender.deserialize(endpoint_id, cluster_id, data)
File "/usr/lib/python3.6/site-packages/zigpy/device.py", line 97, in deserialize
return self.endpoints[endpoint_id].deserialize(cluster_id, data)
KeyError: 1
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.uart] Data frame: b'6566b157541515db15944a20aa5592099d4e276be7ce674f9c7e'
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.uart] Sending: b'87009f7e'
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.ezsp] Application frame 63 (messageSentHandler) received
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.uart] Data frame: b'7566b157546f15b25991ca25aa1593499ca7d86284829874fbcc63e0b07f3ea5fd207e'
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.uart] Sending: b'8070787e'
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.ezsp] Application frame 69 (incomingMessageHandler) received
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.ezsp] Send command sendUnicast
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.uart] Sending: b'50672157541e15db15944a21aa5592099d4e27a0e6ca6ce2b1c7759a7e'
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.uart] Data frame: b'0667a157541e1573981f7e'
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.uart] Sending: b'8160597e'
2018-07-02 19:08:48 DEBUG (MainThread) [bellows.ezsp] Application frame 52 (sendUnicast) received
2018-07-02 19:08:51 DEBUG (MainThread) [bellows.uart] Data frame: b'1667b15754aa57db15e79a7e'
2018-07-02 19:08:51 DEBUG (MainThread) [bellows.uart] Sending: b'82503a7e'
2018-07-02 19:08:51 DEBUG (MainThread) [bellows.ezsp] Application frame 128 (incomingRouteErrorHandler) received
And only the illuminance sensor shows up after pairing, takes a reboot to recognize the motion sensor.