Same problem for me. Did upgrade to HA 2022.6.7 and HA OS 8.2
Neither Automation reboot nor KLF power off reboot nor KLF menu reboot solve the problem.
Logger: homeassistant.setup
Source: components/velux/__init__.py:84
First occurred: 11:40:17 (1 occurrences)
Last logged: 11:40:17
Error during setup of component velux
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 235, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/velux/__init__.py", line 39, in async_setup
await hass.data[DATA_VELUX].async_start()
File "/usr/src/homeassistant/homeassistant/components/velux/__init__.py", line 84, in async_start
await self.pyvlx.load_scenes()
File "/usr/local/lib/python3.9/site-packages/pyvlx/pyvlx.py", line 80, in load_scenes
await self.scenes.load()
File "/usr/local/lib/python3.9/site-packages/pyvlx/scenes.py", line 51, in load
await get_scene_list.do_api_call()
File "/usr/local/lib/python3.9/site-packages/pyvlx/api/api_event.py", line 21, in do_api_call
await self.send_frame()
File "/usr/local/lib/python3.9/site-packages/pyvlx/api/api_event.py", line 33, in send_frame
await self.pyvlx.send_frame(self.request_frame())
File "/usr/local/lib/python3.9/site-packages/pyvlx/pyvlx.py", line 66, in send_frame
await self.connect()
File "/usr/local/lib/python3.9/site-packages/pyvlx/pyvlx.py", line 43, in connect
await self.connection.connect()
File "/usr/local/lib/python3.9/site-packages/pyvlx/connection.py", line 87, in connect
self.transport, _ = await self.loop.create_connection(
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1090, in create_connection
transport, protocol = await self._create_connection_transport(
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1120, in _create_connection_transport
await waiter
ConnectionAbortedError: SSL handshake is taking longer than 60.0 seconds: aborting the connection
Sounds good! Unfortunately the transition to Python 3.10 seems to be a problem for many third party integrations and there is a discussion who is responsible to fix it. So I decided to not upgrade to newest version, as at least my Gardena integration is affected, which leads into a nightmare during a hot summer!
Hi.
Has anyone managed to connect 2 KLF200 gateways to the Home Assistant? I have nine windows with shutters and I need to hook them both up at the same time
No problem to run my KLF 200 with 3 velux under HA 2022.10.5.
Is yr KLF200 running ok? I had a small problem with mine, dead…no light… a small workshop found 2 or 3 condensators out of order… they said it’s typical for this equipment…
Logger: homeassistant.setup
Source: components/velux/init.py:84
First occurred: 10:03:20 (1 occurrences)
Last logged: 10:03:20
Error during setup of component velux
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 257, in _async_setup_component
result = await task
File “/usr/src/homeassistant/homeassistant/components/velux/init.py”, line 39, in async_setup
await hass.data[DATA_VELUX].async_start()
File “/usr/src/homeassistant/homeassistant/components/velux/init.py”, line 84, in async_start
await self.pyvlx.load_scenes()
File “/usr/local/lib/python3.10/site-packages/pyvlx/pyvlx.py”, line 82, in load_scenes
await self.scenes.load()
File “/usr/local/lib/python3.10/site-packages/pyvlx/scenes.py”, line 51, in load
await get_scene_list.do_api_call()
File “/usr/local/lib/python3.10/site-packages/pyvlx/api/api_event.py”, line 21, in do_api_call
await self.send_frame()
File “/usr/local/lib/python3.10/site-packages/pyvlx/api/api_event.py”, line 33, in send_frame
await self.pyvlx.send_frame(self.request_frame())
File “/usr/local/lib/python3.10/site-packages/pyvlx/pyvlx.py”, line 66, in send_frame
await self.connect()
File “/usr/local/lib/python3.10/site-packages/pyvlx/pyvlx.py”, line 43, in connect
await self.connection.connect()
File “/usr/local/lib/python3.10/site-packages/pyvlx/connection.py”, line 86, in connect
self.transport, _ = await self.loop.create_connection(
File “/usr/local/lib/python3.10/asyncio/base_events.py”, line 1103, in create_connection
transport, protocol = await self._create_connection_transport(
File “/usr/local/lib/python3.10/asyncio/base_events.py”, line 1133, in _create_connection_transport
await waiter
ConnectionAbortedError: SSL handshake is taking longer than 60.0 seconds: aborting the connection
I have this problem, probably after udating HA. how can I downgrade ?
Unfortunately, there is no good solution that I know of. The work-around that many Velux users have done is to create an automation that sends a reboot message to the KLF when HA gets shutdown. This apparently helps but it is not a cure. The other work-around is to use a “smart switch” to power cycle the KLF remotely.