home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.88k stars 30.11k forks source link

Honeywell Total Connect Comfort Integration - De-Humidification set point adjustment. #117021

Closed rando2coldAC closed 1 month ago

rando2coldAC commented 4 months ago

The problem

Unable to use Script to set humidity on a Honeywell TH8321 Wifi stat with Dehumidifier connected. Stat is fully functional in TCC, can adjust Humidity there.

Is humidity setpoint only active in the integration for a HUMIDIFER and not a Dehumidifier?

What version of Home Assistant Core has the issue?

core-2024.5.2

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

Honeywell - Total Connect Comfort

Link to integration documentation on our website

https://www.home-assistant.io/integrations/climate#service-climateset_humidity

Diagnostics information

config_entry-honeywell-6a8d686a154488dd2cd1cdd37fc0be5c-2.json

Example YAML snippet

service: climate.set_humidity
metadata: {}
data:
  humidity: 70
target:
  device_id: e2158d581489244da8c2b39cd182ec6b

Anything in the logs that might be useful for us?

this:
  entity_id: script.humidity_set_back
  state: 'off'
  attributes:
    last_triggered: '2024-05-07T16:19:01.619382+00:00'
    mode: single
    current: 0
    icon: mdi:water-percent-alert
    friendly_name: Humidity Set Back
  last_changed: '2024-05-07T16:19:01.620133+00:00'
  last_reported: '2024-05-07T16:19:01.620133+00:00'
  last_updated: '2024-05-07T16:19:01.620133+00:00'
  context:
    id: 01HX9XKTVKEFR5S5F17H3PGRVW
    parent_id: null
    user_id: ef0cf35a791f44e0a5b152ce8aa9bb2a
context:
  id: 01HX9YFTWR2MQC0GSEZD8QZK2X
  parent_id: null
  user_id: ef0cf35a791f44e0a5b152ce8aa9bb2a

Additional information

6693144 is setup as a Thermostat with a separate DeHumidifier connected and functions correctly in TCC. 6693103 is set up as a dehumidistat with a separate DeHumidifier connected and functions correctly in TCC and is currently turned off.

home-assistant[bot] commented 4 months ago

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (climate) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `climate` 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 climate` 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)


climate documentation climate source (message by IssueLinks)

rando2coldAC commented 4 months ago

Any movement on this answer?

issue-triage-workflows[bot] commented 1 month ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.