mypyllant-component
mypyllant-component copied to clipboard
Recovair 260/4 behind VR 70
Hello everyone, I have the problem that the integration does not have access to the Recovair 260/4 ventilation system. What do I have to set so that it is also displayed in the Home Assistant? It is visible in the myVaillant app and I can make settings. Unfortunately, I can't make sense of the instructions.
Does the fact that I can't see the ventilation have anything to do with this error message?
Logger: homeassistant.components.climate Quelle: helpers/entity_platform.py:633 Integration: Klima (Dokumentation, Probleme) Erstmals aufgetreten: 16:24:23 (8 Vorkommnisse) Zuletzt protokolliert: 17:15:01
Error adding entity None for domain climate with platform mypyllant Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 633, in _async_add_entities await coro File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 788, in _async_add_entity entity_name = entity.name ^^^^^^^^^^^ File "/config/custom_components/mypyllant/ventilation_climate.py", line 90, in name return f"{self.name_prefix} Climate" ^^^^^^^^^^^^^^^^ File "/config/custom_components/mypyllant/ventilation_climate.py", line 83, in name_prefix vname = [d for d in self.system.devices if d.type == "ventilation"][ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 0 ^ ].name_display ^ IndexError: list index out of range