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

Climate min_temperature not taken into account #882

Open
2 tasks done
mrzv opened this issue Feb 9, 2025 · 0 comments
Open
2 tasks done

Climate min_temperature not taken into account #882

mrzv opened this issue Feb 9, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@mrzv
Copy link

mrzv commented Feb 9, 2025

Checklist

  • I checked for similar existing issues (both open and closed) before posting.
  • I will participate in further discussion about this issue and can help by testing (if requested).

Card Version

v3.2.13

Component Version

3.3.8

Bug description

I have the following in my climate component config (ESPHome):

climate:
  - platform: mitsubishi_itp
    ...
    visual:
      min_temperature: 13
      max_temperature: 26
      temperature_step:
        target_temperature: 0.9
        current_temperature: 0.1

This makes it so the thermostats change by 0.9 degrees F, and at 68 F (20 C) they show 68.

With this configuration, the scheduler card does change by 0.9 degrees, but around 68, it shows 68.4 F. The lowest temperature it allows to set is 55.8 F (~13.222 C), so I assume that's the culprit.

Steps to reproduce

Change climate configuration as above, go into scheduler card, try to set a temperature for a scheme.

Additional info

No response

@mrzv mrzv added the bug Something isn't working label Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant