I have a Netatmo thermostat. When I add it as a thing, it shows the temperature that the thermostat is detecting but not the controls to adjust it, or the temperature the thermostat is set to.
Weirdly, I also have the Netatmo weather station. It allows me to add that as a thermostat with the controls to change the temperature, etc.
Is the Netatmo Thermostat using a built-in SmartThings device handler or a community device handler? If it’s a community device handler, can you share a link to the device handler code?
SharpTools dashboards use device ‘capabilities’ to determine what type of tile to display. For the thermostat tile, we are looking for the ‘Thermostat’ capability to trigger showing the thermostat layout.
You can see what capabilities a device is reporting by:
Ah, I think you just hit the nail on the head. It’s an ST device handler. When I first starting getting into this, I set up ActionTiles and had the same problem with that. It doesn’t have the Thermostat capability and I seem to remember that this is a bug(?) with Smartthings.