eBus Integration - Fehler

Sonstige Integrationen ohne Kategorie


Antworten
Benutzeravatar
Markus
Beiträge: 434
Registriert: Fr 23. Jul 2021, 09:03
2
Wohnort: Österreich
Has thanked: 21 times
Been thanked: 8 times

eBus Integration - Fehler

Beitrag von Markus »

Meine Wärmepumpe hat eine eBus Schnittstelle, mit Hilfe eines eBus-Ethernet Kopplers [1] sollten Daten ausgelesen werden können. Home Assistant bietet auch eine eBus Integration an [2], leider bekomme ich aber folgenden Fehler:

Logger: homeassistant.setup
Source: components/ebusd/init.py:70
First occurred: 11:33:26 (1 occurrences)
Last logged: 11:33:26

Error during setup of component ebusd
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/ebusdpy/ebusdpy.py", line 14, in init
sock.connect(address)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 253, in _async_setup_component
result = await task
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/ebusd/init.py", line 70, in setup
ebusdpy.init(server_address)
File "/usr/local/lib/python3.10/site-packages/ebusdpy/ebusdpy.py", line 18, in init
raise EBusError(socket.error)
ebusdpy.ebusdpy.EBusError: <class 'OSError'>

Der Koppler ist via ping erreichbar.

[1] https://esera.de/Produkte/eBus/142/eBUS ... r-Ethernet
[2] https://www.home-assistant.io/integrations/ebusd/

Antworten