Bonjour,
Je suis sous Jeedom 4.4 sur Rspi 4, Debian 11.8.
Je tente de faire fonctionner le plugin klf200, mais le daemon est toujours KO.
J’ai tenté plusieurs fois la procédure de Fabrice ici : https://community.jeedom.com/t/klf200-nok-suite-passage-debian-11/128492
Mais cela ne change rien :
J’ai bien renseigné l’adresse IP et le mot de passe que j’utilise sur l’interface Wifi du klf200…
Pourriez-vous m’aider SVP?
1329|[2024-08-30 17:19:44] INFO : Arrêt du service klf200
1330|[2024-08-30 17:19:44] INFO : Lancement démon klf200 : /var/www/html/plugins/klf200/resources/venv/bin/python3 /var/www/html/plugins/klf200/resources/klf200d.py 192.168.0.45 velux123
1331|[2024-08-30 17:19:45] ERROR : KLF200 has been restarted after found not responding
1332|[2024-08-30 17:19:47] DEBUG : Send http://localhost:9123/devices
1333|[2024-08-30 17:19:47] INFO : Arrêt du service klf200
1334|[2024-08-30 17:19:47] ERROR : Erreur sur la fonction deamon_start du plugin : Vous devez attendre au moins 45 secondes entre deux lancements du démon. Dernier lancement : 2024-08-30 17:19:38
1335|[2024-08-30 17:19:48] DEBUG : Result
1336|[2024-08-30 17:19:50] DEBUG : Send http://localhost:9123/devices
1337|[2024-08-30 17:19:51] DEBUG : Result
1338|[2024-08-30 17:20:03] DEBUG : Send http://localhost:9123/devices
1339|[2024-08-30 17:20:04] DEBUG : Result
1340|[2024-08-30 17:20:19] INFO : Arrêt du service klf200
1341|[2024-08-30 17:20:19] INFO : Lancement démon klf200 : /var/www/html/plugins/klf200/resources/venv/bin/python3 /var/www/html/plugins/klf200/resources/klf200d.py 192.168.0.45 velux123
1342|[2024-08-30 17:20:19] ERROR : KLF200 has been restarted after found not responding
1343|Failed to authenticate with password "ve****"
1344|Traceback (most recent call last):
1345|File "/var/www/html/plugins/klf200/resources/klf200d.py", line 269, in <module>
1346|LOOP.run_until_complete(init_pyvlx_connection(LOOP))
1347|File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
1348|return future.result()
1349|File "/var/www/html/plugins/klf200/resources/klf200d.py", line 22, in init_pyvlx_connection
1350|await pyvlx.load_nodes()
1351|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/pyvlx.py", line 78, in load_nodes
1352|await self.nodes.load(node_id)
1353|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/nodes.py", line 69, in load
1354|await self._load_all_nodes()
1355|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/nodes.py", line 85, in _load_all_nodes
1356|await get_all_nodes_information.do_api_call()
1357|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/api/api_event.py", line 21, in do_api_call
1358|await self.send_frame()
1359|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/api/api_event.py", line 33, in send_frame
1360|await self.pyvlx.send_frame(self.request_frame())
1361|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/pyvlx.py", line 66, in send_frame
1362|await self.connect()
1363|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/pyvlx.py", line 44, in connect
1364|await self.klf200.password_enter(password=self.config.password)
1365|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/klf200gateway.py", line 126, in password_enter
1366|raise PyVLXException("Login to KLF 200 failed, check credentials")
1367|pyvlx.exception.PyVLXException: <PyVLXException description="Login to KLF 200 failed, check credentials" />
1368|[2024-08-30 17:20:28] INFO : Arrêt du service klf200
1369|[2024-08-30 17:20:28] INFO : Lancement démon klf200 : /var/www/html/plugins/klf200/resources/venv/bin/python3 /var/www/html/plugins/klf200/resources/klf200d.py 192.168.0.45 velux123
1370|[2024-08-30 17:20:28] ERROR : KLF200 has been restarted after found not responding
1371|[2024-08-30 17:20:31] INFO : Arrêt du service klf200
1372|[2024-08-30 17:20:31] INFO : Lancement démon klf200 : /var/www/html/plugins/klf200/resources/venv/bin/python3 /var/www/html/plugins/klf200/resources/klf200d.py 192.168.0.45 velux123
1373|[2024-08-30 17:20:31] ERROR : KLF200 has been restarted after found not responding
1374|[2024-08-30 17:20:44] INFO : Arrêt du service klf200
1375|[2024-08-30 17:20:44] INFO : Lancement démon klf200 : /var/www/html/plugins/klf200/resources/venv/bin/python3 /var/www/html/plugins/klf200/resources/klf200d.py 192.168.0.45 velux123
1376|[2024-08-30 17:20:44] ERROR : KLF200 has been restarted after found not responding
1377|Traceback (most recent call last):
1378|File "/var/www/html/plugins/klf200/resources/klf200d.py", line 269, in <module>
1379|LOOP.run_until_complete(init_pyvlx_connection(LOOP))
1380|File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
1381|return future.result()
1382|File "/var/www/html/plugins/klf200/resources/klf200d.py", line 22, in init_pyvlx_connection
1383|await pyvlx.load_nodes()
1384|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/pyvlx.py", line 78, in load_nodes
1385|await self.nodes.load(node_id)
1386|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/nodes.py", line 69, in load
1387|await self._load_all_nodes()
1388|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/nodes.py", line 85, in _load_all_nodes
1389|await get_all_nodes_information.do_api_call()
1390|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/api/api_event.py", line 21, in do_api_call
1391|await self.send_frame()
1392|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/api/api_event.py", line 33, in send_frame
1393|await self.pyvlx.send_frame(self.request_frame())
1394|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/pyvlx.py", line 66, in send_frame
1395|await self.connect()
1396|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/pyvlx.py", line 43, in connect
1397|await self.connection.connect()
1398|File "/var/www/html/plugins/klf200/resources/venv/lib/python3.9/site-packages/pyvlx/connection.py", line 86, in connect
1399|self.transport, _ = await self.loop.create_connection(
1400|File "/usr/lib/python3.9/asyncio/base_events.py", line 1056, in create_connection
1401|raise exceptions[0]
1402|File "/usr/lib/python3.9/asyncio/base_events.py", line 1041, in create_connection
1403|sock = await self._connect_sock(
1404|File "/usr/lib/python3.9/asyncio/base_events.py", line 955, in _connect_sock
1405|await self.sock_connect(sock, address)
1406|File "/usr/lib/python3.9/asyncio/selector_events.py", line 502, in sock_connect
1407|return await fut
1408|File "/usr/lib/python3.9/asyncio/selector_events.py", line 537, in _sock_connect_cb
1409|raise OSError(err, f'Connect call failed {address}')
1410|ConnectionRefusedError: [Errno 111] Connect call failed ('192.168.0.45', 51200)
1411|[2024-08-30 17:21:02] DEBUG : Send http://localhost:9123/devices
1412|[2024-08-30 17:21:03] DEBUG : Result
Il semble y avoir une erreur de connection.
Pourtant le mot de passe est bon (J’y accède via le wifi du KLF200).
Par contre à la différence de la doc où il est précisé de se rendre sur « velux.info », moi je dois aller sur « klf200.velux » pour accéder à l’interface du KLF200.
Y-a-t-il un lien?