You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the Legrand 067696 module to open my garage doors and gates. In Z2M, the module is indicated unmanaged command.
The Open, close, stop commands work correctly, but the state is not well managed.
And here is an error in the logs when trying to update the module
2024-09-27 21:12:53z2m: Failed to configure '0x0004740000280f20', attempt 5 (Error: ZCL command 0x0004740000280f20/1 closuresWindowCovering.configReport([{"minimumReportInterval":1,"maximumReportInterval":65000,"reportableChange":1,"attribute":"currentPositionLiftPercentage"}], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (no response received (99) waiting for response TIMEOUT) at DeconzAdapter.sendZclFrameToEndpoint (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/adapter/deconz/adapter/deconzAdapter.ts:931:19) at runNextTicks (node:internal/process/task_queues:60:5) at processTimers (node:internal/timers:516:9) at Request.send (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:82:20) at Endpoint.zclCommand (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:911:28) at Endpoint.configureReporting (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:648:9) at setupAttributes (/opt/zigbee2mqtt/node_modules/zigbee-herdsman-converters/src/lib/modernExtend.ts:110:13) at configure (/opt/zigbee2mqtt/node_modules/zigbee-herdsman-converters/src/lib/modernExtend.ts:155:17) at Object.configure (/opt/zigbee2mqtt/node_modules/zigbee-herdsman-converters/src/index.ts:193:21) at Configure.configure (/opt/zigbee2mqtt/lib/extension/configure.ts:125:13))
Hello,
I use the Legrand 067696 module to open my garage doors and gates. In Z2M, the module is indicated unmanaged command.
The Open, close, stop commands work correctly, but the state is not well managed.
I followed this procedure and created a file 067696.js
https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html#_2-creating-the-external-definition
The status information seems better handled, but I'm not sure what to do next.
{ "linkquality": 255, "position": 0, "state": "CLOSE", "device": { "applicationVersion": 0, "dateCode": " \u000020240117\u0000\u0000\u0000\u0000\u0000", "friendlyName": "0x0004740000280f20", "hardwareVersion": 1, "ieeeAddr": "0x0004740000280f20", "manufacturerID": 4129, "manufacturerName": " Legrand", "model": " NLJ - Garage door\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", "networkAddress": 56364, "powerSource": "Mains (single phase)", "softwareBuildID": "000b", "stackVersion": 69, "type": "Router", "zclVersion": 8 } }
The text was updated successfully, but these errors were encountered: