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
72.8k stars 30.5k forks source link

Honeywell Home Lyric Integration - Honeywell T9 Fan Mode Missing #96969

Closed fhugh501 closed 1 year ago

fhugh501 commented 1 year ago

The problem

The fan mode is missing in the Honeywell Home Lyric integration for the Honeywell T9 Thermostat. The fan is available in the Honeywell API, but is not pulling to Home Assistant.

 "deviceOsVersion": "RCHT9610WFW2004",
     "fan": {
            "allowedModes": [
              "On",
              "Auto",
              "Circulate"
            ],
            "changeableValues": {
              "mode": "Circulate"
            }
          },

What version of Home Assistant Core has the issue?

core-2023.7.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 Home

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

service: climate.set_fan_mode
data:
  fan_mode: on
target:
  entity_id: climate.environmental_controls

Anything in the logs that might be useful for us?

No I enabled debug logging but nothing was recorded.

Additional information

No response

home-assistant[bot] commented 1 year ago

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

Code owner commands Code owners of `lyric` 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 lyric` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


lyric documentation lyric source (message by IssueLinks)

jerry0317 commented 1 year ago

Also looking for a fan mode implementation! would be great if that can be implemented in HA: https://developer.honeywellhome.com/lyric/apis/post/devices/thermostats/%7BdeviceId%7D/fan