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 "TRADFRI bulb E17 WS candle 440lm" #7852

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

davidstosik
Copy link
Contributor

@davidstosik davidstosik commented Aug 13, 2024

My bulbs appeared unsupported, but generating the external definition from the dev console gave me this:

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

const definition = {
    zigbeeModel: ['TRADFRI bulb E17 WS candle 440lm'],
    model: 'TRADFRI bulb E17 WS candle 440lm',
    vendor: 'IKEA of Sweden',
    description: 'Automatically generated definition',
    extend: [identify(), light({"colorTemp":{"range":[250,454]}})],
    meta: {},
};

module.exports = definition;

It appears my bulbs (purchased at Ikea in Japan) identify as 'TRADFRI bulb E17 WS candle 440lm'.

Here's a direct link to the product itself on Ikea's website:
TRÅDFRI LED bulb E17 440 lumen, smart wireless dimmable/white spectrum chandelier (English)

davidstosik and others added 2 commits August 13, 2024 12:34
The bulbs appeared unsupported, but generating the external definition
from the dev console gave me this:

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

const definition = {
    zigbeeModel: ['TRADFRI bulb E17 WS candle 440lm'],
    model: 'TRADFRI bulb E17 WS candle 440lm',
    vendor: 'IKEA of Sweden',
    description: 'Automatically generated definition',
    extend: [identify(), light({"colorTemp":{"range":[250,454]}})],
    meta: {},
};

module.exports = definition;
```

It appears my bulbs (purchased at Ikea in Japan) identify as
'TRADFRI bulb E17 WS candle 440lm'.
Here's a direct link to the product itself on Ikea's website:
[TRÅDFRI
LED bulb E17 440 lumen, smart wireless dimmable/white spectrum
chandelier](https://www.ikea.com/jp/en/p/tradfri-led-bulb-e17-440-lumen-smart-wireless-dimmable-white-spectrum-chandelier-70545516/)
(English)
@Koenkk Koenkk merged commit e898f03 into Koenkk:master Aug 13, 2024
2 checks passed
@Koenkk
Copy link
Owner

Koenkk commented Aug 13, 2024

thanks!

@davidstosik davidstosik deleted the sto/tradfri-e17-candle branch August 14, 2024 00:14
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.

2 participants