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

Request support for MOES WS-Y-EUC curtain switch #1751

Closed
Szenky opened this issue Mar 16, 2024 · 1 comment
Closed

Request support for MOES WS-Y-EUC curtain switch #1751

Szenky opened this issue Mar 16, 2024 · 1 comment

Comments

@Szenky
Copy link

Szenky commented Mar 16, 2024

Log Message

2024-03-16 20:53:21.112 WARNING (MainThread) [custom_components.tuya_local.config_flow] Device matches avatto_curtain_switch with quality of 67%. DPS: {"updated_at": 1710618799.9075906, "1": "stop", "9": 10, "101": true}
2024-03-16 20:53:21.112 WARNING (MainThread) [custom_components.tuya_local.config_flow] Report this to https://github.com/make-all/tuya-local/issues/

Information about DPS mappings

{
  "result": {
    "model": "{\"modelId\":\"00000030gn\",\"services\":[{\"actions\":[],\"code\":\"\",\"description\":\"\",\"events\":[],\"name\":\"default service\",\"properties\":[
{\"abilityId\":1,\"accessMode\":\"rw\",\"code\":\"switch_control\",\"description\":\"\",\"name\":\"switching control\",\"typeSpec\":{\"range\":[\"on\",\"stop\",\"off\"],\"type\":\"enum\",\"typeDefaultValue\":\"on\"}},
{\"abilityId\":9,\"accessMode\":\"rw\",\"code\":\"tr_timecon\",\"description\":\"\",\"extensions\":{\"iconName\":\"icon-dp_time2\"},\"name\":\"Journey Time Configuration\",\"typeSpec\":{\"max\":120,\"min\":10,\"scale\":0,\"step\":1,\"type\":\"value\",\"typeDefaultValue\":10,\"unit\":\"s\"}},
{\"abilityId\":101,\"accessMode\":\"rw\",\"code\":\"BlackLight\",\"description\":\"Controlled backlighting\",\"name\":\"Backlight switch\",\"typeSpec\":{\"type\":\"bool\",\"typeDefaultValue\":false}}]}]}"
  },
  "success": true,
  "t": 1710619190765,
  "tid": "bf8ef14de3cf11ee91c03221dd841d9c"
}


DP IDs:
switch control code: "1"
BackLight code: "101"
Quick Calibration 1 code "9"

Specification:
{
"result": {
"category": "clkg",
"functions": [
{
"code": "tr_timecon",
"desc": "{"max":120,"min":10,"scale":0,"step":1,"unit":"s"}",
"name": "行程时间配置",
"type": "Integer",
"values": "{"max":120,"min":10,"scale":0,"step":1,"unit":"s"}"
},
{
"code": "control",
"desc": "{"range":["open","stop","close"]}",
"name": "设备控制",
"type": "Enum",
"values": "{"range":["open","stop","close"]}"
}
],
"status": [
{
"code": "control",
"name": "设备控制",
"type": "Enum",
"values": "{"range":["open","stop","close"]}"
},
{
"code": "tr_timecon",
"name": "行程时间配置",
"type": "Integer",
"values": "{"max":120,"min":10,"scale":0,"step":1,"unit":"s"}"
}
]
},
"success": true,
"t": 1710615263432,
"tid": "9ab5f3c2e3c611ee9a28e612834bce39"
}

Instruction set:
{
"result": {
"category": "clkg",
"functions": [
{
"code": "tr_timecon",
"desc": "tr timecon",
"name": "tr timecon",
"type": "Integer",
"values": "{"max":120,"min":10,"scale":0,"step":1,"unit":"s"}"
},
{
"code": "control",
"desc": "control",
"name": "control",
"type": "Enum",
"values": "{"range":["open","stop","close"]}"
}
]
},
"success": true,
"t": 1710615374583,
"tid": "dcf43db3e3c611ee9a28e612834bce39"
}

Product ID

"product_id": "1qhlrytqcpnqmzj7"

Device details:
{
"result": {
"active_time": 1646308621,
"bind_space_id": "38209949",
"category": "clkg",
"create_time": 1628232338,
"custom_name": "Terasz redőny",
"icon": "smart/program_category_icon/clkg.png",
"id":
"ip":
"is_online": true,
"lat": "47.3000",
"local_key":
"lon": "19.2200",
"model": "WF-TY02",
"name": "Curtain switch",
"product_id": "1qhlrytqcpnqmzj7",
"product_name": "窗帘开关",
"sub": false,
"time_zone": "+01:00",
"update_time": 1709307846,
"uuid": "72570501e868e75b3cf0"
},
"success": true,
"t": 1710615506749,
"tid": "2bbeebd7e3c711eeb631eadbf7f8866e"
}

Information about how the device functions

This MOES switch is not in tuya-local so I tried with Avatto Curtain Switch. "stop" is works "open" and "close" not, and working time cannot be set. Backlight is controllable.

This is a simple Curtain switch with 3 buttons. Up, Stop, Down.
At the app there is a setting to the curtain movement time. 10-120 sec.
After if up or down button pressed over the selected movement time the switch is stopped.
Of course the stop button stops the curtain in time.
At the app we can switch the backlight on or off.

URL: https://moeshouse.com/products/eu-wifi-push-button-curtain-switch?variant=32566907732049
Manual: https://drive.google.com/file/d/1MONkrPk18CKiUROTprLyDJ20iGf-y3wc/view

Terrace curtain

@Szenky Szenky added the new device Unsupported device label Mar 16, 2024
@make-all make-all added the full_info All info needed was provided label Mar 17, 2024
make-all added a commit that referenced this issue Mar 21, 2024
@make-all make-all added awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release and removed full_info All info needed was provided new device Unsupported device awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release labels Mar 21, 2024
@Szenky
Copy link
Author

Szenky commented Mar 28, 2024

Works like a charm! Thanks!

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

No branches or pull requests

2 participants