-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
Description
Hi there,
I have two Xbee modules in an Xbee mesh netwwork that are communicating with each other. I want to show the link quality on my web application over time. I have installed the Betta version, in which, LinkQuality and Connection classes are added to device.py.
Currently, when I call digi.xbee.devices.Connection(device1, device2).lq_a2b it always returns UNKNOWN_VALUE = -9999.
However, in XCTU application, I can see the link quality between two xbee modules using Range test. How can I somehow show connection quality (in dbm or % or ...) using python packages.
Thank you in advance.