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]: Support for Signify Netherlands B.V LWF004 #22937

Closed
mixedbreed opened this issue Jun 4, 2024 · 2 comments
Closed

[New device support]: Support for Signify Netherlands B.V LWF004 #22937

mixedbreed opened this issue Jun 4, 2024 · 2 comments
Labels
new device support New device support request

Comments

@mixedbreed
Copy link

Link

https://www.philips-hue.com/en-gb/p/hue-white-a60---e27-smart-bulb---800/8719514329843#overview

Database entry

{"id":38,"type":"Router","ieeeAddr":"0x001788010cd01fcf","nwkAddr":26754,"manufId":4107,"manufName":"Signify Netherlands B.V.","powerSource":"Mains (single phase)","modelId":"LWF004","epList":[11,242],"endpoints":{"11":{"profId":260,"epId":11,"devId":257,"inClusterList":[0,3,4,5,6,8,4096,64515,64514],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"modelId":"LWF004","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":2,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20211210","swBuildId":"1.93.7"}},"genOnOff":{"attributes":{"onOff":0}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b00257ccc68","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":2,"stackVersion":1,"hwVersion":1,"dateCode":"20211210","swBuildId":"1.93.7","zclVersion":2,"interviewCompleted":true,"meta":{"configured":332242049},"lastSeen":1717521892607}

Comments

Hello, would like to add device Signify Netherlands B.V LWF004 to Z2M.
Please see the attached external definition.

BR
Mixedbreed

External definition

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

const definition = {
    zigbeeModel: ['LWF004'],
    model: 'LWF004',
    vendor: 'Signify Netherlands B.V.',
    description: 'Automatically generated definition',
    extend: [identify(), onOff({"powerOnBehavior":false})],
    meta: {},
};

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

Koenkk commented Jun 5, 2024

Added!

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

@mixedbreed
Copy link
Author

Added!

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

Thanks for the quick reply and fix.
Devices is now working with full functionality.
Have a nice weekend!

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