vaillant-component
vaillant-component copied to clipboard
Missing Icons in tile card
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
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
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_offis a custom preset). I will dig a bit
… I used a tile card and chose the entity. That‘s it. No manual yaml used.
It sounds to work well:
.
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
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
… 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
Where does climate-preset-modes option come from ? I don't see anything in the doc
Oh ok, I can reproduce with water_heater:
I'll have a look, it sounds a bit annoying to fix
Where does
climate-preset-modesoption 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. 😀
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
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!
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
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! :)