home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.3k stars 30.61k forks source link

Tuya Drying Rack Unsupported #129673

Open jl9678 opened 5 hours ago

jl9678 commented 5 hours ago

The problem

Drying Rack not supported in Home assistant.

Basic movement, drying modes as per inside tuya app not exposed.

What version of Home Assistant Core has the issue?

2024.10.4

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 inter

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

"name": "Steigen EVO",
    "category": "lyj",
    "product_id": "5gtjlyeeljy7ufe4",
    "product_name": "Steigen EVO",
    "online": true,
    "sub": false,
    "time_zone": "+08:00",
    "active_time": "2024-10-26T10:16:32+00:00",
    "create_time": "2024-10-26T10:16:32+00:00",
    "update_time": "2024-10-26T10:16:32+00:00",
    "function": {
      "control": {
        "type": "Enum",
        "value": {
          "range": [
            "up",
            "down",
            "stop"
          ]
        }
      },
      "position": {
        "type": "Integer",
        "value": {
          "unit": "%",
          "min": 0,
          "max": 100,
          "scale": 0,
          "step": 1
        }
      },
      "light": {
        "type": "Boolean",
        "value": {}
      },
      "wind_dry": {
        "type": "Boolean",
        "value": {}
      },
      "hot_dry": {
        "type": "Boolean",
        "value": {}
      },
      "hot_dry_set": {
        "type": "Enum",
        "value": {
          "range": [
            "1h",
            "2h",
            "3h",
            "4h",
            "5h",
            "6h",
            "cancel"
          ]
        }
      },
      "wind_dry_set": {
        "type": "Enum",
        "value": {
          "range": [
            "1h",
            "2h",
            "3h",
            "cancel"
          ]
        }
      }
    },
    "status_range": {
      "control": {
        "type": "Enum",
        "value": {
          "range": [
            "up",
            "down",
            "stop"
          ]
        }
      },
      "position": {
        "type": "Integer",
        "value": {
          "unit": "%",
          "min": 0,
          "max": 100,
          "scale": 0,
          "step": 1
        }
      },
      "light": {
        "type": "Boolean",
        "value": {}
      },
      "wind_dry": {
        "type": "Boolean",
        "value": {}
      },
      "hot_dry": {
        "type": "Boolean",
        "value": {}
      },
      "work_state": {
        "type": "Enum",
        "value": {
          "range": [
            "up",
            "down",
            "stop"
          ]
        }
      },
      "hot_dry_set": {
        "type": "Enum",
        "value": {
          "range": [
            "1h",
            "2h",
            "3h",
            "4h",
            "5h",
            "6h",
            "cancel"
          ]
        }
      },
      "wind_dry_set": {
        "type": "Enum",
        "value": {
          "range": [
            "1h",
            "2h",
            "3h",
            "cancel"
          ]
        }
      },
      "hot_left": {
        "type": "Integer",
        "value": {
          "unit": "min",
          "min": 1,
          "max": 360,
          "scale": 0,
          "step": 1
        }
      },
      "wind_left": {
        "type": "Integer",
        "value": {
          "unit": "min",
          "min": 1,
          "max": 180,
          "scale": 0,
          "step": 1
        }
      }
    },
    "status": {
      "control": "stop",
      "position": 0,
      "light": false,
      "wind_dry": false,
      "hot_dry": false,
      "work_state": "stop",
      "hot_dry_set": "1h",
      "wind_dry_set": "1h",
      "hot_left": 180,
      "wind_left": 1
    },
    "home_assistant": {
      "name": "Steigen EVO",
      "name_by_user": null,
      "disabled": false,
      "disabled_by": null,
      "entities": []
    },
    "set_up": false,
    "support_local": true

Additional information

No response

home-assistant[bot] commented 2 hours 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!

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)