peribeir / homeassistant-rademacher

This custom integration provides access to Rademacher Devices connected to a HomePilot (or Start2Smart) bridge.
GNU General Public License v3.0
55 stars 8 forks source link

HA 2023.12 #105

Closed kabums closed 7 months ago

kabums commented 7 months ago

after upgrade Home Assistant to 2023.12 the integration won´t start. ERROR (SyncWorker_4) [homeassistant.util.package] Unable to install package pyrademacher==0.9.2: ERROR: Cannot install pyrademacher==0.9.2 because these package versions have conflicting dependencies.

homeassistant.requirements.RequirementsNotFound: Requirements for rademacher not found: ['pyrademacher==0.9.2'].

rubatec commented 7 months ago

same issue

rubatec commented 7 months ago

There is already an update in HACS. Thank you!

kabums commented 7 months ago

Still the same problem. 2023-12-07 20:22:42.373 ERROR (SyncWorker_8) [homeassistant.util.package] Unable to install package pyrademacher==0.9.2: ERROR: Cannot install pyrademacher==0.9.2 because these package versions have conflicting dependencies. Requirements for rademacher not found: ['pyrademacher==0.9.2']. homeassistant.requirements.RequirementsNotFound: Requirements for rademacher not found: ['pyrademacher==0.9.2'].

I am using HA Docker, HACS, homepilot3 and the 2.1.1 Integration

deltaphi commented 7 months ago

I also had this problem, but I was on v1.13.1. After updating the integration to v2.1.1 and restarting Home Assistant, the integration loaded right away and everything is back in working order.

EDIT: I'm not using HACS. I updated manually by copying the rademacher folder via an SMB share.

peribeir commented 7 months ago

Hi @kabums

Did you restart Home Assistant after upgrading the integration? From your logs, dependency from pyrademacher==0.9.2 shows that HA is still using version 1.11.1 of the integration. Version 2.1.1 depends on pyrademacher 0.13.2 which should work with HA 2023.12

Please confirm that upgrade to 2.1.1 was done with success and HA was restarted afterwards.

kabums commented 7 months ago

Hello, after i manually deleted the folder custom_components/rademacher, i was able to reinstall the integration. Now everything is running as expected. Many Thanks for the quick response and for your work on the Rademacher integration!