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

Can't set temperature in Emergency heat mode on Honeywell thermostat #105269

Closed
wystewart opened this issue Dec 8, 2023 · 1 comment · Fixed by #111332
Closed

Can't set temperature in Emergency heat mode on Honeywell thermostat #105269

wystewart opened this issue Dec 8, 2023 · 1 comment · Fixed by #111332

Comments

@wystewart
Copy link

The problem

When using Service climate.set_aux_heat to enable emergency heat. the temperature target can no longer be set. Yet the thermostat supports and the API should since it can be set from the Honeywell app. I believe that the file homeassistant/components/honeywell/climate.py, needs the following modification at line 355

        # Set temperature if not in auto - set the temperature
        else:
            if mode == "cool":
                await self._device.set_setpoint_cool(temperature)
            if mode == "heat":
                await self._device.set_setpoint_heat(temperature)
           if mode == "emheat":
                await self._device.set_setpoint_heat(temperature)

I would test this but I don't know where/home to modifiy climate.py in my home assistant installation. running docker i believe. if someone can direct me how to modify and test I would be happy to confirm this is the correction modification.

What version of Home Assistant Core has the issue?

core-2023.11.3

What was the last working version of Home Assistant Core?

never

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

Honeywell Total Connect Comfort (US)

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

home-assistant bot commented Dec 8, 2023

Hey there @rdfurman, @mkmer, mind taking a look at this issue as it has been labeled with an integration (honeywell) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of honeywell can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign honeywell Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


honeywell documentation
honeywell source
(message by IssueLinks)

@github-actions github-actions bot locked and limited conversation to collaborators Mar 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants