-
-
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]: support of Zemismart ZM25RZ01 roller shade driver _TZE200_bv1jcqqu #17979
Comments
I believe this external converter should work, as the _TZE200_bv1jcqqu seems to be the same blind motor as the _TZE200_7eue9vhc
Unfortunately I'm not currently able to test it due to a bug in Zigbee2MQTT with Tuya converters |
Hi, Thanks for helping. `Jun 18 18:58:22 assel-rpi-domotique systemd[1]: Started zigbee2mqtt. Jun 18 18:58:24 assel-rpi-domotique npm[23594]: > zigbee2mqtt@1.31.2 start Jun 18 18:58:24 assel-rpi-domotique npm[23594]: > node index.js Jun 18 18:58:29 assel-rpi-domotique npm[23594]: /opt/zigbee2mqtt/node_modules/zigbee-herdsman-converters/index.js:79 Jun 18 18:58:29 assel-rpi-domotique npm[23594]: if (converter.options) { Jun 18 18:58:29 assel-rpi-domotique npm[23594]: ^ Jun 18 18:58:29 assel-rpi-domotique npm[23594]: TypeError: Cannot read properties of undefined (reading 'options') Jun 18 18:58:29 assel-rpi-domotique npm[23594]: at Object.addDefinition [as addDeviceDefinition] Jun 18 18:58:29 assel-rpi-domotique npm[23594]: at new ExternalConverters (/opt/zigbee2mqtt/lib/extension/externalConverters.ts:15:17) Jun 18 18:58:29 assel-rpi-domotique npm[23594]: at new Controller (/opt/zigbee2mqtt/lib/controller.ts:84:58) Jun 18 18:58:29 assel-rpi-domotique npm[23594]: at start (/opt/zigbee2mqtt/index.js:106:18) Jun 18 18:58:29 assel-rpi-domotique systemd[1]: zigbee2mqtt.service: Main process exited, code=exited, status=1/FAILURE Jun 18 18:58:29 assel-rpi-domotique systemd[1]: zigbee2mqtt.service: Failed with result 'exit-code'.` Any idea? Thanks ;) |
I have the same issue. I tried the fix in #17863 but it still crashes. ps: I actually found a solution. I had to change |
Perfect it's working now. For those who are looking for the converter, here it is: `const legacy = require('zigbee-herdsman-converters/lib/legacy'); const exposes = require('zigbee-herdsman-converters/lib/exposes'); const definition = { module.exports = definition;` |
Converter created, shade driver working now |
@tekman54190 thanks, added! |
Link
https://fr.aliexpress.com/i/1005004544783621.html?gatewayAdapt=glo2fra
Database entry
{"id":97,"type":"EndDevice","ieeeAddr":"0x70ac08fffe4a3b9e","nwkAddr":28228,"manufId":4098,"manufName":"_TZE200_bv1jcqqu","powerSource":"Battery","modelId":"TS0601","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[0,4,5,61184],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65503":";\u001c\u0017,\u0012<\u001c\u0017,\u0012","65506":31,"65508":0,"modelId":"TS0601","manufacturerName":"_TZE200_bv1jcqqu","stackVersion":0,"dateCode":"","appVersion":68}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":68,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1686393261900,"defaultSendRequestWhen":"immediate"}
Comments
Hi guys,
I tried to create the external converter for my new Zemismart roller shade driver _TZE200_bv1jcqqu without luck for the moment...
I tried to use how to but I'm a bit lost, can someone help me?
Thanks ;)
External converter
Supported color modes
No response
Color temperature range
No response
The text was updated successfully, but these errors were encountered: