Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect value of hot_temperature #28

Open
vchkhr opened this issue Aug 21, 2024 · 0 comments
Open

Incorrect value of hot_temperature #28

vchkhr opened this issue Aug 21, 2024 · 0 comments

Comments

@vchkhr
Copy link

vchkhr commented Aug 21, 2024

Hi!
I think the hot_temperature has an incorrect value.
With the following weather forecast:

  - datetime: "2024-08-21T12:00:00+00:00"
    condition: cloudy
    precipitation_probability: 0
    wind_bearing: 242.38
    temperature: 28.7
    dew_point: 16.5
    wind_speed: 12.17
    precipitation: 0
    humidity: 48

I get the off state of the sensor and these values of attributes:

condition: cloudy
precipitation: false
strong_wind: false
bad_weather_time: 2024-08-21T12:00:00+00:00
cold_temperature: false
hot_temperature: false
icon: mdi:cloud-alert
friendly_name: Check Weather

I've set up the maximum temperature in integration settings for 27 degrees.
As there is no rain in the forecast and the state is off, I think that high temperature triggered the state, but why do I have hot_temperature: false?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant