esp8266-weather-station-color icon indicating copy to clipboard operation
esp8266-weather-station-color copied to clipboard

Feature request: Probability of precipitation in %

Open Crover81 opened this issue 3 years ago • 2 comments

8<------------------------ FEATURE REQUEST ------------------------------------

Missing feature - Probability of precipitation in %

Justification

I believe that visualizing this data is useful to understand how likely it is that it will rain / snow on that specific day I noticed that by not displaying the probabilities the APIs give rain even at times when the probability is only 10% making the forecasts inaccurate

If it helps in the JSON file the probability data should be "pop" 0 = 0% 1 = 100%

8<------------------------ END FEATURE REQUEST --------------------------------

Thanks

Crover81 avatar Apr 26 '22 12:04 Crover81

That would have to be rendered separately as text I think. The icon to render is part of the OWM result set (weather.icon).

marcelstoer avatar Jan 26 '23 22:01 marcelstoer

They issue probability of precipitation as a per-unit value or if you like per-cent if their value is x100 that’s all I do in my projects then for example if 0.57 then display PoP=57%

G6EJD avatar Jan 26 '23 22:01 G6EJD