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]: MOES Tuya ZigBee Smart Curtain Switch #26011

Closed
MrLeHavre89 opened this issue Jan 26, 2025 · 3 comments
Closed

[New device support]: MOES Tuya ZigBee Smart Curtain Switch #26011

MrLeHavre89 opened this issue Jan 26, 2025 · 3 comments
Labels
new device support New device support request

Comments

@MrLeHavre89
Copy link

Link

https://a.aliexpress.com/_EHmGfgU

Database entry

Not sure where to find this in ha

Zigbee2MQTT version

2.0.0-2

Comments

Hey all.
I need some help getting a moes curtain switch into home assistant via zigbee2mqtt.
I have a moes ZTS-EUR-C which is supported according to the website.

https://www.zigbee2mqtt.io/devices/ZTS-EUR-C.html

However when I added it, it said it is unsupported. Hence went looking and know that i need to add support (which i find strange as it is mentioned as supported.

I am not sure how to continue but it can be that i am too stupid of finding it out.

I am running zigbee2mqtt as an addon in home assistant.
I read that i needed to check the external definition in z2m which is:

const definition = {
zigbeeModel: ['TS0601'],
model: 'TS0601',
vendor: '_TZE204_5slehgeo',
description: 'Automatically generated definition',
extend: [],
meta: {},
};

module.exports = definition;

I see TS0601 zts-eur-c in the list of the moes file though vendor is different.

/~https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/src/devices/moes.

Does someone by any chance know how to fix my problem.

External definition

const definition = {
    zigbeeModel: ['TS0601'],
    model: 'TS0601',
    vendor: '_TZE204_5slehgeo',
    description: 'Automatically generated definition',
    extend: [],
    meta: {},
};

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

It is connected but completely unsupported. Not sure how to get it working.. can someone help me withh this?

@MrLeHavre89 MrLeHavre89 added the new device support New device support request label Jan 26, 2025
@Koenkk
Copy link
Owner

Koenkk commented Jan 27, 2025

Could you try to:

  • Stop Z2M
  • Open data/database.db with a text editor and change all occurrences of _TZE204_5slehgeo to _TZE200_nhyj64w2
  • Start Z2M and see if the device now works

@MrLeHavre89
Copy link
Author

That indeed fixed the problem.
Did not know it was that simple!

@Koenkk
Copy link
Owner

Koenkk commented Jan 28, 2025

Added it, you can change it back after the next release.

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