tuya / tuya-home-assistant

Home Assistant integration for controlling Powered by Tuya (PBT) devices using Tuya Open API, maintained by the Home Assistant Community and Tuya Developer Team.
MIT License
856 stars 206 forks source link

Dehumidifer Reporting Wrong Info #803

Open JakeCK opened 2 years ago

JakeCK commented 2 years ago

HomeAssistant is getting the wrong information from Tuya IoT. It is reporting it as a temperature with wildly unexpected values.

Any help would be appreciated. Thank you.

HA_Tuya_Dehumidifer1

HA_Tuya_Dehumidifer2

Home Assistant Version

Device Diagnostics { "home_assistant": { "installation_type": "Home Assistant OS", "version": "2022.4.6", "dev": false, "hassio": true, "virtualenv": false, "python_version": "3.9.9", "docker": true, "arch": "x86_64", "timezone": "America/New_York", "os_name": "Linux", "os_version": "5.10.108", "supervisor": "2022.04.0", "host_os": "Home Assistant OS 7.6", "docker_version": "20.10.9", "chassis": "vm", "run_as_root": true }, "custom_components": {}, "integration_manifest": { "domain": "tuya", "name": "Tuya", "documentation": "https://www.home-assistant.io/integrations/tuya", "requirements": [ "tuya-iot-py-sdk==0.6.6" ], "dependencies": [ "ffmpeg" ], "codeowners": [ "@Tuya", "@zlinoliver", "@METISU", "@frenck" ], "config_flow": true, "iot_class": "cloud_push", "dhcp": [ { "macaddress": "105A17" }, { "macaddress": "10D561" }, { "macaddress": "1869D8" }, { "macaddress": "381F8D" }, { "macaddress": "508A06" }, { "macaddress": "68572D" }, { "macaddress": "708976" }, { "macaddress": "7CF666" }, { "macaddress": "84E342" }, { "macaddress": "D4A651" }, { "macaddress": "D81F12*" } ], "loggers": [ "tuya_iot" ], "is_built_in": true }, "data": { "endpoint": "https://openapi.tuyaus.com", "auth_type": 0, "country_code": "1", "app_type": "smartlife", "mqtt_connected": true, "disabled_by": null, "disabled_polling": false, "name": "Dehumidifier", "model": null, "category": "kt", "product_id": "*****", "product_name": "Dehumidifier - TP Series", "online": true, "sub": false, "time_zone": "-05:00", "active_time": "2021-08-21T21:11:06+00:00", "create_time": "2021-06-10T00:54:27+00:00", "update_time": "2021-12-17T03:48:22+00:00", "function": { "temp_set": { "type": "Integer", "value": { "unit": "\uff05", "min": 15, "max": 90, "scale": 0, "step": 5 } }, "windspeed": { "type": "Enum", "value": { "range": [ "0", "2" ] } } }, "status_range": { "temp_set": { "type": "Integer", "value": { "unit": "\uff05", "min": 15, "max": 90, "scale": 0, "step": 5 } }, "windspeed": { "type": "Enum", "value": { "range": [ "0", "2" ] } }, "fault": { "type": "Bitmap", "value": { "label": [ "sensor_fault", "temp_fault" ] } } }, "status": { "temp_set": 55, "windspeed": 0, "fault": 0 }, "home_assistant": { "name": "Dehumidifier", "name_by_user": null, "disabled": false, "disabled_by": null, "entities": [ { "disabled": false, "disabled_by": null, "entity_category": null, "device_class": null, "original_device_class": null, "icon": null, "original_icon": null, "unit_of_measurement": null, "state": { "entity_id": "climate.dehumidifier", "state": "off", "attributes": { "hvac_modes": [], "min_temp": 167, "max_temp": 842, "target_temp_step": 5.0, "fan_modes": [ "0", "2" ], "current_temperature": null, "temperature": 527, "fan_mode": null, "friendly_name": "Dehumidifier", "supported_features": 9 }, "last_changed": "2022-04-23T21:20:50.465597+00:00", "last_updated": "2022-04-24T12:14:34.990368+00:00" } } ] } } }

billxinli commented 2 years ago

@JakeCK Did you get the Honeywell Dehumidifier?

JakeCK commented 2 years ago

Yes I did.