zigpy / zigpy-xbee

A library which communicates with XBee radios for zigpy
GNU General Public License v3.0
22 stars 18 forks source link

LQI and RSSI not available? #83

Closed Zebble closed 4 years ago

Zebble commented 4 years ago

ZHA is showing LQI and RSSI as unknown with an xbee3 and an old xbee2. Is this unsupported on the xbee module itself or a limitation of this library?

Adminiuga commented 4 years ago

Unlike other protocols (EZSP or Conbee) XBee API mode does not provide that data https://www.digi.com/resources/documentation/DigiDocs/90002002/Default.htm#Reference/r_frame_0x90.htm so it is not possible to update LQI/RSSI when you receive data.

Look at https://github.com/zha-ng/zha-map if you really need to get that data