Zigbee XHS1-TY connection problem

Hi all,

I have a problem connection my Zigbee motion detector to home assistant. I am running Home assistant 0.94.1 on a raspberry pi with raspbian.

https://www.cleancss.com/user-manuals/WP3/MP841

The device shows up, but can´t connect to the home assistant. I get the following error: Any ideas?

Traceback (most recent call last):

File “/usr/lib/python3.5/asyncio/events.py”, line 126, in _run
self._callback(*self._args)
File “/home/pi/homeassistant/lib/python3.5/site-packages/serial_asyncio/init.py”, line 106, in _read_ready
self._protocol.data_received(data)
File “/home/pi/homeassistant/lib/python3.5/site-packages/zigpy_deconz/uart.py”, line 63, in data_received
self._api.data_received(frame)
File “/home/pi/homeassistant/lib/python3.5/site-packages/zigpy_deconz/api.py”, line 162, in data_received
getattr(self, ‘handle%s’ % (command, ))(data)
File “/home/pi/homeassistant/lib/python3.5/site-packages/zigpy_deconz/api.py”, line 251, in _handle_aps_data_indication
data[16]) # rssi
File “/home/pi/homeassistant/lib/python3.5/site-packages/zigpy_deconz/zigbee/application.py”, line 140, in handle_rx
raise Exception(“Unsupported address mode in handle_rx: %s” % (src_addr.address_mode))
Exception: Unsupported address mode in handle_rx: 3

Problem solved. I updated the firmware of the conbee and it´s working.