Listing all z-wave devices

When I want to customize or configure a device, I usually grep and sed the logs to get a list of my z-wave devices.

Is there a better way?

I looking for a list, like this:

sensor.fibaro_system_fgs213_switch_alarm_level_4_1
sensor.fibaro_system_fgs213_switch_alarm_type_4_0
sensor.fibaro_system_fgs213_switch_energy_4_0
sensor.fibaro_system_fgs213_switch_exporting_4_32
sensor.fibaro_system_fgs213_switch_heat_4_7
sensor.fibaro_system_fgs213_switch_power_4_8
sensor.fibaro_system_fgs213_switch_power_management_4_11
sensor.fibaro_system_fgs213_switch_sourcenodeid_4_2
switch.fibaro_system_fgs213_switch_switch_4_0_2
sensor.fibaro_system_fgs213_switch_alarm_level_5_1
sensor.fibaro_system_fgs213_switch_alarm_type_5_0
sensor.fibaro_system_fgs213_switch_energy_5_0
sensor.fibaro_system_fgs213_switch_exporting_5_32
sensor.fibaro_system_fgs213_switch_heat_5_7
sensor.fibaro_system_fgs213_switch_power_5_8
sensor.fibaro_system_fgs213_switch_power_management_5_11
sensor.fibaro_system_fgs213_switch_sourcenodeid_5_2
switch.fibaro_system_fgs213_switch_switch_5_0_2
sensor.fibaro_system_fgs213_switch_alarm_level_6_1
sensor.fibaro_system_fgs213_switch_alarm_type_6_0
sensor.fibaro_system_fgs213_switch_energy_6_0
sensor.fibaro_system_fgs213_switch_exporting_6_32
sensor.fibaro_system_fgs213_switch_heat_6_7
sensor.fibaro_system_fgs213_switch_power_6_8
sensor.fibaro_system_fgs213_switch_power_management_6_11
sensor.fibaro_system_fgs213_switch_sourcenodeid_6_2
switch.fibaro_system_fgs213_switch_switch_6_0_2
switch.fibaro_system_fgs213_switch_switch_4_0
switch.fibaro_system_fgs213_switch_switch_5_0
switch.fibaro_system_fgs213_switch_switch_6_0
binary_sensor.sensative_strips_sensor_7_0
binary_sensor.sensative_strips_sensor_8_0
binary_sensor.sensative_strips_sensor_9_0
sensor.sensative_strips_access_control_7_9
sensor.sensative_strips_access_control_8_9
sensor.sensative_strips_access_control_9_9
sensor.sensative_strips_alarm_level_7_1
sensor.sensative_strips_alarm_level_8_1
sensor.sensative_strips_alarm_level_9_1
sensor.sensative_strips_alarm_type_7_0
sensor.sensative_strips_alarm_type_8_0
sensor.sensative_strips_alarm_type_9_0
sensor.sensative_strips_burglar_7_10
sensor.sensative_strips_burglar_8_10
sensor.sensative_strips_burglar_9_10
sensor.sensative_strips_sourcenodeid_7_2
sensor.sensative_strips_sourcenodeid_8_2
sensor.sensative_strips_sourcenodeid_9_2

Just making sure: are you aware of the states dev tool? Slide open the sidebar in the UI and it’ll be at the bottom. Looks like <>

It won’t give you a list of only zwave devices, but your device will be there so that you can get the entity_id. CTRL-F will search in-browser.

I also like to name devices from Open Zwave Control Panel to give devices a more-meaningful name.

All right, thanks for pointing me to the states dev tool. I seems to be a better starting point than the logs. However, it is still required to get some grep and sed to get that list showing only devices. My goal isn’t actually to show only z-wave devices, it’s just that I currently have only that. I would just as much like a list of all hardware devices and their entity_ids. Basically the stuff that will show as a circle with a name on it when you add new hardware.

That would be awesome.

I haven’t done a lot with the OZCP for a while, as I fear it has destroyed my (secure) zwave network once. That took a lot of work to get back…