#Tuya Door Contact Sensor still unsupported

1 messages · Page 1 of 1 (latest)

winged pelican
#

I have a few contact sensors from Tuya and found they are listed in Integrations as "Unsupported", however the Temperature ones work fine. I've tried to follow this thread on github editing the core .py files for /Tuya/ sensor.py and binary_sensor.py :
https://github.com/home-assistant/core/issues/108301

However, the device is still saying unsupported (contact sensor) . The github issue was closed however the issue still remains. Anyone followed this and made it work? Am I missing something? Many thanks,

GitHub

The problem I use Tuya gateway and have 3 door sensors that are connected via Zigbee to the gateway. The sensors are reported in HASS as "unsupported". I made a simple fix to change the m...

#

I've downloaded the json diagnostics and it appears the category is listed as "tdq". Does that mean this bug/issue on github mentioning "mcs" is the wrong section and I should be using "tdq" in the py files?

#
  "data": {
    "endpoint": "https://apigw.tuyaeu.com",
    "terminal_id": ".....",
    "mqtt_connected": true,
    "disabled_by": null,
    "disabled_polling": false,
    "id": ".....",
    "name": "Contact Sensor",
    "category": "tdq",     <----------------------
    "product_id": ".....",