You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using eBUSd for some time, everything works for me so far, however, every time I restart I encounter a recurring error that I don't know how to solve. Apparently it doesn't affect the service or the device, but I'd rather ask here if there's a solution.
2024-03-28 15:08:17.420 ERROR (MainThread) [homeassistant.setup] Error during setup of component ebusd Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/ebusdpy/ebusdpy.py", line 14, in init sock.connect(address) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 390, in _async_setup_component result = await task ^^^^^^^^^^ File "/usr/local/lib/python3.12/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 68, in setup ebusdpy.init(server_address) File "/usr/local/lib/python3.12/site-packages/ebusdpy/ebusdpy.py", line 16, in init raise EBusError(socket.timeout) ebusdpy.ebusdpy.EBusError: <class 'TimeoutError'>
I have a link in configuration.yaml
# eBUSd Integration ebusd: !include ebusd.yaml
and in ebusd.yaml is # Protherm Ray 12KE host: 192.168.40.154 circuit: "bai" port: 9999
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I've been using eBUSd for some time, everything works for me so far, however, every time I restart I encounter a recurring error that I don't know how to solve. Apparently it doesn't affect the service or the device, but I'd rather ask here if there's a solution.
2024-03-28 15:08:17.420 ERROR (MainThread) [homeassistant.setup] Error during setup of component ebusd Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/ebusdpy/ebusdpy.py", line 14, in init sock.connect(address)
TimeoutError: timed out During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 390, in _async_setup_component result = await task
^^^^^^^^^^
File "/usr/local/lib/python3.12/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 68, in setup ebusdpy.init(server_address)
File "/usr/local/lib/python3.12/site-packages/ebusdpy/ebusdpy.py", line 16, in init raise EBusError(socket.timeout)
ebusdpy.ebusdpy.EBusError: <class 'TimeoutError'>
I have a link in configuration.yaml
# eBUSd Integration
ebusd: !include ebusd.yaml
and in ebusd.yaml is
# Protherm Ray 12KE
host: 192.168.40.154
circuit: "bai"
port: 9999
I'm running fastest HA.
Beta Was this translation helpful? Give feedback.
All reactions