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

TRADFRI bulb E14 WS candle 470lm LED2107C4 #6253

Closed
ggtimtom opened this issue Oct 8, 2023 · 3 comments
Closed

TRADFRI bulb E14 WS candle 470lm LED2107C4 #6253

ggtimtom opened this issue Oct 8, 2023 · 3 comments

Comments

@ggtimtom
Copy link

ggtimtom commented Oct 8, 2023

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

Koenkk added a commit that referenced this issue Oct 8, 2023
@Koenkk
Copy link
Owner

Koenkk commented Oct 8, 2023

Added, thanks!

@ascriba
Copy link

ascriba commented Nov 1, 2023

thank you! worked for me!

@WeMakeComputersWork
Copy link

WeMakeComputersWork commented Nov 7, 2023

Since the last firmware update (3.0.10), the state switch reacts incorrectly.
Both events (off, on) lead to toggling instead of setting the state.

MQTT publish: topic 'zigbee2mqtt/Lampe XYZ', payload '{"brightness":1,"color_mode":"color_temp","color_options":{"execute_if_off":false},"color_temp":454,"color_temp_startup":65535,"level_config":{"on_level":"previous"},"linkquality":144,"power_on_behavior":"on","state":"ON","update":{"installed_version":50331664,"latest_version":50331664,"state":"idle"},"update_available":null}'
toggles power as well as "state":"OFF"

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

No branches or pull requests

4 participants