I got some error :
Error during setup of component loxone
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/websockets/http.py”, line 139, in read_response
status_line = await read_line(stream)
File “/usr/local/lib/python3.7/site-packages/websockets/http.py”, line 219, in read_line
raise EOFError(“line without CRLF”)
EOFError: line without CRLF
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/websockets/client.py”, line 101, in read_http_response
status_code, reason, headers = await read_response(self.reader)
File “/usr/local/lib/python3.7/site-packages/websockets/http.py”, line 141, in read_response
raise EOFError(“connection closed while reading HTTP status line”) from exc
EOFError: connection closed while reading HTTP status line
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 170, in _async_setup_component
hass, processed_config
File “/config/custom_components/loxone/init.py”, line 309, in async_setup
res = await lox.async_init()
File “/config/custom_components/loxone/init.py”, line 600, in async_init
timeout=TIMEOUT)
File “/usr/local/lib/python3.7/site-packages/websockets/client.py”, line 547, in await_impl
extra_headers=protocol.extra_headers,
File “/usr/local/lib/python3.7/site-packages/websockets/client.py”, line 290, in handshake
status_code, response_headers = await self.read_http_response()
File “/usr/local/lib/python3.7/site-packages/websockets/client.py”, line 103, in read_http_response
raise InvalidMessage(“did not receive a valid HTTP response”) from exc
websockets.exceptions.InvalidMessage: did not receive a valid HTTP response