home-assistant/core

TUYA Curtain type unsupported

Opened this issue · 3 comments

BNMBOB commented

The problem

I have a Quoya QL500 qutomatic curtain that is almost identical to three Abalon ones I already have integrated in HA and working.
Once added to smartlife it appears in HA as unsupported:
窗帘电动轨道 (unsupported) (p1fiefpamvaqek4u)

Looking at the TUYA cloud, it has the same product category as the working curtains (cl):
Product Name: 窗帘电动轨道
Product Category: cl
Device Status: Online

The only differences I can see between this one and the working ones are:
in HA the device info shows: p1fiefpamvaqek4u. for the working ones its: XS76BY5Q1uKO6gjC
and, in Tuya cloud there was no standard instructions (all a hyphen) so I changed to DP instruction and that mapped the standard instructions and showed the debug after that:

JSON editing:
[
{
"code": "position",
"value": 0
},
{
"code": "mach_operate",
"value": "STOP"
},
{
"code": "opposite",
"value": false
}
]


Standard instruction set:

Code Type Values
position Integer {   "unit": "%",   "min": 0,   "max": 100,   "scale": 0,   "step": 1 }
mach_operate Enum {   "range": [     "ZZ",     "FZ",     "STOP"   ] }
opposite Boolean "{true,false}"

Works through smartlife app.

Thanks and hoping it can be fixed.

What version of Home Assistant Core has the issue?

core-2024.10.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

https://www.home-assistant.io/integrations/tuya

Diagnostics information

config_entry-tuya-64621fd23e2cc51d6c36b92a062a2e25.json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

for diagnostics, non working is called "Front guest curtains"

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!

Code owner commands

Code owners of tuya can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign tuya Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


tuya documentation
tuya source
(message by IssueLinks)

Pex85 commented

Hi, I would like to ask if it was possible to support the ME201W ultrasonic fluid sensor in smartlife integration (beta). The sensor is seen but is not supported Thank you

vyckou commented

@Pex85 Interested as well. Should we create separate issue for that?