zacs / ha-dualmodegeneric

Generic thermostat capable of heating and cooling
68 stars 26 forks source link

Platform error: climate - Exception importing custom_components.dualmode_generic.climate after installing 7f23c3 in HA Core 2024.5.5 #70

Open avalero1962 opened 2 months ago

avalero1962 commented 2 months ago

After installing 7f23c3 in HA Core 2024.1.5 I get this errors for my 5 dualmode_generic climate I have installed

Platform error 'climate' from integration 'dualmode_generic' - Exception importing custom_components.dualmode_generic.climate Platform error 'climate' from integration 'dualmode_generic' - Exception importing custom_components.dualmode_generic.climate Platform error 'climate' from integration 'dualmode_generic' - Exception importing custom_components.dualmode_generic.climate Platform error 'climate' from integration 'dualmode_generic' - Exception importing custom_components.dualmode_generic.climate Platform error 'climate' from integration 'dualmode_generic' - Exception importing custom_components.dualmode_generic.climate

I get this error in logs Logger: homeassistant.loader Source: loader.py:842 First occurred: 14:17:59 (15 occurrences) Last logged: 14:40:42

Unexpected exception importing platform custom_components.dualmode_generic.climate Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 842, in get_platform cache[full_name] = self._import_platform(platform_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 859, in _import_platform return importlib.import_module(f"{self.pkg_path}.{platform_name}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/config/custom_components/dualmode_generic/climate.py", line 77, in SUPPORT_TURN_ON = ClimateEntityFeature.TURN_ON ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/enum.py", line 784, in getattr raise AttributeError(name) from None AttributeError: TURN_ON

This is one of the definition, nothing unsual:

david-kalbermatten commented 2 months ago

HA Core 2024.1.5 is quite heavily outdated (It's not even the latest version for January...) Please try updating to the most recent version of Home Assistant and see if that solves the issue.