You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
esphome/esphome#7340 adds zigbee support to esphome on nrf52840. genBinaryInput/genBinaryOutput clusters were implemented in hope that it would be discovered by zigbee2mqtt automatically. Documentation mentions By default, the external definition will use modern extends. This is done by mapping them to exposed Zigbee clusters. But this approach only works well when devices implement the Zigbee ZCL specification. When I try with my implementation it render
I already implemented my own convert. It would be nice to support it out of the box since it is part of ZCL.
Additional context
genBinaryInput/genBinaryOutput has description which is not supported by genOnOff. For esphome descripton for clusters allow to correct name entities in home assistant.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
esphome/esphome#7340 adds zigbee support to esphome on nrf52840. genBinaryInput/genBinaryOutput clusters were implemented in hope that it would be discovered by zigbee2mqtt automatically. Documentation mentions
By default, the external definition will use modern extends. This is done by mapping them to exposed Zigbee clusters. But this approach only works well when devices implement the Zigbee ZCL specification
. When I try with my implementation it renderDescribe the solution you'd like
add genBinaryInput/genBinaryOutput to https://github.com/Koenkk/zigbee-herdsman-converters/blob/5a3af85dd57a008fab09134207d403d5745bd34c/src/lib/generateDefinition.ts#L198
Describe alternatives you've considered
I already implemented my own convert. It would be nice to support it out of the box since it is part of ZCL.
Additional context
genBinaryInput/genBinaryOutput has
description
which is not supported by genOnOff. For esphomedescripton
for clusters allow to correct name entities in home assistant.The text was updated successfully, but these errors were encountered: