Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.2k stars 1.6k forks source link

Tuya Special Logic Devices #22350

Open moshiko2312 opened 2 weeks ago

moshiko2312 commented 2 weeks ago

Link

www.danor.com

Database entry

{"id":52,"type":"Router","ieeeAddr":"0x8cf681fffef8cd7a","nwkAddr":35233,"manufId":4098,"manufName":"_TZE200_xo3vpoah","powerSource":"Mains (single phase)","modelId":"TS0601","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[0,4,5,61184],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65503":"\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0004","65506":31,"65508":0,"65534":0,"modelId":"TS0601","manufacturerName":"_TZE200_xo3vpoah","stackVersion":0,"dateCode":"","appVersion":72,"zclVersion":3,"powerSource":1}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":72,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{"configured":-708457359},"lastSeen":1714395873170}

Comments

Hi how are you I have device with Switch and curtain options How I can put options to choose mode?

The device is can be:

  1. 6 switch
  2. 1 curtain and 4 switch
  3. 2 curtain and 2 switch
  4. 3 curtain Etc... like logic with dip switch on the PCB Today I make Configuration file and its working or me only on off switc

I have more Boiler Switch I will attach the file to. Boiler.zip SWITCH.zip

External definition

const definition = {
    zigbeeModel: ['TS0601'],
    model: 'TS0601',
    vendor: '_TZE200_xo3vpoah',
    description: 'Automatically generated definition',
    extend: [],
    meta: {},
};

module.exports = definition;