nayelyz
(SmartThings Developer Support)
November 22, 2022, 11:35pm
2
Welcome to the SmartThings Community, @Philippe_Leborgne !
Have you tried sending the command to the device to see its response?
OCF devices such as ACs work more on a plugin (ST App) than an API level. This means that not all the capabilities and values shown in the app will be the same in the API. In this post, I shared more info about their functionality:
Welcome to the SmartThings Community, @Sdahl1234 !
This is the information we have so far by analyzing Jacob’s case.
The team checked the profile assigned to the device (list of capabilities used), and they noticed the temperature and the other values are not available. They’re trying to investigate more about the root cause.
More details
To attempt to shed light on why some capabilities might show up in the ST app but not on the API side, the team shared these details:
The phone client (ST app) uses OCF’s COAP protocol, which allows the physical device to define its resources (such as the temperature values).
So, these values can be written there by the device and as a result, they can be displayed by the app.
The APIs do not work via OCF, but, the profile is the manifest of what val…