simple-thermostat icon indicating copy to clipboard operation
simple-thermostat copied to clipboard

Preset mode display issue

Open bogosavljevic opened this issue 2 years ago • 6 comments

I am using your custom thermostat card but i have issue with Hommatic IP thermostat. on the card preset mode is note displayed properly. Its out of the box.

image

How i can remove this part or maybe it would be nice some drop down menu.

  • OS: Mac/Win/iOS
  • Browser: Chrome
  • Simple Thermostat version from browser console: v2.5.0
  • Home Assistant version:Home Assistant 2023.5.4

Many thanks, Dimitrije

bogosavljevic avatar May 25 '23 08:05 bogosavljevic

Same here. It does this regardless of what thermostat you're using.

rVlad93 avatar May 25 '23 13:05 rVlad93

Yes, I have the same issue

joho500 avatar Jun 09 '23 08:06 joho500

I think this project is EOL since there is no new version for arround one year.

bogosavljevic avatar Jun 09 '23 08:06 bogosavljevic

Yes you could be right.

Solved the display problem by adding _name: under preset:. Option is described in the README.md.

control: hvac: true preset: _name: 'text here'

joho500 avatar Jun 11 '23 12:06 joho500

Yes you could be right.

Solved the display problem by adding _name: under preset:. Option is described in the README.md.

control: hvac: true preset: _name: 'text here'

That works. Thank you!

rVlad93 avatar Jun 11 '23 13:06 rVlad93

how can i fix this, i see this now since 2023.9.x

image

          - type: custom:simple-thermostat
            entity: climate.weau
            layout:
              step: row
            header: false
            control: true
            step_size: 1

already tried below, but didnt help ?

          - type: custom:simple-thermostat
            entity: climate.weau
            layout:
              step: row
            header: false
            control:
              hvac:  
                'heat': true
                preset:
                  _name: 'Aan'
                'off': true
                preset:
                  _name: 'Uit'

pergolafabio avatar Sep 08 '23 08:09 pergolafabio