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]: Tuya Air Housekeeper #102

Open
Hkire75 opened this issue Jul 31, 2024 · 0 comments · Fixed by #255
Open

[Device request]: Tuya Air Housekeeper #102

Hkire75 opened this issue Jul 31, 2024 · 0 comments · Fixed by #255
Labels
confirmed Indicates that there is an issue which has been confirmed device request Indicates a device request
Milestone

Comments

@Hkire75
Copy link

Hkire75 commented Jul 31, 2024

Device information

I need driver for this zigbee device:

https://amzn.eu/d/0aeYBfsE

Device specification

{
  "device": {
    "active_time": 1722438118,
    "biz_type": 0,
    "category": "pm2.5",
    "create_time": 1722431921,
    "icon": "smart/icon/ay1539522373048EgKRS/a4722b3b37fb2942f6a00b2b7ceb2e12.png",
    "id": "bf5578ec0a64e5540ftylv",
    "ip": "<redacted>",
    "lat": "<redacted>",
    "local_key": "<redacted>",
    "lon": "<redacted>",
    "model": "",
    "name": "Air Housekeeper ",
    "node_id": "a4c1381c793601b7",
    "online": true,
    "owner_id": "<redacted>",
    "product_id": "dwcarsat",
    "product_name": "Air Housekeeper ",
    "status": [
      {
        "code": "pm25_value",
        "value": 7
      },
      {
        "code": "temp_current",
        "value": 262
      },
      {
        "code": "humidity_value",
        "value": 608
      },
      {
        "code": "ch2o_value",
        "value": 5
      },
      {
        "code": "voc_value",
        "value": 15
      },
      {
        "code": "co2_value",
        "value": 365
      }
    ],
    "sub": true,
    "time_zone": "+02:00",
    "uid": "<redacted>",
    "update_time": 1722438119,
    "uuid": "<redacted>"
  },
  "specifications": {
    "category": "pm2.5",
    "status": [
      {
        "code": "pm25_value",
        "name": "PM2.5检测值",
        "type": "Integer",
        "values": "{\"unit\":\"ug/m3\",\"min\":0,\"max\":999,\"scale\":0,\"step\":1}"
      },
      {
        "code": "temp_current",
        "name": "当前温度",
        "type": "Integer",
        "values": "{\"unit\":\"\",\"min\":0,\"max\":850,\"scale\":1,\"step\":1}"
      },
      {
        "code": "humidity_value",
        "name": "湿度数值",
        "type": "Integer",
        "values": "{\"unit\":\"%\",\"min\":0,\"max\":1000,\"scale\":1,\"step\":1}"
      },
      {
        "code": "ch2o_value",
        "name": "甲醛检测值",
        "type": "Integer",
        "values": "{\"unit\":\"ppm\",\"min\":0,\"max\":1000,\"scale\":3,\"step\":1}"
      },
      {
        "code": "voc_value",
        "name": "VOC检测值",
        "type": "Integer",
        "values": "{\"unit\":\"ppm\",\"min\":0,\"max\":2000,\"scale\":3,\"step\":1}"
      },
      {
        "code": "co2_value",
        "name": "CO2检测值",
        "type": "Integer",
        "values": "{\"unit\":\"ppm\",\"min\":350,\"max\":2000,\"scale\":0,\"step\":1}"
      }
    ]
  }
}
@Hkire75 Hkire75 added the device request Indicates a device request label Jul 31, 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 added this to the Release 1.5.0 milestone Sep 24, 2024
@bobvandevijver bobvandevijver linked a pull request Oct 7, 2024 that will close this issue
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
Development

Successfully merging a pull request may close this issue.

2 participants