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 Air Conditionner Thermostat DT09 Unsupported #984

Open
cocolun opened this issue Mar 23, 2024 · 0 comments
Open

TUYA Air Conditionner Thermostat DT09 Unsupported #984

cocolun opened this issue Mar 23, 2024 · 0 comments
Labels
enhancement Request new features help wanted Extra attention is needed

Comments

@cocolun
Copy link

cocolun commented Mar 23, 2024

Device normal info

  • Brand Tuya
  • Model DT09

{
"home_assistant": {
"installation_type": "Home Assistant OS",
"version": "2024.3.3",
"dev": false,
"hassio": true,
"virtualenv": false,
"python_version": "3.12.2",
"docker": true,
"arch": "aarch64",
"timezone": "Asia/Bangkok",
"os_name": "Linux",
"os_version": "6.1.73-haos-raspi",
"supervisor": "2024.03.0",
"host_os": "Home Assistant OS 12.1",
"docker_version": "24.0.7",
"chassis": "embedded",
"run_as_root": true
},
"custom_components": {
"sonoff": {
"version": "3.6.0",
"requirements": [
"pycryptodome>=3.6.6"
]
},
"hacs": {
"version": "1.34.0",
"requirements": [
"aiogithubapi>=22.10.1"
]
}
},
"integration_manifest": {
"domain": "tuya",
"name": "Tuya",
"codeowners": [
"@tuya",
"@zlinoliver",
"@frenck"
],
"config_flow": true,
"dependencies": [
"ffmpeg"
],
"dhcp": [
{
"macaddress": "105A17*"
},
{
"macaddress": "10D561*"
},
{
"macaddress": "1869D8*"
},
{
"macaddress": "381F8D*"
},
{
"macaddress": "508A06*"
},
{
"macaddress": "68572D*"
},
{
"macaddress": "708976*"
},
{
"macaddress": "7CF666*"
},
{
"macaddress": "84E342*"
},
{
"macaddress": "D4A651*"
},
{
"macaddress": "D81F12*"
}
],
"documentation": "https://www.home-assistant.io/integrations/tuya",
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": [
"tuya_iot"
],
"requirements": [
"tuya-device-sharing-sdk==0.1.9"
],
"is_built_in": true
},
"data": {
"endpoint": "https://apigw.tuyaus.com",
"terminal_id": "171120458901431QiMc",
"mqtt_connected": true,
"disabled_by": null,
"disabled_polling": false,
"id": "84863520cc50e3ef8d92",
"name": "Kidsroom Thermo",
"category": "wk",
"product_id": "pkl42ie2p6nmuvjq",
"product_name": "DT09",
"online": true,
"sub": false,
"time_zone": "+07:00",
"active_time": "2021-04-28T05:38:20+00:00",
"create_time": "2021-04-28T05:38:20+00:00",
"update_time": "2021-04-28T05:38:20+00:00",
"function": {
"mode": {
"type": "Enum",
"value": "{"range":["cold",,"wind"]}"
},
"temp_set": {
"type": "Integer",
"value": {
"unit": "\u2103",
"min": 15,
"max": 35,
"scale": 0,
"step": 1
}
},
"level": {
"type": "Enum",
"value": {
"range": [
"low",
"middle",
"high",
"auto"
]
}
},
"switch": {
"type": "Boolean",
"value": {}
}
},
"status_range": {
"mode": {
"type": "Enum",
"value": {
"range": [
"cold",
"wind"
]
}
},
"temp_current": {
"type": "Integer",
"value": {
"unit": "\u2103",
"min": 0,
"max": 50,
"scale": 0,
"step": 1
}
},
"temp_set": {
"type": "Integer",
"value": {
"unit": "\u2103",
"min": 15,
"max": 35,
"scale": 0,
"step": 1
}
},
"level": {
"type": "Enum",
"value": {
"range": [
"low",
"middle",
"high",
"auto"
]
}
},
"switch": {
"type": "Boolean",
"value": {}
}
},
"status": {
"switch": true,
"level": "high",
"temp_set": 24,
"temp_current": 25,
"mode": "cold"
},
"home_assistant": {
"name": "Kidsroom Thermo",
"name_by_user": null,
"disabled": false,
"disabled_by": null,
"entities": []
},
"set_up": false,
"support_local": true
}
}

@cocolun cocolun added enhancement Request new features help wanted Extra attention is needed labels Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request new features help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant