-
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
Add support for L&S Emotion Home Base #5908
Conversation
Added L&S Emotion
Create ls.js
Can you provide a link to this device? |
Can you help me? This ist my first pull request and I don't know what's the problem. |
The device looks like a gateway, not a light? |
Yes, the Home Base converts Zigbee to Emotion. But only lights are controlled. |
You should pair the lights directly to z2m, not the the emotion base (which is alternative to zigbee2mqtt) |
No, that is not possible. The gateway also converts Zigbee to a properetary Emotion radio signal. |
Were you able to pair the base to zigbee2mqtt? |
Yes, and with the "ls.js" config I created, it also works. But the check fails. |
Please add the color temperature range as described on https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html#_3-adding-converter-s-for-your-device |
Done |
Can you update the contents of this file to: import {Definition} from '../lib/types';
import extend from '../lib/extend';
const definitions: Definition[] = [
{
zigbeeModel: ['Emotion'],
model: 'A319463',
vendor: 'LS Deutschland GmbH',
description: 'Home base',
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
},
];
module.exports = definitions; |
I've update the file. But the follwing message is shown "Type annotations can only be used in TypeScript files. " |
This device is supported now. |
I've added my L&S Emotion HomeBase to Zigbee2MQTT. It doesn't work. When i click on or off he light on the Home Base ist red. Can you help me? |
No description provided.