JoDehli / PyLoxone

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

[Bug]: ClimateControl entity no longer available #240

Closed rainerbeck closed 3 months ago

rainerbeck commented 3 months ago

Describe the bug

Since Updating to 0.6.2, the climate control entities are no longer available. The initialisation fails with an exception (see log below). Downgrading to 0.6.1 fixes the issue.

Firmware of your Miniserver

14.5.12.7

HomeAssistant install method

Hassio

Version of HomeAssistant

2024.1.6

Version of Pyloxone

0.6.2

Update pyloxone

0.6.2 is the latest version

Log

Settings for the log can be found on the main page under the section Log Configuration 2024-02-04 12:20:51.668 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform custom_components.loxone.climate 2024-02-04 12:20:51.682 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'loxone.climate': Platform not found (Exception importing custom_components.loxone.climate). 2024-02-04 12:20:51.706 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform custom_components.loxone.climate 2024-02-04 12:20:51.714 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'loxone.climate': Platform not found (Exception importing custom_components.loxone.climate).

JoDehli commented 3 months ago

@rainerbeck please look at this issue. https://github.com/JoDehli/PyLoxone/issues/237

rainerbeck commented 3 months ago

Cheers. The issue #237 didn't show somehow....

JoDehli commented 3 months ago

@rainerbeck the issue was already closed. I reopened it that other user's see the current problems.