Listing all Devices by DeviceId

With a large number of devices installed, is there a simple way to list all the devices by their Device Ids and the name given by the user?

You could point your browser at this URL:

vera_ip_address:3480/data_request?id=invoke

Or you could use the Lua code in this thread to create a text file with the details.

[quote=“Z-Waver, post:2, topic:196950”]You could point your browser at this URL:

vera_ip_address:3480/data_request?id=invoke

Or you could use the Lua code in this thread to create a text file with the details.[/quote]

nice, thanks

Use the AltUI interface - it’s much nicer and gives you a table with this option too.

Many thanks Z-waver and Akbooer for your solutions. Both worked.
ALTUI is interesting for managing devices too.