ThingPulse / esp8266-weather-station-color

ESP8266 Weather Station in Color using ILI9341 TFT 240x320 display
https://thingpulse.com/product/esp8266-wifi-color-display-kit-2-4/
MIT License
565 stars 221 forks source link

Feature request: Probability of precipitation in % #154

Open Crover81 opened 2 years ago

Crover81 commented 2 years ago

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

marcelstoer commented 1 year ago

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

G6EJD commented 1 year ago

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%