AirCon icon indicating copy to clipboard operation
AirCon copied to clipboard

No switch dry to cool

Open wifi75 opened this issue 3 years ago • 4 comments

Hello I have two AC code: hisense-eu if I'm on dry you can't switch to cool, why? let's say it never worked.

wifi75 avatar Jul 25 '22 12:07 wifi75

Not sure why it does that from the thermostat card, but I found a workaround by adding a separate MQTT select

Code in configuration.yaml is like:

mqtt:
  select:
    - name: "Livingroom AC Work Mode"
      command_topic: "hisense_ac/xyxyxyxyxyxy/t_work_mode/command"
      state_topic: "hisense_ac/xyxyxyxyxyxy/t_work_mode/status"
      options:
        - "off"
        - "cool"
        - "heat"
        - "auto"
        - "dry"
        - "fan_only"

It's not completely failproof, but it fails 10% of the time instead of 90%, in my experience.

Someting similar can be also used for sleep mode:

  - name: "Livingroom AC Sleep Mode"
    command_topic: "hisense_ac/xyxyxyxyxyxy/t_sleep/command"
    state_topic: "hisense_ac/xyxyxyxyxyxy/t_sleep/status"
    options:
      - "stop"
      - "one"
      - "two"
      - "three"
      - "four"
      

dvdavide avatar Aug 21 '22 17:08 dvdavide

Hi! I have tried this workaround but nothing changes with my ACs. Do you have any idea on how to solve this problem?

luis19872 avatar Sep 29 '22 10:09 luis19872

Any update on this? Not a workaround, but a solution to the problem...

MadDoct avatar Nov 17 '22 15:11 MadDoct

hi have the same problem, the delay time is too large for change a status on HA

tremendo88 avatar Jul 25 '23 13:07 tremendo88