Skip to content

[New device support]: #32335

Description

@chalotzi

Link

N/A

Database entry

{"id":53,"type":"Router","ieeeAddr":"0xa4c1382c50028e02","nwkAddr":0,"manufId":4151,"manufName":"_TZE28C1000000_68utemio","modelId":"TS0601","endpoints":[{"epId":1,"inClusterList":[0,3,4,5,61184],"outClusterList":[10,25]}]}

Zigbee2MQTT version

1.22.1

External definition

const definition = {
    fingerprint: [{ieeeAddr: '0xa4c1382c50028e02'}],
    model: 'TS0601_dimmer',
    vendor: 'Tuya',
    description: '1 gang dimmer',
    fromZigbee: [require('zigbee-herdsman-converters/lib/tuya').fz.datapoints],
    toZigbee: [require('zigbee-herdsman-converters/lib/tuya').tz.datapoints],
    onEvent: require('zigbee-herdsman-converters/lib/tuya').onEventSetTime,
    configure: require('zigbee-herdsman-converters/lib/tuya').configureMagicPacket,
    exposes: [require('zigbee-herdsman-converters/lib/exposes').presets.light_brightness()],
    meta: {tuyaDatapoints: [[1, 'state', require('zigbee-herdsman-converters/lib/tuya').valueConverter.onOff], [2, 'brightness', require('zigbee-herdsman-converters/lib/tuya').valueConverter.scale0_254to0_1000]]},
};
module.exports = definition;

What does/doesn't work with the external definition?

The device pairs, but is identified as "Unsupported" by Zigbee2MQTT.
With the external definition, the device is recognized, but it does not respond to On/Off or Brightness commands.

Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions