Another question for developers. Code for default tile/value

Hello @Lgkahn

In this case, because you are using predefined capabilities (TemperatureMeasurement and Relative Humidity Measurement), the “checking status” message can be for the following reasons:

  1. In the DTH, there is no method to provide the “online” status of the device
  2. There is no device configuration presentation (VID)

You can check the code of “Simulated button” located in the “From Example” tab and use the simulator and see the role played by the initialize() method.
For the device configuration presentation, you can check this post to generate it using the DTH ID, this will provide the mobile application the information on how to display the device capabilities.
About the Fahrenheit unit, once you see the tile in the detail view, click on the configuration icon and you can select it (see the picture below).

If one of these posts answers your question, can you please mark it as solved? If not, let me know what’s going on and I can dig in further.