Integrating a wifi cooker hood

Long term project here.

I’m thinking of renovating my kitchen and therefore it’s the perfect time for this.

I’ve seen several intelligent appliances but one has stood out from the rest. A wifi connected cooker hood, branded CIARRA CBCS4850.

Any idea how this could be integrated? I don’t even have it yet… but I’ve taken in love at first sight with it.

Looks like it uses the Smart Life App so maybe the Tuya Integration ?

Controllable via WiFi and Smart Life App, you can easily control the power, LED lights, and 4 fan speeds with your smartphone. Also, touch control is available and you can press button 3 & B to control the UV light on/off.

1 Like

Just installed the Tuya integration but could not control the CIARRA CBCS4850 range hood with Home Assistant.
I’ve successfully created all the accounts, installed and connected the app with HA.
But after adding the device no entities are detected. It says just:

Range Hood (unsupported)
by Tuya

Tuya stopped maintaining the integration.

So I assume someone needs to write python code to integrate this special device.

1 Like

Had anyone managed to control this hood? I’m also thinking of buying Ciarra. Or is there any other hood that works work HA?

I got parts of it working by using the local tuya integration. The light can be controlled using dp 104, values “Off;Level_1;Level_2”.
I can observe the fan speed, but there seems to be a sequence to setting it and so far I wasn’t successful.

1 Like

Today i got my CIARRA CBCB9102. I first connected it into the Tuya App, afterwards I got it working with the Local Tuya HACS integration:

id-1 -> Switch -> On / Off
  1 -> on
  0 -> off

id-2 -> Select -> Fan
  0 -> off
  1 -> Level 1
  2 -> Level 2
  3 -> Level 3
  4 -> Boost

id-3 -> boolean

id-5 -> numeric

id-6 -> Switch -> Quick Delay Setting (Power off after 5 minutes)
  1 -> on
  0 -> off

id-12 -> Sensor -> Operating Mode
  0 -> Sleeping
  1 -> Standby
  2 -> Working

id-13 -> numeric

id-14 -> numeric

id-104 -> Select -> Light
  Turn_off -> off
  Level_1  -> Level 1
  Level_2  -> Level 2

id-105 -> Switch -> Purify
  1 -> on
  0 -> off

One of the numeric values could be the “fan run on hours” from the Tuya App

2 Likes

how did you get the hood on home assistant. Where should the file you shared go?
Thanks in advance

as i wrote, this is configureable via GUI via Local Tuya HACS integration… (my list is for orientation purpose)