yes, will be great
Pedro Luiz de Souza Pinto Filho
@Pedro Luiz de Souza Pinto Filho
Best posts made by Pedro Luiz de Souza Pinto Filho
Latest posts made by Pedro Luiz de Souza Pinto Filho
-
RE: Pressure data is received via API v2 but not displayed on station UI (PWS)
How can I request a professional station. We whould like to manufature sations for airplanes aplication with camera for broadcast the clouds images...
-
RE: Pressure data is received via API v2 but not displayed on station UI (PWS)
@marekd the pressure is only on graphic , its very important to be show in valeu... Another question is, the pressue shold be posted in qnh or station loacl pressure. we need the qnh information for airplane need
-
RE: Pressure data is received via API v2 but not displayed on station UI (PWS)
the pressure is not show the last measurement. it appers only in grafic not in valeu
-
Pressure data is received via API v2 but not displayed on station UI (PWS)
Hello Windy team,
I’m reporting data to a personal weather station using the Stations API v2 and everything is being accepted correctly (200 OK on upload).
However, pressure is not shown in the station UI / inspector, even though it is present in the API response.
Details:
Station ID: Is6ECp9
API endpoint used:
POST /api/v2/observation/updateAuthentication: station password
Upload result: 200 OK
Altitude is correctly set in the station settings (~405 m / 1330 ft)
What I send:
pressure = station pressure in Pa (e.g. ~101200 Pa)
Other fields (temperature, humidity, wind) are displayed normally.
Evidence:
When I query the observation endpoint:GET https://stations.windy.com/api/v2/observation?id=Is6ECp9
The returned JSON clearly contains:
"pressure": [101224, 101228, 101235, ...]
So the pressure data is stored and returned by the API, but it does not appear in the station visualization on windy.com, even when opening with:
.../station/pws-Is6ECp9?... ,i:pressure
Question:
Is this a known limitation/bug of the current PWS UI with API v2?
Is there any additional parameter or specific pressure field expected for the UI to display it?
Or is pressure currently not rendered for PWS stations even if present in the data?
Thanks in advance — happy to provide more details or test any workaround.
Best regards,