Open feradelectronics opened 1 month ago
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!
Same issue but my temperature units are reversed. I am using Fahrenheit for temperatures but looks like it is expecting Celsius.
Problem/Motivation
When I try to change temperatures on my thermostat i get the following out of range error.
Expected behavior
I am using Celsius for temperatures but looks like it is expecting Fahrenheit.
Actual behavior
Seems to expect set temperature in a Fahrenheit value which is too high for Celsius conversion
Steps to reproduce
z-wave device add temp card on lovelace page and try to increment or decrement change set value in Celsius. See https://github.com/home-assistant/core/issues/123612
Proposed changes
Distinguish and convert min max values between Celsius and Fahrenheit temperature values. Limits may need to be adjusted for different applications.