(09.01.2024, 08:24)admin Wrote: This a known bug in Ikea lamps, we will see if some workaround can be implemented to restore the status reporting. For reading statuses check this example: https://kb.logicmachine.net/libraries/zi...-responses
I am aware of this. Thank you for the example!
EDIT: I have tried this code as resident script and it works flawlessly:
Code:
zb = require('applibs.zigbee')
endpoint = 1
res, err = zb.cmdepsync('getonoff', 'd0cf5efffebfacdb', endpoint)
endpoint = 1
res, err = zb.cmdepsync('getlevel', 'd0cf5efffebfacdb', endpoint)