Page 1 of 1

Netatmo Weather Station Baro Forcast value

Posted: Monday 03 July 2017 10:04
by deennoo
Hi there,

Trying to use my Netatmo Weather Station to drive my sun blind.

Want to use Barometer forcast prediction to drive the sun blind.

Following Api a temp/hum/baro device have to provied forcast like this :

Code: Select all

https://www.domoticz.com/wiki/Domoticz_API/JSON_URL%27s#Retrieve_status_of_specific_device
Barometer forecast can be one of:
0 = No info
1 = Sunny
2 = Partly cloudy
3 = Cloudy
4 = Rain
With this easy to say if baro < 2 then this can be time to use sunblind

With Netatmo Weather Station Forcast does'nt follow this rules, and i discover a 5th level :

Code: Select all

"Data": "21.4 C, 79 %, 1021.0 hPa",
"Description": "",
"DewPoint": "17.61",
"Favorite": 0,
"Forecast": 5,
"ForecastStr": "Some Clouds",
Forecast : 5 Some Clouds = Partly Cloud ?

Is there some other surprise like this ? where to find the real forecast value for Netatmo Weather Station please ?

Re: Netatmo Weather Station Baro Forcast value

Posted: Monday 23 July 2018 11:58
by nizaga
hi! i have the same issue and question. Did you ever get an answer?

Thanks,

nizaga

Re: Netatmo Weather Station Baro Forcast value

Posted: Wednesday 25 July 2018 10:03
by jackslayter

Code: Select all

Sunny --6
Rain --3
Snow --?
Heavy Rain --2
Some Clouds --5
Stable --9
Unstable --8

Re: Netatmo Weather Station Baro Forcast value

Posted: Wednesday 25 July 2018 10:24
by nizaga
many thanks