-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[New device support]: LTECH TY-20-250-1000-W2Z2 #17953
Comments
If you click on the light you should see all the other controls (brightness/color) |
Clicking on the light toggle in Home Assistant UI does not cause the other controls to appear, although it does turn on the light itself (sending messages to the light's mqtt topic can also update the state of the light without issue). No entities for the light color and brightness are created by the auto discovery. The linkquality entity also doesn't work (zigbee2mqtt front end reports a number, but home assistant can't see it), this entity might have been created while I was trying out different variations of the external converter, but currently it appears to be disabled by the zigbee2mqtt integration in Home Assistant. |
What if you long press it? For light color and brightness now separate entities will be created |
OK, turns out the mistake is between the keyboard and the chair, I didn't realise that the brightness and color temps in the home assistant UI are hidden behind another menu. I'm closing this issue, and will submit a PR with the converter for this device once I figure out how to do it. |
i have the same Drivers with me and I tried out the external convertor here, but z2m fails to start with an error. [13:59:50] INFO: Preparing to start... |
probably related to this issue: #18177 |
i am using the latest version of Z2M. I have tried creating one on my own, my code understanding skills are quite bad... I tried mapping the datapoints as an addition to the Converter here. get as error that says no convertor available for color temp |
This what I have tried so far.
|
I don't know what breaking changes were introduced in the latest version(s), but the one that I wrote is for an older version of Z2M. Essentially I just modified the external converter for skydance 5-in-1 CCT lights. The latest version of that controller can be found here: It is possible that just changing the type imports would fix your problem, unfortunately I don't have the bandwidth to try updating my version of z2m. |
Thank you !! Got it to work !! It would be great if this driver get added to Z2M. Controls from Zigbee frontend seems to have issues but works fine on mqtt devices. |
Hi. Is it possible to make it work with LTECH TY-75-24-G2Z2 driver? Added it to home assistant but is shows as unsupported device :/ Thank you for your help. |
LTECH TY-75-24-G2Z2 is listed as supported device now : https://www.zigbee2mqtt.io/devices/TY-75-24-G2Z2.html however my zigbee2mqtt discovery does not find it |
Still cannot pair it |
Add some info about device, where it shows unsupported in zigbee addon window. |
I have 2 LTECH drivers. They just have different power. One is 75W and other is 150W. Which one it is can be seen in model name. In here - https://www.zigbee2mqtt.io/devices/TY-75-24-G2Z2.html Thank you. |
Tanks Any one having this device is the external converter i used:
|
I had the same issue and I fixed this with the instructions given here. The had to modify the converter model a bit to fit to the 150W model:
|
@bummzulu Can you please help me by explaining little bit more? Where I can find this converter model? Im still in learning phase with HomeAssistant and Z2M :) |
@Koenkk - can you please take a look into this. This model supports Color temperature, however its not available in Zigbee2mqtt |
Fixed! Changes will be available in the dev branch in a few hours from now. |
Hey, |
Link
http://www.ltechonline.com/html/en/products/Intelligence/zigbee/SE-20-250-1000-W2Z2.html
Database entry
{"id":11,"type":"Router","ieeeAddr":"0x9035eafffed56882","nwkAddr":35277,"manufId":4098,"manufName":"_TZE200_2gtsuokt","powerSource":"Mains (single phase)","modelId":"TS0601","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[0,4,5,61184],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65503":"\u0000\u0000\u0000\u0000\u0005","65506":31,"65508":0,"modelId":"TS0601","manufacturerName":"_TZE200_2gtsuokt","powerSource":1,"zclVersion":3,"stackVersion":0,"hwVersion":1,"dateCode":"","appVersion":72}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":72,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{"configured":1676534437},"lastSeen":1686202816998,"defaultSendRequestWhen":"immediate"}
Comments
I tried to write my own converter for these TuYa-based LED drivers. Everything works fine from the zigbee2mqtt front end:
However I am having trouble getting the Home Assistant auto discovery to work completely. It seems that only the on-off status of the switch gets exposed:
Turning this light on and off from Home Assistant does work, but I can't figure out how to get the brightness and color temperature to show up.
From the debug window of the Home Assistant Device, I got the following payload for the mqtt discovery data, but I don't know if something is missing or misconfigured from this.
Any assistance would be appreciated!
zigbee2mqtt version: 1.30.2 commit: cdf62ea
homeassistant version: Home Assistant 2023.3.3, Frontend 20230309.0 - latest
Jingyee
External converter
Supported color modes
color temperature
Color temperature range
No response
The text was updated successfully, but these errors were encountered: