Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tuya 1CH Wi-Fi Curtain Module (unsupported) #134980

Open
newuser202219 opened this issue Jan 7, 2025 · 1 comment
Open

Tuya 1CH Wi-Fi Curtain Module (unsupported) #134980

newuser202219 opened this issue Jan 7, 2025 · 1 comment

Comments

@newuser202219
Copy link

The problem

Curtain device is unsupported on Tuya integration

What version of Home Assistant Core has the issue?

2025.1.1

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

{
"home_assistant": {
"installation_type": "Home Assistant OS",
"version": "2025.1.1",
"dev": false,
"hassio": true,
"virtualenv": false,
"python_version": "3.13.1",
"docker": true,
"arch": "x86_64",
"timezone": "Africa/Casablanca",
"os_name": "Linux",
"os_version": "6.6.66-haos",
"supervisor": "2024.12.3",
"host_os": "Home Assistant OS 14.1",
"docker_version": "27.2.0",
"chassis": "vm",
"run_as_root": true
},
"custom_components": {
"localtuya": {
"documentation": "https://github.com/rospogrigio/localtuya/",
"version": "5.2.1",
"requirements": []
},
"hacs": {
"documentation": "https://hacs.xyz/docs/use/",
"version": "2.0.2",
"requirements": [
"aiogithubapi>=22.10.1"
]
},
"tapo": {
"documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100",
"version": "3.1.2",
"requirements": [
"plugp100==5.1.3"
]
}
},
"integration_manifest": {
"domain": "tuya",
"name": "Tuya",
"codeowners": [
"Tuya",
"zlinoliver",
"frenck"
],
"config_flow": true,
"dependencies": [
"ffmpeg"
],
"dhcp": [
{
"macaddress": "105A17*"
},
{
"macaddress": "10D561*"
},
{
"macaddress": "1869D8*"
},
{
"macaddress": "381F8D*"
},
{
"macaddress": "508A06*"
},
{
"macaddress": "68572D*"
},
{
"macaddress": "708976*"
},
{
"macaddress": "7CF666*"
},
{
"macaddress": "84E342*"
},
{
"macaddress": "D4A651*"
},
{
"macaddress": "D81F12*"
}
],
"documentation": "https://www.home-assistant.io/integrations/tuya",
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": [
"tuya_iot"
],
"requirements": [
"tuya-device-sharing-sdk==0.2.1"
],
"is_built_in": true,
"overwrites_built_in": false
},
"setup_times": {
"null": {
"setup": 1.750999945215881e-05
},
"01JH0AZZ2B767M3KYTR1WKC2GE": {
"config_entry_setup": 0.23774605500057078
}
},
"data": {
"endpoint": "https://apigw.tuyaeu.com",
"terminal_id": "17362523750095nLYqA",
"mqtt_connected": true,
"disabled_by": null,
"disabled_polling": false,
"id": "bf43dade5c395f0ab9jtn9",
"name": "master bedroom curtain ",
"category": "tdq",
"product_id": "igtakqsfhbr7qsp7",
"product_name": "1CH Wi-Fi Curtain Module",
"online": true,
"sub": false,
"time_zone": "+01:00",
"active_time": "2024-07-21T15:57:56+00:00",
"create_time": "2024-07-21T15:57:56+00:00",
"update_time": "2024-07-21T15:57:56+00:00",
"function": {
"control": {
"type": "Enum",
"value": {
"range": [
"open",
"stop",
"close",
"continue"
]
}
},
"percent_control": {
"type": "Integer",
"value": {
"min": 0,
"max": 100,
"step": 1,
"unit": "%",
"scale": 0
}
},
"cur_calibration": {
"type": "Enum",
"value": {
"range": [
"start",
"end"
]
}
},
"control_back": {
"type": "Enum",
"value": {
"range": [
"forward",
"back"
]
}
},
"quick_calibration_1": {
"type": "Integer",
"value": {
"min": 0,
"max": 900,
"step": 1,
"unit": "s",
"scale": 0
}
},
"elec_machinery_mode": {
"type": "Enum",
"value": {
"range": [
"push",
"rock"
]
}
}
},
"status_range": {
"control": {
"type": "Enum",
"value": {
"range": [
"open",
"stop",
"close",
"continue"
]
}
},
"percent_control": {
"type": "Integer",
"value": {
"min": 0,
"max": 100,
"step": 1,
"unit": "%",
"scale": 0
}
},
"cur_calibration": {
"type": "Enum",
"value": {
"range": [
"start",
"end"
]
}
},
"control_back": {
"type": "Enum",
"value": {
"range": [
"forward",
"back"
]
}
},
"quick_calibration_1": {
"type": "Integer",
"value": {
"min": 0,
"max": 900,
"step": 1,
"unit": "s",
"scale": 0
}
},
"elec_machinery_mode": {
"type": "Enum",
"value": {
"range": [
"push",
"rock"
]
}
}
},
"status": {
"control": "stop",
"percent_control": 89,
"cur_calibration": "start",
"control_back": "forward",
"quick_calibration_1": 29,
"elec_machinery_mode": "push"
},
"home_assistant": {
"name": "master bedroom curtain ",
"name_by_user": null,
"disabled": false,
"disabled_by": null,
"entities": []
},
"set_up": false,
"support_local": true
}
}

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

I have been having this issue with 1CH Wi-Fi Curtain Modules even in previous home assistant versions.

@home-assistant
Copy link

home-assistant bot commented Jan 7, 2025

Hey there @tuya, @zlinoliver, 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant