We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.zigbee2mqtt.io/devices/929003047101.html
Dont know how to get it
1.41.1
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.
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;
Everything seems to work - brightnes, color temperature, state etc.
The text was updated successfully, but these errors were encountered:
Added!
Changes will be available in the dev branch in a few hours from now.
Sorry, something went wrong.
fix(detect): Detect 929003811101_* and 929003811001 as Philips 92…
929003811101_*
929003811001
805ee64
…9003047101 Koenkk/zigbee2mqtt#24599
No branches or pull requests
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.
External definition
What does/doesn't work with the external definition?
Everything seems to work - brightnes, color temperature, state etc.
The text was updated successfully, but these errors were encountered: