tuya/tuya-home-assistant

Tuya Weather Station – Wind Speed & Gust Not Exposed

Open

#1043 aperta il 7 ago 2025

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari) (206 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (960 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor