Zha: error joingin centralite 3305s

I can’t seem to get my CentraLite (SmartThings 2014 version) motion sensor to join. I’m using the HUSBZB-1 stick and have one other ZigBee device working properly (GE Link bulb). When I do a zha.permit and put the motion sensor in pairing mode I get the the following output in home-assistant.log:

I’m running HA 0.63.2

2018-02-18 10:11:20 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/asyncio/tasks.py", line 182, in _step
    result = coro.throw(exc)
  File "/usr/src/app/homeassistant/components/zha/__init__.py", line 163, in async_device_initialized
    discovered_info = yield from _discover_endpoint_info(endpoint)
  File "/usr/src/app/homeassistant/components/zha/__init__.py", line 307, in _discover_endpoint_info
    yield from read(['manufacturer', 'model'])
  File "/usr/src/app/homeassistant/components/zha/__init__.py", line 303, in read
    allow_cache=True,
  File "/usr/local/lib/python3.6/site-packages/zigpy/zcl/__init__.py", line 212, in read_attributes
    result = yield from self.read_attributes_raw(to_read)
  File "/usr/local/lib/python3.6/site-packages/zigpy/zcl/__init__.py", line 179, in read_attributes_raw
    v = yield from self.request(True, 0x00, schema, attributes)
  File "/usr/local/lib/python3.6/site-packages/bellows/zigbee/application.py", line 246, in request
    v = yield from send_fut
  File "/usr/local/lib/python3.6/asyncio/futures.py", line 327, in __iter__
    yield self  # This tells Task to wait for completion.
  File "/usr/local/lib/python3.6/asyncio/tasks.py", line 250, in _wakeup
    future.result()
  File "/usr/local/lib/python3.6/asyncio/futures.py", line 243, in result
    raise self._exception
zigpy.exceptions.DeliveryError: Message send failure: EmberStatus.DELIVERY_FAILED

Then for about the next minute (I’m assuming until the zha.permit expires) I about 3 more sets of:

2018-02-18 10:11:33 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/asyncio/tasks.py", line 180, in _step
    result = coro.send(None)
  File "/usr/src/app/homeassistant/helpers/entity_platform.py", line 252, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.centralite_3305s_0405567d_1
2018-02-18 10:11:34 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/asyncio/tasks.py", line 180, in _step
    result = coro.send(None)
  File "/usr/src/app/homeassistant/helpers/entity_platform.py", line 252, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: binary_sensor.centralite_3305s_0405567d_1

I see in the ZigBee sensors thread that this motion sensor should be working.

Any ideas?