-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
TRADFRI bulb E14 WS candle 470lm LED2107C4 #6253
Comments
Added, thanks! |
thank you! worked for me! |
Since the last firmware update (3.0.10), the state switch reacts incorrectly.
|
Hello, i never did a pullrequest, so i dropped my definition of the "IKEA bulb E14 WS candle" here.
Perhaps its not perfect, but it works for me.
const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const legacy = require('zigbee-herdsman-converters/lib/legacy');
const extend = require('zigbee-herdsman-converters/lib/extend');
const ota = require('zigbee-herdsman-converters/lib/ota');
const tuya = require('zigbee-herdsman-converters/lib/tuya');
const utils = require('zigbee-herdsman-converters/lib/utils');
const globalStore = require('zigbee-herdsman-converters/lib/store');
const e = exposes.presets;
const ea = exposes.access;
const definition = {
zigbeeModel: ['TRADFRI bulb E14 WS candle 470lm'],
model: 'LED2107C4',
vendor: 'IKEA',
description: 'TRADFRI bulb E14 WS candle 470lm, wireless dimmable white spectrum/chandelier opal white',
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [250, 454]}),
ota: ota.tradfri,
};
module.exports = definition;
Regards, Günter
The text was updated successfully, but these errors were encountered: