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.

somfy sonesse zigbee
#8
Try enabling calibration mode:
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.
Reply


Messages In This Thread
somfy sonesse zigbee - by hocine - 24.12.2024, 15:01
RE: somfy sonesse zigbee - by AlexLV - 25.12.2024, 19:02
RE: somfy sonesse zigbee - by hocine - 27.12.2024, 09:03
RE: somfy sonesse zigbee - by admin - 27.12.2024, 09:15
RE: somfy sonesse zigbee - by hocine - 27.12.2024, 09:42
RE: somfy sonesse zigbee - by admin - 27.12.2024, 14:09
RE: somfy sonesse zigbee - by hocine - 27.12.2024, 20:20
RE: somfy sonesse zigbee - by admin - 02.01.2025, 11:47

Forum Jump: