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]: SLZB-07 #23076

Closed
adriaanos opened this issue Jun 16, 2024 · 1 comment
Closed

[New device support]: SLZB-07 #23076

adriaanos opened this issue Jun 16, 2024 · 1 comment
Labels
new device support New device support request

Comments

@adriaanos
Copy link

Link

https://smlight.tech/product/slzb-07/

Database entry

{"id":34,"type":"Router","ieeeAddr":"0x9035eafffe74e8d2","nwkAddr":15226,"manufId":4098,"manufName":"SMLIGHT","powerSource":"Mains (single phase)","modelId":"SLZB-07","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":256,"inClusterList":[0,1,3,4,5,6,8,37,4096],"outClusterList":[25,2821],"clusters":{"genBasic":{"attributes":{"modelId":"SLZB-07","manufacturerName":"SMLIGHT","powerSource":1,"zclVersion":8,"appVersion":0,"stackVersion":0,"hwVersion":0,"dateCode":"","swBuildId":"ə�����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"}}},"binds":[{"cluster":1,"type":"endpoint","deviceIeeeAddress":"0x00124b0026b844c0","endpointID":1}],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":0,"stackVersion":0,"hwVersion":0,"dateCode":"","swBuildId":"ə�����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","zclVersion":8,"interviewCompleted":true,"meta":{},"lastSeen":1718543626229}

Comments

Hi, my new router is coming up as not supported, it is a SLZB-07. It originally came as a Zigbee Coordinator but using smartlight flasher I flashed the ZB Router firmware. It is showing up on Z2M but is showing as Unsupported.

External definition

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

const definition = {
    zigbeeModel: ['SLZB-07'],
    model: 'SLZB-07',
    vendor: 'SMLIGHT',
    description: 'Automatically generated definition',
    extend: [battery(), identify(), onOff({"powerOnBehavior":false})],
    meta: {},
};

module.exports = definition
@adriaanos adriaanos added the new device support New device support request label Jun 16, 2024
Koenkk added a commit to Koenkk/zigbee-herdsman-converters that referenced this issue Jun 20, 2024
@Koenkk
Copy link
Owner

Koenkk commented Jun 20, 2024

Added!

Changes will be available in the dev branch in a few hours from now.

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

2 participants