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

T & H Sensor with external probe (unsupported) #130706

Open
Unkka89 opened this issue Nov 15, 2024 · 1 comment
Open

T & H Sensor with external probe (unsupported) #130706

Unkka89 opened this issue Nov 15, 2024 · 1 comment
Assignees

Comments

@Unkka89
Copy link

Unkka89 commented Nov 15, 2024

The problem

T & H Sensor with external probe (unsupported)
Model Number T01
This device has no entities

What version of Home Assistant Core has the issue?

core-2024.11.1

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

https://www.home-assistant.io/integrations/tuya

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

"endpoint": "",
    "terminal_id": "",
    "mqtt_connected": true,
    "disabled_by": null,
    "disabled_polling": false,
    "id": "",
    "name": "u00f6",
    "category": "qxj",
    "product_id": "",
    "product_name": "T & H Sensor with external probe",
    "online": true,
    "sub": false,
    "time_zone": "+02:00",
    "active_time": "2024-11-13T14:58:38+00:00",
    "create_time": "2024-11-13T14:58:38+00:00",
    "update_time": "2024-11-13T14:58:38+00:00",
    "function": {},
    "status_range": {
      "temp_current": {
        "type": "Integer",
        "value": {
          "unit": "\u2103",
          "min": -99,
          "max": 600,
          "scale": 1,
          "step": 1
        }
      },
      "humidity_value": {
        "type": "Integer",
        "value": {
          "unit": "%",
          "min": 0,
          "max": 100,
          "scale": 0,
          "step": 1
        }
      },
      "battery_state": {
        "type": "Enum",
        "value": {
          "range": [
            "low",
            "middle",
            "high"
          ]
        }
      },
      "temp_current_external": {
        "type": "Integer",
        "value": {
          "unit": "\u2103",
          "min": -400,
          "max": 1200,
          "scale": 1,
          "step": 1
        }
      }
    },
    "status": {
      "temp_current": 212,
      "humidity_value": 32,
      "battery_state": "high",
      "temp_current_external": 60
    },
    "home_assistant": {
      "name": "Tuya Ulkol\u00e4mp\u00f6",
      "name_by_user": null,
      "disabled": false,
      "disabled_by": null,
      "entities": []
    },
    "set_up": false,
    "support_local": true
  }
}

Additional information

No response

@home-assistant
Copy link

Hey there @tuya, @zlinoliver, @frenck, mind taking a look at this issue as it has been labeled with an integration (tuya) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of tuya can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign tuya Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


tuya documentation
tuya source
(message by IssueLinks)

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

No branches or pull requests

2 participants