Interrupteur/variateur legrand sans neutre, retour d'état aléatoire

Bonjour,

Je me rends compte que j’ai un souci avec mes retours d’états d’interrupteurs/variateurs Legrand avec le plugin ZigBee.
Le retour d’état est parfait quand je manipule l’interrupteur physiquement, mais quand j’allume la lumière avec l’interface Web de Jeedom, alors le retour d’état ne se fait pas, et çà pose problème (je ne peux pas éteindre la lampe puisque Jeedom n’a pas vu qu’elle était allumée).

Dans les logs, j’ai des comportements bien différents…

Quand j’allume physiquement :

[2023-01-06 01:30:58][DEBUG] : {"devices":{"00:04:74:00:00:8d:a1:1f":{"1":{"6":[{"value":"Bool.true","cluster_name":"On\/Off"}]}}}}
[2023-01-06 01:30:58][DEBUG] : Search attribut for 00:04:74:00:00:8d:a1:1f logicalId : 1::6::0 => Bool.true convert to 1
[2023-01-06 01:30:58][DEBUG] : {"devices":{"00:04:74:00:00:8d:a1:1f":{"1":{"8":[{"value":"180","cluster_name":"Level control"}]}}}}
[2023-01-06 01:30:58][DEBUG] : Search attribut for 00:04:74:00:00:8d:a1:1f logicalId : 1::8::0 => 180 convert to 180
[2023-01-06 01:31:01][DEBUG] : {"devices":{"00:04:74:00:00:8d:a1:1f":{"1":{"8":{"0":{"value":"180","cluster_name":"Level control"},"17":{"value":"180","cluster_name":"Level control"}},"6":[{"value":"Bool.true","cluster_name":"On\/Off"}]}}}}
[2023-01-06 01:31:01][DEBUG] : Search attribut for 00:04:74:00:00:8d:a1:1f logicalId : 1::8::0 => 180 convert to 180
[2023-01-06 01:31:01][DEBUG] : Search attribut for 00:04:74:00:00:8d:a1:1f logicalId : 1::8::17 => 180 convert to 180
[2023-01-06 01:31:01][DEBUG] : Search attribut for 00:04:74:00:00:8d:a1:1f logicalId : 1::6::0 => Bool.true convert to 1
[2023-01-06 01:31:03][DEBUG] : {"devices":{"00:04:74:00:00:8d:a1:1f":{"1":{"6":[{"value":"Bool.false","cluster_name":"On\/Off"}]}}}}
[2023-01-06 01:31:03][DEBUG] : Search attribut for 00:04:74:00:00:8d:a1:1f logicalId : 1::6::0 => Bool.false convert to 0
[2023-01-06 01:31:03][DEBUG] : {"devices":{"00:04:74:00:00:8d:a1:1f":{"1":{"8":[{"value":"0","cluster_name":"Level control"}]}}}}
[2023-01-06 01:31:03][DEBUG] : Search attribut for 00:04:74:00:00:8d:a1:1f logicalId : 1::8::0 => 0 convert to 0
[2023-01-06 01:31:07][DEBUG] : {"devices":{"00:04:74:00:00:8d:a1:1f":{"1":{"8":{"0":{"value":"0","cluster_name":"Level control"},"17":{"value":"180","cluster_name":"Level control"}},"6":[{"value":"Bool.false","cluster_name":"On\/Off"}]}}}}
[2023-01-06 01:31:07][DEBUG] : Search attribut for 00:04:74:00:00:8d:a1:1f logicalId : 1::8::0 => 0 convert to 0
[2023-01-06 01:31:07][DEBUG] : Search attribut for 00:04:74:00:00:8d:a1:1f logicalId : 1::8::17 => 180 convert to 180
[2023-01-06 01:31:07][DEBUG] : Search attribut for 00:04:74:00:00:8d:a1:1f logicalId : 1::6::0 => Bool.false convert to 0

Quand je pilote avec Jeedom :

[2023-01-06 01:31:58][DEBUG] : {"ieee":"00:04:74:00:00:8d:a1:1f","cmd":[{"endpoint":1,"cluster":"on_off","command":"on","await":1}],"allowQueue":false}
[2023-01-06 01:34:27][DEBUG] : {"ieee":"00:04:74:00:00:8d:a1:1f","cmd":[{"endpoint":1,"cluster":"on_off","command":"off","await":1}],"allowQueue":false}

Dans le premier cas on voit bien des mises à jour des infos, dans l’autre non.

J’ai tout à jour coté Jeedom…

Si quelqu’un a une idée… Merci beaucoup.