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

device_support(Iluminize): add RGBWW Lighting model to 511.050 #7369

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

mrskycriper
Copy link
Contributor

Thanks to @derkorte for pointing this model out as unsupported.

@@ -24,7 +24,7 @@ const definitions: Definition[] = [
extend: [onOff()],
},
{
zigbeeModel: ['511.050'],
zigbeeModel: ['511.050', 'RGBWW Lighting'],
Copy link
Owner

Choose a reason for hiding this comment

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

The model is quite generic, can you use a fingerprint with manufacturerName + modelId instead?

Copy link
Contributor

Choose a reason for hiding this comment

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

zigbeeModel: ['RGBW-CCT', '511.040'],

zigbeeModel: ['DIM Lighting'],

Seems the converters for that manufacturer need sprucing up in general.

Copy link

Choose a reason for hiding this comment

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

@Koenkk this seems wrong. The vendor is iluminize or Sunricher the Modell is the same: 511.050

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Converted all of those to fingerprints too for good measure

@Koenkk Koenkk merged commit 15682b8 into Koenkk:master Apr 8, 2024
2 checks passed
@Koenkk
Copy link
Owner

Koenkk commented Apr 8, 2024

Thanks!

@mrskycriper mrskycriper deleted the add-iluminize branch April 21, 2024 20:25
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.

4 participants