r-renato / ha-climacell-weather

Climacell weather provider integration is a custom component for Home Assistant. The climacell platform uses the Climacell API as a source for meteorological data for your location.
MIT License
46 stars 10 forks source link

[Feature Request] High/low temp for the day #19

Closed MYeager1967 closed 4 years ago

MYeager1967 commented 4 years ago

Since I'm using this as part of an irrigation management system, two of the sensors required is high and low temp for the day. I had a custom AppDaemon routine that was doing what your integration does and I had created the extra sensors that simply reset to the current temperature at midnight. Can you incorporate this feature? It will save anyone that needs it from having to do it themselves.

if you'd be so kind as to consider calling them sensor.cc_lowtoday and sensor.cc_hightoday, it would save me having to redo a lot of my work.

r-renato commented 4 years ago

Hi, the daily temperature forecast expose two sensors (min and max) for each observation days. Day 0 is today. Are these two sensors useful for you irrigation management system?

Renato

MYeager1967 commented 4 years ago

I didn't realize they were there but I'll look into it. As it is, I have a set of sensors that update throughout the day as the temp changes.

MYeager1967 commented 4 years ago

I looked into this and I don't see those because I'm not grabbing that particular data set. It's all good and I'll continue doing what I'm doing. Thanks for the work on creating this component...