Invalid response from S2 multicast setValue command #6695
-
Checklist
Describe the issueWhat is happening? An invalid result is returned for a S2 multicast setValue command. The result is the object The invalid result causes exceptions when submitted via HA's Z-Wave integration, as it expects a What did you expect to happen instead? The method should return Steps to reproduce the behavior: I used ZUI driver code to exclude HA as the problem, and could reproduce. Run this driver code, where the multicast targets are included with Security S2: const { logger } = this
const virtualNode = driver.controller.getMulticastGroup([39, 43]);
const result = await virtualNode.setValue(
{"commandClass": 38, "property": "targetValue"},
24,
);
logger.info(`Response: ${JSON.stringify(result)}`); You will see a log message like:
Anything else we should know? It's not a problem when the multicast targets are included with no security. With the same driver code I see:
In the attached log file I used nodes 39 and 43 (S2 Auth) for the invalid response, and 2 and 14 (no security) for the working one. Software versionszwave-js-ui: 9.9.0.09b107a Device informationN/A Checklist
Upload Logfile |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Escalated to an issue: #6696 |
Beta Was this translation helpful? Give feedback.
Escalated to an issue: #6696