Hi there,
I’ve seen people complain about this more than once, but no solution found. This specific Tuya device is showing up fine, but has not entities (so cannot be used).
Paired a new 2-gang wifi Tuya switch to my with my Tuya smart app. The device seems to be working fine on the Tuya app itself (able to create automations), and is showing up in the Tuya IOT platform with all of its properties. On the Homeassistant side, however, it’s showing up as a device with no entities and events. Looking at the diagnostic dump, the entities array is empty, while the status object does show the correct battery_percentage. Attaching some parts of the diag data at the end.
I’m not sure how to continue debugging this issue - any help will be appreciated.
TIA
"status_range": {
"switch_mode1": {
"type": "Enum",
"value": {
"range": [
"click",
"press"
]
}
},
"switch_mode2": {
"type": "Enum",
"value": {
"range": [
"click",
"press"
]
}
},
"battery_percentage": {
"type": "Integer",
"value": {
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
}
},
"status": {
"switch_mode1": "click",
"switch_mode2": "click",
"battery_percentage": 57
},
"home_assistant": {
"name": "nuu",
"name_by_user": null,
"disabled": false,
"disabled_by": null,
"entities": []
}