Open tempus2016 opened 3 months ago
Hey there @tuya, @zlinoliver, @frenck, mind taking a look at this issue as it has been labeled with an integration (tuya
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
tuya documentation tuya source (message by IssueLinks)
Anyone available to help?
Having similar issue, but I cannot select fan speed at all | Code | Type | Values |
---|---|---|---|
switch | Boolean | "{true,false}" | |
mode | Enum | { "range": [ "cold", "hot", "wind" ] } |
|
eco | Boolean | "{true,false}" | |
temp_set | Integer | { "unit": "℃", "min": 50, "max": 350, "scale": 1, "step": 5 } |
|
upper_temp_f | Integer | { "unit": "°C", "min": 150, "max": 350, "scale": 1, "step": 10 } |
|
upper_temp | Integer | { "unit": "℃", "min": 150, "max": 350, "scale": 1, "step": 10 } |
|
lower_temp_f | Integer | { "unit": "°C", "min": 50, "max": 150, "scale": 1, "step": 10 } |
|
lower_temp | Integer | { "unit": "℃", "min": 50, "max": 150, "scale": 1, "step": 10 } |
|
temp_correction | Integer | { "unit": "°C", "min": -9, "max": 9, "scale": 0, "step": 1 } |
|
level | Enum | { "range": [ "low", "middle", "high", "auto" ] } |
The problem
I have an electriQ air conditioner installed and set up via Tuya. I am unable to control the fan speed due to an error being received and the option for the vertical louvre to allow for moving air flow is missing.
Code from the Tuya Project:
Wind_Vertical command shows when using the Smart Life App but no option in HA:
When I try to change the fan speed, I get this error:
What version of Home Assistant Core has the issue?
2024.8.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Tuya
Link to integration documentation on our website
No response
Diagnostics information
tuya-02302127b89347f22ae9132e84a7d1c9-Cabin Air Con-ce0c1f32468b2c0134e59d4d7ff5a1f6.json
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response