TADO not reacting

Hi there,

Since some time. (within the last 3 updates of HA) my TADO is acting strange. I have setup 6 rooms which i can control from my tablet hanging on the wall.
These have been working fine for let’s say 2 years now.

When i try to set a new temperature some rooms are reacting and others don’t.

If i hit “Verwarmen” on the right side on “Slaapkamer” it works. If i hit “Verwarmen” on the left side on “Woonkamer” it doesn’t.

First i was thinking it might be the “Simple Thermostat” integration so i tried the default integration in HA but that doesn’t change a thing.

I also removed the TADO integration from the system, rebooted it and added it again.
Not working either.

From within the TADO app everything is reacting fine so there must be something between TADO and Home Assistant what’s messing things up.

Am i the only one having this issue and might there be something i’m not seeing?

The code:

type: vertical-stack
cards:
  - type: horizontal-stack
    cards:
      - type: 'custom:simple-thermostat'
        entity: climate.woonkamer
        step_layout: row
        name: Woonkamer
        icon: 'mdi:radiator'
        control: true
      - type: 'custom:simple-thermostat'
        entity: climate.slaapkamer_bo
        step_layout: row
        name: true
        icon: 'mdi:radiator'
        control: true
      - type: 'custom:simple-thermostat'
        entity: climate.slaapkamer
        step_layout: row
        name: true
        icon: 'mdi:radiator'
        control: true
  - type: horizontal-stack
    cards:
      - type: 'custom:simple-thermostat'
        entity: climate.mancave
        step_layout: row
        name: true
        icon: 'mdi:radiator'
        control: true
      - type: 'custom:simple-thermostat'
        entity: climate.badkamer
        step_layout: row
        name: true
        icon: 'mdi:radiator'
        control: true
      - type: 'custom:simple-thermostat'
        entity: climate.hal
        step_layout: row
        name: true
        icon: 'mdi:radiator'
        control: true