Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New device support]: Zemismart Tuya Zigbee 4 Gang Wireless Scene Push Button Portable Switch App Control Battery Powered ZMR4 #23187

Open
MiAutomations opened this issue Jun 28, 2024 · 0 comments
Labels
new device support New device support request

Comments

@MiAutomations
Copy link

Link

https://www.zemismart.com/products/zmr4

Database entry

{"id":166,"type":"EndDevice","ieeeAddr":"0x881a14fffeb63b62","nwkAddr":52639,"manufId":4098,"manufName":"_TZ3000_11pg3ima","powerSource":"Battery","modelId":"TS004F","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":260,"inClusterList":[0,1,3,4,6,4096],"outClusterList":[25,10,3,4,5,6,8,4096],"clusters":{"genBasic":{"attributes":{"modelId":"TS004F","manufacturerName":"_TZ3000_11pg3ima","powerSource":3,"zclVersion":3,"appVersion":65,"stackVersion":0,"hwVersion":1,"dateCode":""}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":65,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1719558560094}

Comments

I tried to add this device to the Z2M without success. The device appears in the lista as not supported

Can you please include this device as a supported device?

Thank you for your support in advance

External definition

const {battery, identify, onOff, commandsOnOff, commandsLevelCtrl} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['TS004F'],
    model: 'TS004F',
    vendor: '_TZ3000_11pg3ima',
    description: 'Automatically generated definition',
    extend: [battery(), identify(), onOff({"powerOnBehavior":false}), commandsOnOff(), commandsLevelCtrl()],
    meta: {},
};

module.exports = definition;
@MiAutomations MiAutomations added the new device support New device support request label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

No branches or pull requests

1 participant