-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Link
https://www.zemismart.com/products/zms-206us
Database entry
{"id":2,"type":"Router","ieeeAddr":"0xa4c1382dbbf7b926","nwkAddr":16071,"manufId":4417,"manufName":"_TZE284_dmckrsxg","powerSource":"Mains (single phase)","modelId":"TS0601","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[4,5,61184,0,60672],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65503":"\u001b0i\u001b0i\u001b0i\u001b0i\u001b0i\u001b0i\u001b0i\u001b0i","65506":56,"65508":0,"stackVersion":0,"dateCode":"","appVersion":78}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":78,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"interviewState":"SUCCESSFUL","meta":{},"lastSeen":1767461643590}
Zigbee2MQTT version
2.7.2-1
External converter
const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const e = exposes.presets;
const definition = {
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE284_dmckrsxg'}],
model: 'TS0601',
vendor: 'Zemismart',
description: 'Smart Screen Switch 2 luci',
fromZigbee: [fz.on_off],
toZigbee: [tz.on_off],
endpoint: (device) => ({l1: 1, l2: 2}),
meta: {multiEndpoint: true},
exposes: [
e.switch().withEndpoint('l1'),
e.switch().withEndpoint('l2'),
],
};
module.exports = definition;What does/doesn't work with the external definition?
[05/01/2026, 16:23:57] z2m: Publish 'set' 'state' to '0xa4c1382dbbf7b926' failed: 'Error: ZCL command 0xa4c1382dbbf7b926/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Timeout - 16071 - 1 - 0 - 6 - 11 after 10000ms)'
[05/01/2026, 16:24:17] z2m: Publish 'set' 'state' to '0xa4c1382dbbf7b926' failed: 'Error: ZCL command 0xa4c1382dbbf7b926/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Timeout - 16071 - 1 - 1 - 6 - 11 after 10000ms)'
[05/01/2026, 16:24:37] z2m: Publish 'set' 'state' to '0xa4c1382dbbf7b926' failed: 'Error: ZCL command 0xa4c1382dbbf7b926/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Timeout - 16071 - 1 - 2 - 6 - 11 after 10000ms)'
Notes
No response