danielperna84 / hahomematic

Python 3 Interface for Home Assistant to interact with HomeMatic devices
MIT License
137 stars 21 forks source link

Startup problem after upgrade #979

Closed LineF closed 1 year ago

LineF commented 1 year ago

I agree to the following

The problem

Hello,

after upgrading homematicip to the latest version it doesn't come up after restarting HA. These error messages are reported:

2023-03-01 11_48_19-Einstellungen – Home Assistant

I had to do a full restore to get homematicip up and running again. All versions (HAOS, Supervisor etc.) are at the latest version.

Martin

What version of HomematicIP (local) has the issue?

1.33

What was the last working version of HomematicIP (local)?

1.32

What type of installation are you running?

Home Assistant OS

What type of installation are you running for your homematic backend?

RaspberryMatic Standalone

Which version of your homematic backend are you running?

No response

What hardware are you running for your system?

No response

Which config details do you use

Which interfaces do you use?

Diagnostics information

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

SukramJ commented 1 year ago

Looks like a communication problem on your system. This is not related to the integration.

LineF commented 1 year ago

But the error message tells me "...requirements not found...hahomematic==2023.2.11" That doesn't sound like a communication problem. And 1.32 works without any problems. Why should 1.33 then get a communictation problem?

What can I do? How can I help?

...and now I see in your latest commit that there is a change regarding just this requirement...

Martin

SveLil commented 1 year ago

Same here after the upgrade. I managed to get a Unable to install package hahomematic==2023.2.11: ERROR: Cannot install hahomematic==2023.2.11 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts [notice] A new release of pip available: 22.3 -> 23.0.1 [notice] To update, run: pip install --upgrade pip Additionally, I can't even delete the component: ImportError: cannot import name 'cleanup_cache_dirs' from 'hahomematic.support' (/usr/local/lib/python3.10/site-packages/hahomematic/support.py)

SukramJ commented 1 year ago

Do you use the latest HA?

SveLil commented 1 year ago

I'm using 2023.2.2 will try with the update

LineF commented 1 year ago

Mine is 2023.2.4, Supervisor 2023.01.1, OS 9.5

SukramJ commented 1 year ago

I am running the latest version of the custom_component (and Home Assistant)

SveLil commented 1 year ago

Works after updating to 2023.2.5

LineF commented 1 year ago

yes, can confirm too. Works with 2023.2.5. Didn't have installed latest version of HA accidentally... was omitted... Thanks!