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
73.9k stars 30.97k forks source link

Honeywell Integration broken after 2023.2 #87115

Closed bkr1969 closed 1 year ago

bkr1969 commented 1 year ago

The problem

Honeywell thermostats no longer showing.

What version of Home Assistant Core has the issue?

2023.2

What was the last working version of Home Assistant Core?

2023.1.x

What type of installation are you running?

Home Assistant Core

Integration causing the issue

Honeywell

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.config_entries
Source: config_entries.py:816
First occurred: 14:42:02 (1 occurrences)
Last logged: 14:42:02

Error occurred loading configuration flow for integration honeywell: cannot import name 'get_somecomfort_client' from 'homeassistant.components.honeywell' (/usr/src/homeassistant/homeassistant/components/honeywell/__init__.py)

### Additional information

got this error when trying to re-install:

Config flow could not be loaded: {"message":"Invalid handler specified"}

home-assistant[bot] commented 1 year ago

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` Change the title of 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.

(message by CodeOwnersMention)


honeywell documentation honeywell source (message by IssueLinks)

mkmer commented 1 year ago

This sounds like something went wrong installing the python package. Just ran the docker version and it fired up fine. Looks like your running outside of a docker, can you confirm pip install aiosomecomefort runs and is installed.

bkr1969 commented 1 year ago
bash: pip: command not found

I don't seem to be able to even verify python.

mkmer commented 1 year ago

Please confirm your running core? https://www.home-assistant.io/faq/ha-vs-hassio/

bkr1969 commented 1 year ago

OK. I installed a new Terminal and have verified the install. Same error when trying to install the integration.

mkmer commented 1 year ago

Sometimes, when an integration "dies" you need to reboot to try the re-installation process.

bkr1969 commented 1 year ago

So I did delete the integration and the associated files. No help. When I try to install the integration I get the error.

mkmer commented 1 year ago

After deletion, you rebooted HA (right?) - Then tried to re-install

bkr1969 commented 1 year ago

Just did. Working now. Thanks for the help. Sorry it wasn't really anything in the end. FYI this integration team has always been quick to respond and very helpful. Thanks again!

mkmer commented 1 year ago

Sounds like something went wrong installing the new API from PyPi - glad it was "easy"

mkmer commented 1 year ago

@home-assistant close