Hi,
I am new to the Weatherflow API, but I have got some basic code running to get hold of observations from my station.
I can retrieve the latest observations with the following type of request using station ID:
https://swd.weatherflow.com/swd/rest/observations/station/xxxxx
this returns, amongst other things:
“barometric_pressure”:1000.5,
which is fine.
In order to download historical data from my station, I understand that I have to use device ID instead, as follows:
https://swd.weatherflow.com/swd/rest/observations/device/xxxxxx
This also works ok,however, in the array that is returned, I find the barometric pressure is shown as 1000.
It seems that I can’t retrieve the decimals of the millibars, just the integer. This is a bit of a problem for what I’m trying to do.
Have I got this right?
Is there any way around his so I can get the historical pressure data including the millibar decimals?
Many thanks
Ralph