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 Siguro AP-K50 Air Master WHITE (air purifier) - similar to Proscenic A8 air purifier or Proscenic A9 air purifier #2700

Open
fate8383 opened this issue Dec 27, 2024 · 2 comments
Labels
full_info All info needed was provided new device Unsupported device

Comments

@fate8383
Copy link

Log message

2024-12-27 22:48:58.579 WARNING (MainThread) [custom_components.tuya_local.config_flow] Adding Air Purifier device with product id okhgq3wuhlmg03xz
2024-12-27 22:48:58.579 WARNING (MainThread) [custom_components.tuya_local.config_flow] Device matches feit_dimmer with quality of 27%. DPS: {"updated_at": 1735336131.9357703, "1": true, "2": 6, "4": "sleep", "6": true, "8": true, "9": true, "18": "cancel", "19": 0, "21": "great", "22": 0, "23": "c"}
2024-12-27 22:48:58.580 WARNING (MainThread) [custom_components.tuya_local.config_flow] Include the previous log messages with any new device request to https://github.com/make-all/tuya-local/issues/

Product ID

okhgq3wuhlmg03xz

Product Name

No response

DPS information

{
  "result": {
    "category": "kj",
    "functions": [
      {
        "code": "switch",
        "desc": "{}",
        "name": "开关",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "fan_speed_enum",
        "desc": "{\"range\":[\"auto\",\"sleep\"]}",
        "name": "风速模式",
        "type": "Enum",
        "values": "{\"range\":[\"auto\",\"sleep\"]}"
      },
      {
        "code": "anion",
        "desc": "{}",
        "name": "净离子",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "light",
        "desc": "{}",
        "name": "灯光",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "uv",
        "desc": "{}",
        "name": "UV杀菌",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "countdown_set",
        "desc": "{\"range\":[\"cancel\",\"1h\",\"2h\",\"3h\",\"4h\",\"5h\"]}",
        "name": "倒计时设置",
        "type": "Enum",
        "values": "{\"range\":[\"cancel\",\"1h\",\"2h\",\"3h\",\"4h\",\"5h\"]}"
      }
    ],
    "status": [
      {
        "code": "switch",
        "name": "开关",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "pm25",
        "name": "PM2.5",
        "type": "Integer",
        "values": "{\"unit\":\"ug/m3\",\"min\":0,\"max\":500,\"scale\":0,\"step\":1}"
      },
      {
        "code": "fan_speed_enum",
        "name": "风速模式",
        "type": "Enum",
        "values": "{\"range\":[\"auto\",\"sleep\"]}"
      },
      {
        "code": "filter",
        "name": "滤芯使用率",
        "type": "Integer",
        "values": "{\"unit\":\"%\",\"min\":0,\"max\":100,\"scale\":0,\"step\":1}"
      },
      {
        "code": "anion",
        "name": "净离子",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "light",
        "name": "灯光",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "uv",
        "name": "UV杀菌",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "countdown_set",
        "name": "倒计时设置",
        "type": "Enum",
        "values": "{\"range\":[\"cancel\",\"1h\",\"2h\",\"3h\",\"4h\",\"5h\"]}"
      },
      {
        "code": "countdown_left",
        "name": "倒计时剩余时间",
        "type": "Integer",
        "values": "{\"unit\":\"min\",\"min\":0,\"max\":720,\"scale\":0,\"step\":1}"
      },
      {
        "code": "air_quality",
        "name": "室内空气质量",
        "type": "Enum",
        "values": "{\"range\":[\"great\",\"mild\",\"good\",\"medium\",\"severe\"]}"
      },
      {
        "code": "fault",
        "name": "故障告警",
        "type": "Bitmap",
        "values": "{\"label\":[\"e1\",\"e2\"]}"
      }
    ]
  },
  "success": true,
  "t": 1735337657538,
  "tid": "e9e5c185c49f11ef9ff4b2ea4a9dc207"
}

Information about how the device functions

fan speed has 1-2-3 and sleep and auto. it is really simple device, on always starts with AUTO on fan speed, likes detects quality and speeds up then slows down but stays on AUTO. It has 3 switches: 1. Lights (screen light on off), 2. ION (ANION on off), 3. UV (on off). Also has PM sensor. The rest is clear in DP list I think. thanks.
For some reason I cannot add another air purifier to test it just keep finding this dimmer...not correct.

@fate8383 fate8383 added the new device Unsupported device label Dec 27, 2024
@make-all make-all added the full_info All info needed was provided label Dec 28, 2024
@make-all make-all moved this to 🔖 Ready in Tuya Local Dec 28, 2024
@fate8383
Copy link
Author

{
"result": {
"properties": [
{
"code": "switch",
"custom_name": "",
"dp_id": 1,
"time": 1734695312629,
"type": "bool",
"value": true
},
{
"code": "pm25",
"custom_name": "",
"dp_id": 2,
"time": 1735516236923,
"type": "value",
"value": 6
},
{
"code": "fan_speed_enum",
"custom_name": "",
"dp_id": 4,
"time": 1735327735871,
"type": "enum",
"value": "sleep"
},
{
"code": "filter_life",
"custom_name": "",
"dp_id": 5,
"time": 1670089592020,
"type": "value",
"value": 0
},
{
"code": "anion",
"custom_name": "",
"dp_id": 6,
"time": 1734695312671,
"type": "bool",
"value": true
},
{
"code": "light",
"custom_name": "",
"dp_id": 8,
"time": 1735068618222,
"type": "bool",
"value": true
},
{
"code": "uv",
"custom_name": "",
"dp_id": 9,
"time": 1734695312694,
"type": "bool",
"value": true
},
{
"code": "countdown_set",
"custom_name": "",
"dp_id": 18,
"time": 1734695312698,
"type": "enum",
"value": "cancel"
},
{
"code": "countdown_left",
"custom_name": "",
"dp_id": 19,
"time": 1735515915389,
"type": "value",
"value": 0
},
{
"code": "air_quality",
"custom_name": "",
"dp_id": 21,
"time": 1735510299966,
"type": "enum",
"value": "great"
},
{
"code": "fault",
"custom_name": "",
"dp_id": 22,
"time": 1734695312731,
"type": "bitmap",
"value": 0
},
{
"code": "temp_unit_convert",
"custom_name": "",
"dp_id": 23,
"time": 1688291426405,
"type": "enum",
"value": "c"
}
]
},
"success": true,
"t": 1735516296849,
"tid": "d73638ccc63f11efb5e1624dcd6147ae"
}

@fate8383
Copy link
Author

this one is tricky
{
"code": "fan_speed_enum",
"custom_name": "",
"dp_id": 4,
"time": 1735327735871,
"type": "enum",
"value": "sleep"
},

I tried myself and failed by using "select" entity which is fine in HA but fails in HomeKit it comes as multi outlet...if I use fan with modes then I am not able to choose as as values are (1-5) auto, sleep,1,2,3

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full_info All info needed was provided new device Unsupported device
Projects
Status: 🔖 Ready
Development

No branches or pull requests

2 participants