tuya/tuya-home-assistant

Tuya Weather Station – Wind Speed & Gust Not Exposed

Open

#1,043 建立於 2025年8月7日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人) (206 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (960 star)
PR 合併指標
 (PR 指標待抓取)

描述

Device normal info

Brand: Tuya

Model: Weather2-2

Device info

json

{ "id": "bf8d2bc87d4fca73b8blbr", "product_id": "6cwineqz1ndjmuee", "product_name": "Weather2-2", "category": "qxj", "model": "", "name": "Weather Station", "online": true } Device specifications

json

{ "status_range": { "windspeed_avg": { "type": "Integer", "value": { "unit": "km/h", "min": 0, "max": 2500, "scale": 1, "step": 1 } }, "windspeed_gust": { "type": "Integer", "value": { "unit": "km/h", "min": 0, "max": 2500, "scale": 1, "step": 1 } } } } Problem This Tuya weather station correctly exposes wind data in the Tuya Smart app and also in the Tuya IoT debug logs (see screenshot and attached JSON), but the windspeed_avg and windspeed_gust entities are not available in Home Assistant when using the official Tuya integration.

Other entities such as temperature, humidity, and battery are visible — but wind data is critical for automation purposes (e.g., controlling blinds based on high wind).

Request Please add support for exposing the following status codes as entities in Home Assistant:

windspeed_avg

windspeed_gust

These are fully documented in the device specification JSON and function correctly within the Tuya ecosystem.

Thank you! 🙏 Happy to provide logs or test updates if needed.

貢獻者指南