tuya/tuya-home-assistant

Tuya Weather Station – Wind Speed & Gust Not Exposed

Open

#1 043 ouverte le 7 août 2025

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés) (206 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (960 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur