Suite migration Z-WAVE JS, impossible de piloter le volet avec FGS-223

Bonjour,
J’ai exactement le même problème que décrit ici:
Suite migration Z-WAVE JS, impossible de piloter le volet avec FGR-223
Mais avec un FGS-223

J’ai migré d’un NUC avec Debian 10.13 sur une VM - Debian 11 - Promox 8.2.2 et la dernière image ISO de Jeedom.

Installé le plugin z-wave js et désactivé l’ancien plugin et tous mes équipements Z-Wave fonctionnent… à l’exeption du Fibaro FGS-223 :face_with_symbols_over_mouth:

j’ai bien repris la clé S0 comme recommandé


Et également regarder cette histoire de USB3 (mon serveur HPE n’a que des ports USB3, mais j’ai mis un hub USB2, mais ça ne change rien)

Les informations du nœud semblent OK






Mais aucune commande ne fonctionne, que ce soit action ou info

et le dubug ne dit pas grand-chose quand exécute une action, c’est comme si tout se passait comme demandé.

.

merci pour votre aide

Bonjour,

Les commandes ne sont probablement pas les bonnes.
Voir documentation et sujets de la communauté pour savoir comment créer les bonnes commandes.
Il manque la classe (37 à priori) dans tes capture d’écran pour t’indiquer les commandes correctes.

En actionnant physiquement le module, vous serez en mesure d’identifier la ligne dont les valeurs changent en conséquence dans la fenêtre des Valeurs du nœud et dont la commande ne serait pas créée ou fonctionnelle. En bout de ligne se trouve un bouton avec une icône en forme de stylo permettant de créer automatiquement la commande correspondante vous octroyant par la même la possibilité de pouvoir utiliser votre module malgré une configuration absente ou erronée.

Si tu n’as pas la classe qui est affichée alors il faut demander une ré-interview du module.

Alors le ré-interview ne change rien.

Et j’ai essayé de créer des commandes, par rapport à mon niveau de connaissance, mais je suis un peu perdu

Celles qui fonctionnaient sous OZW étaient:

et sous Zwave JS par défaut, il y a ça:

Le mode d’emploi me donne ces info,
FGS223 ZWave JS

mais je ne sais pas trop quoi en faire :face_with_diagonal_mouth:

Car de ce que j’ai essayé, rien ne fonctionne, donc toute aide serait la bienvenue

MERCI

Il faut que tu mettes en copie d’écran tout ce que tu as dans Valeurs du noeud.

Merci Madcow pour ton aide, il me semblait avoir tout mis, car dans valeurs de noeud, je n’ai rien de plus que ce que j’ai mis comme images dans mon premier message.

est ce que tu parles de ça peut être:

{
"id" : 15,
"name" : "",
"loc" : "",
"values" : {
"50-0-value-65537" : {
"id" : "15-50-0-value-65537",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 50,
"commandClassName" : "Meter",
"endpoint" : 0,
"property" : "value",
"propertyName" : "value",
"propertyKey" : 65537,
"propertyKeyName" : "Electric_kWh_Consumed",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Electric Consumption [kWh]",
"ccSpecific" : {
"meterType" : 1,
"scale" : 0,
"rateType" : 1
},
"stateless" : false,
"commandClassVersion" : 3,
"unit" : "kWh",
"list" : false,
"value" : 146.35,
"lastUpdate" : 1730607785237
},
"50-0-value-66049" : {
"id" : "15-50-0-value-66049",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 50,
"commandClassName" : "Meter",
"endpoint" : 0,
"property" : "value",
"propertyName" : "value",
"propertyKey" : 66049,
"propertyKeyName" : "Electric_W_Consumed",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Electric Consumption [W]",
"ccSpecific" : {
"meterType" : 1,
"scale" : 2,
"rateType" : 1
},
"stateless" : false,
"commandClassVersion" : 3,
"unit" : "W",
"list" : false,
"value" : 0,
"lastUpdate" : 1730607785279
},
"50-0-reset" : {
"id" : "15-50-0-reset",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 50,
"commandClassName" : "Meter",
"endpoint" : 0,
"property" : "reset",
"propertyName" : "reset",
"type" : "boolean",
"readable" : false,
"writeable" : true,
"label" : "Reset accumulated values",
"stateless" : false,
"commandClassVersion" : 3,
"list" : true,
"states" : [
{
"text" : "Reset",
"value" : true
}
],
"lastUpdate" : 1730577706950
},
"113-0-alarmType" : {
"id" : "15-113-0-alarmType",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 113,
"commandClassName" : "Notification",
"endpoint" : 0,
"property" : "alarmType",
"propertyName" : "alarmType",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Alarm Type",
"stateless" : false,
"commandClassVersion" : 5,
"min" : 0,
"max" : 255,
"list" : false,
"value" : 0,
"lastUpdate" : 1730616808746
},
"113-0-alarmLevel" : {
"id" : "15-113-0-alarmLevel",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 113,
"commandClassName" : "Notification",
"endpoint" : 0,
"property" : "alarmLevel",
"propertyName" : "alarmLevel",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Alarm Level",
"stateless" : false,
"commandClassVersion" : 5,
"min" : 0,
"max" : 255,
"list" : false,
"value" : 0,
"lastUpdate" : 1730616808747
},
"113-0-Heat Alarm-unknown" : {
"id" : "15-113-0-Heat Alarm-unknown",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 113,
"commandClassName" : "Notification",
"endpoint" : 0,
"property" : "Heat Alarm",
"propertyName" : "Heat Alarm",
"propertyKey" : "unknown",
"propertyKeyName" : "unknown",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Heat Alarm: Unknown value",
"ccSpecific" : {
"notificationType" : 4
},
"stateless" : false,
"commandClassVersion" : 5,
"min" : 0,
"max" : 255,
"list" : false,
"value" : 254,
"lastUpdate" : 1730616808704
},
"113-0-Power Management-unknown" : {
"id" : "15-113-0-Power Management-unknown",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 113,
"commandClassName" : "Notification",
"endpoint" : 0,
"property" : "Power Management",
"propertyName" : "Power Management",
"propertyKey" : "unknown",
"propertyKeyName" : "unknown",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Power Management: Unknown value",
"ccSpecific" : {
"notificationType" : 8
},
"stateless" : false,
"commandClassVersion" : 5,
"min" : 0,
"max" : 255,
"list" : false,
"value" : 254,
"lastUpdate" : 1730616808747
},
"113-0-Heat Alarm-Heat sensor status" : {
"id" : "15-113-0-Heat Alarm-Heat sensor status",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 113,
"commandClassName" : "Notification",
"endpoint" : 0,
"property" : "Heat Alarm",
"propertyName" : "Heat Alarm",
"propertyKey" : "Heat sensor status",
"propertyKeyName" : "Heat sensor status",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Heat sensor status",
"ccSpecific" : {
"notificationType" : 4
},
"stateless" : false,
"commandClassVersion" : 5,
"min" : 0,
"max" : 255,
"list" : true,
"states" : [
{
"text" : "idle",
"value" : 0
},
{
"text" : "Overheat detected",
"value" : 2
}
],
"lastUpdate" : 1730577706950
},
"113-0-Power Management-Over-current status" : {
"id" : "15-113-0-Power Management-Over-current status",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 113,
"commandClassName" : "Notification",
"endpoint" : 0,
"property" : "Power Management",
"propertyName" : "Power Management",
"propertyKey" : "Over-current status",
"propertyKeyName" : "Over-current status",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Over-current status",
"ccSpecific" : {
"notificationType" : 8
},
"stateless" : false,
"commandClassVersion" : 5,
"min" : 0,
"max" : 255,
"list" : true,
"states" : [
{
"text" : "idle",
"value" : 0
},
{
"text" : "Over-current detected",
"value" : 6
}
],
"lastUpdate" : 1730577706950
},
"114-0-manufacturerId" : {
"id" : "15-114-0-manufacturerId",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 114,
"commandClassName" : "Manufacturer Specific",
"endpoint" : 0,
"property" : "manufacturerId",
"propertyName" : "manufacturerId",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Manufacturer ID",
"stateless" : false,
"commandClassVersion" : 2,
"min" : 0,
"max" : 65535,
"list" : false,
"value" : 271,
"lastUpdate" : 1730569328130
},
"114-0-productType" : {
"id" : "15-114-0-productType",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 114,
"commandClassName" : "Manufacturer Specific",
"endpoint" : 0,
"property" : "productType",
"propertyName" : "productType",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Product type",
"stateless" : false,
"commandClassVersion" : 2,
"min" : 0,
"max" : 65535,
"list" : false,
"value" : 515,
"lastUpdate" : 1730569328130
},
"114-0-productId" : {
"id" : "15-114-0-productId",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 114,
"commandClassName" : "Manufacturer Specific",
"endpoint" : 0,
"property" : "productId",
"propertyName" : "productId",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Product ID",
"stateless" : false,
"commandClassVersion" : 2,
"min" : 0,
"max" : 65535,
"list" : false,
"value" : 4096,
"lastUpdate" : 1730569328130
},
"134-0-libraryType" : {
"id" : "15-134-0-libraryType",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "libraryType",
"propertyName" : "libraryType",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Library type",
"stateless" : false,
"commandClassVersion" : 2,
"list" : true,
"states" : [
{
"text" : "Unknown",
"value" : 0
},
{
"text" : "Static Controller",
"value" : 1
},
{
"text" : "Controller",
"value" : 2
},
{
"text" : "Enhanced Slave",
"value" : 3
},
{
"text" : "Slave",
"value" : 4
},
{
"text" : "Installer",
"value" : 5
},
{
"text" : "Routing Slave",
"value" : 6
},
{
"text" : "Bridge Controller",
"value" : 7
},
{
"text" : "Device under Test",
"value" : 8
},
{
"text" : "N/A",
"value" : 9
},
{
"text" : "AV Remote",
"value" : 10
},
{
"text" : "AV Device",
"value" : 11
}
],
"value" : 3,
"lastUpdate" : 1730569328219
},
"134-0-protocolVersion" : {
"id" : "15-134-0-protocolVersion",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "protocolVersion",
"propertyName" : "protocolVersion",
"type" : "string",
"readable" : true,
"writeable" : false,
"label" : "Z-Wave protocol version",
"stateless" : false,
"commandClassVersion" : 2,
"list" : false,
"value" : "4.24",
"lastUpdate" : 1730569328220
},
"134-0-firmwareVersions" : {
"id" : "15-134-0-firmwareVersions",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "firmwareVersions",
"propertyName" : "firmwareVersions",
"type" : "string[]",
"readable" : true,
"writeable" : false,
"label" : "Z-Wave chip firmware versions",
"stateless" : false,
"commandClassVersion" : 2,
"list" : false,
"value" : [
"3.3"
],
"lastUpdate" : 1730569328220
},
"134-0-hardwareVersion" : {
"id" : "15-134-0-hardwareVersion",
"nodeId" : 15,
"toUpdate" : false,
"commandClass" : 134,
"commandClassName" : "Version",
"endpoint" : 0,
"property" : "hardwareVersion",
"propertyName" : "hardwareVersion",
"type" : "number",
"readable" : true,
"writeable" : false,
"label" : "Z-Wave chip hardware version",
"stateless" : false,
"commandClassVersion" : 2,
"list" : false,
"value" : 3,
"lastUpdate" : 1730569328221
}
},
"groups" : [
],
"neighbors" : "",
"ready" : true,
"available" : true,
"hassDevices" : [
],
"failed" : false,
"inited" : true,
"eventsQueue" : [
{
"time" : "2024-11-02T20:01:46.944Z",
"event" : "alive",
"args" : [
0
]
},
{
"time" : "2024-11-02T20:01:46.952Z",
"event" : "ready",
"args" : [
]
},
{
"time" : "2024-11-02T21:58:03.172Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Meter",
"commandClass" : 50,
"property" : "value",
"propertyKey" : 65537,
"endpoint" : 0,
"newValue" : 146.35,
"prevValue" : 146.35,
"propertyName" : "value",
"propertyKeyName" : "Electric_kWh_Consumed"
}
]
},
{
"time" : "2024-11-02T21:58:03.215Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Meter",
"commandClass" : 50,
"property" : "value",
"propertyKey" : 66049,
"endpoint" : 0,
"newValue" : 0,
"prevValue" : 0,
"propertyName" : "value",
"propertyKeyName" : "Electric_W_Consumed"
}
]
},
{
"time" : "2024-11-03T00:12:26.142Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Notification",
"commandClass" : 113,
"property" : "alarmType",
"endpoint" : 0,
"newValue" : 0,
"prevValue" : 0,
"propertyName" : "alarmType"
}
]
},
{
"time" : "2024-11-03T00:12:26.142Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Notification",
"commandClass" : 113,
"property" : "alarmLevel",
"endpoint" : 0,
"newValue" : 0,
"prevValue" : 0,
"propertyName" : "alarmLevel"
}
]
},
{
"time" : "2024-11-03T00:12:26.143Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Notification",
"commandClass" : 113,
"property" : "Heat Alarm",
"propertyKey" : "unknown",
"endpoint" : 0,
"newValue" : 254,
"prevValue" : 254,
"propertyName" : "Heat Alarm",
"propertyKeyName" : "unknown"
}
]
},
{
"time" : "2024-11-03T00:12:26.185Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Notification",
"commandClass" : 113,
"property" : "alarmType",
"endpoint" : 0,
"newValue" : 0,
"prevValue" : 0,
"propertyName" : "alarmType"
}
]
},
{
"time" : "2024-11-03T00:12:26.186Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Notification",
"commandClass" : 113,
"property" : "alarmLevel",
"endpoint" : 0,
"newValue" : 0,
"prevValue" : 0,
"propertyName" : "alarmLevel"
}
]
},
{
"time" : "2024-11-03T00:12:26.186Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Notification",
"commandClass" : 113,
"property" : "Power Management",
"propertyKey" : "unknown",
"endpoint" : 0,
"newValue" : 254,
"prevValue" : 254,
"propertyName" : "Power Management",
"propertyKeyName" : "unknown"
}
]
},
{
"time" : "2024-11-03T04:23:05.237Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Meter",
"commandClass" : 50,
"property" : "value",
"propertyKey" : 65537,
"endpoint" : 0,
"newValue" : 146.35,
"prevValue" : 146.35,
"propertyName" : "value",
"propertyKeyName" : "Electric_kWh_Consumed"
}
]
},
{
"time" : "2024-11-03T04:23:05.279Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Meter",
"commandClass" : 50,
"property" : "value",
"propertyKey" : 66049,
"endpoint" : 0,
"newValue" : 0,
"prevValue" : 0,
"propertyName" : "value",
"propertyKeyName" : "Electric_W_Consumed"
}
]
},
{
"time" : "2024-11-03T06:53:28.704Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Notification",
"commandClass" : 113,
"property" : "alarmType",
"endpoint" : 0,
"newValue" : 0,
"prevValue" : 0,
"propertyName" : "alarmType"
}
]
},
{
"time" : "2024-11-03T06:53:28.704Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Notification",
"commandClass" : 113,
"property" : "alarmLevel",
"endpoint" : 0,
"newValue" : 0,
"prevValue" : 0,
"propertyName" : "alarmLevel"
}
]
},
{
"time" : "2024-11-03T06:53:28.705Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Notification",
"commandClass" : 113,
"property" : "Heat Alarm",
"propertyKey" : "unknown",
"endpoint" : 0,
"newValue" : 254,
"prevValue" : 254,
"propertyName" : "Heat Alarm",
"propertyKeyName" : "unknown"
}
]
},
{
"time" : "2024-11-03T06:53:28.747Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Notification",
"commandClass" : 113,
"property" : "alarmType",
"endpoint" : 0,
"newValue" : 0,
"prevValue" : 0,
"propertyName" : "alarmType"
}
]
},
{
"time" : "2024-11-03T06:53:28.747Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Notification",
"commandClass" : 113,
"property" : "alarmLevel",
"endpoint" : 0,
"newValue" : 0,
"prevValue" : 0,
"propertyName" : "alarmLevel"
}
]
},
{
"time" : "2024-11-03T06:53:28.747Z",
"event" : "value updated",
"args" : [
{
"commandClassName" : "Notification",
"commandClass" : 113,
"property" : "Power Management",
"propertyKey" : "unknown",
"endpoint" : 0,
"newValue" : 254,
"prevValue" : 254,
"propertyName" : "Power Management",
"propertyKeyName" : "unknown"
}
]
}
],
"status" : "Alive",
"interviewStage" : "Complete",
"priorityReturnRoute" : [
],
"customReturnRoute" : [
],
"prioritySUCReturnRoute" : null,
"customSUCReturnRoutes" : [
],
"hexId" : "0x010f 0x0203-0x1000",
"dbLink" : "https://devices.zwave-js.io/?jumpTo=0x010f:0x0203:0x1000:3.3",
"manufacturerId" : 271,
"productId" : 4096,
"productType" : 515,
"deviceConfig" : {
"filename" : "/var/www/html/plugins/zwavejs/resources/zwave-js-ui/node_modules/@zwave-js/config/config/devices/0x010f/fgs223.json",
"isEmbedded" : true,
"manufacturer" : "Fibargroup",
"manufacturerId" : 271,
"label" : "FGS223",
"description" : "Double Switch 2",
"devices" : [
{
"productType" : 515,
"productId" : 4096
},
{
"productType" : 515,
"productId" : 8192
},
{
"productType" : 515,
"productId" : 12288
},
{
"productType" : 515,
"productId" : 16384
},
{
"productType" : 515,
"productId" : 24576
}
],
"firmwareVersion" : {
"min" : "0.0",
"max" : "255.255"
},
"preferred" : false,
"associations" : [
],
"paramInformation" : {
"_map" : [
]
},
"metadata" : {
"inclusion" : "Turn the primary controller of Z-Wave network into inclusion mode, quickly press key S1 or B-button on product's housing three times",
"exclusion" : "Turn the primary controller of Z-Wave network into exclusion mode, quickly press key S1 or B-button on product's housing three times",
"reset" : "1. Power-cycle the device 2. Press and hold the B-button to enter the menu 3. Wait for the LED to turn yellow 4. Quickly release and click B-button again 5. Device will restart and LED will turn red",
"manual" : "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1742/FGS-2x3-EN-T-v1.0%2006.06.2016.pdf"
}
},
"productLabel" : "FGS223",
"productDescription" : "Double Switch 2",
"manufacturer" : "Fibargroup",
"firmwareVersion" : "3.3",
"protocolVersion" : 3,
"zwavePlusVersion" : 1,
"zwavePlusNodeType" : 0,
"zwavePlusRoleType" : 5,
"nodeType" : 1,
"endpointsCount" : 0,
"endpoints" : [
{
"index" : 0,
"label" : "Root Endpoint",
"deviceClass" : {
"basic" : 4,
"generic" : 16,
"specific" : 1
}
}
],
"isSecure" : false,
"security" : "None",
"supportsSecurity" : false,
"supportsBeaming" : true,
"isControllerNode" : false,
"isListening" : true,
"isFrequentListening" : false,
"isRouting" : true,
"keepAwake" : false,
"maxDataRate" : 100000,
"deviceClass" : {
"basic" : 4,
"generic" : 16,
"specific" : 1
},
"lastActive" : 1730625472416,
"firmwareCapabilities" : {
"firmwareUpgradable" : true,
"firmwareTargets" : [
0
]
},
"protocol" : 0,
"deviceId" : "271-4096-515",
"hasDeviceConfigChanged" : false,
"statistics" : {
"commandsTX" : 68,
"commandsRX" : 126,
"commandsDroppedRX" : 1,
"commandsDroppedTX" : 0,
"timeoutResponse" : 0,
"rtt" : 28.7,
"lastSeen" : "2024-11-03T09:17:52.416Z",
"rssi" : -49,
"lwr" : {
"protocolDataRate" : 3,
"repeaters" : [
],
"rssi" : -49,
"repeaterRSSI" : [
]
},
"nlwr" : {
"protocolDataRate" : 2,
"repeaters" : [
10,
13
],
"rssi" : -65,
"repeaterRSSI" : [
127,
127
]
}
},
"supportsTime" : false,
"filename" : "fgs223.json (Zwave-Js)",
"numberGroups" : 0,
"classBasic" : 4,
"classGeneric" : 16,
"classSpecific" : 1,
"deviceIdNew" : "271-515-4096",
"confJeedom" : "fibaro_271/fgs223.double.switch.json",
"confType" : "Configuration Jeedom <br> Properties : <br> - Switch : {"multi":[1,2],"replace":{"#endpoint#":"multiKey"}}<br> - Power : {"multi":[1,2],"replace":{"#endpoint#":"multiKey"}}<br> - Energy : {"multi":[1,2],"replace":{"#endpoint#":"multiKey"}}<br> - CentralScene : {"multi":[1,2],"replace":{"#centralscene#":"multiKey"}}<br>",
"lastWakeup" : "N/A",
"nextWakeup" : "N/A",
"configWakeup" : "N/A"
}

Il te manque donc toute la classe commande qui probablement est 37. Donc c’est pour cela que les commandes ne fonctionnent pas.
Au passage : tu ne peux pas comparer les commandes d’ozw et de zwavejs.

Es-tu certain d’avoir demandé une ré-interview ?
Si oui : tester d’exclure/inclure le module.

Bizarre quand même.

Alors si re interview du noeud, c’est ici, oui fait plusieurs fois, comme presque tous les bouttons de cette page, mais sans succès,
j’ai également coupé le courant et remis sur le module.

Par contre je n’ai pas encore trouvé comment l’exclure sur la nouvelle version de Zwave :woozy_face:

As-tu lu la documentation du plugin ?

c’est bon… j’ai trouvé :woozy_face:

Alors exlusion/inclusion a fonctionné, j’ai retrouvé les noeux manquants

:pray: beaucoup Madcos

Super ! :blush:

Tu peux marquer mon post où je parle d’inclusion/exclusion en solution stp ?