Hei! Bare for å følge opp denne tråden. Denne oversikten er oversendt produsent for feilsøking og fiks.
4512750/51 - 3.10 Firmware
2 recurring errors on all platforms (Homey, Futurehome, Zigbee2MQTT, ZHA, EVA and Hubitat)
Bug 1: The maximum dim reported is 0.7598425196850394. You can adjust to 100% in the app, but there is no difference. If you adjust down with the dimmer wheel and up again, it shows approximately 0.7598425196850394 in the app.
Bug2:
The device execute commands, but do not send any response on received commands. Gateway's then times out resulting in a error message and a message build up on some gateways.
On/Off:
2024-12-10T09:43:12.211Z [log] [ManagerDrivers] [Driver:451275x] [Device:cccde3f8-0d95-4498-90ed-3bc7902460a5] set onoff → true (cluster: onOff, endpoint: 1)
2024-12-10T09:43:12.321Z [log] [ManagerDrivers] [Driver:451275x] [Device:cccde3f8-0d95-4498-90ed-3bc7902460a5] handle report (cluster: onOff, capability: onoff), parsed payload: true
2024-12-10T09:43:12.944Z [log] [ManagerDrivers] [Driver:451275x] [Device:cccde3f8-0d95-4498-90ed-3bc7902460a5] handle report (cluster: levelControl, capability: dim), parsed payload: 0.7598425196850394
2024-12-10T09:44:02.212Z [err] [ManagerDrivers] [Driver:451275x] [Device:cccde3f8-0d95-4498-90ed-3bc7902460a5] Error: could not perform setOn on cluster: onOff, endpoint: 1 for capability onoff Error: Timeout: Expected Response
at Timeout._onTimeout (/app/node_modules/zigbee-clusters/lib/Cluster.js:966:16)
at listOnTimeout (node:internal/timers:569:17)
at processTimers (node:internal/timers:512:7)
2024-12-10T09:44:02.213Z [err] [ManagerDrivers] [Driver:451275x] [Device:cccde3f8-0d95-4498-90ed-3bc7902460a5] Error: failed to set cluster capability value (capability: onoff, cluster: onOff, value: true) Error: Something went wrong
at /app/node_modules/homey-zigbeedriver/lib/ZigBeeDevice.js:813:13
at DimLight._onSetCapabilityValue (/node_modules/@athombv/homey-apps-sdk-v3/lib/Device.js:167:5)
Set dim:
2024-12-10T09:46:51.456Z [log] [ManagerDrivers] [Driver:451275x] [Device:cccde3f8-0d95-4498-90ed-3bc7902460a5] set dim → 0.4 (cluster: levelControl, endpoint: 1)
2024-12-10T09:46:51.583Z [log] [ManagerDrivers] [Driver:451275x] [Device:cccde3f8-0d95-4498-90ed-3bc7902460a5] handle report (cluster: levelControl, capability: dim), parsed payload: 0.4015748031496063
2024-12-10T09:47:41.470Z [err] [ManagerDrivers] [Driver:451275x] [Device:cccde3f8-0d95-4498-90ed-3bc7902460a5] Error: could not perform moveToLevelWithOnOff on cluster: levelControl, endpoint: 1 for capability dim Error: Timeout: Expected Response
at Timeout._onTimeout (/app/node_modules/zigbee-clusters/lib/Cluster.js:966:16)
at listOnTimeout (node:internal/timers:569:17)
at processTimers (node:internal/timers:512:7)
2024-12-10T09:47:41.472Z [err] [ManagerDrivers] [Driver:451275x] [Device:cccde3f8-0d95-4498-90ed-3bc7902460a5] Error: failed to set cluster capability value (capability: dim, cluster: levelControl, value: 0.4) Error: Something went wrong
at /app/node_modules/homey-zigbeedriver/lib/ZigBeeDevice.js:813:13
at DimLight._onSetCapabilityValue (/node_modules/@athombv/homey-apps-sdk-v3/lib/Device.js:167:5)