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

[Device Request]: Qlima D820A Dehumidifyer to Homey Pro 2023 #90

Open
PeuleP opened this issue Jul 29, 2024 · 4 comments · Fixed by #246
Open

[Device Request]: Qlima D820A Dehumidifyer to Homey Pro 2023 #90

PeuleP opened this issue Jul 29, 2024 · 4 comments · Fixed by #246
Labels
confirmed Indicates that there is an issue which has been confirmed device request Indicates a device request in progress Is already being worked on
Milestone

Comments

@PeuleP
Copy link

PeuleP commented Jul 29, 2024

Device information

https://www.qlima.nl/ontvochtiger-d-820-a-smart-wit-zwart.html

Device specification is empty

Device specification

  { "device": ..., "specifications": ...}

Tuya

@PeuleP PeuleP added the device request Indicates a device request label Jul 29, 2024
@bobvandevijver
Copy link
Collaborator

Can you please try to remove your device and add it once again to see if the device specification is still empty?

@bobvandevijver bobvandevijver added the missing info Indicates required information is missing label Jul 29, 2024
@PeuleP

This comment was marked as outdated.

@bobvandevijver

This comment was marked as outdated.

@PeuleP
Copy link
Author

PeuleP commented Jul 29, 2024

From the webapp I was able to copy it, not from the iOS app, removed the lat, lon and ip fields details;

{
  "device": {
    "active_time": 1719938753,
    "biz_type": 18,
    "category": "cs",
    "create_time": 1719938753,
    "icon": "smart/icon/bay1584431705184P5CX/432a1cc5fbbb3d8aba041d87c5349b6a.jpg",
    "id": "bfdcb8d72f387feb29uvxq",
    "ip": "XX.XX.XX.XX",
    "lat": "XX.XXXX",
    "local_key": "AW(YdM6$Msd1j(&D",
    "lon": "X.XXXX",
    "model": "YL-2P20M1",
    "name": "D820",
    "online": true,
    "owner_id": "196686224",
    "product_id": "poorkle3ij0aapof",
    "product_name": "D820",
    "status": [
      {
        "code": "switch",
        "value": true
      },
      {
        "code": "dehumidify_set_enum",
        "value": "55"
      },
      {
        "code": "fan_speed_enum",
        "value": "mid"
      },
      {
        "code": "humidity_indoor",
        "value": 54
      },
      {
        "code": "temp_indoor",
        "value": 20
      },
      {
        "code": "swing",
        "value": true
      },
      {
        "code": "child_lock",
        "value": false
      },
      {
        "code": "countdown_set",
        "value": "cancel"
      },
      {
        "code": "countdown_left",
        "value": 0
      },
      {
        "code": "fault",
        "value": 0
      }
    ],
    "sub": false,
    "time_zone": "+02:00",
    "uid": "eu1719938707929QN28m",
    "update_time": 1721763878,
    "uuid": "3f37e5723357bbaa"
  },
  "specifications": {
    "category": "cs",
    "functions": [
      {
        "code": "switch",
        "desc": "{}",
        "name": "开关",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "dehumidify_set_enum",
        "desc": "{\"range\":[\"40\",\"50\"]}",
        "name": "设定除湿值(枚举型)",
        "type": "Enum",
        "values": "{\"range\":[\"40\",\"50\"]}"
      },
      {
        "code": "fan_speed_enum",
        "desc": "{\"range\":[\"low\",\"mid\",\"high\"]}",
        "name": "风速",
        "type": "Enum",
        "values": "{\"range\":[\"low\",\"mid\",\"high\"]}"
      },
      {
        "code": "swing",
        "desc": "{}",
        "name": "摆风",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "child_lock",
        "desc": "{}",
        "name": "童锁开关",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "countdown_set",
        "desc": "{\"range\":[\"cancel\",\"1h\",\"2h\",\"3h\"]}",
        "name": "倒计时",
        "type": "Enum",
        "values": "{\"range\":[\"cancel\",\"1h\",\"2h\",\"3h\"]}"
      }
    ],
    "status": [
      {
        "code": "switch",
        "name": "开关",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "dehumidify_set_enum",
        "name": "设定除湿值(枚举型)",
        "type": "Enum",
        "values": "{\"range\":[\"40\",\"50\"]}"
      },
      {
        "code": "fan_speed_enum",
        "name": "风速",
        "type": "Enum",
        "values": "{\"range\":[\"low\",\"mid\",\"high\"]}"
      },
      {
        "code": "humidity_indoor",
        "name": "室内湿度",
        "type": "Integer",
        "values": "{\"unit\":\"%\",\"min\":0,\"max\":100,\"scale\":0,\"step\":1}"
      },
      {
        "code": "temp_indoor",
        "name": "室内温度",
        "type": "Integer",
        "values": "{\"unit\":\"\",\"min\":0,\"max\":100,\"scale\":0,\"step\":1}"
      },
      {
        "code": "swing",
        "name": "摆风",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "child_lock",
        "name": "童锁开关",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "countdown_set",
        "name": "倒计时",
        "type": "Enum",
        "values": "{\"range\":[\"cancel\",\"1h\",\"2h\",\"3h\"]}"
      },
      {
        "code": "countdown_left",
        "name": "倒计时剩余时间",
        "type": "Integer",
        "values": "{\"unit\":\"min\",\"min\":0,\"max\":540,\"scale\":0,\"step\":1}"
      },
      {
        "code": "fault",
        "name": "故障告警",
        "type": "Bitmap",
        "values": "{\"label\":[\"C1\",\"C2\",\"C8\",\"P1\",\"P2\",\"P3\",\"P4\"]}"
      }
    ]
  }
}

@bobvandevijver bobvandevijver removed the missing info Indicates required information is missing label Jul 29, 2024
@bobvandevijver bobvandevijver added the confirmed Indicates that there is an issue which has been confirmed label Aug 7, 2024
@bobvandevijver bobvandevijver mentioned this issue Aug 7, 2024
34 tasks
@bobvandevijver bobvandevijver changed the title Qlima D820A Dehumidifyer to Homey Pro 2023 [Device Request]: Qlima D820A Dehumidifyer to Homey Pro 2023 Aug 16, 2024
@bobvandevijver bobvandevijver added this to the Release 1.5.0 milestone Sep 16, 2024
@bobvandevijver bobvandevijver linked a pull request Sep 23, 2024 that will close this issue
@bobvandevijver bobvandevijver added the in progress Is already being worked on label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed Indicates that there is an issue which has been confirmed device request Indicates a device request in progress Is already being worked on
Development

Successfully merging a pull request may close this issue.

2 participants