Thoughts on Thermostats?

I like the double wide / double height option. On a side note, my current thermostat tile shows the snowflake although the thermostat is set to heat mode. In the bottom right corner it does say Heat set to.

1 Like

Thanks for the feedback, Ernie!

Regarding the current layout, the icon is static (and the up/down arrows on the main tile are disabled). I’ll be working on these as I work on the new thermostat layouts. :grinning:

1 Like

Here’s a sneak preview on some updates to the thermostats (coming soon with the next release).

  • Thermostat quick adjustments are active
  • Thermostats now show icons for modes
  • Nest and Ecobee thermostats get a double-height thermostat tile

Thermostat Quick Adjustments
The quick adjustments for thermostats allow you to quickly adjust the heating or cooling setpoint with quick actions directly from the tiles as well as from the thermostat modal.

image

The thermostat modal also shows the individual heating and cooling setpoints allowing you to quickly adjust and see the individual setpoints.

Icons for Thermostat Modes
The standard thermostat tile automatically adjusts the displayed icon based on the thermostat mode. Showing a heat, cool, or off icon. (Other modes don’t display an icon)

Ecobee and Nest Thermostats
Ecobee and Nest Thermostats now have a double-height tile that lets to adjust the heating and cooling setpoint directly on the tile (as well as access additional adjustments via the thermostat modal):
image

Will the double height thermostat also apply to the Honeywell line of Wi-Fi thermostats? They function the same way (at least my 9580 does). I can set it to “auto” and it will turn on the heat or air without user intervention.

1 Like

As of right now, I have it hard coded to look for “Nest Thermostat” or “Ecobee” in the device type handler name. Single-height/normal thermostat tiles disable the quick adjustments on the tile itself when they are in “Auto” mode, but you can still adjust things by tapping the “Adjust” link in the bottom left corner of the tile to get the modal I showed in the GIF above.

My goal is to provide a tile editor feature that will let you select which layout to use, but I don’t know that I’ll be able to get that in the next release.

2 Likes

Steve-
Yesterday’s release includes the ability to manually change the thermostat tile layout:

Thanks Josh. I am going to try and make some time to play with it this weekend!

1 Like

I have 2 thermostats. 1 is honeywell and its working as intended.
I also have a CT110 thermostat zwave connected into ST. ST is reporting correct temp as is the physical device. SharpTools is showing 1 degree on target temp. It is showing correct current Temp.

What could be the issue? Maybe its not SharpT but it is accurate everywhere else. Any help would be appreciated!

Thank you

1 Like

Just to make sure I understand, are you saying the target temperature for this particular device is showing a value of 1?

In ST its set to 74 degrees. See


but in SharpTools its image

It is reading correct current temp but the set temp is different, off by 1 degree

Ah, thanks for the clarification. Let me double check the display logic and subscription logic… if I remember correctly, the single height thermostat card is actually looking for the thermostatSetpoint attribute which thermostats are supposed to implement, but some don’t. The value you’ve circled is the coolingSetpoint.

Edit: Thanks for reaching out via PM - glad to hear that things are working as expected now. As noted via PM, the healthcheck runs each time you open a dashboard or save a dashboard and it should get all the subscriptions and data in sync. If you have trouble again, please let me know. :smiley:

1 Like

Any way to add the internal humidity % in the tile using the Nest thermostat?
maybe in the Double size setting add an option to just set the eco mode or away/home mode?

You want the humidity displayed on the double-height thermostat? I should be able to do that - I’ll just make it conditionally display if a humidity value is available. I’ll probably just add a second row in the bottom-right of the tile. Kind of like how the new (unannounced, but just released) SmartWeather tile has multiple rows in the secondary-data space:

image

And I’m working on Hero Attribute tiles, so if you want the humidity displayed in a larger font, the Hero Attribute tile would work well for that.

I noticed the SmartWeather and I’m liking it a lot! Yeah just showing the internal humidity on the nest time (like the SmartWeather tile) would be very cool!

1 Like

Any way to make the fake center value of 74• to display the actual current temp in the standard view (which is shown very small on bottom right corner)?

I’m using Honeywell WiFi.

I’m working on building out Hero Attribute tiles that would display a user specified attribute in large font in the center.

If your thermostat is primarily used in Auto mode, you might consider using the Double Height Thermostat layout which displays the cooling setpoint and heating setpoint individually.

The single height thermostat layout shows the cooling setpoint as the main value, but some thermostats report a calculated number or averaged number.

1 Like

Cool, I look fwd to being able to have the current temp shown in the center of the single view. Even tho I keep it on auto.

2 Likes

@Adrian_C we just pushed the Hero Attribute Tiles live with the latest platform release: Dashboard Themes and Hero Attribute Tiles

2 Likes

Did the tile showing as active or inactive make this update? Meaning. Grey when idle and blue when cooling or red when heating?
Just curious. Haven’t made any changes yet.

1 Like

Not for thermostats, but it’s on my list. I noticed Music Player Tiles were missing an active state so I added one for them. I’ll get an active/default state for thermostats in an upcoming release.

I need to think through red/blue for heating/cooling states and which option would win. With this release, custom color directly on a tile wins out over the dashboard coloring. But if I add an option to enable red/blue coloring for heating/cooling, I’m not sure if that should override both dashboard level and tile level active coloring… I’m thinking yes, it should since it’s even more specific than just ‘active’.

3 Likes