B5r1oJ0A9G / teufel_raumfeld

Integration for Teufel smart speaker (aka Raumfeld Multiroom) into https://www.home-assistant.io/.
GNU General Public License v3.0
31 stars 7 forks source link

Hass 2022.4.0 not loaded and can't remove/readd #31

Closed eladore closed 2 years ago

eladore commented 2 years ago

As title. With the newest hass which is pretty amazing, the integration won't work any more. I can't even uninstall it in HACS or remove is in the integration page. When I delete it there. Nothing happens...

With "ignore" you can deletetr it in in hacs, reboot and delete it from the integrations. But then after reinstalling in hacs yout can't add a integration as it saye error this integration does not support configuration with gui....

mex1254 commented 2 years ago

i can confirm this problem - got the same after update to 2022.4.0

btittelbach commented 2 years ago

This is the corresponding Homeassistant error from the log:

Logger: homeassistant.setup
Source: setup.py:162
First occurred: 3:23:52 AM (1 occurrences)
Last logged: 3:23:52 AM

Setup failed for custom integration teufel_raumfeld: Unable to import component: cannot import name 'UpnpFactory' from 'async_upnp_client' (/usr/local/lib/python3.9/site-packages/async_upnp_client/__init__.py)
wunni1 commented 2 years ago

the same with HASS 2022.4.1

RamonM77 commented 2 years ago

I'm under the impression this project isn't alive anymore, unfortunately.

I had the same issue, the integration wasn't working anymore and I couldn't remove it as well. However, you can do this manually. In your editor, open "/config/.storage/core.config_entries" and delete the "teufel_raumfeld" section (the part between { and }). Restart HA and now you can remove the repo from HACS.

blackmore190 commented 2 years ago

The behavior is the same for me. After I restored Core-2022.3.8 from the backup, everything worked again. So it's really because of the update.

btittelbach commented 2 years ago

I've created two pull requests based on the fix in OpenHome mentioned above.

https://github.com/B5r1oJ0A9G/teufel_raumfeld/pull/32 https://github.com/B5r1oJ0A9G/hassfeld/pull/6

I hope they fix the issue or at least help the maintainer to fix the issue faster.