naofireblade / homebridge-weather-plus

A comprehensive weather plugin for homebridge.
MIT License
316 stars 63 forks source link

Snow starting in x hours #183

Open automartin5000 opened 3 years ago

automartin5000 commented 3 years ago

Is there a way to create a sensor for snow starting in a certain number of hours?

Edit: I see “rain 1 hour”. I need something like that, just “snow 2 hours”

automartin5000 commented 3 years ago

Follow up: Looked through the code and it looks like you’re calling either snow or rain in 1 hour “rain 1 hour”. Maybe we could make those separate?

naofireblade commented 3 years ago

Hi, that sensor might be possible but sadly I don't have time for further development at the moment. The "rain 1 hour" sensor is the amount of precipitation (rain/snow) during the last hour instead of a forecast.

dacarson commented 5 months ago

To do this, I could look at the hourly forecast. Occupancy sensor for "Precipitation in X hours". Something like that?