02.01.2025, 11:47
Try enabling calibration mode:
You might need to disable it afterwards for the device to operate properly. If this does not help then contact the device manufacturer support.
Code:
zb = require('applibs.zigbee')
value = {
[1] = true, -- enable calibration
}
res, err = zb.cmdsync('setnamedattribute', '4cc206fffe182b7f', 'ClosuresWindowCovering', 'Mode', value)
log(res, err)
You might need to disable it afterwards for the device to operate properly. If this does not help then contact the device manufacturer support.