Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problème suite mise a jour homeassistant #706

Closed
Maabou08 opened this issue Dec 12, 2024 · 1 comment
Closed

problème suite mise a jour homeassistant #706

Maabou08 opened this issue Dec 12, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@Maabou08
Copy link

Bonjour,

plus rien de fonctionner avec l'intégration Daikin
voici le message dans le journal de homeassistant

Enregistreur: homeassistant.config_entries
Source: config_entries.py:640
S'est produit pour la première fois: 19:52:12 (3 occurrences)
Dernier enregistrement: 19:52:22

Error setting up entry Thermostat Chambre Gaëtan for versatile_thermostat
Error setting up entry Thermostat Salle à manger for versatile_thermostat
Error setting up entry Thermostat Chambre Max for versatile_thermostat
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/versatile_thermostat/init.py", line 183, in async_setup_entry
await api.init_vtherm_links(entry.entry_id)
File "/config/custom_components/versatile_thermostat/vtherm_api.py", line 189, in init_vtherm_links
await entity.async_startup(self.find_central_configuration())
File "/config/custom_components/versatile_thermostat/base_thermostat.py", line 737, in async_startup
self.async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~^^l'
File "/config/custom_components/versatile_thermostat/base_thermostat.py", line 2702, in async_write_ha_state
return super().async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1023, in async_write_ha_state
self._async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1148, in _async_write_ha_state
self.__async_calculate_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1081, in __async_calculate_state
capability_attr = self.capability_attributes
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 337, in getattribute
return super().getattribute(name)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 530, in capability_attributes
data[ATTR_SWING_HORIZONTAL_MODES] = self.swing_horizontal_modes
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 337, in getattribute
return super().getattribute(name)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "src/propcache/_helpers_c.pyx", line 80, in propcache._helpers_c.cached_property.get
File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 727, in swing_horizontal_modes
return self._attr_swing_horizontal_modes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 337, in getattribute
return super().getattribute(name)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 337, in getattribute
return super().getattribute(name)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
AttributeError: 'ThermostatOverClimate' object has no attribute '__attr_swing_horizontal_modes'. Did you mean: '_attr_swing_horizontal_modes'?

@jmcollin78 jmcollin78 added the duplicate This issue or pull request already exists label Dec 12, 2024
@jmcollin78
Copy link
Owner

Seems duplicate of #702

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants