This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Zigbee communication level signal control
#4
You can add device signal level to group address when you use script.
Residental script -> Sleep interval 0 
Code:
if not zb then
  zb = require('applibs.zigbee')
  zb.addcallback('04cf8cdf3c79d40c', function(msg)
    --log(msg)
      log('zigbee device link quality : ' .. msg.linkquality*100/255)
  end)
end

zb.loop(1)
Here is documentation about that:
https://openrb.com/docs/zigbee.htm
Reply


Messages In This Thread
RE: Zigbee communication level signal control - by fleeceable - 28.07.2022, 10:22

Forum Jump: