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

[New device support]: #23826

Closed
mullahomes2012 opened this issue Sep 3, 2024 · 2 comments
Closed

[New device support]: #23826

mullahomes2012 opened this issue Sep 3, 2024 · 2 comments
Labels
new device support New device support request

Comments

@mullahomes2012
Copy link

mullahomes2012 commented Sep 3, 2024

Link

https://www.zigbee2mqtt.io/devices/HLD503-Z-CT.html

Database entry

{"id":1,"type":"Coordinator","ieeeAddr":"0x00212effff06d161","nwkAddr":0,"manufId":4405,"epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":5,"inClusterList":[0,6,10,25,1281],"outClusterList":[1,32,1280,1282],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":100,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"interviewCompleted":true,"meta":{},"lastSeen":null}

Comments

Hi
Im totally new to this. I have this devices. Its made by Shenzhen Homa. The model is HLD503-Z CT Its listed ass supported in Z2M but in my Z2M it says unsupported. Its llisted in my Z2M as HOMA 1022. Ive added it it to Z2M and using exposes, I can control Brightness, Power and Color Temp. I can control it using Z2M and it comes up in HA but in HA, I wasnt really able to control it. In the reporting tab, when I set Cluster - LevelCtrl to currentLevel I managed to get HA to be able to show the devices brightness and power but it doesnt always work. I dont get any info about the color temp in HA.

External definition

const {light} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['HOMA1022'],
    model: 'HOMA1022',
    vendor: 'ShenZhen_Homa',
    description: 'Automatically generated definition',
    extend: [light({"colorTemp":{"range":[150,500]}})],
    meta: {},
};

module.exports = definition;

What does/doesn't work with the external definition?

I can control ON Off State, Brightness, Color Temperature from Z2M

@mullahomes2012 mullahomes2012 added the new device support New device support request label Sep 3, 2024
@Koenkk
Copy link
Owner

Koenkk commented Sep 3, 2024

Added, thanks!

Changes will be available in the dev branch in a few hours from now.

@mullahomes2012
Copy link
Author

mullahomes2012 commented Sep 3, 2024

Sorry for sounding a bit silly. Ive changed from Z2M to Z2M Edge and all of my devices are there. I'm assuming that when edge is updated, I refresh the repo for updates. Install updates and then my devices will be supported and work? Thanks for your assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

No branches or pull requests

2 participants