Hallo, leider bekomme ich auf Github kein Feedback daher hoffe ich auf diese Runde. Ich habe eine Helios EC 300 W ET L und würde diese gerne mit der HACS Integration "Helios EasyControls Modbus TCP/IP integration" einbinden. Habe zwar grundsätzlich auch das KNX Modul von Helios aber würde hoffen die Integration bringt mir unkompliziert alle Daten.
Leider bringt die Integration einen Fehler beim Start:
Hat jemand eine Idee und Lösung für das Problem?
Leider bringt die Integration einen Fehler beim Start:
Code:
Could not create initialize coordinator. Traceback (most recent call last): File "/config/custom_components/easycontrols/[B]init[/B].py", line 53, in async_setup_entry coordinator = await create_coordinator( ^^^^^^^^^^^^^^^^^^^^^^^^^ ...<3 lines>... ) ^ File "/config/custom_components/easycontrols/coordinator.py", line 538, in create_coordinator return await coordinator.init() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/easycontrols/coordinator.py", line 273, in init self._maximum_air_flow = float(re.findall(r"\d+", self._article_description)[0]) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: list index out of range
Kommentar