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

add support new device with model 3RSNL02043Z #5875

Merged
merged 2 commits into from
Jun 13, 2023
Merged

Conversation

llhappier
Copy link
Contributor

description: 'Zigbee multi-function night light',
ota: ota.zigbeeOTA,
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 555]}),
endpoint: (device) => {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you check if everything also works without:

        endpoint: (device) => {
            return {'default': 1};
        },

@llhappier
Copy link
Contributor Author

llhappier commented Jun 13, 2023

Hi, With issue Koenkk/zigbee2mqtt#17974, if without endpoint: (device) => , it will send on/off to endpoint 3 but light endpoint is 1.

@Koenkk Koenkk merged commit f5c68ac into Koenkk:master Jun 13, 2023
1 check passed
@Koenkk
Copy link
Owner

Koenkk commented Jun 13, 2023

I see, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants