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

Add support for KCvents VT-501, Heat Recovery Ventilator #2450

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

perimos
Copy link
Contributor

@perimos perimos commented Nov 3, 2024

Add support for KCvents VT-501, Heat Recovery Ventilator and closes #1349

Log message

Device matches garage_door_opener with quality of 15%. DPS: {"updated_at": 1728842575.9640048, "1": true, "101": true, "102": false, "103": false, "104": false, "105": false, "106": false, "107": false, "108": 581, "109": 243, "111": false, "112": true, "113": false}

DPS information

  "result": {
    "model": "{\"modelId\":\"00000338x2\",\"services\":[{\"actions\":[],\"code\":\"\",\"description\":\"\",\"events\":[],\"name\":\"默认服务\",\"properties\":[
{\"abilityId\":1,\"accessMode\":\"rw\",\"code\":\"switch\",\"description\":\"\",\"extensions\":{\"iconName\":\"icon-dp_power2\"},\"name\":\"ON/OFF\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":101,\"accessMode\":\"rw\",\"code\":\"speed_one\",\"description\":\"\",\"name\":\"Low Speed\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":102,\"accessMode\":\"rw\",\"code\":\"speed_two\",\"description\":\"\",\"name\":\"Medium Speed\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":103,\"accessMode\":\"rw\",\"code\":\"speed_three\",\"description\":\"\",\"name\":\"High Speed\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":104,\"accessMode\":\"rw\",\"code\":\"sleep_mode\",\"description\":\"\",\"name\":\"Sleep mode\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":105,\"accessMode\":\"rw\",\"code\":\"huimidity_one\",\"description\":\"\",\"name\":\"Low Humidity\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":106,\"accessMode\":\"rw\",\"code\":\"huimidity_two\",\"description\":\"\",\"name\":\"Medium Humidity\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":107,\"accessMode\":\"rw\",\"code\":\"huimidity_three\",\"description\":\"\",\"name\":\"High Humidity\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":108,\"accessMode\":\"ro\",\"code\":\"huimi\",\"description\":\"\",\"name\":\"humidity\",\"typeSpec\":{\"type\":\"value\",\"max\":10000,\"min\":0,\"scale\":1,\"step\":1,\"unit\":\"\"}},
{\"abilityId\":109,\"accessMode\":\"ro\",\"code\":\"temper\",\"description\":\"\",\"name\":\"temperature\",\"typeSpec\":{\"type\":\"value\",\"max\":10000,\"min\":0,\"scale\":1,\"step\":1,\"unit\":\"\"}},
{\"abilityId\":111,\"accessMode\":\"rw\",\"code\":\"in_mode\",\"description\":\"\",\"name\":\"Fresh Air Mode\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":112,\"accessMode\":\"rw\",\"code\":\"out_mode\",\"description\":\"\",\"name\":\"Exhausted Air Mode\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":113,\"accessMode\":\"rw\",\"code\":\"auto_mode\",\"description\":\"\",\"name\":\"Regenerate Mode\",\"typeSpec\":{\"type\":\"bool\"}}]}]}"
  },
  "success": true,
  "t": 1728842662832,
  "tid": "93605583898d11efb77736033862a1ba"
}

Product ID

5p0togo3y3yzgp2p

Product Name

KCvents VT-501 / Single-room HRV VT501

Information where to buy

Manufacturer product page

Screenshots

Screenshot 2024-11-03 114652
Screenshot 2024-11-03 114740

Known flaw:

With fan.turn_on and fan.turn_off the state reverses instead of the state going to the correct value. I haven't had time to find out if this is a general problem with fans or only with this device. However, since the device beeps every time the state changes, it is better to first check the state in an automation and only transmit state changes.

@make-all make-all merged commit b9b66a1 into make-all:main Nov 9, 2024
4 checks passed
make-all added a commit that referenced this pull request Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Request support for HRV KCvents VT501-W
2 participants