The IDE is part of the old pre-2022 SmartThings architecture. It does not display accurate information for devices which are using Edge Drivers, which are part of the new architecture.
You can get some equivalent information by using the CLI (command level interface), a developer tool which is part of the new architecture. This information includes device IDs and event logs.
Using it is quite different than using the IDE. The IDE was just a webpage with information about your account. The CLI is a program that you have to download to a computer and then run. (Those like myself who just use a tablet are currently out of luck. )
@Mariano_Colmenarejo , a community developer, has written up instructions for how to download and use the CLI on a windows pc.
Hopefully ST will provide an official feature which is easier to use in the future when the transition to the new architecture is complete, but no promises.
And here Mariano has a very detailed post on setting up the environment on a pc to write your own custom Edge Drivers for those interested in that aspect:
I believe @nayelyz has instructions posted for installing the CLI on any computer
Iâve also taken to calling the current/old IDE the âGroovy IDEâ specifically to distinguish that it should only be used for legacy Groovy purposes.
She did, but since she wrote that post the link to the IDE has changed out so the one in her post takes you to the wrong place and can be confusing, particularly for newfolk.
Grabbing a PAT allows that permission and doing a HTTP PUT set command works fine. Any idea why this exists? and can the developer workspace smartapp be updated?