zwave-js / certification-backlog

Issues and discussions related to Z-Wave certification of HA + Z-Wave JS
1 stars 0 forks source link

Home Assistant (probably) needs to support Identify #5

Closed marcelveldt closed 1 year ago

marcelveldt commented 1 year ago

https://github.com/home-assistant/core/pull/90248 added support for identifying nodes. Apparently identifying is also a certification requirement for controllers, although I fail to see how it makes sense for us, given that we have a full-blown UI. Also I'm unclear how this identification must be done, since the specs are only referring to "nodes" and recommend that they blink an LED. On the other hand, the certification test asks "Did the DUT blink 5 times?" 🤷‍♂️

Anyways, the next node-zwave-js release will add a controller event "identify", which HA probably needs to capture and show some sort of identification as a result. Ideally keep in mind that something may have to blink a configurable amount of times.

marcelveldt commented 1 year ago

Home Assistant is a software controller. First conclusion is that we should just create a persistent notification on the Identify event and that will be sufficient.

AlCalzone commented 10 months ago

Verified