Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tuya Fan Controller showing zero entities #120054

Open
dekesone opened this issue Jun 20, 2024 · 0 comments
Open

Tuya Fan Controller showing zero entities #120054

dekesone opened this issue Jun 20, 2024 · 0 comments

Comments

@dekesone
Copy link

The problem

Tuya integration works properly for other devices, but for one specific device there are no entities showing. The device is a Fan Controller and has multiple capabilities that should map to entities. The device works properly in the Tuya Smart app. Pasted below is the diagnostic output from the Tuya integration.

Interestingly, the diagnostic json below shows that the device is reporting Status properly (temperature, humidity and switch state), but none of those show up as entities. (Full diagnostic json attached to this issue)

  {
    "id": "eb3e0941425297a915akcg",
    "name": "Fan Controller",
    "category": "xfj",
    "product_id": "hqldzgqpsyr1pw8c",
    "product_name": "Fan Controller",
    "online": true,
    "sub": false,
    "time_zone": "-04:00",
    "active_time": "2024-06-20T22:41:25+00:00",
    "create_time": "2024-06-20T22:41:25+00:00",
    "update_time": "2024-06-20T22:41:25+00:00",
    "function": {
      "switch": {
        "type": "Boolean",
        "value": {}
      }
    },
    "status_range": {
      "switch": {
        "type": "Boolean",
        "value": {}
      },
      "humidity_indoor": {
        "type": "Integer",
        "value": {
          "unit": "%",
          "min": 0,
          "max": 255,
          "scale": 0,
          "step": 1
        }
      },
      "temp_indoor": {
        "type": "Integer",
        "value": {
          "unit": "\u00b0F",
          "min": -40,
          "max": 255,
          "scale": 0,
          "step": 1
        }
      }
    },
    "status": {
      "switch": true,
      "humidity_indoor": 59,
      "temp_indoor": 64
    },
    "home_assistant": {
      "name": "Fan Controller",
      "name_by_user": "Duct Fan Controller",
      "disabled": false,
      "disabled_by": null,
      "entities": []
    },
    "set_up": false,
    "support_local": true
  },

What version of Home Assistant Core has the issue?

core-2024.6.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Tuya

Link to integration documentation on our website

No response

Diagnostics information

config_entry-tuya-b9ecd9666717bde26321545423a5f621.json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant