tuya/tuya-home-assistant

Tuya Weather Station – Wind Speed & Gust Not Exposed

Open

#1.043 aberto em 7 de ago. de 2025

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees) (206 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (960 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador