rospogrigio / localtuya

local handling for Tuya devices
GNU General Public License v3.0
2.71k stars 530 forks source link

Adding Humidifier domain #1542

Open anikin-ab opened 8 months ago

anikin-ab commented 8 months ago

So I have Dreema DEM-F15W Humidifier actually I can get humidity sensor data and the state of the switch. But I can't even get turn_on \ turn_off services. Can you provide this?

kthe1 commented 7 months ago

Edit 5/12: Found solution for my issue: https://community.home-assistant.io/t/wip-smart-dehumidifier/417301

I would love to have this entity added as well. My model is: Dehumidifier CA-705 Smart V3 With the current available Entity using "Fan" i'm able to turn the device on/off. With sensors i'm able to read the humidity(id104) & temperature(id103)

Standard instruction set from Tuya IOT platform:

Code | Type | Values
Power | Boolean | "{true,false}"
mode | Enum | {   "range": [     "0",     "1",     "2",     "3"   ] }
humidity | Integer | {   "unit": "%",   "min": 30,   "max": 80,   "scale": 0,   "step": 5 }
anion | Boolean | "{true,false}"
windspeed | Enum | {   "range": [     "1",     "3"   ] }
lock | Boolean | "{true,false}"
countdown | Enum | {   "range": [     "0",     "1",     "2",     "3",     "4",     "5",     "6",     "7",     "8",     "9",     "10",     "11",     "12",     "13",     "14",     "15",     "16",     "17",     "18",     "19",     "20",     "21",     "22",     "23",     "24"   ] }
time | Boolean | "{true,false}"
SLEEP | Boolean | "{true,false}"