Bonjour,
Je cherche a faire correctement détecter mes volets roulants somfy IO. J’ai une passerelle Velux KLF200 (que j’utilise également pour mes volets roulants Velux) et j’utilise le conteneur de GitHub - tjaehnel/vlxmqttha: Velux KLF200 to MQTT Bridge using Homeassistant Auto-Discovery afin de récuperer les info et les commandes en MQTT.
Après la configuration du conteneur et son demarrage j’ai bien les topics présent sur mon broker mqtt.
Le topic SET peut bien prendre les valeur OPEN / CLOSE / STOP ou une valeur entre 0 et 100 afin de regler le pourcentage d’ouverture. Cela fonctionne parfaitement quand je publie directement via MQTT Explorer.
Quand je lance le plugin MQTT discovery mes équipements sont bien créés mais je n’ai que les commandes OPEN / CLOSE et STOP. Je n’ai pas la commande de reglage de la position.
Voici ce que j’ai dans les info de la découverte pour l’un des deux volets :
Voici les commandes qui sont créés :
Et voici ce que j’ai dans le discovery log :
[2026-02-27 13:56:59] DEBUG new message:{"homeassistant":{"cover":{"DEV-vlx-volet-salon":{"position":100,"state":"closed"}},"switch":{"DEV-vlx-volet-salon-keepopen":{"state":"off"}}}}
[2026-02-27 13:56:59] DEBUG ==> type='cover' - content= {"DEV-vlx-volet-salon":{"position":100,"state":"closed"}}
[2026-02-27 13:56:59]WARNING no config for component cover with structuture DEV-vlx-volet-salon/position ?
[2026-02-27 13:56:59]WARNING no config for component cover with structuture DEV-vlx-volet-salon/state ?
[2026-02-27 13:56:59] DEBUG ==> type='switch' - content= {"DEV-vlx-volet-salon-keepopen":{"state":"off"}}
[2026-02-27 13:56:59]WARNING no config for component switch with structuture DEV-vlx-volet-salon-keepopen/state ?
[2026-02-27 13:56:59] INFO Nouvelle découverte, résumé des configuations:
[2026-02-27 13:56:59] INFO - Importées: 0
[2026-02-27 13:56:59] INFO - Auto-création inactive: 0
[2026-02-27 13:56:59] INFO - Topic ignoré: 0
[2026-02-27 13:56:59] INFO - Erronées: 0
[2026-02-27 13:56:59] INFO - Non supportées: 0
[2026-02-27 13:56:59] INFO - Total reçues: 0
[2026-02-27 13:58:03] INFO Arrêt démon
[2026-02-27 13:58:08] INFO Lancement démon
[2026-02-27 13:58:08] DEBUG test from daemon
[2026-02-27 13:58:09] DEBUG new message:{"homeassistant":{"cover":{"DEV-vlx-volet-cuisine":{"config":{"name":"","state_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/state","availability_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/available","unique_id":"DEV-vlx-volet-cuisine","device":{"name":"DEV-Volet Cuisine","identifiers":["DEV-vlx-volet-cuisine"]},"position_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/position","command_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/set","set_position_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/set","position_open":0,"position_closed":100,"device_class":"shutter"},"available":"online","position":50,"state":"open"},"DEV-vlx-volet-salon":{"config":{"name":"","state_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/state","availability_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/available","unique_id":"DEV-vlx-volet-salon","device":{"name":"DEV-Volet Salon","identifiers":["DEV-vlx-volet-salon"]},"position_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/position","command_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/set","set_position_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/set","position_open":0,"position_closed":100,"device_class":"shutter"},"available":"online","position":100,"state":"closed"}},"switch":{"DEV-vlx-volet-cuisine-keepopen":{"config":{"name":"Keep open","state_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/state","availability_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/available","unique_id":"DEV-vlx-volet-cuisine-keepopen","device":{"name":"DEV-Volet Cuisine","identifiers":["DEV-vlx-volet-cuisine"]},"icon":"mdi:lock-outline","command_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/set","payload_off":"off","payload_on":"on"},"available":"online","state":"off"},"DEV-vlx-volet-salon-keepopen":{"config":{"name":"Keep open","state_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/state","availability_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/available","unique_id":"DEV-vlx-volet-salon-keepopen","device":{"name":"DEV-Volet Salon","identifiers":["DEV-vlx-volet-salon"]},"icon":"mdi:lock-outline","command_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/set","payload_off":"off","payload_on":"on"},"available":"online","state":"off"}}}}
[2026-02-27 13:58:09] DEBUG ==> type='cover' - content= {"DEV-vlx-volet-cuisine":{"config":{"name":"","state_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/state","availability_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/available","unique_id":"DEV-vlx-volet-cuisine","device":{"name":"DEV-Volet Cuisine","identifiers":["DEV-vlx-volet-cuisine"]},"position_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/position","command_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/set","set_position_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/set","position_open":0,"position_closed":100,"device_class":"shutter"},"available":"online","position":50,"state":"open"},"DEV-vlx-volet-salon":{"config":{"name":"","state_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/state","availability_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/available","unique_id":"DEV-vlx-volet-salon","device":{"name":"DEV-Volet Salon","identifiers":["DEV-vlx-volet-salon"]},"position_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/position","command_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/set","set_position_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/set","position_open":0,"position_closed":100,"device_class":"shutter"},"available":"online","position":100,"state":"closed"}}
[2026-02-27 13:58:09] DEBUG handle config: {"name":"","state_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/state","availability_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/available","unique_id":"DEV-vlx-volet-cuisine","device":{"name":"DEV-Volet Cuisine","identifiers":["DEV-vlx-volet-cuisine"]},"position_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/position","command_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/set","set_position_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/set","position_open":0,"position_closed":100,"device_class":"shutter"}
[2026-02-27 13:58:09] INFO Creating new device with logicalId=DEV-vlx-volet-cuisine & name=DEV-Volet Cuisine
[2026-02-27 13:58:09] DEBUG create info: DEV-vlx-volet-cuisine
[2026-02-27 13:58:09] DEBUG create action: DEV-vlx-volet-cuisine-set
[2026-02-27 13:58:09]WARNING a command with the same name DEV-vlx-volet-cuisine set already exists, trying to create a new one
[2026-02-27 13:58:09]WARNING a command with the same name DEV-vlx-volet-cuisine set already exists, trying to create a new one
[2026-02-27 13:58:09]WARNING a command with the same name DEV-vlx-volet-cuisine set already exists, trying to create a new one
[2026-02-27 13:58:09]WARNING a command with the same name DEV-vlx-volet-cuisine set already exists, trying to create a new one
[2026-02-27 13:58:09]WARNING a command with the same name DEV-vlx-volet-cuisine set already exists, trying to create a new one
[2026-02-27 13:58:09]WARNING a command with the same name DEV-vlx-volet-cuisine set already exists, trying to create a new one
[2026-02-27 13:58:09] DEBUG create action: DEV-vlx-volet-cuisine-open
[2026-02-27 13:58:09] DEBUG create action: DEV-vlx-volet-cuisine-close
[2026-02-27 13:58:09] DEBUG create action: DEV-vlx-volet-cuisine-stop
[2026-02-27 13:58:09] DEBUG handle config: {"name":"","state_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/state","availability_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/available","unique_id":"DEV-vlx-volet-salon","device":{"name":"DEV-Volet Salon","identifiers":["DEV-vlx-volet-salon"]},"position_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/position","command_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/set","set_position_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/set","position_open":0,"position_closed":100,"device_class":"shutter"}
[2026-02-27 13:58:09] INFO Creating new device with logicalId=DEV-vlx-volet-salon & name=DEV-Volet Salon
[2026-02-27 13:58:09] DEBUG create info: DEV-vlx-volet-salon
[2026-02-27 13:58:09] DEBUG create action: DEV-vlx-volet-salon-set
[2026-02-27 13:58:09]WARNING a command with the same name DEV-vlx-volet-salon set already exists, trying to create a new one
[2026-02-27 13:58:09]WARNING a command with the same name DEV-vlx-volet-salon set already exists, trying to create a new one
[2026-02-27 13:58:09]WARNING a command with the same name DEV-vlx-volet-salon set already exists, trying to create a new one
[2026-02-27 13:58:09]WARNING a command with the same name DEV-vlx-volet-salon set already exists, trying to create a new one
[2026-02-27 13:58:09]WARNING a command with the same name DEV-vlx-volet-salon set already exists, trying to create a new one
[2026-02-27 13:58:09]WARNING a command with the same name DEV-vlx-volet-salon set already exists, trying to create a new one
[2026-02-27 13:58:09] DEBUG create action: DEV-vlx-volet-salon-open
[2026-02-27 13:58:09] DEBUG create action: DEV-vlx-volet-salon-close
[2026-02-27 13:58:09] DEBUG create action: DEV-vlx-volet-salon-stop
[2026-02-27 13:58:09] DEBUG ==> type='switch' - content= {"DEV-vlx-volet-cuisine-keepopen":{"config":{"name":"Keep open","state_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/state","availability_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/available","unique_id":"DEV-vlx-volet-cuisine-keepopen","device":{"name":"DEV-Volet Cuisine","identifiers":["DEV-vlx-volet-cuisine"]},"icon":"mdi:lock-outline","command_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/set","payload_off":"off","payload_on":"on"},"available":"online","state":"off"},"DEV-vlx-volet-salon-keepopen":{"config":{"name":"Keep open","state_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/state","availability_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/available","unique_id":"DEV-vlx-volet-salon-keepopen","device":{"name":"DEV-Volet Salon","identifiers":["DEV-vlx-volet-salon"]},"icon":"mdi:lock-outline","command_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/set","payload_off":"off","payload_on":"on"},"available":"online","state":"off"}}
[2026-02-27 13:58:09] DEBUG handle config: {"name":"Keep open","state_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/state","availability_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/available","unique_id":"DEV-vlx-volet-cuisine-keepopen","device":{"name":"DEV-Volet Cuisine","identifiers":["DEV-vlx-volet-cuisine"]},"icon":"mdi:lock-outline","command_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/set","payload_off":"off","payload_on":"on"}
[2026-02-27 13:58:09] DEBUG create info: DEV-vlx-volet-cuisine-keepopen
[2026-02-27 13:58:09] DEBUG create action: DEV-vlx-volet-cuisine-keepopen-on
[2026-02-27 13:58:09] DEBUG create action: DEV-vlx-volet-cuisine-keepopen-off
[2026-02-27 13:58:09] DEBUG handle config: {"name":"Keep open","state_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/state","availability_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/available","unique_id":"DEV-vlx-volet-salon-keepopen","device":{"name":"DEV-Volet Salon","identifiers":["DEV-vlx-volet-salon"]},"icon":"mdi:lock-outline","command_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/set","payload_off":"off","payload_on":"on"}
[2026-02-27 13:58:09] DEBUG create info: DEV-vlx-volet-salon-keepopen
[2026-02-27 13:58:09] DEBUG create action: DEV-vlx-volet-salon-keepopen-on
[2026-02-27 13:58:09] DEBUG create action: DEV-vlx-volet-salon-keepopen-off
[2026-02-27 13:58:09] INFO Nouvelle découverte, résumé des configuations:
[2026-02-27 13:58:09] INFO - Importées: 4
[2026-02-27 13:58:09] INFO - Auto-création inactive: 0
[2026-02-27 13:58:09] INFO - Topic ignoré: 0
[2026-02-27 13:58:09] INFO - Erronées: 0
[2026-02-27 13:58:09] INFO - Non supportées: 0
[2026-02-27 13:58:09] INFO - Total reçues: 4
[2026-02-27 13:58:40] DEBUG new message:{"homeassistant":{"cover":{"DEV-vlx-volet-cuisine":{"config":{"name":"","state_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/state","availability_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/available","unique_id":"DEV-vlx-volet-cuisine","device":{"name":"DEV-Volet Cuisine","identifiers":["DEV-vlx-volet-cuisine"]},"position_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/position","command_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/set","set_position_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/set","position_open":0,"position_closed":100,"device_class":"shutter"},"available":"online"},"DEV-vlx-volet-salon":{"config":{"name":"","state_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/state","availability_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/available","unique_id":"DEV-vlx-volet-salon","device":{"name":"DEV-Volet Salon","identifiers":["DEV-vlx-volet-salon"]},"position_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/position","command_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/set","set_position_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/set","position_open":0,"position_closed":100,"device_class":"shutter"},"available":"online"}},"switch":{"DEV-vlx-volet-cuisine-keepopen":{"config":{"name":"Keep open","state_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/state","availability_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/available","unique_id":"DEV-vlx-volet-cuisine-keepopen","device":{"name":"DEV-Volet Cuisine","identifiers":["DEV-vlx-volet-cuisine"]},"icon":"mdi:lock-outline","command_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/set","payload_off":"off","payload_on":"on"},"available":"online","state":"off"},"DEV-vlx-volet-salon-keepopen":{"config":{"name":"Keep open","state_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/state","availability_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/available","unique_id":"DEV-vlx-volet-salon-keepopen","device":{"name":"DEV-Volet Salon","identifiers":["DEV-vlx-volet-salon"]},"icon":"mdi:lock-outline","command_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/set","payload_off":"off","payload_on":"on"},"available":"online","state":"off"}}}}
[2026-02-27 13:58:40] DEBUG ==> type='cover' - content= {"DEV-vlx-volet-cuisine":{"config":{"name":"","state_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/state","availability_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/available","unique_id":"DEV-vlx-volet-cuisine","device":{"name":"DEV-Volet Cuisine","identifiers":["DEV-vlx-volet-cuisine"]},"position_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/position","command_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/set","set_position_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/set","position_open":0,"position_closed":100,"device_class":"shutter"},"available":"online"},"DEV-vlx-volet-salon":{"config":{"name":"","state_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/state","availability_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/available","unique_id":"DEV-vlx-volet-salon","device":{"name":"DEV-Volet Salon","identifiers":["DEV-vlx-volet-salon"]},"position_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/position","command_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/set","set_position_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/set","position_open":0,"position_closed":100,"device_class":"shutter"},"available":"online"}}
[2026-02-27 13:58:40] DEBUG handle config: {"name":"","state_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/state","availability_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/available","unique_id":"DEV-vlx-volet-cuisine","device":{"name":"DEV-Volet Cuisine","identifiers":["DEV-vlx-volet-cuisine"]},"position_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/position","command_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/set","set_position_topic":"homeassistant\/cover\/DEV-vlx-volet-cuisine\/set","position_open":0,"position_closed":100,"device_class":"shutter"}
[2026-02-27 13:58:40] DEBUG create action: DEV-vlx-volet-cuisine-set
[2026-02-27 13:58:40]WARNING a command with the same name DEV-vlx-volet-cuisine set already exists, trying to create a new one
[2026-02-27 13:58:40]WARNING a command with the same name DEV-vlx-volet-cuisine set already exists, trying to create a new one
[2026-02-27 13:58:40]WARNING a command with the same name DEV-vlx-volet-cuisine set already exists, trying to create a new one
[2026-02-27 13:58:40]WARNING a command with the same name DEV-vlx-volet-cuisine set already exists, trying to create a new one
[2026-02-27 13:58:40]WARNING a command with the same name DEV-vlx-volet-cuisine set already exists, trying to create a new one
[2026-02-27 13:58:40]WARNING a command with the same name DEV-vlx-volet-cuisine set already exists, trying to create a new one
[2026-02-27 13:58:40] DEBUG handle config: {"name":"","state_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/state","availability_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/available","unique_id":"DEV-vlx-volet-salon","device":{"name":"DEV-Volet Salon","identifiers":["DEV-vlx-volet-salon"]},"position_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/position","command_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/set","set_position_topic":"homeassistant\/cover\/DEV-vlx-volet-salon\/set","position_open":0,"position_closed":100,"device_class":"shutter"}
[2026-02-27 13:58:40] DEBUG create action: DEV-vlx-volet-salon-set
[2026-02-27 13:58:40]WARNING a command with the same name DEV-vlx-volet-salon set already exists, trying to create a new one
[2026-02-27 13:58:40]WARNING a command with the same name DEV-vlx-volet-salon set already exists, trying to create a new one
[2026-02-27 13:58:40]WARNING a command with the same name DEV-vlx-volet-salon set already exists, trying to create a new one
[2026-02-27 13:58:40]WARNING a command with the same name DEV-vlx-volet-salon set already exists, trying to create a new one
[2026-02-27 13:58:40]WARNING a command with the same name DEV-vlx-volet-salon set already exists, trying to create a new one
[2026-02-27 13:58:40]WARNING a command with the same name DEV-vlx-volet-salon set already exists, trying to create a new one
[2026-02-27 13:58:40] DEBUG ==> type='switch' - content= {"DEV-vlx-volet-cuisine-keepopen":{"config":{"name":"Keep open","state_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/state","availability_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/available","unique_id":"DEV-vlx-volet-cuisine-keepopen","device":{"name":"DEV-Volet Cuisine","identifiers":["DEV-vlx-volet-cuisine"]},"icon":"mdi:lock-outline","command_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/set","payload_off":"off","payload_on":"on"},"available":"online","state":"off"},"DEV-vlx-volet-salon-keepopen":{"config":{"name":"Keep open","state_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/state","availability_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/available","unique_id":"DEV-vlx-volet-salon-keepopen","device":{"name":"DEV-Volet Salon","identifiers":["DEV-vlx-volet-salon"]},"icon":"mdi:lock-outline","command_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/set","payload_off":"off","payload_on":"on"},"available":"online","state":"off"}}
[2026-02-27 13:58:40] DEBUG handle config: {"name":"Keep open","state_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/state","availability_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/available","unique_id":"DEV-vlx-volet-cuisine-keepopen","device":{"name":"DEV-Volet Cuisine","identifiers":["DEV-vlx-volet-cuisine"]},"icon":"mdi:lock-outline","command_topic":"homeassistant\/switch\/DEV-vlx-volet-cuisine-keepopen\/set","payload_off":"off","payload_on":"on"}
[2026-02-27 13:58:40] DEBUG handle config: {"name":"Keep open","state_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/state","availability_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/available","unique_id":"DEV-vlx-volet-salon-keepopen","device":{"name":"DEV-Volet Salon","identifiers":["DEV-vlx-volet-salon"]},"icon":"mdi:lock-outline","command_topic":"homeassistant\/switch\/DEV-vlx-volet-salon-keepopen\/set","payload_off":"off","payload_on":"on"}
[2026-02-27 13:58:40] INFO Nouvelle découverte, résumé des configuations:
[2026-02-27 13:58:40] INFO - Importées: 4
[2026-02-27 13:58:40] INFO - Auto-création inactive: 0
[2026-02-27 13:58:40] INFO - Topic ignoré: 0
[2026-02-27 13:58:40] INFO - Erronées: 0
[2026-02-27 13:58:40] INFO - Non supportées: 0
[2026-02-27 13:58:40] INFO - Total reçues: 4
[2026-02-27 13:58:41] DEBUG new message:{"homeassistant":{"cover":{"DEV-vlx-volet-cuisine":{"position":50,"state":"open"},"DEV-vlx-volet-salon":{"position":100,"state":"closed"}},"switch":{"DEV-vlx-volet-cuisine-keepopen":{"state":"off"},"DEV-vlx-volet-salon-keepopen":{"state":"off"}}}}
[2026-02-27 13:58:41] DEBUG ==> type='cover' - content= {"DEV-vlx-volet-cuisine":{"position":50,"state":"open"},"DEV-vlx-volet-salon":{"position":100,"state":"closed"}}
[2026-02-27 13:58:41]WARNING no config for component cover with structuture DEV-vlx-volet-cuisine/position ?
[2026-02-27 13:58:41]WARNING no config for component cover with structuture DEV-vlx-volet-cuisine/state ?
[2026-02-27 13:58:41]WARNING no config for component cover with structuture DEV-vlx-volet-salon/position ?
[2026-02-27 13:58:41]WARNING no config for component cover with structuture DEV-vlx-volet-salon/state ?
[2026-02-27 13:58:41] DEBUG ==> type='switch' - content= {"DEV-vlx-volet-cuisine-keepopen":{"state":"off"},"DEV-vlx-volet-salon-keepopen":{"state":"off"}}
[2026-02-27 13:58:41]WARNING no config for component switch with structuture DEV-vlx-volet-cuisine-keepopen/state ?
[2026-02-27 13:58:41]WARNING no config for component switch with structuture DEV-vlx-volet-salon-keepopen/state ?
[2026-02-27 13:58:41] INFO Nouvelle découverte, résumé des configuations:
[2026-02-27 13:58:41] INFO - Importées: 0
[2026-02-27 13:58:41] INFO - Auto-création inactive: 0
[2026-02-27 13:58:41] INFO - Topic ignoré: 0
[2026-02-27 13:58:41] INFO - Erronées: 0
[2026-02-27 13:58:41] INFO - Non supportées: 0
[2026-02-27 13:58:41] INFO - Total reçues: 0
Existe t il un moyen de forcer cette découverte ou de créer les commandes manuellement? (autrement que par Jmqtt bien sure)
Merci d’avance pour votre Aide
Richard



