tuya-local
tuya-local copied to clipboard
Request support for Ciarra CBCS4850 (Range Hood)
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!