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]: ION Led Dimmer ID200W-ZIGB TS0601 _TZE200_ykgar0ow #25203

Open
wimensing opened this issue Dec 14, 2024 · 0 comments
Open
Labels
new device support New device support request

Comments

@wimensing
Copy link

Link

https://www.ionindustries.com/winkel/led-zigbee-dimmer-0-3-200-watt/

Database entry

{"id":2,"type":"Router","ieeeAddr":"0xf84477fffeea521a","nwkAddr":24334,"manufId":4098,"manufName":"_TZE200_ykgar0ow","powerSource":"Mains (single phase)","modelId":"TS0601","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":257,"inClusterList":[0,3,4,5,6,4096,8,61184],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"stackVersion":0,"dateCode":""}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":67,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{"configured":332242049},"lastSeen":1734192588935}

Zigbee2MQTT version

1.42.0-2

Comments

It appears that ION is using different hardware inside for the same ID200W-ZIGB device, because I read here (#23955) that it can also be discovered normally. In my case it is
My device ID200W-ZIGB with name _TZE200_ykgar0ow is different.
When I add an external converter by just adding the auto-generated definition from the Dev console, it can be added.
I can control it from Home Assistant, but the communication back from the dimmer it not received.
This is exactly the issue mentioned in #23955

I want to use the device _TZE200_ykgar0ow without using an external converter.
I think it should be discovered as a TS0601_dimmer_knob.

External definition

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

const definition = {
    zigbeeModel: ['TS0601'],
    model: 'TS0601',
    vendor: '_TZE200_ykgar0ow',
    description: 'ION Led Dimmer ID200W-ZIGB',
    extend: [light()],
    meta: {},
};

module.exports = definition;

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

I can control the dimmer from Home Assistant.
But when I use the dimmer to turn the light on or off or set the dim level, that information is not received back in Home Assistant.

@wimensing wimensing added the new device support New device support request label Dec 14, 2024
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

1 participant