node-zwave-js icon indicating copy to clipboard operation
node-zwave-js copied to clipboard

Supervised (Multi Channel) Association Set must not return Success for non-existing group

Open AlCalzone opened this issue 1 year ago • 0 comments

2024-05-21T13:59:17.785Z DRIVER « [Node 002] [REQ] [BridgeApplicationCommand]
                                  │ RSSI: -74 dBm
                                  └─[Security2CCMessageEncapsulation]
                                    │ sequence number: 201
                                    │ key:             0xfca06923982033f3af9dfc7c1e4ad45a
                                    │ IV:              0x66b6977d2daac8e12443d50701
                                    │ plaintext:       0x6c01010485010201
                                    │ auth tag:        0xb07c263f1c21fbf4
                                    │ security class:  S2_AccessControl
                                    └─[SupervisionCCGet]
                                      │ session id:      1
                                      │ request updates: false
                                      └─[AssociationCCSet]
                                          group id: 2
                                          node ids: 1
2024-05-21T13:59:17.786Z CNTRLR   [Node 002] S2 collision detected, reducing priority for Supervision report
2024-05-21T13:59:18.201Z SERIAL » 0x011d00a90102119f03e700238b8b219a6ab869f8176f51d424000000000020    (31 bytes)
2024-05-21T13:59:18.202Z DRIVER » [Node 002] [REQ] [SendDataBridge]
                                  │ source node id:   1
                                  │ transmit options: 0x24
                                  │ callback id:      0
                                  └─[Security2CCMessageEncapsulation]
                                    │ sequence number: 231
                                    │ key:             0xfca06923982033f3af9dfc7c1e4ad45a
                                    │ IV:              0xc61f271911f889fdc7a8083d52
                                    │ ciphertext:      0x238b8b219a
                                    │ auth data:       0x0102c7d5c6a90011e700
                                    │ auth tag:        0x6ab869f8176f51d4
                                    │ security class:  S2_AccessControl
                                    └─[SupervisionCCReport]
                                        session id:          1
                                        more updates follow: false
                                        status:              Success
                                        duration:            0s

AlCalzone avatar May 21 '24 14:05 AlCalzone