espressif / esp-zigbee-sdk

Espressif Zigbee SDK
Apache License 2.0
178 stars 31 forks source link

Add Multistate Input and Binary Output (TZ-1128) #425

Open prairiesnpr opened 2 months ago

prairiesnpr commented 2 months ago

Is your feature request related to a problem?

We would like to use Binary Outputs as an alternative to a Switch, since a description attribute can be added. The multistate input is also missing and would be useful for reporting defined states.

Describe the solution you'd like.

No response

Describe alternatives you've considered.

Attempted to build as a generic cluster, but this is prohibited by the sdk.

Additional context.

No response

lpy4105 commented 2 months ago

Thanks for your feedback. The implementation of new features would take time. We will reach out to you as soon as we finish the implementation work.

jrossouw commented 3 weeks ago

Second this - I have a remote device i want to switch on/off, but it has the ability to switch itself off after some time if left on to conserve battery power. The ON/OFF cluster does not support reporting the state - so the binary output cluster is much better for this application.