Closed
Description
What happened
Trying to use a converter for 2ch zigbee module but can't start zigbee2mqtt with it defined in configuration.
What did you expect to happen
Add the external converter into the config and use the device which supports to control two separate covers and therefore it has multiple zigbee endpoints
How to reproduce it (minimal and precise)
Add the converter from #8705 (comment) to the configuration and restart the zigbee2mqtt
Debug info
Zigbee2MQTT version: 1.21.1-1
Adapter hardware: CC2531
Adapter firmware version: -
Error
If I've traced correctly, problem should be in this file: https://github.com/Koenkk/zigbee2mqtt/blob/master/lib/extension/homeassistant.js
(node:1073) UnhandledPromiseRejectionWarning: AssertionError [ERR_ASSERTION]: Endpoint not supported for cover type
at HomeAssistant.exposeToConfig (/app/lib/extension/homeassistant.js:283:13)
at HomeAssistant.populateMapping (/app/lib/extension/homeassistant.js:591:54)
at new HomeAssistant (/app/lib/extension/homeassistant.js:64:14)
at new Controller (/app/lib/controller.js:83:34)
at start (/app/index.js:94:18)
Activity