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]: philips millisikin with new model number #24599

Closed
max-himself opened this issue Nov 2, 2024 · 1 comment
Closed

[New device support]: philips millisikin with new model number #24599

max-himself opened this issue Nov 2, 2024 · 1 comment
Labels
new device support New device support request

Comments

@max-himself
Copy link

Link

https://www.zigbee2mqtt.io/devices/929003047101.html

Database entry

Dont know how to get it

Zigbee2MQTT version

1.41.1

Comments

I have several boxes of philips millsikin, but with a different model number then the ones in the list ofsupported devices.

in the bundle of three the model numbers are
[929003811101_01]
[929003811101_02]
[929003811101_03]

the single lamps have the model number
[929003811001]

the devices work out of the box, without any issues. They even get a firmware-update. But they are shown as not supported.

image

External definition

const {philipsLight} = require('zigbee-herdsman-converters/lib/philips');

const definition = {
    zigbeeModel: ['929003811101_01'],
    model: '929003811101_01',
    vendor: 'Signify Netherlands B.V.',
    description: 'Automatically generated definition',
    extend: [philipsLight({"colorTemp":{"range":[153,454]}})],
    meta: {},
};

module.exports = definition;

What does/doesn't work with the external definition?

Everything seems to work - brightnes, color temperature, state etc.

@max-himself max-himself added the new device support New device support request label Nov 2, 2024
@Koenkk
Copy link
Owner

Koenkk commented Nov 2, 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