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 Ciarra CBCS4850 (Range Hood) #2258

Closed
zaubara opened this issue Aug 30, 2024 · 0 comments
Closed

Request support for Ciarra CBCS4850 (Range Hood) #2258

zaubara opened this issue Aug 30, 2024 · 0 comments

Comments

@zaubara
Copy link

zaubara commented Aug 30, 2024

Log message

Device matches ciarra_cbcs4850_range_hood with quality of 30%. DPS: {"updated_at": 1725014234.0940158, "1": false, "2": "0", "3": false, "5": 0, "6": false, "12": "0", "13": 0, "14": 0, "104": "Turn_off", "105": false}

DPS information

{
  "result": {
    "model": "{\"modelId\":\"000003qzy9\",\"services\":[{\"actions\":[],\"code\":\"\",\"description\":\"\",\"events\":[],\"name\":\"默认服务\",\"properties\":[
{\"abilityId\":1,\"accessMode\":\"rw\",\"code\":\"switch\",\"description\":\"\",\"name\":\"开关\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":2,\"accessMode\":\"rw\",\"code\":\"fan_speed\",\"description\":\"0-关闭,1-4对应档位\\n\",\"name\":\"风机速度\",\"typeSpec\":{\"type\":\"enum\",\"range\":[\"0\",\"1\",\"2\",\"3\",\"4\"]}},
{\"abilityId\":3,\"accessMode\":\"rw\",\"code\":\"rag_lock\",\"description\":\"\",\"name\":\"防抹布功能\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":5,\"accessMode\":\"rw\",\"code\":\"countdown\",\"description\":\"\",\"name\":\"倒计时\",\"typeSpec\":{\"type\":\"value\",\"max\":99,\"min\":0,\"scale\":0,\"step\":1,\"unit\":\"min\"}},
{\"abilityId\":6,\"accessMode\":\"rw\",\"code\":\"quick_countdown\",\"description\":\"\",\"name\":\"快速延时\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":7,\"accessMode\":\"wr\",\"code\":\"time_calibration\",\"description\":\"\",\"name\":\"时间校准\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":12,\"accessMode\":\"ro\",\"code\":\"status\",\"description\":\"睡眠中,待机中,工作中\",\"name\":\"设备状态\",\"typeSpec\":{\"type\":\"enum\",\"range\":[\"0\",\"1\",\"2\",\"3\"]}},
{\"abilityId\":13,\"accessMode\":\"ro\",\"code\":\"countdown_left\",\"description\":\"\",\"name\":\"倒计时剩余时间\",\"typeSpec\":{\"type\":\"value\",\"max\":100,\"min\":0,\"scale\":0,\"step\":1,\"unit\":\"min\"}},
{\"abilityId\":14,\"accessMode\":\"ro\",\"code\":\"fault\",\"description\":\"例如:风机故障\",\"extensions\":{\"scope\":\"fault\"},\"name\":\"故障告警\",\"typeSpec\":{\"type\":\"bitmap\",\"label\":[\"0\",\"1\",\"2\",\"3\",\"4\"],\"maxlen\":5}},
{\"abilityId\":15,\"accessMode\":\"ro\",\"code\":\"total_runtime\",\"description\":\"\",\"name\":\"累计工作时间\",\"typeSpec\":{\"type\":\"value\",\"max\":1000000,\"min\":0,\"scale\":0,\"step\":1,\"unit\":\"h\"}},
{\"abilityId\":101,\"accessMode\":\"rw\",\"code\":\"switch_led\",\"description\":\"彩灯开关\",\"name\":\"彩灯\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":102,\"accessMode\":\"rw\",\"code\":\"bright_value\",\"description\":\"\",\"name\":\"亮度值\",\"typeSpec\":{\"type\":\"value\",\"max\":255,\"min\":0,\"scale\":0,\"step\":1,\"unit\":\"\"}},
{\"abilityId\":103,\"accessMode\":\"rw\",\"code\":\"colour_data\",\"description\":\"\",\"name\":\"彩光值\",\"typeSpec\":{\"type\":\"string\",\"maxlen\":255}},
{\"abilityId\":104,\"accessMode\":\"rw\",\"code\":\"LED\",\"description\":\"关闭、1档半亮、2档全亮\",\"name\":\"灯光开关\",\"typeSpec\":{\"type\":\"enum\",\"range\":[\"Turn_off\",\"Level_1\",\"Level_2\"]}},
{\"abilityId\":105,\"accessMode\":\"rw\",\"code\":\"purify\",\"description\":\"UV、负离子等净化开关\",\"name\":\"净化\",\"typeSpec\":{\"type\":\"bool\"}}]}]}"
  },
  "success": true,
  "t": 1725014913219,
  "tid": "66c97db666bd11ef88b02ac421ecbce6"
}

Product ID

aiwq2zdatwjllekd

Product Name

Ciarra CBCS4850 (Range Hood)

Information about how the device functions

It's a range hood with lights, controllable with the Tuya app.
The app offers a "clean" button (whatever that does), 2 light levels (off, 1, 2), controllable rgb (while there are no rgb leds actually included), 4 fan speeds, and buttons for a turn off delay in minutes, something "fast" (probably turn on for 5 minutes) and some "time calibration".
I think the most useful features would be the fan and the lights, I played around with the yaml so I can control the basics. I attached my implementation. They seem to be controlled with id 2 and 104, 1 being a general "off" button, the Logs seem to complain about it "does not set FanEntityFeature.TURN_OFF but implements the turn_off method" however.

https://de.ciarraappliances.com/products/ciarra-smart-dunstabzugshaube-insel-wifi-app-control-uv-licht-cbcs4850-ow?srsltid=AfmBOooUCXR_JN0qW5sMCnnTxcOdCjeWmoZJWC82WMfHGaTiIimGxulZ

Thanks!

ciarra_cbcs4850_range_hood.yaml.txt

@zaubara zaubara added the new device Unsupported device label Aug 30, 2024
@make-all make-all added the full_info All info needed was provided label Aug 30, 2024
make-all added a commit that referenced this issue Sep 5, 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 new device Unsupported device awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release labels Sep 5, 2024
@make-all make-all closed this as completed Sep 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