asucrews / ha-blueprints

Blueprints for Home Assistant
Apache License 2.0
1 stars 1 forks source link

device name is being reported as Node 7 instead of the friendly name #6

Closed inphinitizeit closed 3 months ago

inphinitizeit commented 3 months ago

Describe the bug I've setup the lock management automation.
When locking or unlocking the door the value used for the notification is not the name of the lock "Front Door Lock" but rather Node 7.

image

However, when looking at the attributes of the lock "Node 7" cannot be found:

image image

To Reproduce Steps to reproduce the behavior: Setup lock blueprint with notifications.

  1. Lock or unlock the lock.

Expected behavior The assigned name should show up in the notification

Actual Behavior Node 7 is shown as the name instead.

Home Assistant Info Install Type: OS/Docker/VM/Other Core: 2024.6.4 Supervisor: 2024.06.2 Operating System: 12.3 Frontend: 20240610.1

asucrews commented 3 months ago

so odd, but i look in to it...might just need to switch to {{ states.lock.x.name }}

asucrews commented 3 months ago

@inphinitizeit When you have time, could you please try this development version? I would like to see if it resolves the issues.

https://github.com/asucrews/ha-blueprints/blob/main/automations/lock_management/dev/lock_management_dev.yaml

inphinitizeit commented 3 months ago

I'll give that a try but mysteriously after factory resetting the lock and re-adding it, its now using the friendly name. I suspect there are some zwave issues with schlage be469 locks and that is causing some of this strangeness.

asucrews commented 3 months ago

Are you using ZWaveJS UI addon or ZWaveJS addon? I use ZWaveJS UI, with that you name the node and carries over to HA but I don't think the HA name carries over to ZWaveJS UI addon

inphinitizeit commented 3 months ago

ZwaveJS UI

On Sat, Jun 29, 2024, 11:47 AM Jeremy M Crews @.***> wrote:

Are you using ZWaveJS UI addon or ZWaveJS addon?

— Reply to this email directly, view it on GitHub https://github.com/asucrews/ha-blueprints/issues/6#issuecomment-2198296679, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZH4DHCQAD7ZXELF7IIXHXTZJ36MVAVCNFSM6AAAAABKCVC4UKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJYGI4TMNRXHE . You are receiving this because you were mentioned.Message ID: @.***>

asucrews commented 3 months ago

Do your names match in ZWaveJS UI and HA device page?