Bonjour la communauté,
Du jour au lendemain, HA n’a plus voulu contrôler mes volets Velux alors que jusque là tout fonctionnait parfaitement. Je fonctionne avec un boitier KLF 200.
J’ai mis dans /homeassistant/configuration.yaml
Texte préformaté
Velux config
velux:
host: xxxxxxxxxxxxxxxxx
password: xxxxxxxxxxxxx
Texte préformaté
Avec l’adresse ip de KLF 200 et le mdp associé…
Voici le log :
Texte préformaté
Logger: homeassistant.setup
Source: setup.py:333
First occurred: 13:25:01 (1 occurrences)
Last logged: 13:25:01
Error during setup of component velux
Traceback (most recent call last):
File « /usr/src/homeassistant/homeassistant/setup.py », line 333, 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.12/site-packages/pyvlx/pyvlx.py », line 106, in load_scenes
await self.scenes.load()
File « /usr/local/lib/python3.12/site-packages/pyvlx/scenes.py », line 56, in load
await get_scene_list.do_api_call()
File « /usr/local/lib/python3.12/site-packages/pyvlx/api/api_event.py », line 29, in do_api_call
await self.pyvlx.check_connected()
File « /usr/local/lib/python3.12/site-packages/pyvlx/pyvlx.py », line 83, in check_connected
await self.connect()
File « /usr/local/lib/python3.12/site-packages/pyvlx/pyvlx.py », line 58, in connect
await self.connection.connect()
File « /usr/local/lib/python3.12/site-packages/pyvlx/connection.py », line 103, in connect
self.transport, _ = await self.loop.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.12/asyncio/base_events.py », line 1146, in create_connection
transport, protocol = await self._create_connection_transport(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.12/asyncio/base_events.py », line 1179, in _create_connection_transport
await waiter
ConnectionAbortedError: SSL handshake is taking longer than 60.0 seconds: aborting the connection
Texte préformaté
et aussi :
Texte préformaté
Logger: homeassistant.bootstrap
Source: bootstrap.py:566
First occurred: 13:24:52 (1 occurrences)
Last logged: 13:24:52
Waiting on integrations to complete setup: velux
Texte préformaté
Le plus dingue est que tout allait bien et je ne vois pas ce qui a pu provoquer cela.
Merci d’avance.
Ma configuration
[center]## System Information
version | core-2024.2.5 |
---|---|
installation_type | Home Assistant OS |
dev | false |
hassio | true |
docker | true |
user | root |
virtualenv | false |
python_version | 3.12.1 |
os_name | Linux |
os_version | 6.6.16-haos |
arch | aarch64 |
timezone | Europe/Paris |
config_dir | /config |
Home Assistant Community Store
GitHub API | ok |
---|---|
GitHub Content | ok |
GitHub Web | ok |
GitHub API Calls Remaining | 5000 |
Installed Version | 1.34.0 |
Stage | running |
Available Repositories | 1473 |
Downloaded Repositories | 1 |
HACS Data | ok |
Home Assistant Cloud
logged_in | true |
---|---|
subscription_expiration | 1 janvier 2018 à 01:00 |
relayer_connected | false |
relayer_region | null |
remote_enabled | true |
remote_connected | false |
alexa_enabled | true |
google_enabled | true |
remote_server | null |
certificate_status | null |
instance_id | 26d8904959264d6a986af055b5e386d7 |
can_reach_cert_server | ok |
can_reach_cloud_auth | ok |
can_reach_cloud | ok |
Home Assistant Supervisor
host_os | Home Assistant OS 12.0 |
---|---|
update_channel | stable |
supervisor_version | supervisor-2024.02.1 |
agent_version | 1.6.0 |
docker_version | 24.0.7 |
disk_total | 117.4 GB |
disk_used | 9.9 GB |
healthy | true |
supported | true |
board | generic-aarch64 |
supervisor_api | ok |
version_api | ok |
installed_addons | File editor (5.8.0), Terminal & SSH (9.9.0), Mosquitto broker (6.4.0), Zigbee2MQTT (1.36.0-1) |
Dashboards
dashboards | 1 |
---|---|
resources | 0 |
views | 1 |
mode | storage |
Recorder
oldest_recorder_run | 27 février 2024 à 17:09 |
---|---|
current_recorder_run | 4 mars 2024 à 13:22 |
estimated_db_size | 23.43 MiB |
database_engine | sqlite |
database_version | 3.44.2 |