Plugwise core and custom_component

you got it :wink:

Could be, but here it is identical on Chrome desktop too.

we did see other interface elements toggle back and forth like this before waiting for the final feedback of the actual device (not sure which but they were actual switch toggles ). because of that timing issue people kept toggling and ofc that lead to the incorrect outcome…

all I am saying is, this could actually be considered a frontend issue rather than a backend.

otoh, if that cooldown doesnt hurt performance, and it helps syncing these thermostats that would be good too.

we should draw attention to the precision issue too though, and again ask for user configurability. I remember Frenck btw discussing this on the exact device. So maybe just an oversight

btw I just found the custom:numberbox-card which has a configurable precision and seems a bit more modern and configurable that simple thermostat

  - type: custom:numberbox-card
    style: |
    card_mod:
      style: |
        ha-card .info {
          font-weight: bold;
        }
    entity: climate.voorkamer
    service: climate.set_temperature
    param: temperature
    state: temperature
    min: 5
    max: 21
    step: 0.5
    secondary_info: >
      Actueel:<b style="color:green"> %climate.voorkamer:attributes:current_temperature </b><br />
      Preset:<b style="color:green"> %climate.voorkamer:attributes:preset_mode </b><br />
      Mode:<b style="color:grey"> %climate.voorkamer:attributes:hvac_action </b><br />

combined with my own preset buttons results in something like

far from prefect yet, need some stylings to be changed, but quick test seems to work properly, and no UI feedback issues

I did that, wanted to put it back to 0.5. But it was refused, kept to 0.1 because of the added +/- buttons.

There’s also this PR: Range of Plugwise thermostat is [0-100] instead of e.g. [0-40] degrees celsius · Issue #104023 · home-assistant/core · GitHub
I will create a PR that puts a max of 35 on the upper limit.

my idea would not be to fix it to 0.5, since others might want that utmost precision, but to set it user configurable

not sure where this would be, frontend or backend. My guess would be frontend on the thermostat card, since all other customers cards also do that :wink:

posted here: add user configurable decimal precision to thermostat card (and more-info) · home-assistant/frontend · Discussion #18710 · GitHub

I missed this I think. There has never been a Select for preset-selection. Because this function was already available in the climate-card. And personally I think the present implementation looks good, will be even better when we can add the missing icons.

yes, I just noticed the missing icon in the Tile card options:

and went to dev_frontend for support on fixing those in a PR, but was referred to Icon translations · home-assistant/architecture · Discussion #980 · GitHub

my issue is we get this huge more-info card on all now. matter of taste, but for me it just doesnt work, I like the smaller and non-circular control.

same for the huge empty space on the temp control in that tile card…

then again I also have issues steering Alan Wake 2…