JoDehli / PyLoxone

Python Loxone binding
Apache License 2.0
162 stars 40 forks source link

[Bug]: cover do not react after Homeassistant update to 2024.05 #265

Closed elaiel closed 2 weeks ago

elaiel commented 2 weeks ago

Describe the bug

Cover do not react after Homeassistant update to 2024.05: Fehler beim Aufrufen des Diensts cover/close_cover. Detected that custom integration 'loxone' calls async_fire from a thread at custom_components/loxone/cover.py, line 591: self.hass.bus.async_fire(. Please report it to the author of the 'loxone' custom integration.

Firmware of your Miniserver

14.4.9.25

HomeAssistant install method

VM in Proxmox

Version of HomeAssistant

Core 2024.5.0
Supervisor 2024.04.4
Operating System 12.2
Frontend 20240501.0

Version of Pyloxone

0.6.3

Update pyloxone

yes - I downloaded version 0.6.4 - but after restarting HA multiple times, it is still 0.6.3

Log

Fehler beim Aufrufen des Diensts cover/close_cover. Detected that custom integration 'loxone' calls async_fire from a thread at custom_components/loxone/cover.py, line 591: self.hass.bus.async_fire(. Please report it to the author of the 'loxone' custom integration.

JoDehli commented 2 weeks ago

@elaiel at the moment it is not compatible with the the newest HA . Please downgrade.

Lesani commented 2 weeks ago

image

Also on the latest beta 0.6.5

Above is an Info Message I get when trying to actuate covers. Lights are working. Downgrading Have never downgraded, looking into that for now, hopefully not for long...

rolandpj commented 2 weeks ago

I also did it the first time and had to search :-) you only need to use this command in the terminal:

ha core update --version 2024.4.4

image

Lesani commented 2 weeks ago

I also did it the first time and had to search :-) you only need to use this command in the terminal:

ha core update --version 2024.4.4

image

Thanks! hopefully the plugin is fixed soon, 2024.5 has some nice features