vaillant-component icon indicating copy to clipboard operation
vaillant-component copied to clipboard

Missing Icons in tile card

Open PV-Joe opened this issue 2 years ago • 12 comments

Hi Thomas,

thank you for this great implementation and the good work of keeping it up to date.

By using the tile card I have seen that there are some missing icons for the Hot Water modes. Could you please add them?

In the „Working Mode“ the icons for day, party and system_off are missing as well.

Hoping for a fix within the next update. Joe IMG_4504

IMG_4505

PV-Joe avatar Oct 07 '23 03:10 PV-Joe

Hi,

thanks for the feedback :)

Are you using lovelace in manual mode ? If yes, can you post for lovelace for the climate card ?

As far as I know, there is no way to translate nor to have icon for custom presets (e.g. system_off is a custom preset). I will dig a bit

thomasgermain avatar Oct 07 '23 14:10 thomasgermain

Hi,

thanks for the feedback :)

Are you using lovelace in manual mode ? If yes, can you post for lovelace for the climate card ?

As far as I know, there is no way to translate nor to have icon for custom presets (e.g. system_off is a custom preset). I will dig a bit

… I used a tile card and chose the entity. That‘s it. No manual yaml used.

PV-Joe avatar Oct 07 '23 14:10 PV-Joe

It sounds to work well: image.

According to the doc, you have to specify which hvac actions you want to be displayed: https://www.home-assistant.io/dashboards/tile/#climate-hvac-modes

thomasgermain avatar Oct 07 '23 15:10 thomasgermain

Here is the yaml. Any idea what to modify?


features:
  - type: climate-hvac-modes
    hvac_modes:
      - auto
      - 'off'
  - type: target-temperature
  - style: dropdown
    preset_modes:
      - comfort
      - day
      - sleep
      - home
      - party
      - away
      - system_off
    type: climate-preset-modes
type: tile
entity: climate.control_zo1_21223200202609620938058313n1
name: Modus
vertical: false

PV-Joe avatar Oct 07 '23 15:10 PV-Joe

… and here is the other codeblock:


features:
  - type: target-temperature
  - type: water-heater-operation-modes
    operation_modes:
      - 'ON'
      - 'OFF'
      - AUTO
type: tile
entity: water_heater.control_dhw_21223200202609620938058313n1
name: Heißwssser
show_entity_picture: false

PV-Joe avatar Oct 07 '23 15:10 PV-Joe

Where does climate-preset-modes option come from ? I don't see anything in the doc

thomasgermain avatar Oct 07 '23 15:10 thomasgermain

Oh ok, I can reproduce with water_heater:

image

I'll have a look, it sounds a bit annoying to fix

thomasgermain avatar Oct 07 '23 15:10 thomasgermain

Where does climate-preset-modes option come from ? I don't see anything in the doc

Actually I don’t know. I just used the tile card and configured via UI. I’m not very familiar with writing individual YAML

Happy that you have a look at it. 😀

PV-Joe avatar Oct 07 '23 16:10 PV-Joe

Ok, so, as I said, this is a lof of rework to fix, but here is the plan:

  • release 1.16.0 (https://github.com/thomasgermain/vaillant-component/releases/tag/1.16.0) is adding a climate entity for water heater, so it should be more convenient to used with the tile card (and you should have all the icon and translations).
  • Next release (depending on the community feedback) will contain a huge rework of preset/hvac mode to remove as much as possible custom preset (because there is no icon nor translation for them :/)
  • Future release, removing water_heater entity

thomasgermain avatar Oct 08 '23 08:10 thomasgermain

Ok, so, as I said, this is a lof of rework to fix, but here is the plan:

  • release 1.16.0 (https://github.com/thomasgermain/vaillant-component/releases/tag/1.16.0) is adding a climate entity for water heater, so it should be more convenient to used with the tile card (and you should have all the icon and translations).
  • Next release (depending on the community feedback) will contain a huge rework of preset/hvac mode to remove as much as possible custom preset (because there is no icon nor translation for them :/)
  • Future release, removing water_heater entity

I‘m impressed 😀 Keep up the good work. Waiting patiently for the next release!

PV-Joe avatar Oct 08 '23 08:10 PV-Joe

And beta release https://github.com/thomasgermain/vaillant-component/releases/tag/1.17.0b0 should provide a cleaner preset/hvac mode handling.

Please note this is still a beta

thomasgermain avatar Oct 08 '23 09:10 thomasgermain

Ok, so, as I said, this is a lof of rework to fix,

Please, do not forget to fully document the new integration, if possible. Some basic explanatory guide would be warmly welcome. :)

Fingers crossed for the new release! You do a really great job! :)

Krzysztonek avatar Oct 29 '23 23:10 Krzysztonek