Tydom2mqtt manque actions tyxia 4620

Bonsoir à tous,

J’ai une box Luna et des équipements Delta Dore que je pilote via mqtt discovery (installation d’un docker tydom2mqtt version 3.6.0). Je rencontre un soucis avec une commande de portail, le module Tyxia 4620. Celui-ci remonte bien dans mqtt discovery mais les commandes actions (ouverture / fermeture) ne fonctionnent pas.

Voici les informations dans mqtt explorer :

{"name": null, "unique_id": "1766511443_1766511443", "command_topic": "cover/tydom/1766511443_1766511443/set_garageLevelCmd", "position_topic": "cover/tydom/1766511443_1766511443/current_position", "level_topic": "cover/tydom/1766511443_1766511443/current_level", "set_position_topic": "cover/tydom/1766511443_1766511443/set_garageLevel", "payload_open": "ON", "payload_close": "OFF", "payload_stop": "STOP", "retain": "false", "device": {"manufacturer": "Delta Dore", "model": "Garage Door Horizontal", "name": "Portail", "identifiers": "1766511443_1766511443"}, "device_class": "gate", "json_attributes_topic": "cover/tydom/1766511443_1766511443/attributes"}

J’espère avoir donné tous les éléments nécessaires pour bénéficier des lumières de la communauté.

Belle soirée,


Informations Jeedom Luna

Core : 4.5.1 (master)
DNS Jeedom Luna : oui

Plugin : MQTT Discovery
Version : 2025-11-30 01:01:54 (stable)
Statut Démon : Démarré - (2025-12-28 17:35:07)

Informations complémentaires

Log des dépendances: vides

Log du démon:


0000|Exception in thread paho-mqtt-client-:
0001|Traceback (most recent call last):
0002|File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
0003|self.run()
0004|File "/usr/lib/python3.9/threading.py", line 892, in run
0005|self._target(*self._args, **self._kwargs)
0006|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 4523, in _thread_main
0007|self.loop_forever(retry_first_connection=True)
0008|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2297, in loop_forever
0009|rc = self._loop(timeout)
0010|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 1686, in _loop
0011|rc = self.loop_read()
0012|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2100, in loop_read
0013|rc = self._packet_read()
0014|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3142, in _packet_read
0015|rc = self._packet_handle()
0016|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3814, in _packet_handle
0017|return self._handle_connack()
0018|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3934, in _handle_connack
0019|on_connect(
0020|File "/var/www/html/plugins/MQTTDiscovery/resources/mqttdiscoveryd.py", line 68, in _on_mqtt_connect
0021|self._do_subscribe()
0022|File "/var/www/html/plugins/MQTTDiscovery/resources/mqttdiscoveryd.py", line 45, in _do_subscribe
0023|self._mqtt_client.subscribe(f"{topic}/#")
0024|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2033, in subscribe
0025|raise ValueError('Invalid subscription filter.')
0026|ValueError: Invalid subscription filter.
0027|Exception in thread paho-mqtt-client-:
0028|Traceback (most recent call last):
0029|File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
0030|self.run()
0031|File "/usr/lib/python3.9/threading.py", line 892, in run
0032|self._target(*self._args, **self._kwargs)
0033|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 4523, in _thread_main
0034|self.loop_forever(retry_first_connection=True)
0035|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2297, in loop_forever
0036|rc = self._loop(timeout)
0037|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 1686, in _loop
0038|rc = self.loop_read()
0039|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2100, in loop_read
0040|rc = self._packet_read()
0041|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3142, in _packet_read
0042|rc = self._packet_handle()
0043|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3814, in _packet_handle
0044|return self._handle_connack()
0045|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3934, in _handle_connack
0046|on_connect(
0047|File "/var/www/html/plugins/MQTTDiscovery/resources/mqttdiscoveryd.py", line 68, in _on_mqtt_connect
0048|self._do_subscribe()
0049|File "/var/www/html/plugins/MQTTDiscovery/resources/mqttdiscoveryd.py", line 45, in _do_subscribe
0050|self._mqtt_client.subscribe(f"{topic}/#")
0051|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2033, in subscribe
0052|raise ValueError('Invalid subscription filter.')
0053|ValueError: Invalid subscription filter.
0054|Exception in thread paho-mqtt-client-:
0055|Traceback (most recent call last):
0056|File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
0057|self.run()
0058|File "/usr/lib/python3.9/threading.py", line 892, in run
0059|self._target(*self._args, **self._kwargs)
0060|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 4523, in _thread_main
0061|self.loop_forever(retry_first_connection=True)
0062|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2297, in loop_forever
0063|rc = self._loop(timeout)
0064|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 1686, in _loop
0065|rc = self.loop_read()
0066|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2100, in loop_read
0067|rc = self._packet_read()
0068|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3142, in _packet_read
0069|rc = self._packet_handle()
0070|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3814, in _packet_handle
0071|return self._handle_connack()
0072|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3934, in _handle_connack
0073|on_connect(
0074|File "/var/www/html/plugins/MQTTDiscovery/resources/mqttdiscoveryd.py", line 68, in _on_mqtt_connect
0075|self._do_subscribe()
0076|File "/var/www/html/plugins/MQTTDiscovery/resources/mqttdiscoveryd.py", line 45, in _do_subscribe
0077|self._mqtt_client.subscribe(f"{topic}/#")
0078|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2033, in subscribe
0079|raise ValueError('Invalid subscription filter.')
0080|ValueError: Invalid subscription filter.
0081|Exception in thread paho-mqtt-client-:
0082|Traceback (most recent call last):
0083|File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
0084|self.run()
0085|File "/usr/lib/python3.9/threading.py", line 892, in run
0086|self._target(*self._args, **self._kwargs)
0087|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 4523, in _thread_main
0088|self.loop_forever(retry_first_connection=True)
0089|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2297, in loop_forever
0090|rc = self._loop(timeout)
0091|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 1686, in _loop
0092|rc = self.loop_read()
0093|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2100, in loop_read
0094|rc = self._packet_read()
0095|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3142, in _packet_read
0096|rc = self._packet_handle()
0097|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3814, in _packet_handle
0098|return self._handle_connack()
0099|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3934, in _handle_connack
0100|on_connect(
0101|File "/var/www/html/plugins/MQTTDiscovery/resources/mqttdiscoveryd.py", line 68, in _on_mqtt_connect
0102|self._do_subscribe()
0103|File "/var/www/html/plugins/MQTTDiscovery/resources/mqttdiscoveryd.py", line 45, in _do_subscribe
0104|self._mqtt_client.subscribe(f"{topic}/#")
0105|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2033, in subscribe
0106|raise ValueError('Invalid subscription filter.')
0107|ValueError: Invalid subscription filter.
0108|Exception in thread paho-mqtt-client-:
0109|Traceback (most recent call last):
0110|File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
0111|self.run()
0112|File "/usr/lib/python3.9/threading.py", line 892, in run
0113|self._target(*self._args, **self._kwargs)
0114|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 4523, in _thread_main
0115|self.loop_forever(retry_first_connection=True)
0116|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2297, in loop_forever
0117|rc = self._loop(timeout)
0118|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 1686, in _loop
0119|rc = self.loop_read()
0120|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2100, in loop_read
0121|rc = self._packet_read()
0122|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3142, in _packet_read
0123|rc = self._packet_handle()
0124|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3814, in _packet_handle
0125|return self._handle_connack()
0126|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3934, in _handle_connack
0127|on_connect(
0128|File "/var/www/html/plugins/MQTTDiscovery/resources/mqttdiscoveryd.py", line 68, in _on_mqtt_connect
0129|self._do_subscribe()
0130|File "/var/www/html/plugins/MQTTDiscovery/resources/mqttdiscoveryd.py", line 45, in _do_subscribe
0131|self._mqtt_client.subscribe(f"{topic}/#")
0132|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2033, in subscribe
0133|raise ValueError('Invalid subscription filter.')
0134|ValueError: Invalid subscription filter.
0135|Exception in thread paho-mqtt-client-:
0136|Traceback (most recent call last):
0137|File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
0138|self.run()
0139|File "/usr/lib/python3.9/threading.py", line 892, in run
0140|self._target(*self._args, **self._kwargs)
0141|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 4523, in _thread_main
0142|self.loop_forever(retry_first_connection=True)
0143|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2297, in loop_forever
0144|rc = self._loop(timeout)
0145|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 1686, in _loop
0146|rc = self.loop_read()
0147|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2100, in loop_read
0148|rc = self._packet_read()
0149|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3142, in _packet_read
0150|rc = self._packet_handle()
0151|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3814, in _packet_handle
0152|return self._handle_connack()
0153|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 3934, in _handle_connack
0154|on_connect(
0155|File "/var/www/html/plugins/MQTTDiscovery/resources/mqttdiscoveryd.py", line 68, in _on_mqtt_connect
0156|self._do_subscribe()
0157|File "/var/www/html/plugins/MQTTDiscovery/resources/mqttdiscoveryd.py", line 45, in _do_subscribe
0158|self._mqtt_client.subscribe(f"{topic}/#")
0159|File "/var/www/html/plugins/MQTTDiscovery/resources/venv/lib/python3.9/site-packages/paho/mqtt/client.py", line 2033, in subscribe
0160|raise ValueError('Invalid subscription filter.')
0161|ValueError: Invalid subscription filter.

Log du plugin: vides

Bonjour,

Page config du plugin svp, il y a une erreur dans votre config

La voici :

la page complète ca aurait été plus simple

du coup quelle est la config des logs?

  • mettez sur niveau INFO.
  • videz tous les logs
  • relancez les dépendances
  • relancez le démon
  • montrez moi tous les logs (ils ne peuvent pas être vide)

Mes logs étaient en défaut. Voici les logs suite à vos conseils :

Dépendances :

[2025-12-29 16:23:11] INFO  Arrêt démon
[2025-12-29 16:25:08] INFO  Lancement démon
[2025-12-29 16:25:13]WARNING logicalId: '1663762688_1663762688' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1663762690_1663762689' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1663762691_1663762690' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1663762692_1663762690' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1663762693_1663762690' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1663762694_1663762691' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1663762696_1663762692' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1663762697_1663762692' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1663762698_1663762693' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1663762699_1663762699' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1663762790_1663762790' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1663762791_1663762791' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1670053591_1670053591' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1670053592_1670053592' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1670053593_1670053592' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1670054117_1670054117' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1674498874_1674498874' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1674498890_1674498890' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13]WARNING logicalId: '1766511443_1766511443' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:25:13] INFO  Nouvelle découverte, résumé des configuations:
[2025-12-29 16:25:13] INFO  - Importées:                 228
[2025-12-29 16:25:13] INFO  - Auto-création inactive:    0
[2025-12-29 16:25:13] INFO  - Topic ignoré:              0
[2025-12-29 16:25:13] INFO  - Erronées:                  0
[2025-12-29 16:25:13] INFO  - Non supportées:            0
[2025-12-29 16:25:13] INFO  - Total reçues:              228

Démon :

[2025-12-29 16:27:13] INFO  Arrêt démon
[2025-12-29 16:27:17] INFO  Lancement démon
[2025-12-29 16:27:20]WARNING logicalId: '1663762688_1663762688' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1663762690_1663762689' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1663762691_1663762690' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1663762692_1663762690' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1663762693_1663762690' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1663762694_1663762691' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1663762696_1663762692' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1663762697_1663762692' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1663762698_1663762693' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1663762699_1663762699' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1663762790_1663762790' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1663762791_1663762791' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1670053591_1670053591' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1670053592_1670053592' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:20]WARNING logicalId: '1670053593_1670053592' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:21]WARNING logicalId: '1670054117_1670054117' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:21]WARNING logicalId: '1674498874_1674498874' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:21]WARNING logicalId: '1674498890_1674498890' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:21]WARNING logicalId: '1766511443_1766511443' or stateTopic: '' not set, cannot create cmd
[2025-12-29 16:27:21] INFO  Nouvelle découverte, résumé des configuations:
[2025-12-29 16:27:21] INFO  - Importées:                 228
[2025-12-29 16:27:21] INFO  - Auto-création inactive:    0
[2025-12-29 16:27:21] INFO  - Topic ignoré:              0
[2025-12-29 16:27:21] INFO  - Erronées:                  0
[2025-12-29 16:27:21] INFO  - Non supportées:            0
[2025-12-29 16:27:21] INFO  - Total reçues:              228

[2025-12-29 15:25:10] INFO  : Starting daemon (lib version 1.2.9) with log level: info
[2025-12-29 15:25:10] INFO  : Listening on 127.0.0.1:55074
[2025-12-29 15:25:10] INFO  : Send async started with a cycle of 1.0s
[2025-12-29 15:25:10] INFO  : Successfully connected to MQTT server
[2025-12-29 15:25:10] INFO  : Successfully subscribed to discovery topic homeassistant
[2025-12-29 15:25:10] INFO  : Successfully subscribed to SpaTiTan
[2025-12-29 15:25:10] INFO  : Successfully subscribed to sensor
[2025-12-29 15:25:10] INFO  : Successfully subscribed to cover
[2025-12-29 15:25:10] INFO  : Successfully subscribed to saic
[2025-12-29 15:25:10] INFO  : Successfully subscribed to binary_sensor
[2025-12-29 15:25:10] INFO  : Successfully subscribed to home
[2025-12-29 15:27:13] INFO  : Signal 15 caught, exiting...
[2025-12-29 15:27:13] INFO  : Cancelling 3 tasks
[2025-12-29 15:27:13] INFO  : Send async cancelled
[2025-12-29 15:27:13] INFO  : Listening cancelled
[2025-12-29 15:27:13] INFO  : Shutdown
[2025-12-29 15:27:18] INFO  : Starting daemon (lib version 1.2.9) with log level: info
[2025-12-29 15:27:18] INFO  : Listening on 127.0.0.1:55074
[2025-12-29 15:27:18] INFO  : Send async started with a cycle of 1.0s
[2025-12-29 15:27:18] INFO  : Successfully connected to MQTT server
[2025-12-29 15:27:18] INFO  : Successfully subscribed to discovery topic homeassistant
[2025-12-29 15:27:18] INFO  : Successfully subscribed to sensor
[2025-12-29 15:27:18] INFO  : Successfully subscribed to cover
[2025-12-29 15:27:18] INFO  : Successfully subscribed to saic
[2025-12-29 15:27:18] INFO  : Successfully subscribed to SpaTiTan
[2025-12-29 15:27:18] INFO  : Successfully subscribed to binary_sensor
[2025-12-29 15:27:18] INFO  : Successfully subscribed to home

Update :

======================================================================
== 29/12/2025 15:23:15 == Dependencies installation for MQTTDiscovery
======================================================================
[  5% ] : Clean apt...
[  9% ] : Clean apt : [  OK  ]
[ 10% ] : Update apt...
[ 19% ] : Update apt : [  OK  ]
[ 20% ] : Init python3 & prerequisites...
[ 29% ] : Init python3 & prerequisites : [  OK  ]
[ 30% ] : Init PyEnv...
** PyEnv not required: 3.9.2 >= 3.9 **
** python3 path: python3 **
[ 39% ] : Init PyEnv : [  OK  ]
[ 40% ] : Setting up virtual environment...
** Version of python in VENV: Python 3.9.2
[ 69% ] : Setting up virtual environment : [  OK  ]
[ 70% ] : Install the required python packages...
[ 79% ] : Install the required python packages : [  OK  ]
[ 80% ] : Restoring folders and files rights...
[ 89% ] : Restoring folders and files rights : [  OK  ]
[ 90% ] : Summary of installed packages...
aiohappyeyeballs==2.6.1
aiohttp==3.13.2
aiosignal==1.4.0
async-timeout==5.0.1
attrs==25.3.0
frozenlist==1.6.0
idna==3.10
jeedomdaemon==1.2.9
Jinja2==3.1.6
MarkupSafe==3.0.2
multidict==6.4.3
paho-mqtt==2.1.0
pkg_resources==0.0.0
propcache==0.3.1
typing_extensions==4.13.2
yarl==1.20.0
[ 99% ] : Summary of installed packages : [  OK  ]
[100% ] : Finished !
======================================================================
== OK == Installation Successful
======================================================================

Ok donc la il n’y a plus d’erreur
Ca devrait fonctionner à présent excepté l’équipement dont la config est incorrecte mais je ne sais pas de quelle passerelle ca vient

Oui tout fonctionne sauf le contacteur pour le portail, id 1766511443. Ça vient de tydom2mqtt. Je ne sais pas ce qui pose problème dans la configuration.

je sais pas non plus, il faudrait que je vois la config pour ca

sur la page de l’équipement => bouton « info de découverte » => copier/coller le json dans un bloc Texte préformaté

Voici la configuration :

{"sensor":{"cover_class_tydom_1766511443_1766511443":{"name":"cover_class","unique_id":"cover_class_tydom_1766511443_1766511443","device":{"manufacturer":"Delta Dore","identifiers":"1766511443_1766511443","model":"Sensor","name":"Portail"},"state_topic":"sensor/tydom/cover_class_tydom_1766511443_1766511443/state"}},"binary_sensor":{"thermicdefect_tydom_1766511443_1766511443":{"name":"thermicDefect","unique_id":"thermicDefect_tydom_1766511443_1766511443","device":{"manufacturer":"Delta Dore","identifiers":"1766511443_1766511443","model":"Sensor","name":"Portail"},"state_topic":"binary_sensor/tydom/thermicDefect_tydom_1766511443_1766511443/state"}},"cover":{"1766511443_1766511443":{"name":null,"unique_id":"1766511443_1766511443","command_topic":"cover/tydom/1766511443_1766511443/set_garageLevelCmd","position_topic":"cover/tydom/1766511443_1766511443/current_position","level_topic":"cover/tydom/1766511443_1766511443/current_level","set_position_topic":"cover/tydom/1766511443_1766511443/set_garageLevel","payload_open":"ON","payload_close":"OFF","payload_stop":"STOP","retain":"false","device":{"manufacturer":"Delta Dore","model":"Garage Door Horizontal","name":"Portail","identifiers":"1766511443_1766511443"},"device_class":"gate","json_attributes_topic":"cover/tydom/1766511443_1766511443/attributes"}}}

Désolé pour le délai;

La version beta qui sera dispo demain devrait accepter les types « cover » sans state_topic qui n’est effectivement pas obligatoire.
L’équipement aura donc uniquement une commande « position » mais pas l’info string disant « ouvert » ou « fermé »

Merci déjà de prendre le temps de me répondre. Comme je suis assez novice, j’ai fait le choix de rester en stable pour le moment. Je vais attendre tranquillement la prochaine version pour voir le changement. Encore merci pour ton retour et ton investissement dans le dev du plugin.