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]: SMLIGHT SLZB-06M (as router) #21339

Closed
nicola-spreafico opened this issue Feb 10, 2024 · 4 comments
Closed

[New device support]: SMLIGHT SLZB-06M (as router) #21339

nicola-spreafico opened this issue Feb 10, 2024 · 4 comments
Labels
new device support New device support request

Comments

@nicola-spreafico
Copy link

nicola-spreafico commented Feb 10, 2024

Link

https://smlight.tech/product/slzb-06m/

Database entry

{"id":33,"type":"Router","ieeeAddr":"0xe0798dfffe8849ff","nwkAddr":45488,"manufId":4098,"manufName":"SMLIGHT","powerSource":"Unknown","modelId":"SLZB-06M","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":256,"inClusterList":[0,3,4,5,6,8,4096],"outClusterList":[25,1030],"clusters":{"genBasic":{"attributes":{"modelId":"SLZB-06M","manufacturerName":"SMLIGHT","appVersion":0,"stackVersion":0,"hwVersion":0,"dateCode":"","zclVersion":8}},"genOnOff":{"attributes":{"onOff":0}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x943469fffe71ac61","endpointID":1}],"configuredReportings":[{"cluster":6,"attrId":0,"minRepIntval":0,"maxRepIntval":65000,"repChange":1,"manufacturerCode":null}],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":0,"stackVersion":0,"hwVersion":0,"dateCode":"","swBuildId":"0.1","zclVersion":8,"interviewCompleted":true,"meta":{"configured":1324213189},"lastSeen":1707578639166}

Comments

Although this device is bought primarily as a coordinator, you can also flash firmware to be used a router, which I did.

The device is recognized as a router and works properly within the network, however it is listed as "not supported".

Being only a router I don't think there is something to actually "support", but I guess that if it can be officially recognized, we can remove the "not supported" label.

External definition

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

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

module.exports = definition;
@nicola-spreafico nicola-spreafico added the new device support New device support request label Feb 10, 2024
@marianob85
Copy link

+1

Koenkk added a commit to Koenkk/zigbee-herdsman-converters that referenced this issue Mar 24, 2024
@Koenkk
Copy link
Owner

Koenkk commented Mar 24, 2024

Added!

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

@marianob85
Copy link

Looks good. One question remain. Is it possible to show power status ? Right now is marked as question mark.

Koenkk added a commit to Koenkk/zigbee-herdsman-converters that referenced this issue Mar 25, 2024
@Koenkk
Copy link
Owner

Koenkk commented Mar 25, 2024

done

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

3 participants