ISY node info to HA

Hi!

I have an ISY994i with a Z-Wave lock (zw_003_schlage_door_lock). While the lock itself shows up in HA, there are non-binary indicators that can be queried by the ISY, that I’d like to expose to HA.

Specifically, I can tell which user the door was unlocked by, by using node information. Right now, I have the ISY sending an email with the contents:

Door unlocked by ${sys.node.ZW003_1.USRNUM}

What’s the best way (if at all) to get the value of ${sys.node.ZW003_1.USRNUM} to HA so HA can send push notifications, run automations, etc?

Thanks!