Hi Everyone - I have a DeLongi AC unit (Pinguino) that works with Tuya app - the unit has AC/Heat/Fan/Humidifier, and I can control it all from the Tuya app no problem. But in HA all that I can do is change the temp, status, and modes are all blank or just off. Fan mode shows up as 1,2,3,4 in HA but does not seem to work.
Any ideas? I would like to be able to turn it on and off, and change the modes if possible? Not sure where to start.
Thanks
Bill
{
"name": "Garage",
"model": "",
"category": "kt",
"product_id": "KzuG6E0LBir4AwXE",
"product_name": "Pinguino",
"online": true,
"sub": false,
"time_zone": "-05:00",
"active_time": "2023-07-13T22:44:01+00:00",
"create_time": "2023-07-12T22:15:43+00:00",
"update_time": "2023-08-10T15:56:55+00:00",
"function": {
"temp_set": {
"type": "Integer",
"value": {
"unit": "\u2103",
"min": 13,
"max": 90,
"scale": 0,
"step": 1
}
},
"windspeed": {
"type": "Enum",
"value": {
"range": [
"0",
"1",
"2",
"3"
]
}
}
},
"status_range": {
"temp_set": {
"type": "Integer",
"value": {
"unit": "\u2103",
"min": 13,
"max": 90,
"scale": 0,
"step": 1
}
},
"windspeed": {
"type": "Enum",
"value": {
"range": [
"0",
"1",
"2",
"3"
]
}
},
"fault": {
"type": "Bitmap",
"value": {
"label": [
"sensor_fault",
"temp_fault"
]
}
}
},
"status": {
"temp_set": 22,
"windspeed": 0,
"fault": 0
},
"home_assistant": {
"name": "Garage",
"name_by_user": null,
"disabled": false,
"disabled_by": null,
"entities": [
{
"disabled": false,
"disabled_by": null,
"entity_category": null,
"device_class": null,
"original_device_class": null,
"icon": null,
"original_icon": null,
"unit_of_measurement": null,
"state": {
"entity_id": "climate.garage",
"state": "off",
"attributes": {
"hvac_modes": [],
"min_temp": 13.0,
"max_temp": 90.0,
"target_temp_step": 1.0,
"fan_modes": [
"0",
"1",
"2",
"3"
],
"current_temperature": null,
"temperature": 22.0,
"fan_mode": null,
"friendly_name": "Garage",
"supported_features": 9
},
"last_changed": "2023-08-13T14:10:28.776865+00:00",
"last_updated": "2023-08-13T14:10:28.776865+00:00"
}
}
]
}
},