OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 911 forks source link

Device has Multi channel assoc CC but OZW says it dont #2484

Open jmgiaever opened 3 years ago

jmgiaever commented 3 years ago

Device: Namron Z-wave 2 channel wall switch

Config file: http://ix.io/2Fvw

Relevant log output:

qtt.commands] [debug]: Got  "OpenZWave/1/command/addassociation/"  Message:  "{
  \"node\": 27,
  \"group\": 2,
  \"target\": \"32.2\"
}"
Nov 26 06:07:46  [2718]: [20201126 6:07:46.460 CET] [ozw.manager] [debug]: Got a AddAssociation with a instance value "32.2"  node:  32  instance:  2
Nov 26 06:07:46  [2718]: [20201126 6:07:46.460 CET] [ozw.assocations] [debug]: getAssociationRow: Found Association at Row  24
Nov 26 06:07:46  [2718]: [20201126 6:07:46.460 CET] [ozw.library] [warning]: Warning - Node: 27 MultiChannelAssociation is Present, but MultiChannel CC is not. Trying Plain Association...
Nov 26 06:07:46  [2718]: [20201126 6:07:46.461 CET] [ozw.logging] [debug]: popping Log Mesages
Nov 26 06:07:46  [2718]: [20201126 6:07:46.465 CET] [ozw.library] [info]: Info - Node: 27 Association::Set - Adding node 32 to group 2 of node 27
Nov 26 06:07:46  [2718]: [20201126 6:07:46.465 CET] [ozw.logging] [debug]: popping Log Mesages
Nov 26 06:07:46  [2718]: [20201126 6:07:46.467 CET] [ozw.library] [debug]: Detail - Node: 27 Setting Encryption Flag on Message For Command Class COMMAND_CLASS_ASSOCIATION
Nov 26 06:07:46  [2718]: [20201126 6:07:46.467 CET] [ozw.logging] [debug]: popping Log Mesages
Nov 26 06:07:46  [2718]: [20201126 6:07:46.470 CET] [ozw.library] [debug]: Detail - Node: 27 Queuing (WakeUp) AssociationCmd_Set (Node=27): 0x01, 0x0b, 0x00, 0x13, 0x1b, 0x04, 0x85, 0x01, 0x02, 0x20, 0x25, 0xe7, 0x9c
Nov 26 06:07:46  [2718]: [20201126 6:07:46.470 CET] [ozw.logging] [debug]: popping Log Mesages
Nov 26 06:07:46  [2718]: [20201126 6:07:46.472 CET] [ozw.library] [info]: Info - Node: 27 Get Associations for group 2 of node 27
Nov 26 06:07:46  [2718]: [20201126 6:07:46.473 CET] [ozw.logging] [debug]: popping Log Mesages
Nov 26 06:07:46  [2718]: [20201126 6:07:46.475 CET] [ozw.library] [debug]: Detail - Node: 27 Setting Encryption Flag on Message For Command Class COMMAND_CLASS_ASSOCIATION
Nov 26 06:07:46  [2718]: [20201126 6:07:46.475 CET] [ozw.logging] [debug]: popping Log Mesages
Nov 26 06:07:46  [2718]: [20201126 6:07:46.477 CET] [ozw.library] [debug]: Detail - Node: 27 Queuing (WakeUp) AssociationCmd_Get (Node=27): 0x01, 0x0a, 0x00, 0x13, 0x1b, 0x03, 0x85, 0x02, 0x02, 0x25, 0xe8, 0xb6
Nov 26 06:07:46  [2718]: [20201126 6:07:46.478 CET] [ozw.logging] [debug]: popping Log Mesages
Nov 26 06:07:46  [2718]: [20201126 6:07:46.480 CET] [ozw.mqtt.commands] [info]: Processed Message for  "addassociation" :  "{
  \"node\": 27,
  \"group\": 2,
  \"target\": \"32.2\"
}"
Nov 26 06:08:01  [2718]: [20201126 6:08:01.274 CET] [ozw.mqtt.publisher] [debug]: "Thu Nov 26 06:08:01 2020 PingResponse
"
jmgiaever commented 3 years ago

Same device as Heatit Z-Push Button 4. Also see comment on commit fbb193f (under pr #2368)