Replies: 5 comments
-
I think it makes sense when you consider that is the area where the cooling will activate. So if you think of the current temperature as a dot on the curve, when that dot enters the blue region, the AC (cooling) will activate, and opposite for when it enters the red ("heating") area. |
Beta Was this translation helpful? Give feedback.
-
Sorry, but I still don't understand, because when I operate the red area, do I actually operate cooling in red and heating in blue? Let's be honest, even if it's air conditioning or a heater - blue is cold and red is hot, right? ;-) By the way: if I only create individual entities for hot and cold, the colours match. |
Beta Was this translation helpful? Give feedback.
-
In your screenshot I see a current temperature of 36.5, target temperature of 20, mode The colors are correct. Red symbolizes heating and blue cooling. That's also what the label in the middle will show. Here is an example of different scenarios. Can you explain a little more about what you expected? |
Beta Was this translation helpful? Give feedback.
-
High temperature is the temperature used for cooling and low temperature is the temperature used for heating. |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you very much for the clarification and I understand your point of view. First of all, what is behind heat and cool and the current temperature. It is a gas heating system where I set the night setback and the day temperature. The current temperature tells me how high the flow temperature to the heating system is. I'll go into their logic, then I'd like to take the subject a little further. Would it make sense to add an attribute for swapping the color? It would be very desirable. In my case, I would be happy to be able to make the day and night setting here with a climate - so low in blue would also make sense and high in red. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the issue you are experiencing
In a nutshell: Could it be that the colors of Climate are the wrong way round in the view? Low is blue and high is red?
Describe the behavior you expected
Climate entity with low and high temperature selection
Steps to reproduce the issue
1.Click on climate entity with low and high temperature selection
2.
3.
...
What version of Home Assistant Core has the issue?
2024.1.3
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
No response
State of relevant entities
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
--high-color: var(--state-climate-cool-color, var(--state-climate-active-color, var(--state-active-color)));
--low-color: var(--state-climate-heat-color, var(--state-climate-active-color, var(--state-active-color)));
}
why is in css high-color with climate cool?
Beta Was this translation helpful? Give feedback.
All reactions