zwave-js / certification-backlog

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

Notifications that are not known to be supported in advance do not show up in the logbook #47

Open AlCalzone opened 2 months ago

AlCalzone commented 2 months ago

The two notification sensors were dynamically created during the communication with the device. The initial notification does not show up in the logbook in this case:

Image

MartinHjelmare commented 2 months ago

Not all types of entities are shown in the logbook.

AlCalzone commented 2 months ago

In another test where the notifications are known in advance, the Overheat detected notification does show up in the logbook.

MartinHjelmare commented 2 months ago

If it's a binary sensor entity it should show (state changes), I think. The Z-Wave integration only customizes the logbook for the custom events the integration fire. The entities that are shown is general Home Assistant logic.

AlCalzone commented 2 months ago

It is a binary sensor, but in this case it is not showing in the logbook. I assume that is because it isn't discovered during the interview, but I'm just guessing.