I have this and added to mysmarthome app. App has full features. When it integrates with Tuya (cloud) it only comes in as a switch. Few questions…
- Where in github should I post the enhancement request?
- If I use Local Tuya, could I create my own sensors?
Here is data:
"data": {
"endpoint": "https://openapi.tuyaus.com",
"auth_type": 0,
"country_code": "1",
"app_type": "smartlife",
"mqtt_connected": true,
"disabled_by": null,
"disabled_polling": false,
"name": "Ivation 50 Pint Energy Star Dehumidifier",
"model": "IVADH70PW",
"category": "cs",
"product_id": "gywqtqpgiu74ozok",
"product_name": "Ivation 50 Pint Energy Star Dehumidifier",
"online": true,
"sub": false,
"time_zone": "-05:00",
"active_time": "2022-09-26T20:49:21+00:00",
"create_time": "2022-09-26T14:50:05+00:00",
"update_time": "2022-09-26T21:59:05+00:00",
"function": {
"switch": {
"type": "Boolean",
"value": {}
}
},
"status_range": {
"switch": {
"type": "Boolean",
"value": {}
}
},
"status": {
"switch": true
},
"home_assistant": {
"name": "Ivation 50 Pint Energy Star Dehumidifier",
"name_by_user": null,
"disabled": false,
"disabled_by": null,
"entities": [
{
"disabled": false,
"disabled_by": null,
"entity_category": null,
"device_class": null,
"original_device_class": "dehumidifier",
"icon": null,
"original_icon": null,
"unit_of_measurement": null,
"state": {
"entity_id": "humidifier.ivation_50_pint_energy_star_dehumidifier",
"state": "on",
"attributes": {
"min_humidity": 0,
"max_humidity": 100,
"device_class": "dehumidifier",
"friendly_name": "Ivation 50 Pint Energy Star Dehumidifier",
"supported_features": 0
},
"last_changed": "2022-09-27T11:24:03.420065+00:00",
"last_updated": "2022-09-27T11:24:03.420065+00:00"
}