home-assistant/core

Calling Climate: Set target temperature resets DST settings

hausmanconsulting opened this issue · 3 comments

The problem

I am using the NuHeat integration on HA 2024.5. When I call the service "climate.set_temperature":

service: climate.set_temperature
target:
  entity_id:
    - climate.master_bath
data:
  temperature: 60

The "Use Daylight Savings" setting on the NuHeat Signature thermostat becomes unchecked, and the time resets back to Standard Time. This causes a problem because the thermostat thinks it is an hour earlier and the program doesn't run at the correct time.

What version of Home Assistant Core has the issue?

core-2024.5.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

NuHeat

Link to integration documentation on our website

https://www.home-assistant.io/integrations/nuheat

Diagnostics information

home-assistant_nuheat_2024-05-16T16-22-41.144Z.log

Example YAML snippet

service: climate.set_temperature
target:
  entity_id:
    - climate.master_bath
data:
  temperature: 60

Anything in the logs that might be useful for us?

No response

Additional information

It can take up to 30 seconds for the clock on the thermostat to change by an hour.

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

Code owner commands

Code owners of nuheat 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 nuheat 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)


nuheat documentation
nuheat source
(message by IssueLinks)

Further testing reveals this is entirely on NuHeat; using their app to change the target temperature also causes the DST setting to disappear. I'll open a ticket with them.

I'll add a comment/solution here in case anyone else has this issue. So far, it appears that not using the DST setting and turning off network time sync allows the temperature and hold/run settings to work without changing the time. You'll need to change the time on the thermostat(s) for every switch to/from DST, but at least the clock won't change on you unexpectedly.