-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 L&S Emotion Home Base #2081
Conversation
L&S Emotion Home Base
Could you also make a PR to add support for this device? (https://github.com/Koenkk/zigbee-herdsman-converters) |
Yes, but I'm on holiday till next week. Then I will make a PR. |
I also own an L&S Homebase. What exactly is missing here to integrate them? |
@87insane You can help with the PR @ Koenkk/zigbee-herdsman-converters#5908 |
@nordish1 404.. right Link? EDIT: If i copy the Text of the Link, its okay and works. I try your LS on my zigbee2mqtt and try to help... |
Could you rename the picture to |
Hello everyone, I've done a lot of testing and reading. The Home Base is also RGB capable and can also receive multiple end devices. All devices behind the bridge are displayed individually via Deconz. What is the best way to continue testing here? PS: I adjusted the file:
|
Can you provide the data/database.db entry of this device after pairing multiple devices and re-pairing the bridge? |
{"id":10,"type":"Router","ieeeAddr":"0xb43a31fffe773548","nwkAddr":23119,"manufId":4686,"manufName":"LS Deutschland GmbH","powerSource":"DC Source","modelId":"Emotion","epList":[1,2,3,4,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":268,"inClusterList":[0,3,4,5,6,8,768],"outClusterList":[],"clusters":{"genBasic":{"attributes":{"appVersion":0,"stackVersion":0,"dateCode":"","zclVersion":3}},"lightingColorCtrl":{"attributes":{"colorCapabilities":16,"colorTempPhysicalMin":153,"colorTempPhysicalMax":454}},"genOnOff":{"attributes":{"onOff":0}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00212effff0555de","endpointID":1}],"configuredReportings":[],"meta":{}},"2":{"profId":260,"epId":2,"devId":268,"inClusterList":[0,3,4,5,6,8,768],"outClusterList":[],"clusters":{"genBasic":{"attributes":{"appVersion":0,"stackVersion":0,"dateCode":""}},"lightingColorCtrl":{"attributes":{"colorCapabilities":16,"colorTempPhysicalMin":153,"colorTempPhysicalMax":454}}},"binds":[],"configuredReportings":[],"meta":{}},"3":{"profId":260,"epId":3,"devId":268,"inClusterList":[0,3,4,5,6,8,768],"outClusterList":[],"clusters":{"genBasic":{"attributes":{"appVersion":0,"stackVersion":0,"dateCode":""}},"lightingColorCtrl":{"attributes":{"colorCapabilities":16,"colorTempPhysicalMin":153,"colorTempPhysicalMax":454}}},"binds":[],"configuredReportings":[],"meta":{}},"4":{"profId":260,"epId":4,"devId":268,"inClusterList":[0,3,4,5,6,8,768],"outClusterList":[],"clusters":{"genBasic":{"attributes":{"appVersion":0,"stackVersion":0,"dateCode":""}},"lightingColorCtrl":{"attributes":{"colorCapabilities":16,"colorTempPhysicalMin":153,"colorTempPhysicalMax":454}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":0,"stackVersion":0,"hwVersion":1,"dateCode":"","swBuildId":"1.0.0_r00000","zclVersion":3,"interviewCompleted":true,"meta":{"configured":88764544},"lastSeen":1688143220949,"defaultSendRequestWhen":"immediate"} |
Is this with 4 devices paired to it? |
No. I have paired 2 (CCT) But i think, the reason is the 4 channel remote control. You can add different remote controls or no remote control. For Information: The Home Base displays the status. With zigbee2mqtt it often shows "not connected" (crazy red led). Meanwhile, I can switch via zigbee. In addition, the status of the lamp is not displayed correctly. If I switch via zigbee2mqtt it is correct. Not always when using the remote control. (Sry for my eng) |
Done |
Can you do the following:
|
Hey and good Morning, 1 Light Hit: 2 Light Hits: INFO: This are 2 Light Hits with an 1 Channel Remote: |
Please try with the following ext converter: https://gist.github.com/Koenkk/ed28269d960403a32b2d9b0054de1437
external_converters:
- ext_converter.js
|
Hey @Koenkk, if i save and activate this converter i cant see my other devices in zigbee2mqtt. In the DB they´re still there. I restarted the Service and see this in the Log: i tried to find the typo but cant. |
Did you copy the file correctly? |
I made a mistake indeed, updated https://gist.github.com/Koenkk/ed28269d960403a32b2d9b0054de1437 |
No Problem. THANKS! For me its works. But i have no RGB LED. CCT is okay for me. But i can see the Options for color. Is there a way to show the options only if the device supports the respective option? If i check a color (without to have a colored LED) i see an error message. "no converter available for color". I also think that a single device per connected master is better. Otherwise you get e.g. in FHEM only one device with two lights and you still have to disassemble it. What do you think? I can also adjust this in FHEM, but in general it would be easier in my opinion. An availability Info does not exist at this moment. This is the MQTT Output:
INFO: For Description: It is a "Emotion Home Base" |
Both things are currently hard to do, especially the separate devices so I propose to merge this as is for now. |
OK. I have separated the devices in fhem and can use them. but can you possibly give some kind of indicator? if multiple devices, then change topic path? something like color_temp_l1/l2 is not so easy to handle. for automatic creation of devices it would be good to have at least another path or at least something like device counters. |
@87insane for this to work some changes to the z2m code base have to be made, I think this is good enough for now. I've integrated the device. Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) |
No description provided.