tuya-home-assistant icon indicating copy to clipboard operation
tuya-home-assistant copied to clipboard

Category"wsdcg" temp & humidity sensor not showing values

Open schmurrie opened this issue 2 years ago • 2 comments

Tuya V2 works well, upgrading to the new Tuya the temps and humidity are not showing. Category"wsdcg" which is meant to be supported. Diagnostics show the temperature and humidity so the data is coming through, just not showing up in HA.

A clear and concise description of what the bug is.

Humidity & temp sensors showing status "unavailable"

A clear and concise description of what you expected to happen.

**Show the temperature and humidity **

Screenshots

image

Home Assistant Version Home Assistant Core 2022.5.3

**Device info **

"loggers": [
  "tuya_iot"
],
"is_built_in": true

}, "data": { "endpoint": "https://openapi.tuyaeu.com", "auth_type": 0, "country_code": "61", "app_type": "smartlife", "mqtt_connected": true, "disabled_by": null, "disabled_polling": false, "name": "Indoor Temp", "model": "YIDONG", "category": "wsdcg", "product_id": "3ubxbto1", "product_name": "Climate Sensor", "online": false, "sub": true, "time_zone": "+08:00", "active_time": "2021-07-17T05:18:49+00:00", "create_time": "2021-01-01T05:59:50+00:00", "update_time": "2021-10-26T03:17:34+00:00", "function": {}, "status_range": { "va_humidity": { "type": "Integer", "value": { "unit": "%RH", "min": 0, "max": 100, "scale": 0, "step": 1 } }, "va_temperature": { "type": "Integer", "value": { "unit": "\u534e\u6c0f\u5ea6", "min": 0, "max": 120, "scale": 0, "step": 1 } } }, "status": { "va_humidity": 76, "va_temperature": 69 }, "home_assistant": { "name": "Indoor Temp", "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": "\u534e\u6c0f\u5ea6", "state": { "entity_id": "sensor.indoor_temp_temperature", "state": "unavailable", "attributes": { "state_class": "measurement", "unit_of_measurement": "\u534e\u6c0f\u5ea6", "friendly_name": "Indoor Temp Temperature" }, "last_changed": "2022-06-20T10:59:15.356049+00:00", "last_updated": "2022-06-20T10:59:15.356049+00:00" } }, { "disabled": false, "disabled_by": null, "entity_category": null, "device_class": null, "original_device_class": null, "icon": null, "original_icon": null, "unit_of_measurement": "%RH", "state": { "entity_id": "sensor.indoor_temp_humidity", "state": "unavailable", "attributes": { "state_class": "measurement", "unit_of_measurement": "%RH", "friendly_name": "Indoor Temp Humidity" }, "last_changed": "2022-06-20T10:59:15.361680+00:00", "last_updated": "2022-06-20T10:59:15.361680+00:00" } } ] } } }

schmurrie avatar Jun 20 '22 11:06 schmurrie

Any assistance available?

schmurrie avatar Jun 28 '22 01:06 schmurrie

Also having the same issue with my "Arlec Grid Connect Smart Hub" temperature/humidity sensors. Seems to be related to them being "offline" apart from when they transmit snippets of data.... Hopefully there is a a way to override that and display the data that is displayed under sensors: "status": { "va_humidity": 76, "va_temperature": 69

frankyman88 avatar Sep 12 '22 09:09 frankyman88

Has anyone had any luck with this as I’m in the same boat with contact sensor and temperature BLE sensors :(

onlyhalfchinese avatar Oct 10 '22 03:10 onlyhalfchinese