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

max_temp and min_temp warnings #284

Closed
stu247 opened this issue Dec 16, 2023 · 2 comments · Fixed by #285
Closed

max_temp and min_temp warnings #284

stu247 opened this issue Dec 16, 2023 · 2 comments · Fixed by #285
Assignees
Labels
bug Something isn't working

Comments

@stu247
Copy link

stu247 commented Dec 16, 2023

Describe the bug
I have a heat pump, so my system supports emergency heating. When I turn on aux_heat, I get two log warning messages:

 Logger: custom_components.lennoxs30.climate
Source: custom_components/lennoxs30/climate.py:280
Integration: Lennox S30/E30 (documentation, issues)
First occurred: 1:46:46 PM (1 occurrences)
Last logged: 1:46:46 PM
max_temp - unexpected system mode [emergency heat] returning default - please raise an issue
 Logger: custom_components.lennoxs30.climate
Source: custom_components/lennoxs30/climate.py:253
Integration: Lennox S30/E30 (documentation, issues)
First occurred: 1:46:46 PM (1 occurrences)
Last logged: 1:46:46 PM
min_temp - unexpected system mode [emergency heat] returning default - please raise an issue

The S40 successfully changes to emergency heat mode. So everything runs fine. However, the log message says to raise an issue, so I have created this issue. This is a low priority for me.

To Reproduce
The following Yaml action was run:

    - service: climate.set_aux_heat
      target:
        entity_id: climate.lennox_zone_1
      data:
        aux_heat: true

Expected behavior
No log messages.

Screenshots/Logs
NA

Version

  • Home Assistant: 2023.12.3
  • This Integration: 2023.10.1

**Integration Configuration **

  • Cloud or Local Connection: Local
  • Inverter or Sensor Diagnostics Enabled: no

Additional context
NA

@PeteRager
Copy link
Owner

Thanks for the report. The impact will be the climate entity will not use the min / max temperature ranges defined in the Lennox System and will instead use the HA defaults when in Emergency Heat Mode. So I'd expect to see some weirdness with the min / max limits changing in the thermostat card when switching in/out of emergency heat mode.

I'll get it fixed.

@PeteRager PeteRager added the bug Something isn't working label Dec 30, 2023
@PeteRager PeteRager self-assigned this Dec 30, 2023
@PeteRager
Copy link
Owner

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

Successfully merging a pull request may close this issue.

2 participants