Home

Awesome

GitHub Release GitHub Activity License hacs BuyMeCoffee

Tip

UI Card for versatile Thermostat

Tip This card is dedicated to the Versatile Thermostat integration which is available in HACS also and here.

This card is based on the beautiful (Better Thermostat UI Card)[https://github.com/KartoffelToby/better-thermostat-ui-card]. It adds some feature so that you can use Versatile Thermostat directly from the card. A big thanks to @KartoffelToby for this Better Thermostat UI Card.

When presence is detected:

Versatile Thermostat UI Card with presence

When security is detected:

Versatile Thermostat UI Card with security

When activity is detected:

Versatile Thermostat UI Card with activity

When overpowering is detected:

Versatile Thermostat UI Card with overpowering

When window open is detected:

Versatile Thermostat UI Card with window open

When window bypass is activated:

Versatile Thermostat UI Card with window bypass

With all status icons:

Versatile Thermostat UI Card with all status icons

The card configuration:

Versatile Thermostat UI Card configuration

Goals

Installation

For installation you should have HACS installed. Then add this repository https://github.com/jmcollin78/versatile-thermostat-ui-card in HACS and install the card. You have to reload you browser after installation.

Then you can add the new card into your dashboard.

Options

Note: those options should be improved with official release

NameTypeDefaultDescription
typestringRequiredcustom:versatile-thermostat-ui-card
entitystringRequiredThe entity id of climate entity (must be a versatile_thermostat entity). Example: climate.hvac
disable_windowbooleanoptionalturn off the window open indicator
disable_overpoweringbooleanoptionalturn off the overpowering indicator
disable_heatbooleanoptionalturn off the on/heat button
disable_coolbooleanoptionalturn off the on/cool button
disable_heat_coolbooleanoptionalturn off the on/heat_cool button
disable_autobooleanoptionalturn off the on/auto button
disable_drybooleanoptionalturn off the on/dry button
disable_fan_onlybooleanoptionalturn off the on/fan_only button
disable_offbooleanoptionalturn off the off button
disable_buttonsbooleanoptionalturn off the plus/minus buttons
disable_security_warningbooleanoptionalturn off the security warning (when a temperature sensor is out)
disable_power_infosbooleanoptionalturn off the power informations
disable_auto_fan_infosbooleanoptionalturn off the auto-fan informations
namestring/booleanoptionaloverride the default entity name
set_current_as_mainbooleanoptionalExchange target temperature and room temperature

Example:

type: custom:versatile-thermostat-ui-card
entity: climate.thermostat_switch_1
disable_window: false
disable_overpowering: false
disable_heat: false
disable_cool: false
disable_heat_cool: false
disable_auto: false
disable_dry: false
disable_fan_only: false
disable_menu: false
disable_off: false
disable_security_warning: false
set_current_as_main: true
disable_buttons: false
disable_power_infos: false
disable_auto_fan_infos: false
name: Chambre

Actions

Some actions are available directly on the card.

Note: all actions done on the card and resetted if the VTherm integration restarts. If you want persistant change, you must edit the configuration of the VTherm itself on the Versatile Thermostat integration.

Change the preset temperature

Preset temperature cann be changed directly from the card with the following actions:

  1. select the preset, you want to change,
  2. select the temperature you want to set with the selector or the +/- buttons,
  3. double click on the preset you want to change. When this action occurs, the preset rapidly change to the previous value and then to the new value to indicate that it is stored.

You can do this operations for all displayed presets but not on the Activity preset because this preset uses the temperature values of the others preset. See documentation of versatile_thermostat README.

Of course you should have displayed the presets to be able to do so.

Disable the auto-fan mode

For over_climate you have the possibility to configure the auto-fan mode feature. See versatile_thermostat README.

If the auto-fan mode is configured, you can toggle between the configured auto_fan_mode configured for the VTherm and the None mode (which disable the auto-fan mode).

To toggle the auto-fan mode you must:

  1. click on the Auto-fan icon at the left of the Thermostat.

Help wanted!

It would be awsome if you help me to translate this card to other languages.

Create a PR, the Translation is done in json files checkout the en translation here

Please add your language to this list as well while you are making your PR. Put it in alphabetical order and according to ISO 639-1.

Translations

INLANG Editor

What we have so far:

Support me

<a href="https://www.buymeacoffee.com/jmcollin78"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=jmcollin78&button_colour=0ac982&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff"></a>