Data & Current states are empty

Hi guys, can you help me with this?

Data tab and current states are empty how do I get the data? I want to use it in HomeAssistant.

You are looking at a device page in the IDE which is built around the legacy device handler concept. However the device you are looking at is a new integration so what you are seeing is essentially a placeholder to stop things breaking.

To the best of my knowledge the only device information that is exposed is what you can pull from the REST API, either directly or through the SDKs and CLI. The ‘current states’ information will all be there. The ‘data’ seems to be more for Zigbee / Z-Wave devices.

2 Likes

What I want to see is this:

How do I manage that?