No switch dry to cool
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.
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"
Hi! I have tried this workaround but nothing changes with my ACs. Do you have any idea on how to solve this problem?
Any update on this? Not a workaround, but a solution to the problem...
hi have the same problem, the delay time is too large for change a status on HA