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 KY35W-10 WIFI shutter motor/controller #1866

Closed
opolczer opened this issue May 1, 2024 · 5 comments
Closed

Request support for KY35W-10 WIFI shutter motor/controller #1866

opolczer opened this issue May 1, 2024 · 5 comments

Comments

@opolczer
Copy link

opolczer commented May 1, 2024

Log Message

Device matches None with quality of 0%. DPS: {"updated_at": 1714521120.9885597, "101": "stop", "102": 86, "107": false, "108": false}

Information about DPS mappings

{
  "modelId": "0000000knn",
  "services": [
    {
      "actions": [],
      "code": "",
      "description": "",
      "events": [],
      "name": "默认服务",
      "properties": [
        {
          "abilityId": 101,
          "accessMode": "rw",
          "code": "switch",
          "description": "打开窗帘:open;停止:stop;关闭窗帘:close", //Shutter controlling: open, close, stop
          "extensions": {
            "iconName": "icon-dp_power",
            "attribute": "4"
          },
          "name": "开关",
          "typeSpec": {
            "type": "enum",
            "range": [
              "open",
              "stop",
              "close"
            ]
          }
        },
        {
          "abilityId": 102,
          "accessMode": "ro",
          "code": "state",
          "description": "窗帘的开启程度百分比呈现,0%——100%", //GET shutter position status in percent
          "name": "已开启",
          "typeSpec": {
            "type": "value",
            "max": 100,
            "min": 0,
            "scale": 1,
            "step": 1,
            "unit": "%"
          }
        },
        {
          "abilityId": 103,
          "accessMode": "rw",
          "code": "reception",
          "description": "", //SET shutter position: 0-100 percent
          "name": "会客模式", 
          "typeSpec": {
            "type": "value",
            "max": 100,
            "min": 0,
            "scale": 0,
            "step": 1,
            "unit": ""
          }
        },
        {
          "abilityId": 104,
          "accessMode": "rw",
          "code": "sleep",
          "description": "",
          "name": "睡眠模式",
          "typeSpec": {
            "type": "value",
            "max": 100,
            "min": 0,
            "scale": 0,
            "step": 1,
            "unit": "%"
          }
        },
        {
          "abilityId": 105,
          "accessMode": "rw",
          "code": "rise",
          "description": "",
          "name": "起床模式",
          "typeSpec": {
            "type": "value",
            "max": 100,
            "min": 0,
            "scale": 0,
            "step": 1,
            "unit": "%"
          }
        },
        {
          "abilityId": 106,
          "accessMode": "rw",
          "code": "onlook",
          "description": "",
          "name": "围观模式",
          "typeSpec": {
            "type": "value",
            "max": 100,
            "min": 0,
            "scale": 0,
            "step": 1,
            "unit": "%"
          }
        },
        {
          "abilityId": 107,
          "accessMode": "rw",
          "code": "Reverse",
          "description": "", //motor reverse function
          "name": "电机反转", 
          "typeSpec": {
            "type": "bool"
          }
        },
        {
          "abilityId": 108,
          "accessMode": "rw",
          "code": "Handpulled",
          "description": "",
          "name": "点动模式",
          "typeSpec": {
            "type": "bool"
          }
        }
      ]
    }
  ]
}

Product ID

hG8tA80YAj0YyxWP

Information about how the device functions

I bought the shutter motor from here. Unfortunately, I couldn't find any more information about it:
https://ky-motor.info/index.php/termekeink/motorok/redonymotorok/wifi-motor-bidi-ketiranyu-kommunikacioval/product/ky-35w-10-akadalyerzekelos-radios-redonymotor-wifi-kapcsolattal

I want to use SET and GET position (103,102) , motor controlling (101) and motor reverse (107) functions.
Unfortunately the SET position not working from Tuya cloud integration.

Thanks

@opolczer opolczer added the new device Unsupported device label May 1, 2024
@opolczer opolczer changed the title Request support for KY35RW/L-10 WIFI shutter motor/controller Request support for KY35W-10 WIFI shutter motor/controller May 1, 2024
@make-all make-all added the full_info All info needed was provided label May 1, 2024
make-all added a commit that referenced this issue Jun 22, 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 labels Jun 22, 2024
@make-all
Copy link
Owner

Often Tuya positions are reversed compared to HA's expectation. So give this a try, and if the positions are opposite from what is expected, do feed back so it can be improved

@opolczer
Copy link
Author

Often Tuya positions are reversed compared to HA's expectation. So give this a try, and if the positions are opposite from what is expected, do feed back so it can be improved

Hello!

The position control works, but you're right, it's reversed.
Can you change it?

Thanks,
Daniel

make-all added a commit that referenced this issue Jun 23, 2024
@opolczer
Copy link
Author

Super, working well!
Thanks

@make-all make-all reopened this Jun 24, 2024
@make-all make-all removed the awaiting confirmation Wating for confirmation the issue is solved label Jun 24, 2024
@opolczer opolczer closed this as completed Jul 7, 2024
@opolczer
Copy link
Author

opolczer commented Jul 7, 2024

Sorry, shouldn't I have closed it?

@opolczer opolczer reopened this Jul 7, 2024
@make-all
Copy link
Owner

make-all commented Jul 8, 2024

I close issues when they are released

@make-all make-all removed new device Unsupported device unreleased Will be in next release labels Jul 15, 2024
timlaing pushed a commit to timlaing/tuya-local that referenced this issue Aug 8, 2024
timlaing pushed a commit to timlaing/tuya-local that referenced this issue Aug 8, 2024
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