Code Monkey home page Code Monkey logo

versatile-thermostat-ui-card's People

Contributors

alexelite avatar artgru avatar davidgeorge528 avatar disoardi avatar eduardoribeiro avatar el97 avatar harrislineage avatar ivanovd avatar jensdevlaming avatar jmcollin78 avatar kartoffeltoby avatar landrash avatar laptopology avatar misa1515 avatar novisys avatar ortofoto avatar osmantuna avatar pbranly avatar peronia avatar red-machine95 avatar revin34 avatar santanachia avatar sasa1983 avatar sirbogner avatar strasharo avatar tizenmile avatar tntdruid avatar troyfung avatar vesatakomo avatar xpavli44 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

versatile-thermostat-ui-card's Issues

Disable preset

Hello,

Is it possible to disable preset if the corresponding temperature equal 0 (desactivated) ?

Thank you

Add option to disable the name field [feature request]

One can set the name to "" or null but this will not free up the space taken by the name field. Either make an empty string or null causing the field to disappear or add an explicit option like you have for the other elements.

Add thrid party entities into the card (as Simple Thermostat does)

In a room with no fixed heating, I am using a smart socket and plug-in electric heater.

The heater has physical selections for 750W, 1250W or 2000W, and a built-in physical thermostatic switch.

The smart socket has a sensor for energy consumption rate.

It would be good to display the actual power of the heater on the lovelace card, when a sensor is available.

Bug over power

Bonjour,

Encore bravo pour le thermostat que j'utilise depuis le début et maintenant la carte.

Concernant la carte, j'ai un bug d'affichage : le symbole ower power ne s'affiche pas dans la carte du thermostat.
Comme tu peux le voir sur l'image, elle est pourtant activée par le thermostat.

En bas à droite, j'ai rajouté une carte pour me le confirmer. Et la température est bien celle configurée en cas de dépassement.

Capture d’écran 2023-11-08 à 07 00 46

J'utilise la version 0.2 de la carte et 4.0.1 du thermostat.
Dans la config de la carte, je n'ai désactivé que la clim.

Merci.

Gaël

Icone et fonction absente

Salut sur le menu de l'interface certain bouton n'apparaisse pas .

Désactiver fenêtre status ; n'apparais pas malgrés le statut ok dans la configuration et les tests arrêt que j'ai fait sur la clim.

Désactiver mode clim : ? je vois pas encors le but ;) mais je presume que l'icone de cool devrais disparaitre ?

Désactiver sur-puissance status n'apparais pas mais sur une clim je suis pas sur qu'il doit apparaitre ?
Désactiver sécurité messages pareille ou cela doit apparaitre ?

sinon ca rend le climate plus joile a gerer bravo

Card does not appear in lovelace selection

After installing the card through hacs, it doesn't appear when I try to add it to lovelace panel. Even if I try to manually configure, I receive the error: 'Custom element doesn't exist: versatile-thermostat-ui-card'.
The folder 'versatile-thermostat-ui-card' with two files exists in 'www/community'

HA core: 2024.2.5
HA OS: 12.0

[Feature Request] Disable `Auto` Button (And other HVAC mode buttons)

The customisation of this UI card is pretty extensive already, however, it seems only the heat, cool and off HVAC modes are able to be hidden from the UI.

In my case, one of my thermostats supports the auto HVAC mode, which I don't use and would like to hide from the UI so the mode cannot be enabled by accident. See below:

image

There are also the other HVAC modes heat_cool, dry and fan_only which I assume show up on the card but are not able to be hidden (I cannot verify these as I don't have a thermostat that supports those modes). I did find the mapping between modes and icons in the code:

const modeIcons: {
  [mode in any]: string
} = {
  auto: mdiCalendarSync,
  heat_cool: mdiAutorenew,
  heat: mdiFire,
  cool: mdiSnowflake,
  off: mdiPower,
  fan_only: mdiFan,
  dry: mdiWaterPercent,
  ...
};

While digging through the code I noticed the following:

if(this._config?.disable_eco && mode === "cool") return html ``;
if(this._config?.disable_cool && mode === "eco") return html ``;

It seems cool disables eco and vice versa. Also, after looking on the HA Docs for Climates, it appears there is no eco HVAC mode, is this perhaps meant to be auto?

Thanks for the great card, and hope to hear from you soon.

Can't install

Hello maybe I haven't got the good process but when I want to install the report,
I have this error :
<Integration jmcollin78/versatile-thermostat-ui-card> Repository structure for 0.5.0 is not compliant

Thx

Heating / Off button inversion if thermostat is of "over thermostat" type

I have multiple instances of Versatile Thermostats, and I use a Versatile-thermostat-ui-card on all of them.
I have noticed a small diplay bug : on the only "thermostat-over-thermostat" I have, the "Heat" and "Off" button are reversed versus the other thermostats.

As you can see on screenshot below, the "Séjour" thermostat Heat/Off buttons are in reverse order.
image
The main difference between this thermostat and the others (3 shown but I have 4 more), is the "Séjour" is of type "Thermostat over thermostat" while the others are "over switch".

I would expect the UI renders identically, whatever the underlying Versatile Thermostat type.

I take the opportunity to thank you very warmly (pun intended) for this wonderful work you are doing !

Add a card option for "Disable presets"

In my case using the presets messes up my climate-entity (my semi-educated guess is that the Adax device only supports Off and Heat)

It would be nice if I could hide the preset buttons, so that the user only can edit via manual input (eg. slider, buttons)

card does not 'flow' in dashboard

When used on a "masonry" type dahboard, the tile does not move properly when other elements are present

good flow - elements occupy available width

2024-01-22 (1) 2024-01-22 (3)

bad flow - all elements in one column

2024-01-22 (2)

[Bug] Alignment of card changes as button rows are hidden

It seems that the title and temperature bar are aligned differently to the temperature text and buttons that appear within the arc of the temperature bar. As a result hiding all buttons in a row (i.e. all HVAC modes) changes the alignment of the text within the temperature arc. See below:

image

This problem is made even worse if you use a non-Versatile thermostat, which results in the preset buttons being hidden (see below). I also imagine this causes the row of sensor icons (motion, window, etc) to clip the temperature arc.

image

Edit, added photo of thermostat with no buttons to show the text shifted all the way up

Incrément par pas de 0.5

Bonjour, je ne vois pas ou trouver l'option qui permet de modifier l'incrément de température des thermostats. Elle est de 0.1°C par défaut, je voudrai la modifier à 0.5, j'ai bien lu le post ou vous avez noté "default temperature step" mais je ne sais pas ou chercher cette option modifiable, est-elle toujours implémentée ?

Merci :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.