tuya/tuya-home-assistant

TUYA Air Conditionner Thermostat DT09 Unsupported

Open

#984 opened on Mar 23, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees) (206 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (960 stars)
PR merge metrics
 (PR metrics pending)

Description

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 } }

Contributor guide