Bonjour, il me semble avoir détecté une mauvaise intégration de ce module
compatibility.jeedom.com/index.php?v=d&p=home&search=TZ78 (tz78.single.switch)
le module est correctement reconnu, par contre jeedom mappe les commandes on,off et state sur le endpoint 1, tel que déclaré dans ./plugins/zwavejs/core/config/devices/wenzhou_280/tz78.single.switch.json
alors que l’arbre zwave de mon module indique le endpoint 0:
Correction manuelle: en changeant le endpoint 1-> 0 dans les commandes, cela fonctionne
J’ai ouvert aussi un ticket de support
Pour info, le début de l’arbre zwave
{
"id" : 43,
"name" : "",
"loc" : "",
"values" : {
"37-0-currentValue" : {
"id" : "43-37-0-currentValue",
"nodeId" : 43,
"toUpdate" : false,
"commandClass" : 37,
"commandClassName" : "Binary Switch",
"endpoint" : 0,
"property" : "currentValue",
"propertyName" : "currentValue",
"type" : "boolean",
"readable" : true,
"writeable" : false,
"label" : "Current value",
"stateless" : false,
"commandClassVersion" : 1,
"list" : false,
"value" : false,
"isCurrentValue" : true,
"targetValue" : "37-0-targetValue",
"lastUpdate" : 1696870693998
},
"37-0-targetValue" : {
"id" : "43-37-0-targetValue",
"nodeId" : 43,
"toUpdate" : false,
"commandClass" : 37,
"commandClassName" : "Binary Switch",
"endpoint" : 0,
"property" : "targetValue",
"propertyName" : "targetValue",
"type" : "boolean",
"readable" : true,
"writeable" : true,
"label" : "Target value",
"stateless" : false,
"commandClassVersion" : 1,
"list" : false,
"value" : false,
"lastUpdate" : 1696870692835
},
"43-0-sceneId" : {
"id" : "43-43-0-sceneId",
"nodeId" : 43,
"toUpdate" : false,
"commandClass" : 43,
"commandClassName" : "Scene Activation",
"endpoint" : 0,
"property" : "sceneId",
"propertyName" : "sceneId",
"type" : "number",
"readable" : true,
"writeable" : true,
"label" : "Scene ID",
"stateless" : false,
"commandClassVersion" : 1,
"min" : 1,
"max" : 255,
"list" : false,
"lastUpdate" : 1696870355647
},
"43-0-dimmingDuration" : {
"id" : "43-43-0-dimmingDuration",
"nodeId" : 43,
"toUpdate" : false,
"commandClass" : 43,
"commandClassName" : "Scene Activation",
"endpoint" : 0,
"property" : "dimmingDuration",
"propertyName" : "dimmingDuration",
"type" : "duration",
"readable" : true,
"writeable" : true,
"label" : "Dimming duration",
"stateless" : false,
"commandClassVersion" : 1,
"list" : false,
"value" : {
"unit" : "seconds"
},
"lastUpdate" : 1696870355648
},
"44-0-level-1" : {
"id" : "43-44-0-level-1",
"nodeId" : 43,
"toUpdate" : false,
"commandClass" : 44,
"commandClassName" : "Scene Actuator Configuration",
"endpoint" : 0,
"property" : "level",
"propertyName" : "level",
"propertyKey" : 1,
"propertyKeyName" : "1",
"type" : "number",
"readable" : true,
"writeable" : true,
"label" : "Level (1)",
"stateless" : false,
"commandClassVersion" : 1,
"min" : 0,
"max" : 255,
"list" : false,
"lastUpdate" : 1696870355648
},
"44-0-dimmingDuration-1" : {
"id" : "43-44-0-dimmingDuration-1",
"nodeId" : 43,
"toUpdate" : false,
"commandClass" : 44,
"commandClassName" : "Scene Actuator Configuration",
"endpoint" : 0,
"property" : "dimmingDuration",
"propertyName" : "dimmingDuration",
"propertyKey" : 1,
"propertyKeyName" : "1",
"type" : "duration",
"readable" : true,
"writeable" : true,
"label" : "Dimming duration (1)",
"stateless" : false,
"commandClassVersion" : 1,
"list" : false,
"value" : {
"unit" : "seconds"
},
"lastUpdate" : 1696870355648
},
"44-0-level-2" : {
"id" : "43-44-0-level-2",
"nodeId" : 43,
"toUpdate" : false,
"commandClass" : 44,
"commandClassName" : "Scene Actuator Configuration",
"endpoint" : 0,
"property" : "level",
"propertyName" : "level",
"propertyKey" : 2,
"propertyKeyName" : "2",
"type" : "number",
"readable" : true,
"writeable" : true,
"label" : "Level (2)",
"stateless" : false,
"commandClassVersion" : 1,
"min" : 0,
"max" : 255,
"list" : false,
"lastUpdate" : 1696870355648
},
"