zwave-js / node-zwave-js

Z-Wave driver written entirely in JavaScript/TypeScript
https://zwave-js.github.io/node-zwave-js/
MIT License
750 stars 601 forks source link

TKB TZ06: Switch state not automatically received by ZwaveJS - manual refresh required #3153

Closed BillsGate closed 3 years ago

BillsGate commented 3 years ago

Is your problem within Home Assistant (Core or Z-Wave JS Integration)?

NO, my problem is NOT within Home Assistant or the ZWave JS integration

Is your problem within ZWaveJS2MQTT?

YES, BUT a ZWaveJS2MQTT developer has told me to come here

Checklist

Describe the bug

Among all my Z-wave devices I own a couple of Zipato PH-pan04 double switch modules, which are in fact rebrands of TKB TZ06 modules. They show up as TKB TZ06 in my ZwaveJS-panel.

Since a few updates of ZwaveJS, the switch state of these modules isn't received by ZwaveJS: If I push a physical switch connected to the module, the light turns on, but this state-change isn't updated in the Binary switch-panel of the module in ZwaveJS

image

Pressing the REFRESH button at the right side of the panel updates the values correctly, but having to refresh manually defeats the purpose of automating switch actions :)

Other Zwave-devices in my network don't have this issue.

I've added a log of re-interviewing a node and pressing both connected physical buttons afterwards. However, pressing the physical buttons doesn't show up in the log, not even in loglevel Silly.

Related question in Q&A

Device information

Manufacturer: Model name: Node ID in your network:

How are you using node-zwave-js?

Which branches or versions?

zwavejs2mqtt: 5.4.2 zwave-js: 8.0.5 home id: 4039718769 home hex: 0xf0c93771

Did you change anything?

no

If yes, what did you change?

No response

Did this work before?

Yes (please describe)

If yes, where did it work?

A few ZwaveJS versions back this worked perfectly.

A while ago only the virtual switch, which gets turned on if either of the physical switches turned on, was the only thing responding in this module. After the latest update of ZwaveJS, this switch isn't updated anymore as well.

Attach Driver Logfile

2021-08-04T13:52:28.760Z DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗             ██╗ ███████╗
                                  ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝             ██║ ██╔════╝
                                    ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗      ██║ ███████╗
                                   ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██   ██║ ╚════██║
                                  ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚█████╔╝ ███████║
                                  ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚════╝  ╚══════╝
2021-08-04T13:52:28.768Z DRIVER   version 8.0.5
2021-08-04T13:52:28.771Z DRIVER   
2021-08-04T13:52:28.772Z DRIVER   starting driver...
2021-08-04T13:52:28.784Z DRIVER   opening serial port /dev/ttyAMA0
2021-08-04T13:52:28.838Z DRIVER   serial port opened
2021-08-04T13:52:28.840Z SERIAL » [NAK]                                                                   (0x15)
2021-08-04T13:52:30.388Z DRIVER   loading configuration...
2021-08-04T13:52:30.421Z CONFIG   Using external configuration dir /data/db
2021-08-04T13:52:30.423Z CONFIG   version 8.0.5
2021-08-04T13:52:32.045Z SERIAL « 0x0110000400020a32022112000000000000e0                              (18 bytes)
2021-08-04T13:52:32.055Z DRIVER   Dropping message because the driver is not ready to handle it yet.
2021-08-04T13:52:32.057Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:32.059Z SERIAL « 0x0110000400020a32022112000000000000e0                              (18 bytes)
2021-08-04T13:52:32.063Z DRIVER   Dropping message because the driver is not ready to handle it yet.
2021-08-04T13:52:32.064Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:34.217Z CONFIG   Priority device configuration directory /data/store/config not found
2021-08-04T13:52:34.340Z DRIVER   beginning interview...
2021-08-04T13:52:34.342Z DRIVER   added request handler for AddNodeToNetwork (0x4a)...
                                  1 registered
2021-08-04T13:52:34.344Z DRIVER   added request handler for RemoveNodeFromNetwork (0x4b)...
                                  1 registered
2021-08-04T13:52:34.345Z DRIVER   added request handler for ReplaceFailedNode (0x63)...
                                  1 registered
2021-08-04T13:52:34.347Z CNTRLR   beginning interview...
2021-08-04T13:52:34.347Z CNTRLR   querying version info...
2021-08-04T13:52:34.372Z SERIAL » 0x01030015e9                                                         (5 bytes)
2021-08-04T13:52:34.374Z DRIVER » [REQ] [GetControllerVersion]
2021-08-04T13:52:34.385Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:34.391Z SERIAL « 0x011001155a2d5761766520342e3035000197                              (18 bytes)
2021-08-04T13:52:34.396Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:34.403Z DRIVER « [RES] [GetControllerVersion]
                                    payload: 0x5a2d5761766520342e30350001
2021-08-04T13:52:34.418Z CNTRLR   received version info:
                                    controller type: Static Controller
                                    library version: Z-Wave 4.05
2021-08-04T13:52:34.420Z CNTRLR   querying controller IDs...
2021-08-04T13:52:34.443Z SERIAL » 0x01030020dc                                                         (5 bytes)
2021-08-04T13:52:34.445Z DRIVER » [REQ] [GetControllerId]
2021-08-04T13:52:34.462Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:34.469Z SERIAL « 0x01080120f0c9377101a8                                              (10 bytes)
2021-08-04T13:52:34.473Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:34.477Z DRIVER « [RES] [GetControllerId]
                                    payload: 0xf0c9377101
2021-08-04T13:52:34.491Z CNTRLR   received controller IDs:
                                    home ID:     0xf0c93771
                                    own node ID: 1
2021-08-04T13:52:34.492Z CNTRLR   querying controller capabilities...
2021-08-04T13:52:34.505Z SERIAL » 0x01030005f9                                                         (5 bytes)
2021-08-04T13:52:34.507Z DRIVER » [REQ] [GetControllerCapabilities]
2021-08-04T13:52:34.524Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:34.528Z SERIAL « 0x010401051ce3                                                       (6 bytes)
2021-08-04T13:52:34.530Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:34.537Z DRIVER « [RES] [GetControllerCapabilities]
                                    payload: 0x1c
2021-08-04T13:52:34.550Z CNTRLR   received controller capabilities:
                                    controller role:     primary
                                    is in other network: false
                                    is SIS present:      true
                                    was real primary:    true
                                    is a SUC:            true
2021-08-04T13:52:34.552Z CNTRLR   querying API capabilities...
2021-08-04T13:52:34.567Z SERIAL » 0x01030007fb                                                         (5 bytes)
2021-08-04T13:52:34.569Z DRIVER » [REQ] [GetSerialApiCapabilities]
2021-08-04T13:52:34.575Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:34.581Z SERIAL « 0x012b01070504014704000002fe83ff88cf1f0000fb9f7da067008080008086000 (45 bytes)
                                  000e87300000e0000401a005e
2021-08-04T13:52:34.584Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:34.586Z DRIVER « [RES] [GetSerialApiCapabilities]
                                    payload: 0x0504014704000002fe83ff88cf1f0000fb9f7da067008080008086000000e8730
                                  0000e0000401a00
2021-08-04T13:52:34.596Z CNTRLR   received API capabilities:
                                    serial API version:  5.4
                                    manufacturer ID:     0x0147
                                    product type:        0x0400
                                    product ID:          0x02
                                    supported functions: 
                                    · GetSerialApiInitData (0x02)
                                    · FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION (0x03)
                                    · ApplicationCommand (0x04)
                                    · GetControllerCapabilities (0x05)
                                    · SetSerialApiTimeouts (0x06)
                                    · GetSerialApiCapabilities (0x07)
                                    · FUNC_ID_SERIAL_API_SOFT_RESET (0x08)
                                    · UNKNOWN_FUNC_UNKNOWN_0x09 (0x09)
                                    · UNKNOWN_FUNC_UNKNOWN_0x0a (0x0a)
                                    · SetRFReceiveMode (0x10)
                                    · UNKNOWN_FUNC_SET_SLEEP_MODE (0x11)
                                    · FUNC_ID_ZW_SEND_NODE_INFORMATION (0x12)
                                    · SendData (0x13)
                                    · SendDataMulticast (0x14)
                                    · GetControllerVersion (0x15)
                                    · SendDataAbort (0x16)
                                    · FUNC_ID_ZW_R_F_POWER_LEVEL_SET (0x17)
                                    · UNKNOWN_FUNC_SEND_DATA_META (0x18)
                                    · FUNC_ID_ZW_GET_RANDOM (0x1c)
                                    · GetControllerId (0x20)
                                    · UNKNOWN_FUNC_MEMORY_GET_BYTE (0x21)
                                    · UNKNOWN_FUNC_MEMORY_PUT_BYTE (0x22)
                                    · UNKNOWN_FUNC_MEMORY_GET_BUFFER (0x23)
                                    · UNKNOWN_FUNC_MEMORY_PUT_BUFFER (0x24)
                                    · UNKNOWN_FUNC_FlashAutoProgSet (0x27)
                                    · UNKNOWN_FUNC_UNKNOWN_0x28 (0x28)
                                    · GetNVMId (0x29)
                                    · ExtNVMReadLongBuffer (0x2a)
                                    · ExtNVMWriteLongBuffer (0x2b)
                                    · ExtNVMReadLongByte (0x2c)
                                    · ExtExtWriteLongByte (0x2d)
                                    · GetNodeProtocolInfo (0x41)
                                    · HardReset (0x42)
                                    · FUNC_ID_ZW_REPLICATION_COMMAND_COMPLETE (0x44)
                                    · FUNC_ID_ZW_REPLICATION_SEND_DATA (0x45)
                                    · AssignReturnRoute (0x46)
                                    · DeleteReturnRoute (0x47)
                                    · RequestNodeNeighborUpdate (0x48)
                                    · ApplicationUpdateRequest (0x49)
                                    · AddNodeToNetwork (0x4a)
                                    · RemoveNodeFromNetwork (0x4b)
                                    · FUNC_ID_ZW_CREATE_NEW_PRIMARY (0x4c)
                                    · FUNC_ID_ZW_CONTROLLER_CHANGE (0x4d)
                                    · FUNC_ID_ZW_SET_LEARN_MODE (0x50)
                                    · AssignSUCReturnRoute (0x51)
                                    · FUNC_ID_ZW_REQUEST_NETWORK_UPDATE (0x53)
                                    · SetSUCNodeId (0x54)
                                    · DeleteSUCReturnRoute (0x55)
                                    · GetSUCNodeId (0x56)
                                    · UNKNOWN_FUNC_SEND_SUC_ID (0x57)
                                    · FUNC_ID_ZW_EXPLORE_REQUEST_INCLUSION (0x5e)
                                    · RequestNodeInfo (0x60)
                                    · RemoveFailedNode (0x61)
                                    · IsFailedNode (0x62)
                                    · ReplaceFailedNode (0x63)
                                    · UNKNOWN_FUNC_UNKNOWN_0x66 (0x66)
                                    · UNKNOWN_FUNC_UNKNOWN_0x67 (0x67)
                                    · UNKNOWN_FUNC_UNKNOWN_0x78 (0x78)
                                    · GetRoutingInfo (0x80)
                                    · UNKNOWN_FUNC_LOCK_ROUTE_RESPONSE (0x90)
                                    · UNKNOWN_FUNC_GET_PRIORITY_ROUTE (0x92)
                                    · UNKNOWN_FUNC_SET_PRIORITY_ROUTE (0x93)
                                    · UNKNOWN_FUNC_UNKNOWN_0x98 (0x98)
                                    · UNKNOWN_FUNC_UNKNOWN_0xB4 (0xb4)
                                    · UNKNOWN_FUNC_WATCH_DOG_ENABLE (0xb6)
                                    · UNKNOWN_FUNC_WATCH_DOG_DISABLE (0xb7)
                                    · UNKNOWN_FUNC_WATCH_DOG_KICK (0xb8)
                                    · UNKNOWN_FUNC_UNKNOWN_0xB9 (0xb9)
                                    · UNKNOWN_FUNC_RF_POWERLEVEL_GET (0xba)
                                    · UNKNOWN_FUNC_GET_LIBRARY_TYPE (0xbd)
                                    · UNKNOWN_FUNC_SEND_TEST_FRAME (0xbe)
                                    · UNKNOWN_FUNC_GET_PROTOCOL_STATUS (0xbf)
                                    · UNKNOWN_FUNC_UNKNOWN_0xD2 (0xd2)
                                    · UNKNOWN_FUNC_UNKNOWN_0xD3 (0xd3)
                                    · UNKNOWN_FUNC_UNKNOWN_0xD4 (0xd4)
                                    · UNKNOWN_FUNC_UNKNOWN_0xEF (0xef)
                                    · UNKNOWN_FUNC_ZMEFreqChange (0xf2)
                                    · UNKNOWN_FUNC_ZMEBootloaderFlash (0xf4)
                                    · UNKNOWN_FUNC_ZMECapabilities (0xf5)
2021-08-04T13:52:34.598Z CNTRLR   finding SUC...
2021-08-04T13:52:34.612Z SERIAL » 0x01030056aa                                                         (5 bytes)
2021-08-04T13:52:34.614Z DRIVER » [REQ] [GetSUCNodeId]
2021-08-04T13:52:34.619Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:34.623Z SERIAL « 0x0104015601ad                                                       (6 bytes)
2021-08-04T13:52:34.625Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:34.628Z DRIVER « [RES] [GetSUCNodeId]
                                    payload: 0x01
2021-08-04T13:52:34.641Z CNTRLR   This is the SUC
2021-08-04T13:52:34.779Z CNTRLR   querying node information...
2021-08-04T13:52:34.796Z SERIAL » 0x01030002fe                                                         (5 bytes)
2021-08-04T13:52:34.798Z DRIVER » [REQ] [GetSerialApiInitData]
2021-08-04T13:52:34.803Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:34.860Z SERIAL « 0x0125010205081d87a38fbb0200000000000000000000000000000000000000000 (39 bytes)
                                  00000000500de
2021-08-04T13:52:34.862Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:34.865Z DRIVER « [RES] [GetSerialApiInitData]
                                    payload: 0x05081d87a38fbb020000000000000000000000000000000000000000000000000
                                  500
2021-08-04T13:52:34.878Z CNTRLR   received node information:
                                    controller role:            primary
                                    controller is a SUC:        true
                                    controller is a slave:      false
                                    controller supports timers: false
                                    nodes in the network:       1, 2, 3, 8, 9, 10, 14, 16, 17, 18, 19, 20, 24, 2
                                  5, 26, 28, 29, 30, 32, 34
2021-08-04T13:52:35.033Z DRIVER   Cache file for homeId 0xf0c93771 found, attempting to restore the network from
                                   cache...
2021-08-04T13:52:35.526Z CNTRLR   [Node 016] User-provided device config loaded
2021-08-04T13:52:35.837Z DRIVER   Restoring the network from cache was successful!
2021-08-04T13:52:35.856Z CNTRLR   setting serial API timeouts: ack = 1000 ms, byte = 150 ms
2021-08-04T13:52:35.889Z SERIAL » 0x01050006640f97                                                     (7 bytes)
2021-08-04T13:52:35.893Z DRIVER » [REQ] [SetSerialApiTimeouts]
                                    payload: 0x640f
2021-08-04T13:52:35.905Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:35.911Z SERIAL « 0x01050106640f96                                                     (7 bytes)
2021-08-04T13:52:35.913Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:35.916Z DRIVER « [RES] [SetSerialApiTimeouts]
                                    payload: 0x640f
2021-08-04T13:52:35.926Z CNTRLR   serial API timeouts overwritten. The old values were: ack = 1000 ms, byte = 15
                                  0 ms
2021-08-04T13:52:35.927Z CNTRLR   Interview completed
2021-08-04T13:52:35.934Z DRIVER   driver ready
2021-08-04T13:52:35.941Z DRIVER   Checking for configuration updates...
2021-08-04T13:52:36.150Z SERIAL » 0x010800130201002501c3                                              (10 bytes)
2021-08-04T13:52:36.219Z CNTRLR » [Node 016] pinging the node...
2021-08-04T13:52:36.367Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:36.373Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:36.375Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:36.384Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:36.399Z SERIAL « 0x0107001301000005ef                                                 (9 bytes)
2021-08-04T13:52:36.403Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:36.410Z DRIVER « [REQ] [SendData]
                                    callback id:     1
                                    transmit status: OK
2021-08-04T13:52:36.440Z SERIAL » 0x010800130301002502c1                                              (10 bytes)
2021-08-04T13:52:36.589Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:36.594Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:36.597Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:36.604Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:36.640Z SERIAL « 0x0107001302000007ee                                                 (9 bytes)
2021-08-04T13:52:36.643Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:36.648Z DRIVER « [REQ] [SendData]
                                    callback id:     2
                                    transmit status: OK
2021-08-04T13:52:36.674Z SERIAL » 0x010800130801002503cb                                              (10 bytes)
2021-08-04T13:52:37.173Z DRIVER   No configuration update available...
2021-08-04T13:52:37.192Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:37.198Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:37.201Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:37.209Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:37.225Z SERIAL « 0x0107001303000005ed                                                 (9 bytes)
2021-08-04T13:52:37.228Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:37.236Z DRIVER « [REQ] [SendData]
                                    callback id:     3
                                    transmit status: OK
2021-08-04T13:52:37.272Z SERIAL » 0x010800130901002504cd                                              (10 bytes)
2021-08-04T13:52:37.745Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:37.751Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:37.754Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:37.763Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:37.795Z SERIAL « 0x0107001304000006e9                                                 (9 bytes)
2021-08-04T13:52:37.798Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:37.801Z DRIVER « [REQ] [SendData]
                                    callback id:     4
                                    transmit status: OK
2021-08-04T13:52:37.828Z SERIAL » 0x010800130a01002505cf                                              (10 bytes)
2021-08-04T13:52:38.146Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:38.156Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:38.159Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:38.163Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:38.185Z SERIAL « 0x0107001305000004ea                                                 (9 bytes)
2021-08-04T13:52:38.189Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:38.200Z DRIVER « [REQ] [SendData]
                                    callback id:     5
                                    transmit status: OK
2021-08-04T13:52:38.239Z SERIAL » 0x010800130e01002506c8                                              (10 bytes)
2021-08-04T13:52:39.079Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:39.085Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:39.087Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:39.098Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:39.109Z SERIAL « 0x0107001306000002ef                                                 (9 bytes)
2021-08-04T13:52:39.111Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:39.115Z DRIVER « [REQ] [SendData]
                                    callback id:     6
                                    transmit status: OK
2021-08-04T13:52:39.195Z SERIAL » 0x010800131001002507d7                                              (10 bytes)
2021-08-04T13:52:39.200Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      7
                                  └─[NoOperationCC]
2021-08-04T13:52:39.407Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:39.413Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:39.417Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:39.425Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:39.437Z SERIAL « 0x0107001307000002ee                                                 (9 bytes)
2021-08-04T13:52:39.442Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:39.445Z DRIVER « [REQ] [SendData]
                                    callback id:     7
                                    transmit status: OK
2021-08-04T13:52:39.473Z SERIAL » 0x010800131101002508d9                                              (10 bytes)
2021-08-04T13:52:39.505Z CNTRLR   [Node 016] The node is alive.
2021-08-04T13:52:39.701Z CNTRLR   [Node 016] The node is ready to be used
2021-08-04T13:52:39.703Z CNTRLR « [Node 016] ping successful
2021-08-04T13:52:39.712Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:39.718Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:39.720Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:39.729Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:39.758Z SERIAL « 0x0107001308000005e6                                                 (9 bytes)
2021-08-04T13:52:39.761Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:39.766Z DRIVER « [REQ] [SendData]
                                    callback id:     8
                                    transmit status: OK
2021-08-04T13:52:39.805Z SERIAL » 0x010800131201002509db                                              (10 bytes)
2021-08-04T13:52:40.033Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:40.037Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:40.039Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:40.046Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:40.082Z SERIAL « 0x0107001309000006e4                                                 (9 bytes)
2021-08-04T13:52:40.085Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:40.090Z DRIVER « [REQ] [SendData]
                                    callback id:     9
                                    transmit status: OK
2021-08-04T13:52:40.120Z SERIAL » 0x01080013130100250ad9                                              (10 bytes)
2021-08-04T13:52:40.289Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:40.295Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:40.298Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:40.307Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:40.327Z SERIAL « 0x010700130a000004e5                                                 (9 bytes)
2021-08-04T13:52:40.331Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:40.342Z DRIVER « [REQ] [SendData]
                                    callback id:     10
                                    transmit status: OK
2021-08-04T13:52:40.378Z SERIAL » 0x01080013140100250bdf                                              (10 bytes)
2021-08-04T13:52:40.471Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:40.480Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:40.483Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:40.486Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:40.535Z SERIAL « 0x010700130b000006e6                                                 (9 bytes)
2021-08-04T13:52:40.538Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:40.545Z DRIVER « [REQ] [SendData]
                                    callback id:     11
                                    transmit status: OK
2021-08-04T13:52:40.575Z SERIAL » 0x01080013180100250cd4                                              (10 bytes)
2021-08-04T13:52:40.758Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:40.764Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:40.767Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:40.772Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:40.836Z SERIAL « 0x010700130c000009ee                                                 (9 bytes)
2021-08-04T13:52:40.838Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:40.842Z DRIVER « [REQ] [SendData]
                                    callback id:     12
                                    transmit status: OK
2021-08-04T13:52:40.873Z SERIAL » 0x01080013190100250dd4                                              (10 bytes)
2021-08-04T13:52:41.066Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:41.075Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:41.077Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:41.082Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:41.335Z SERIAL « 0x010700130d00001cfa                                                 (9 bytes)
2021-08-04T13:52:41.340Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:41.346Z DRIVER « [REQ] [SendData]
                                    callback id:     13
                                    transmit status: OK
2021-08-04T13:52:41.376Z SERIAL » 0x010800131a0100250ed4                                              (10 bytes)
2021-08-04T13:52:41.572Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:41.576Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:41.578Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:41.584Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:41.610Z SERIAL « 0x010700130e000005e0                                                 (9 bytes)
2021-08-04T13:52:41.612Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:41.618Z DRIVER « [REQ] [SendData]
                                    callback id:     14
                                    transmit status: OK
2021-08-04T13:52:41.644Z SERIAL » 0x010800131c0100250fd3                                              (10 bytes)
2021-08-04T13:52:42.331Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:42.337Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:42.339Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:42.347Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:42.526Z SERIAL « 0x010700130f000014f0                                                 (9 bytes)
2021-08-04T13:52:42.528Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:42.533Z DRIVER « [REQ] [SendData]
                                    callback id:     15
                                    transmit status: OK
2021-08-04T13:52:42.556Z SERIAL » 0x010800131d01002510cd                                              (10 bytes)
2021-08-04T13:52:42.813Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:42.818Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:42.823Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:42.831Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:42.853Z SERIAL « 0x0107001310000004ff                                                 (9 bytes)
2021-08-04T13:52:42.857Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:42.861Z DRIVER « [REQ] [SendData]
                                    callback id:     16
                                    transmit status: OK
2021-08-04T13:52:42.891Z SERIAL » 0x010800131e01002511cf                                              (10 bytes)
2021-08-04T13:52:43.229Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:43.234Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:43.236Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:43.245Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:43.430Z SERIAL « 0x0107001311000014ee                                                 (9 bytes)
2021-08-04T13:52:43.432Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:43.436Z DRIVER « [REQ] [SendData]
                                    callback id:     17
                                    transmit status: OK
2021-08-04T13:52:43.468Z SERIAL » 0x010800132001002512f2                                              (10 bytes)
2021-08-04T13:52:43.667Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:43.674Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:43.677Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:43.684Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:43.700Z SERIAL « 0x0107001312000004fd                                                 (9 bytes)
2021-08-04T13:52:43.703Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:43.710Z DRIVER « [REQ] [SendData]
                                    callback id:     18
                                    transmit status: OK
2021-08-04T13:52:43.740Z SERIAL » 0x010800132201002513f1                                              (10 bytes)
2021-08-04T13:52:43.971Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:43.977Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:43.979Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:43.986Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:44.164Z SERIAL « 0x0107001313000015ed                                                 (9 bytes)
2021-08-04T13:52:44.167Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:44.171Z DRIVER « [REQ] [SendData]
                                    callback id:     19
                                    transmit status: OK
2021-08-04T13:52:44.294Z CNTRLR   All nodes are ready to be used
2021-08-04T13:52:45.040Z SERIAL « 0x010c00040014063105012200d321                                      (14 bytes)
2021-08-04T13:52:45.067Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:45.584Z DRIVER   Usage statistics sent - next transmission scheduled in 23 hours.
2021-08-04T13:52:55.393Z CNTRLR   [Node 016] [+] [Node Naming and Location] name: "Lampen Slaapkamer  [internal]
                                  1"
2021-08-04T13:52:55.397Z CNTRLR   [Node 016] [+] [Node Naming and Location] location: "Slaapkamer 1"  [internal]
2021-08-04T13:52:55.462Z CNTRLR   [Node 016] Beginning interview - last completed stage: None
2021-08-04T13:52:55.464Z CNTRLR   [Node 016] new node, doing a full interview...
2021-08-04T13:52:55.469Z CNTRLR » [Node 016] querying protocol info...
2021-08-04T13:52:55.501Z SERIAL » 0x0104004110aa                                                       (6 bytes)
2021-08-04T13:52:55.503Z DRIVER » [REQ] [GetNodeProtocolInfo]
                                    payload: 0x10
2021-08-04T13:52:55.519Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:55.525Z SERIAL « 0x01090141d39c01041001ed                                            (11 bytes)
2021-08-04T13:52:55.529Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:55.534Z DRIVER « [RES] [GetNodeProtocolInfo]
                                    payload: 0xd39c01041001
2021-08-04T13:52:55.546Z CNTRLR « [Node 016] received response for protocol info:
                                  basic device class:    Routing Slave
                                  generic device class:  Binary Switch
                                  specific device class: Binary Power Switch
                                  node type:             Routing End Node
                                  is always listening:   true
                                  is frequent listening: false
                                  can route messages:    true
                                  supports security:     false
                                  supports beaming:      true
                                  maximum data rate:     100000 kbps
                                  protocol version:      3
2021-08-04T13:52:55.553Z CNTRLR   [Node 016] Interview stage completed: ProtocolInfo
2021-08-04T13:52:55.555Z CNTRLR » [Node 016] querying node info...
2021-08-04T13:52:55.572Z SERIAL » 0x01040060108b                                                       (6 bytes)
2021-08-04T13:52:55.574Z DRIVER » [Node 016] [REQ] [RequestNodeInfo]
                                    payload: 0x10
2021-08-04T13:52:55.585Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:55.592Z SERIAL « 0x01040160019b                                                       (6 bytes)
2021-08-04T13:52:55.594Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:55.598Z DRIVER « [RES] [RequestNodeInfo]
                                    payload: 0x01
2021-08-04T13:52:55.665Z SERIAL « 0x0112004984100c0410012025277286608570711b                          (20 bytes)
2021-08-04T13:52:55.670Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:55.674Z DRIVER « [Node 016] [REQ] [ApplicationUpdateRequest]
                                    payload: 0x84100c041001202527728660857071
2021-08-04T13:52:55.690Z CNTRLR « [Node 016] node info received
                                  supported CCs:
                                  · Basic
                                  · Binary Switch
                                  · All Switch
                                  · Manufacturer Specific
                                  · Version
                                  · Multi Channel
                                  · Association
                                  · Configuration
                                  · Notification
                                  controlled CCs:
2021-08-04T13:52:55.748Z CNTRLR   [Node 016] Interview stage completed: NodeInfo
2021-08-04T13:52:55.751Z CNTRLR   [Node 016] Interviewing Manufacturer Specific...
2021-08-04T13:52:55.752Z CNTRLR » [Node 016] querying manufacturer information...
2021-08-04T13:52:55.768Z SERIAL » 0x01090013100272042514b0                                            (11 bytes)
2021-08-04T13:52:55.770Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      20
                                  └─[ManufacturerSpecificCCGet]
2021-08-04T13:52:55.779Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:55.788Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:55.790Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:55.793Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:55.805Z SERIAL « 0x0107001314000002fd                                                 (9 bytes)
2021-08-04T13:52:55.807Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:55.810Z DRIVER « [REQ] [SendData]
                                    callback id:     20
                                    transmit status: OK
2021-08-04T13:52:55.821Z SERIAL « 0x010e0004001008720501180001000486                                  (16 bytes)
2021-08-04T13:52:55.825Z CNTRLR   [Node 016] [+] [Manufacturer Specific] manufacturerId: 280        [Endpoint 0]
2021-08-04T13:52:55.828Z CNTRLR   [Node 016] [+] [Manufacturer Specific] productType: 1             [Endpoint 0]
2021-08-04T13:52:55.831Z CNTRLR   [Node 016] [+] [Manufacturer Specific] productId: 4               [Endpoint 0]
2021-08-04T13:52:55.835Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:55.844Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[ManufacturerSpecificCCReport]
                                      manufacturer id: 0x0118
                                      product type:    0x01
                                      product id:      0x04
2021-08-04T13:52:55.852Z CNTRLR « [Node 016] received response for manufacturer information:
                                    manufacturer: TKB Home (0x0118)
                                    product type: 0x01
                                    product id:   0x04
2021-08-04T13:52:55.854Z CNTRLR   [Node 016] [+] [Manufacturer Specific] interviewComple [Endpoint 0] [internal]
                                  te: true
2021-08-04T13:52:55.857Z CNTRLR   [Node 016] Interviewing Version...
2021-08-04T13:52:55.858Z CNTRLR » [Node 016]   querying the CC version for Version...
2021-08-04T13:52:55.881Z SERIAL » 0x010a001310038613862515d6                                          (12 bytes)
2021-08-04T13:52:55.884Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      21
                                  └─[VersionCCCommandClassGet]
                                      CC: Version
2021-08-04T13:52:55.891Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:55.895Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:55.896Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:55.898Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:55.905Z SERIAL « 0x0107001315000002fc                                                 (9 bytes)
2021-08-04T13:52:55.906Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:55.908Z DRIVER « [REQ] [SendData]
                                    callback id:     21
                                    transmit status: OK
2021-08-04T13:52:55.920Z SERIAL « 0x010a000400100486148601f0                                          (12 bytes)
2021-08-04T13:52:55.923Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:55.926Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[VersionCCCommandClassReport]
                                      CC:      Version
                                      version: 1
2021-08-04T13:52:55.932Z CNTRLR   [Node 016]   supports CC Version (0x86) in version 1
2021-08-04T13:52:55.933Z CNTRLR » [Node 016] querying node versions...
2021-08-04T13:52:55.945Z SERIAL » 0x0109001310028611251653                                            (11 bytes)
2021-08-04T13:52:55.946Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      22
                                  └─[VersionCCGet]
2021-08-04T13:52:55.956Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:55.961Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:55.962Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:55.964Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:55.978Z SERIAL « 0x010d0004001007861203032901005d                                    (15 bytes)
2021-08-04T13:52:55.983Z CNTRLR   [Node 016] [+] [Version] libraryType: 3                           [Endpoint 0]
2021-08-04T13:52:55.988Z CNTRLR   [Node 016] [+] [Version] protocolVersion: "3.41"                  [Endpoint 0]
2021-08-04T13:52:55.991Z CNTRLR   [Node 016] [+] [Version] firmwareVersions: 1.0                    [Endpoint 0]
2021-08-04T13:52:55.994Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:55.998Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[VersionCCReport]
                                      library type:      Enhanced Slave
                                      protocol version:  3.41
                                      firmware versions: 1.0
2021-08-04T13:52:56.020Z SERIAL « 0x0107001316000007fa                                                 (9 bytes)
2021-08-04T13:52:56.022Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.027Z DRIVER « [REQ] [SendData]
                                    callback id:     22
                                    transmit status: OK
2021-08-04T13:52:56.040Z SERIAL « 0x010d0004001007861203032901005d                                    (15 bytes)
2021-08-04T13:52:56.043Z CNTRLR   [Node 016] [~] [Version] libraryType: 3 => 3                      [Endpoint 0]
2021-08-04T13:52:56.047Z CNTRLR   [Node 016] [~] [Version] protocolVersion: "3.41" => "3.41"        [Endpoint 0]
2021-08-04T13:52:56.052Z CNTRLR   [Node 016] [~] [Version] firmwareVersions: 1.0 => 1.0             [Endpoint 0]
2021-08-04T13:52:56.056Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.061Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[VersionCCReport]
                                      library type:      Enhanced Slave
                                      protocol version:  3.41
                                      firmware versions: 1.0
2021-08-04T13:52:56.075Z CNTRLR « [Node 016] received response for node versions:
                                    library type:      Enhanced Slave (0x03)
                                    protocol version:  3.41
                                    firmware versions: 1.0
2021-08-04T13:52:56.077Z CNTRLR » [Node 016] querying CC versions...
2021-08-04T13:52:56.078Z CNTRLR » [Node 016]   querying the CC version for Basic...
2021-08-04T13:52:56.094Z SERIAL » 0x010a00131003861320251772                                          (12 bytes)
2021-08-04T13:52:56.096Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      23
                                  └─[VersionCCCommandClassGet]
                                      CC: Basic
2021-08-04T13:52:56.106Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:56.110Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:56.112Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.117Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:56.134Z SERIAL « 0x0107001317000001fd                                                 (9 bytes)
2021-08-04T13:52:56.137Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.147Z DRIVER « [REQ] [SendData]
                                    callback id:     23
                                    transmit status: OK
2021-08-04T13:52:56.166Z SERIAL « 0x010a00040010048614200156                                          (12 bytes)
2021-08-04T13:52:56.169Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.174Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[VersionCCCommandClassReport]
                                      CC:      Basic
                                      version: 1
2021-08-04T13:52:56.182Z CNTRLR   [Node 016]   supports CC Basic (0x20) in version 1
2021-08-04T13:52:56.183Z CNTRLR » [Node 016]   querying the CC version for Binary Switch...
2021-08-04T13:52:56.208Z SERIAL » 0x010a00131003861325251878                                          (12 bytes)
2021-08-04T13:52:56.210Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      24
                                  └─[VersionCCCommandClassGet]
                                      CC: Binary Switch
2021-08-04T13:52:56.221Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:56.227Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:56.229Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.234Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:56.244Z SERIAL « 0x0107001318000002f1                                                 (9 bytes)
2021-08-04T13:52:56.245Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.249Z DRIVER « [REQ] [SendData]
                                    callback id:     24
                                    transmit status: OK
2021-08-04T13:52:56.263Z SERIAL « 0x010a00040010048614250153                                          (12 bytes)
2021-08-04T13:52:56.266Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.270Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[VersionCCCommandClassReport]
                                      CC:      Binary Switch
                                      version: 1
2021-08-04T13:52:56.279Z CNTRLR   [Node 016]   supports CC Binary Switch (0x25) in version 1
2021-08-04T13:52:56.280Z CNTRLR   [Node 016]   skipping query for All Switch (0x27) because max implemented vers
                                  ion is 0
2021-08-04T13:52:56.281Z CNTRLR » [Node 016]   querying the CC version for Manufacturer Specific...
2021-08-04T13:52:56.294Z SERIAL » 0x010a0013100386137225192e                                          (12 bytes)
2021-08-04T13:52:56.296Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      25
                                  └─[VersionCCCommandClassGet]
                                      CC: Manufacturer Specific
2021-08-04T13:52:56.305Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:56.310Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:56.313Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.316Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:56.334Z SERIAL « 0x0107001319000001f3                                                 (9 bytes)
2021-08-04T13:52:56.337Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.341Z DRIVER « [REQ] [SendData]
                                    callback id:     25
                                    transmit status: OK
2021-08-04T13:52:56.356Z SERIAL « 0x010a00040010048614720207                                          (12 bytes)
2021-08-04T13:52:56.359Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.364Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[VersionCCCommandClassReport]
                                      CC:      Manufacturer Specific
                                      version: 2
2021-08-04T13:52:56.372Z CNTRLR   [Node 016]   supports CC Manufacturer Specific (0x72) in version 2
2021-08-04T13:52:56.373Z CNTRLR » [Node 016]   querying the CC version for Multi Channel...
2021-08-04T13:52:56.397Z SERIAL » 0x010a00131003861360251a3f                                          (12 bytes)
2021-08-04T13:52:56.400Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      26
                                  └─[VersionCCCommandClassGet]
                                      CC: Multi Channel
2021-08-04T13:52:56.410Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:56.413Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:56.414Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.420Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:56.431Z SERIAL « 0x010700131a000002f3                                                 (9 bytes)
2021-08-04T13:52:56.433Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.436Z DRIVER « [REQ] [SendData]
                                    callback id:     26
                                    transmit status: OK
2021-08-04T13:52:56.450Z SERIAL « 0x010a00040010048614600314                                          (12 bytes)
2021-08-04T13:52:56.452Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.456Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[VersionCCCommandClassReport]
                                      CC:      Multi Channel
                                      version: 3
2021-08-04T13:52:56.463Z CNTRLR   [Node 016]   supports CC Multi Channel (0x60) in version 3
2021-08-04T13:52:56.464Z CNTRLR » [Node 016]   querying the CC version for Association...
2021-08-04T13:52:56.477Z SERIAL » 0x010a00131003861385251bdb                                          (12 bytes)
2021-08-04T13:52:56.478Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      27
                                  └─[VersionCCCommandClassGet]
                                      CC: Association
2021-08-04T13:52:56.486Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:56.490Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:56.492Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.494Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:56.500Z SERIAL « 0x010700131b000002f2                                                 (9 bytes)
2021-08-04T13:52:56.502Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.504Z DRIVER « [REQ] [SendData]
                                    callback id:     27
                                    transmit status: OK
2021-08-04T13:52:56.517Z SERIAL « 0x010a000400100486148501f3                                          (12 bytes)
2021-08-04T13:52:56.519Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.522Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[VersionCCCommandClassReport]
                                      CC:      Association
                                      version: 1
2021-08-04T13:52:56.527Z CNTRLR   [Node 016]   supports CC Association (0x85) in version 1
2021-08-04T13:52:56.528Z CNTRLR » [Node 016]   querying the CC version for Configuration...
2021-08-04T13:52:56.540Z SERIAL » 0x010a00131003861370251c29                                          (12 bytes)
2021-08-04T13:52:56.541Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      28
                                  └─[VersionCCCommandClassGet]
                                      CC: Configuration
2021-08-04T13:52:56.555Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:56.574Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:56.576Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.580Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:56.590Z SERIAL « 0x010700131c000002f5                                                 (9 bytes)
2021-08-04T13:52:56.592Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.595Z DRIVER « [REQ] [SendData]
                                    callback id:     28
                                    transmit status: OK
2021-08-04T13:52:56.609Z SERIAL « 0x010a00040010048614700106                                          (12 bytes)
2021-08-04T13:52:56.612Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.617Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[VersionCCCommandClassReport]
                                      CC:      Configuration
                                      version: 1
2021-08-04T13:52:56.626Z CNTRLR   [Node 016]   supports CC Configuration (0x70) in version 1
2021-08-04T13:52:56.627Z CNTRLR » [Node 016]   querying the CC version for Notification...
2021-08-04T13:52:56.662Z SERIAL » 0x010a00131003861371251d29                                          (12 bytes)
2021-08-04T13:52:56.664Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      29
                                  └─[VersionCCCommandClassGet]
                                      CC: Notification
2021-08-04T13:52:56.672Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:56.677Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:56.679Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.682Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:56.689Z SERIAL « 0x010700131d000001f7                                                 (9 bytes)
2021-08-04T13:52:56.691Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.694Z DRIVER « [REQ] [SendData]
                                    callback id:     29
                                    transmit status: OK
2021-08-04T13:52:56.705Z SERIAL « 0x010a00040010048614710107                                          (12 bytes)
2021-08-04T13:52:56.707Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.710Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[VersionCCCommandClassReport]
                                      CC:      Notification
                                      version: 1
2021-08-04T13:52:56.717Z CNTRLR   [Node 016]   supports CC Notification (0x71) in version 1
2021-08-04T13:52:56.719Z CNTRLR   [Node 016] [+] [Version] interviewComplete: true       [Endpoint 0] [internal]
2021-08-04T13:52:56.821Z CNTRLR   [Node 016] User-provided device config loaded
2021-08-04T13:52:56.827Z CNTRLR   [Node 016] Interviewing Multi Channel...
2021-08-04T13:52:56.829Z CNTRLR » [Node 016] querying device endpoint information...
2021-08-04T13:52:56.846Z SERIAL » 0x0109001310026007251eab                                            (11 bytes)
2021-08-04T13:52:56.848Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      30
                                  └─[MultiChannelCCEndPointGet]
2021-08-04T13:52:56.855Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:56.862Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:56.864Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.869Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:56.876Z SERIAL « 0x010700131e000002f7                                                 (9 bytes)
2021-08-04T13:52:56.878Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.882Z DRIVER « [REQ] [SendData]
                                    callback id:     30
                                    transmit status: OK
2021-08-04T13:52:56.895Z SERIAL « 0x010a000400100460084003ce                                          (12 bytes)
2021-08-04T13:52:56.902Z CNTRLR   [Node 016] [+] [Multi Channel] countIsDynamic: false   [Endpoint 0] [internal]
2021-08-04T13:52:56.910Z CNTRLR   [Node 016] [+] [Multi Channel] identicalCapabilities:  [Endpoint 0] [internal]
                                  true
2021-08-04T13:52:56.912Z CNTRLR   [Node 016] [+] [Multi Channel] individualCount: 3      [Endpoint 0] [internal]
2021-08-04T13:52:56.914Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.917Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[MultiChannelCCEndPointReport]
                                      endpoint count (individual): 3
                                      count is dynamic:            false
                                      identical capabilities:      true
2021-08-04T13:52:56.923Z CNTRLR « [Node 016] received response for device endpoints:
                                  endpoint count (individual): 3
                                  count is dynamic:            false
                                  identical capabilities:      true
2021-08-04T13:52:56.924Z CNTRLR » [Node 016] querying all endpoints...
2021-08-04T13:52:56.937Z SERIAL » 0x010b00131004600bffff251fa2                                        (13 bytes)
2021-08-04T13:52:56.939Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      31
                                  └─[MultiChannelCCEndPointFind]
                                      generic device class:  Non-Interoperable
                                      specific device class: UNKNOWN (0xff)
2021-08-04T13:52:56.949Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:56.955Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:56.957Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.961Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:56.968Z SERIAL « 0x010700131f000002f6                                                 (9 bytes)
2021-08-04T13:52:56.970Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:56.974Z DRIVER « [REQ] [SendData]
                                    callback id:     31
                                    transmit status: OK
2021-08-04T13:52:56.987Z SERIAL « 0x010e0004001008600c00ffff00000081                                  (16 bytes)
2021-08-04T13:52:56.992Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.000Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[MultiChannelCCEndPointFindReport]
                                      generic device class:   Non-Interoperable
                                      specific device class:  UNKNOWN (0xff)
                                      found endpoints:
                                      # of reports to follow: 0
2021-08-04T13:52:57.009Z CNTRLR « [Node 016] Endpoint query returned no results, assuming that endpoints are seq
                                  uential
2021-08-04T13:52:57.011Z CNTRLR » [Node 016] querying capabilities for endpoint #1...
2021-08-04T13:52:57.039Z SERIAL » 0x010a00131003600901252098                                          (12 bytes)
2021-08-04T13:52:57.043Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      32
                                  └─[MultiChannelCCCapabilityGet]
                                      endpoint: 1
2021-08-04T13:52:57.056Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:57.062Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:57.065Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.070Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:57.101Z SERIAL « 0x0107001320000006cd                                                 (9 bytes)
2021-08-04T13:52:57.104Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.108Z DRIVER « [REQ] [SendData]
                                    callback id:     32
                                    transmit status: OK
2021-08-04T13:52:57.127Z SERIAL « 0x010c0004001006600a01100125be                                      (14 bytes)
2021-08-04T13:52:57.130Z CNTRLR   [Node 016] [+] [Multi Channel] deviceClass: {"generic" [Endpoint 1] [internal]
                                  :16,"specific":1}
2021-08-04T13:52:57.132Z CNTRLR   [Node 016] [+] [Multi Channel] commandClasses: 37      [Endpoint 1] [internal]
2021-08-04T13:52:57.134Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.144Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[MultiChannelCCCapabilityReport]
                                      endpoint index:        1
                                      generic device class:  Binary Switch
                                      specific device class: Binary Power Switch
                                      is dynamic end point:  false
                                      supported CCs:
                                      · Binary Switch
2021-08-04T13:52:57.151Z CNTRLR « [Node 016] received response for endpoint capabilities (#1):
                                  generic device class:  Binary Switch
                                  specific device class: Binary Power Switch
                                  is dynamic end point:  false
                                  supported CCs:
                                    · Binary Switch
2021-08-04T13:52:57.152Z CNTRLR   [Node 016] all endpoints identical, skipping capability query for endpoint #2.
                                  ..
2021-08-04T13:52:57.153Z CNTRLR   [Node 016] [+] [Multi Channel] commandClasses: 37      [Endpoint 2] [internal]
2021-08-04T13:52:57.154Z CNTRLR   [Node 016] all endpoints identical, skipping capability query for endpoint #3.
                                  ..
2021-08-04T13:52:57.155Z CNTRLR   [Node 016] [+] [Multi Channel] commandClasses: 37      [Endpoint 3] [internal]
2021-08-04T13:52:57.156Z CNTRLR   [Node 016] [+] [Multi Channel] endpointIndizes: 1,2,3               [internal]
2021-08-04T13:52:57.158Z CNTRLR   [Node 016] [+] [Multi Channel] interviewComplete: true [Endpoint 0] [internal]
2021-08-04T13:52:57.225Z SERIAL « 0x010c0004001006600a01100125be                                      (14 bytes)
2021-08-04T13:52:57.228Z CNTRLR   [Node 016] [~] [Multi Channel] deviceClass: {"generic" [Endpoint 1] [internal]
                                  :16,"specific":1} => {"generic":16,"specific":1}
2021-08-04T13:52:57.229Z CNTRLR   [Node 016] [~] [Multi Channel] commandClasses: 37 => 3 [Endpoint 1] [internal]
                                  7
2021-08-04T13:52:57.232Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.238Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[MultiChannelCCCapabilityReport]
                                      endpoint index:        1
                                      generic device class:  Binary Switch
                                      specific device class: Binary Power Switch
                                      is dynamic end point:  false
                                      supported CCs:
                                      · Binary Switch
2021-08-04T13:52:57.253Z CNTRLR   [Node 016] Interviewing Association...
2021-08-04T13:52:57.255Z CNTRLR » [Node 016] querying number of association groups...
2021-08-04T13:52:57.277Z SERIAL » 0x0109001310028505252173                                            (11 bytes)
2021-08-04T13:52:57.279Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      33
                                  └─[AssociationCCSupportedGroupingsGet]
2021-08-04T13:52:57.285Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:57.294Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:57.295Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.299Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:57.305Z SERIAL « 0x0107001321000002c8                                                 (9 bytes)
2021-08-04T13:52:57.309Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.311Z DRIVER « [REQ] [SendData]
                                    callback id:     33
                                    transmit status: OK
2021-08-04T13:52:57.319Z SERIAL « 0x0109000400100385060361                                            (11 bytes)
2021-08-04T13:52:57.322Z CNTRLR   [Node 016] [+] [Association] groupCount: 3             [Endpoint 0] [internal]
2021-08-04T13:52:57.323Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.326Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[AssociationCCSupportedGroupingsReport]
                                      group count: 3
2021-08-04T13:52:57.330Z CNTRLR « [Node 016] supports 3 association groups
2021-08-04T13:52:57.331Z CNTRLR » [Node 016] querying association group #1...
2021-08-04T13:52:57.350Z SERIAL » 0x010a00131003850201252274                                          (12 bytes)
2021-08-04T13:52:57.352Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      34
                                  └─[AssociationCCGet]
                                      group id: 1
2021-08-04T13:52:57.362Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:57.367Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:57.368Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.370Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:57.377Z SERIAL « 0x0107001322000002cb                                                 (9 bytes)
2021-08-04T13:52:57.378Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.382Z DRIVER « [REQ] [SendData]
                                    callback id:     34
                                    transmit status: OK
2021-08-04T13:52:57.392Z SERIAL « 0x010c000400100685030101000166                                      (14 bytes)
2021-08-04T13:52:57.395Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.398Z CNTRLR   [Node 016] [+] [Association] maxNodes[1]: 1            [Endpoint 0] [internal]
2021-08-04T13:52:57.399Z CNTRLR   [Node 016] [+] [Association] nodeIds[1]: 1             [Endpoint 0] [internal]
2021-08-04T13:52:57.402Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[AssociationCCReport]
                                      group id:          1
                                      max # of nodes:    1
                                      node IDs:          1
                                      reports to follow: 0
2021-08-04T13:52:57.407Z CNTRLR « [Node 016] received information for association group #1:
                                  maximum # of nodes: 1
                                  currently assigned nodes: 1
2021-08-04T13:52:57.409Z CNTRLR » [Node 016] querying association group #2...
2021-08-04T13:52:57.419Z SERIAL » 0x010a00131003850202252376                                          (12 bytes)
2021-08-04T13:52:57.421Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      35
                                  └─[AssociationCCGet]
                                      group id: 2
2021-08-04T13:52:57.430Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:57.437Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:57.439Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.442Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:57.449Z SERIAL « 0x0107001323000002ca                                                 (9 bytes)
2021-08-04T13:52:57.451Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.454Z DRIVER « [REQ] [SendData]
                                    callback id:     35
                                    transmit status: OK
2021-08-04T13:52:57.466Z SERIAL « 0x010c000400100685030201000165                                      (14 bytes)
2021-08-04T13:52:57.468Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.471Z CNTRLR   [Node 016] [+] [Association] maxNodes[2]: 1            [Endpoint 0] [internal]
2021-08-04T13:52:57.473Z CNTRLR   [Node 016] [+] [Association] nodeIds[2]: 1             [Endpoint 0] [internal]
2021-08-04T13:52:57.474Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[AssociationCCReport]
                                      group id:          2
                                      max # of nodes:    1
                                      node IDs:          1
                                      reports to follow: 0
2021-08-04T13:52:57.479Z CNTRLR « [Node 016] received information for association group #2:
                                  maximum # of nodes: 1
                                  currently assigned nodes: 1
2021-08-04T13:52:57.479Z CNTRLR » [Node 016] querying association group #3...
2021-08-04T13:52:57.491Z SERIAL » 0x010a00131003850203252470                                          (12 bytes)
2021-08-04T13:52:57.493Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      36
                                  └─[AssociationCCGet]
                                      group id: 3
2021-08-04T13:52:57.499Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:57.503Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:57.504Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.507Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:57.516Z SERIAL « 0x0107001324000002cd                                                 (9 bytes)
2021-08-04T13:52:57.518Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.521Z DRIVER « [REQ] [SendData]
                                    callback id:     36
                                    transmit status: OK
2021-08-04T13:52:57.532Z SERIAL « 0x010c000400100685030301000164                                      (14 bytes)
2021-08-04T13:52:57.534Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.538Z CNTRLR   [Node 016] [+] [Association] maxNodes[3]: 1            [Endpoint 0] [internal]
2021-08-04T13:52:57.540Z CNTRLR   [Node 016] [+] [Association] nodeIds[3]: 1             [Endpoint 0] [internal]
2021-08-04T13:52:57.541Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[AssociationCCReport]
                                      group id:          3
                                      max # of nodes:    1
                                      node IDs:          1
                                      reports to follow: 0
2021-08-04T13:52:57.551Z CNTRLR « [Node 016] received information for association group #3:
                                  maximum # of nodes: 1
                                  currently assigned nodes: 1
2021-08-04T13:52:57.554Z CNTRLR   [Node 016] [+] [Association] hasLifeline: true         [Endpoint 0] [internal]
2021-08-04T13:52:57.556Z CNTRLR   [Node 016] [+] [Association] interviewComplete: true   [Endpoint 0] [internal]
2021-08-04T13:52:57.601Z CNTRLR   [Node 016] Interviewing Binary Switch...                          [Endpoint 1]
2021-08-04T13:52:57.603Z CNTRLR » [Node 016] querying Binary Switch state...                        [Endpoint 1]
2021-08-04T13:52:57.615Z SERIAL » 0x010d00131006600d000125022525bc                                    (15 bytes)
2021-08-04T13:52:57.618Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      37
                                  └─[MultiChannelCCCommandEncapsulation]
                                    │ source:      0
                                    │ destination: 1
                                    └─[BinarySwitchCCGet]
2021-08-04T13:52:57.622Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:57.627Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:57.628Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.630Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:57.640Z SERIAL « 0x0107001325000002cc                                                 (9 bytes)
2021-08-04T13:52:57.641Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.644Z DRIVER « [REQ] [SendData]
                                    callback id:     37
                                    transmit status: OK
2021-08-04T13:52:57.658Z SERIAL « 0x010d0004001007600d0100250300ab                                    (15 bytes)
2021-08-04T13:52:57.663Z CNTRLR   [Node 016] [+] [Binary Switch] currentValue: false                [Endpoint 1]
2021-08-04T13:52:57.667Z CNTRLR   [Node 016] [+] [Binary Switch] targetValue: undefined             [Endpoint 1]
2021-08-04T13:52:57.670Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.676Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[MultiChannelCCCommandEncapsulation]
                                    │ source:      1
                                    │ destination: 0
                                    └─[BinarySwitchCCReport]
                                        current value: false
2021-08-04T13:52:57.685Z CNTRLR « [Node 016] received Binary Switch state:                          [Endpoint 1]
                                  current value:      false
2021-08-04T13:52:57.687Z CNTRLR   [Node 016] [+] [Binary Switch] interviewComplete: true [Endpoint 1] [internal]
2021-08-04T13:52:57.691Z CNTRLR   [Node 016] Interviewing Binary Switch...                          [Endpoint 2]
2021-08-04T13:52:57.693Z CNTRLR » [Node 016] querying Binary Switch state...                        [Endpoint 2]
2021-08-04T13:52:57.706Z SERIAL » 0x010d00131006600d000225022526bc                                    (15 bytes)
2021-08-04T13:52:57.707Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      38
                                  └─[MultiChannelCCCommandEncapsulation]
                                    │ source:      0
                                    │ destination: 2
                                    └─[BinarySwitchCCGet]
2021-08-04T13:52:57.715Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:57.723Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:57.725Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.727Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:57.735Z SERIAL « 0x0107001326000002cf                                                 (9 bytes)
2021-08-04T13:52:57.737Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.739Z DRIVER « [REQ] [SendData]
                                    callback id:     38
                                    transmit status: OK
2021-08-04T13:52:57.766Z SERIAL « 0x010d0004001007600d0200250300a8                                    (15 bytes)
2021-08-04T13:52:57.769Z CNTRLR   [Node 016] [+] [Binary Switch] currentValue: false                [Endpoint 2]
2021-08-04T13:52:57.775Z CNTRLR   [Node 016] [+] [Binary Switch] targetValue: undefined             [Endpoint 2]
2021-08-04T13:52:57.779Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.786Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[MultiChannelCCCommandEncapsulation]
                                    │ source:      2
                                    │ destination: 0
                                    └─[BinarySwitchCCReport]
                                        current value: false
2021-08-04T13:52:57.794Z CNTRLR « [Node 016] received Binary Switch state:                          [Endpoint 2]
                                  current value:      false
2021-08-04T13:52:57.797Z CNTRLR   [Node 016] [+] [Binary Switch] interviewComplete: true [Endpoint 2] [internal]
2021-08-04T13:52:57.842Z CNTRLR   [Node 016] Interviewing Binary Switch...                          [Endpoint 3]
2021-08-04T13:52:57.844Z CNTRLR » [Node 016] querying Binary Switch state...                        [Endpoint 3]
2021-08-04T13:52:57.860Z SERIAL » 0x010d00131006600d000325022527bc                                    (15 bytes)
2021-08-04T13:52:57.862Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      39
                                  └─[MultiChannelCCCommandEncapsulation]
                                    │ source:      0
                                    │ destination: 3
                                    └─[BinarySwitchCCGet]
2021-08-04T13:52:57.869Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:57.874Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:57.876Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.878Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:57.885Z SERIAL « 0x0107001327000002ce                                                 (9 bytes)
2021-08-04T13:52:57.886Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.888Z DRIVER « [REQ] [SendData]
                                    callback id:     39
                                    transmit status: OK
2021-08-04T13:52:57.897Z SERIAL « 0x010d0004001007600d0300250300a9                                    (15 bytes)
2021-08-04T13:52:57.899Z CNTRLR   [Node 016] [+] [Binary Switch] currentValue: false                [Endpoint 3]
2021-08-04T13:52:57.905Z CNTRLR   [Node 016] [+] [Binary Switch] targetValue: undefined             [Endpoint 3]
2021-08-04T13:52:57.908Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.913Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[MultiChannelCCCommandEncapsulation]
                                    │ source:      3
                                    │ destination: 0
                                    └─[BinarySwitchCCReport]
                                        current value: false
2021-08-04T13:52:57.919Z CNTRLR « [Node 016] received Binary Switch state:                          [Endpoint 3]
                                  current value:      false
2021-08-04T13:52:57.922Z CNTRLR   [Node 016] [+] [Binary Switch] interviewComplete: true [Endpoint 3] [internal]
2021-08-04T13:52:57.923Z CNTRLR   [Node 016] Interviewing Binary Switch...
2021-08-04T13:52:57.925Z CNTRLR » [Node 016] querying Binary Switch state...
2021-08-04T13:52:57.941Z SERIAL » 0x01090013100225022528dd                                            (11 bytes)
2021-08-04T13:52:57.943Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      40
                                  └─[BinarySwitchCCGet]
2021-08-04T13:52:57.951Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:57.965Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:57.967Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.970Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:57.977Z SERIAL « 0x0107001328000002c1                                                 (9 bytes)
2021-08-04T13:52:57.979Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:57.982Z DRIVER « [REQ] [SendData]
                                    callback id:     40
                                    transmit status: OK
2021-08-04T13:52:58.021Z SERIAL « 0x01090004001003250300c7                                            (11 bytes)
2021-08-04T13:52:58.024Z CNTRLR   [Node 016] [+] [Binary Switch] currentValue: false                [Endpoint 0]
2021-08-04T13:52:58.026Z CNTRLR   [Node 016] [+] [Binary Switch] targetValue: undefined             [Endpoint 0]
2021-08-04T13:52:58.027Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:58.032Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[BinarySwitchCCReport]
                                      current value: false
2021-08-04T13:52:58.040Z CNTRLR « [Node 016] received Binary Switch state:
                                  current value:      false
2021-08-04T13:52:58.042Z CNTRLR   [Node 016] [+] [Binary Switch] interviewComplete: true [Endpoint 0] [internal]
2021-08-04T13:52:58.044Z CNTRLR   [Node 016] Interviewing Configuration...
2021-08-04T13:52:58.045Z CNTRLR   [Node 016] ConfigurationCC: Loading configuration parameters from device confi
                                  g
2021-08-04T13:52:58.046Z CNTRLR   [Node 016] [+] [Configuration] isParamInformationFromConfig: false  [internal]
2021-08-04T13:52:58.050Z CNTRLR   [Node 016] [Configuration] 1: metadata updated
2021-08-04T13:52:58.057Z CNTRLR   [Node 016] [Configuration] 2: metadata updated
2021-08-04T13:52:58.061Z CNTRLR   [Node 016] [Configuration] 3: metadata updated
2021-08-04T13:52:58.067Z CNTRLR   [Node 016] [Configuration] 4: metadata updated
2021-08-04T13:52:58.073Z CNTRLR   [Node 016] [Configuration] 5: metadata updated
2021-08-04T13:52:58.077Z CNTRLR   [Node 016] [Configuration] 6: metadata updated
2021-08-04T13:52:58.081Z CNTRLR   [Node 016] [~] [Configuration] isParamInformationFromConfig: false  [internal]
                                  => true
2021-08-04T13:52:58.083Z CNTRLR » [Node 016] querying parameter #1 value...
2021-08-04T13:52:58.099Z SERIAL » 0x010a0013100370050125298d                                          (12 bytes)
2021-08-04T13:52:58.102Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      41
                                  └─[ConfigurationCCGet]
                                      parameter #: 1
2021-08-04T13:52:58.111Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:58.114Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:58.115Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:58.121Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:58.131Z SERIAL « 0x0107001329000002c0                                                 (9 bytes)
2021-08-04T13:52:58.132Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:58.135Z DRIVER « [REQ] [SendData]
                                    callback id:     41
                                    transmit status: OK
2021-08-04T13:52:58.145Z SERIAL « 0x010b0004001005700601010390                                        (13 bytes)
2021-08-04T13:52:58.150Z CNTRLR   [Node 016] [+] [Configuration] 1: 3
2021-08-04T13:52:58.154Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:58.158Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[ConfigurationCCReport]
                                      parameter #: 1
                                      value size:  1
                                      value:       3
2021-08-04T13:52:58.163Z CNTRLR « [Node 016] parameter #1 has value: 3
2021-08-04T13:52:58.164Z CNTRLR » [Node 016] querying parameter #2 value...
2021-08-04T13:52:58.175Z SERIAL » 0x010a00131003700502252a8d                                          (12 bytes)
2021-08-04T13:52:58.176Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      42
                                  └─[ConfigurationCCGet]
                                      parameter #: 2
2021-08-04T13:52:58.188Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:58.192Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:58.194Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:58.200Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:58.211Z SERIAL « 0x010700132a000001c0                                                 (9 bytes)
2021-08-04T13:52:58.213Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:58.216Z DRIVER « [REQ] [SendData]
                                    callback id:     42
                                    transmit status: OK
2021-08-04T13:52:58.232Z SERIAL « 0x010b0004001005700602010292                                        (13 bytes)
2021-08-04T13:52:58.237Z CNTRLR   [Node 016] [+] [Configuration] 2: 2
2021-08-04T13:52:58.241Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:58.246Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[ConfigurationCCReport]
                                      parameter #: 2
                                      value size:  1
                                      value:       2
2021-08-04T13:52:58.253Z CNTRLR « [Node 016] parameter #2 has value: 2
2021-08-04T13:52:58.254Z CNTRLR » [Node 016] querying parameter #3 value...
2021-08-04T13:52:58.265Z SERIAL » 0x010a00131003700503252b8d                                          (12 bytes)
2021-08-04T13:52:58.266Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      43
                                  └─[ConfigurationCCGet]
                                      parameter #: 3
2021-08-04T13:52:58.275Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:52:58.282Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:52:58.284Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:58.287Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:52:58.294Z SERIAL « 0x010700132b000001c1                                                 (9 bytes)
2021-08-04T13:52:58.295Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:52:58.298Z DRIVER « [REQ] [SendData]
                                    callback id:     43
                                    transmit status: OK
2021-08-04T13:53:00.819Z SERIAL « 0x0110000400020a32022112000000000000e0                              (18 bytes)
2021-08-04T13:53:00.834Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:53:08.408Z CNTRLR   [Node 016] Timed out while waiting for a response from the node
2021-08-04T13:53:08.409Z CNTRLR « [Node 016] received no value for parameter #3
2021-08-04T13:53:08.410Z CNTRLR » [Node 016] querying parameter #4 value...
2021-08-04T13:53:08.428Z SERIAL » 0x010a00131003700504252c8d                                          (12 bytes)
2021-08-04T13:53:08.430Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      44
                                  └─[ConfigurationCCGet]
                                      parameter #: 4
2021-08-04T13:53:08.440Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:53:08.444Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:53:08.450Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:53:08.471Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:53:08.479Z SERIAL « 0x010700132c000002c5                                                 (9 bytes)
2021-08-04T13:53:08.482Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:53:08.488Z DRIVER « [REQ] [SendData]
                                    callback id:     44
                                    transmit status: OK
2021-08-04T13:53:18.514Z CNTRLR   [Node 016] Timed out while waiting for a response from the node
2021-08-04T13:53:18.516Z CNTRLR « [Node 016] received no value for parameter #4
2021-08-04T13:53:18.519Z CNTRLR » [Node 016] querying parameter #5 value...
2021-08-04T13:53:18.542Z SERIAL » 0x010a00131003700505252d8d                                          (12 bytes)
2021-08-04T13:53:18.544Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      45
                                  └─[ConfigurationCCGet]
                                      parameter #: 5
2021-08-04T13:53:18.552Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:53:18.558Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:53:18.561Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:53:18.566Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:53:18.574Z SERIAL « 0x010700132d000001c7                                                 (9 bytes)
2021-08-04T13:53:18.577Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:53:18.579Z DRIVER « [REQ] [SendData]
                                    callback id:     45
                                    transmit status: OK
2021-08-04T13:53:28.602Z CNTRLR   [Node 016] Timed out while waiting for a response from the node
2021-08-04T13:53:28.604Z CNTRLR « [Node 016] received no value for parameter #5
2021-08-04T13:53:28.606Z CNTRLR » [Node 016] querying parameter #6 value...
2021-08-04T13:53:28.622Z SERIAL » 0x010a00131003700506252e8d                                          (12 bytes)
2021-08-04T13:53:28.625Z DRIVER » [Node 016] [REQ] [SendData]
                                  │ transmit options: 0x25
                                  │ callback id:      46
                                  └─[ConfigurationCCGet]
                                      parameter #: 6
2021-08-04T13:53:28.638Z SERIAL « [ACK]                                                                   (0x06)
2021-08-04T13:53:28.642Z SERIAL « 0x0104011301e8                                                       (6 bytes)
2021-08-04T13:53:28.645Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:53:28.647Z DRIVER « [RES] [SendData]
                                    was sent: true
2021-08-04T13:53:28.656Z SERIAL « 0x010700132e000001c4                                                 (9 bytes)
2021-08-04T13:53:28.658Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:53:28.662Z DRIVER « [REQ] [SendData]
                                    callback id:     46
                                    transmit status: OK
2021-08-04T13:53:30.821Z SERIAL « 0x0110000400020a32022112000000000000e0                              (18 bytes)
2021-08-04T13:53:30.830Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:53:38.687Z CNTRLR   [Node 016] Timed out while waiting for a response from the node
2021-08-04T13:53:38.691Z CNTRLR « [Node 016] received no value for parameter #6
2021-08-04T13:53:38.694Z CNTRLR   [Node 016] [+] [Configuration] interviewComplete: true [Endpoint 0] [internal]
2021-08-04T13:53:38.747Z CNTRLR   [Node 016] Interviewing Notification...
2021-08-04T13:53:38.751Z CNTRLR   [Node 016] [Notification] alarmType: metadata updated             [Endpoint 0]
2021-08-04T13:53:38.759Z CNTRLR   [Node 016] [Notification] alarmLevel: metadata updated            [Endpoint 0]
2021-08-04T13:53:38.765Z CNTRLR   [Node 016] [+] [Notification] interviewComplete: true  [Endpoint 0] [internal]
2021-08-04T13:53:38.772Z CNTRLR   [Node 016] Interview stage completed: CommandClasses
2021-08-04T13:53:38.779Z CNTRLR   [Node 016] Interview stage completed: OverwriteConfig
2021-08-04T13:53:38.786Z CNTRLR   [Node 016] Interview completed
2021-08-04T13:53:38.905Z CNTRLR   [Node 016] The node is ready to be used
2021-08-04T13:53:44.672Z SERIAL « 0x010c00040014063105012200d426                                      (14 bytes)
2021-08-04T13:53:44.693Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:53:56.383Z SERIAL « 0x01100004001d0a32022134000000000000d9                              (18 bytes)
2021-08-04T13:53:56.400Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:00.825Z SERIAL « 0x0110000400020a32022112000000000000e0                              (18 bytes)
2021-08-04T13:54:00.838Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:15.825Z SERIAL « 0x010900040010032503ff38                                            (11 bytes)
2021-08-04T13:54:15.836Z CNTRLR   [Node 016] [~] [Binary Switch] currentValue: false => true        [Endpoint 0]
2021-08-04T13:54:15.843Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:15.850Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[BinarySwitchCCReport]
                                      current value: true
2021-08-04T13:54:16.509Z SERIAL « 0x010900040810032503ff30                                            (11 bytes)
2021-08-04T13:54:16.513Z CNTRLR   [Node 016] [~] [Binary Switch] currentValue: true => true         [Endpoint 0]
2021-08-04T13:54:16.520Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:16.527Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  │ type: multicast
                                  └─[BinarySwitchCCReport]
                                      current value: true
2021-08-04T13:54:16.537Z SERIAL « 0x010900040010032503ff38                                            (11 bytes)
2021-08-04T13:54:16.540Z CNTRLR   [Node 016] [~] [Binary Switch] currentValue: true => true         [Endpoint 0]
2021-08-04T13:54:16.542Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:16.546Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[BinarySwitchCCReport]
                                      current value: true
2021-08-04T13:54:16.559Z SERIAL « 0x010900040010032503ff38                                            (11 bytes)
2021-08-04T13:54:16.561Z CNTRLR   [Node 016] [~] [Binary Switch] currentValue: true => true         [Endpoint 0]
2021-08-04T13:54:16.563Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:16.565Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[BinarySwitchCCReport]
                                      current value: true
2021-08-04T13:54:16.573Z SERIAL « 0x010900040010032503ff38                                            (11 bytes)
2021-08-04T13:54:16.576Z CNTRLR   [Node 016] [~] [Binary Switch] currentValue: true => true         [Endpoint 0]
2021-08-04T13:54:16.577Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:16.580Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[BinarySwitchCCReport]
                                      current value: true
2021-08-04T13:54:16.588Z SERIAL « 0x010900040010032503ff38                                            (11 bytes)
2021-08-04T13:54:16.591Z CNTRLR   [Node 016] [~] [Binary Switch] currentValue: true => true         [Endpoint 0]
2021-08-04T13:54:16.592Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:16.595Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[BinarySwitchCCReport]
                                      current value: true
2021-08-04T13:54:23.825Z SERIAL « 0x0114000400090e3202214400023c97012d00023c9791                      (22 bytes)
2021-08-04T13:54:23.844Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:23.893Z SERIAL « 0x0114000400090e3202215400000066012d0000006285                      (22 bytes)
2021-08-04T13:54:23.900Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:23.958Z SERIAL « 0x0110000400090a3202a1425be5012d5bdf2d                              (18 bytes)
2021-08-04T13:54:23.969Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:24.026Z SERIAL « 0x0110000400090a3202a14a0008012d00081f                              (18 bytes)
2021-08-04T13:54:24.035Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:30.827Z SERIAL « 0x0110000400020a32022112000000000000e0                              (18 bytes)
2021-08-04T13:54:30.837Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:44.538Z SERIAL « 0x010c00040014063105012200d426                                      (14 bytes)
2021-08-04T13:54:44.554Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:51.753Z SERIAL « 0x01090004001003250300c7                                            (11 bytes)
2021-08-04T13:54:51.760Z CNTRLR   [Node 016] [~] [Binary Switch] currentValue: true => false        [Endpoint 0]
2021-08-04T13:54:51.767Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:51.772Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[BinarySwitchCCReport]
                                      current value: false
2021-08-04T13:54:52.339Z SERIAL « 0x01090004081003250300cf                                            (11 bytes)
2021-08-04T13:54:52.343Z CNTRLR   [Node 016] [~] [Binary Switch] currentValue: false => false       [Endpoint 0]
2021-08-04T13:54:52.350Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:52.360Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  │ type: multicast
                                  └─[BinarySwitchCCReport]
                                      current value: false
2021-08-04T13:54:52.368Z SERIAL « 0x01090004001003250300c7                                            (11 bytes)
2021-08-04T13:54:52.371Z CNTRLR   [Node 016] [~] [Binary Switch] currentValue: false => false       [Endpoint 0]
2021-08-04T13:54:52.373Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:52.376Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[BinarySwitchCCReport]
                                      current value: false
2021-08-04T13:54:52.385Z SERIAL « 0x01090004001003250300c7                                            (11 bytes)
2021-08-04T13:54:52.388Z CNTRLR   [Node 016] [~] [Binary Switch] currentValue: false => false       [Endpoint 0]
2021-08-04T13:54:52.390Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:52.393Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[BinarySwitchCCReport]
                                      current value: false
2021-08-04T13:54:52.402Z SERIAL « 0x01090004001003250300c7                                            (11 bytes)
2021-08-04T13:54:52.404Z CNTRLR   [Node 016] [~] [Binary Switch] currentValue: false => false       [Endpoint 0]
2021-08-04T13:54:52.406Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:52.408Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[BinarySwitchCCReport]
                                      current value: false
2021-08-04T13:54:52.414Z SERIAL « 0x01090004001003250300c7                                            (11 bytes)
2021-08-04T13:54:52.417Z CNTRLR   [Node 016] [~] [Binary Switch] currentValue: false => false       [Endpoint 0]
2021-08-04T13:54:52.419Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:54:52.423Z DRIVER « [Node 016] [REQ] [ApplicationCommand]
                                  └─[BinarySwitchCCReport]
                                      current value: false
2021-08-04T13:55:00.830Z SERIAL « 0x0110000400020a32022112000000000000e0                              (18 bytes)
2021-08-04T13:55:00.845Z SERIAL » [ACK]                                                                   (0x06)
2021-08-04T13:55:30.833Z SERIAL « 0x0110000400020a32022112000000000000e0                              (18 bytes)
2021-08-04T13:55:30.843Z SERIAL » [ACK]                                                                   (0x06)
BillsGate commented 3 years ago

The node in question:


            "id": 16,
            "interviewStage": "Complete",
            "deviceClass": {
                "basic": 4,
                "generic": 16,
                "specific": 1
            },
            "isListening": true,
            "isFrequentListening": false,
            "isRouting": true,
            "supportedDataRates": [
                40000,
                100000
            ],
            "protocolVersion": 3,
            "nodeType": "Routing End Node",
            "supportsSecurity": false,
            "supportsBeaming": true,
            "isSecure": false,
            "commandClasses": {
                "0x25": {
                    "name": "Binary Switch",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 1
                        },
                        "1": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        },
                        "2": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        },
                        "3": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                },
                "0x27": {
                    "name": "All Switch",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        },
                        "1": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        },
                        "2": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        },
                        "3": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                },
                "0x60": {
                    "name": "Multi Channel",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 3
                        }
                    }
                },
                "0x70": {
                    "name": "Configuration",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 1
                        }
                    }
                },
                "0x71": {
                    "name": "Notification",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 1
                        }
                    }
                },
                "0x72": {
                    "name": "Manufacturer Specific",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 2
                        }
                    }
                },
                "0x85": {
                    "name": "Association",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 1
                        }
                    }
                },
                "0x86": {
                    "name": "Version",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 1
                        }
                    }
                }
            }
        },```
AlCalzone commented 3 years ago

What you posted is not a driver logfile => https://zwave-js.github.io/zwavejs2mqtt/#/troubleshooting/bug_report?id=driver-logs

Also please attach it as a file.

BillsGate commented 3 years ago

What you posted is not a driver logfile => https://zwave-js.github.io/zwavejs2mqtt/#/troubleshooting/bug_report?id=driver-logs

Also please attach it as a file.

Very sorry, this is te first time I've reported an issue. Driver logfile is attached now.

AlCalzone commented 3 years ago

I believe all we need to do here is restore the mapping from endpoint 0 to 1 that we did automatically before v8.

@zwave-js-bot add compat flag to 0x0118:0x0001:0x0004

"mapRootReportsToEndpoint": 1
zwave-js-bot commented 3 years ago

🔨 I created a PR at #3156 - check it out!

AlCalzone commented 3 years ago

@BillsGate can you test this file https://raw.githubusercontent.com/zwave-js/node-zwave-js/add-compat-flag-1628108692/packages/config/config/devices/0x0118/tz06.json as described here? zwavejs2mqtt lets you upload that file with the included file browser. You'll have to restart zwavejs2mqtt for the change to take.

BillsGate commented 3 years ago

@AlCalzone Thank you for your swift reply!

Adding that config file makes the group switch respond again if I toggle a physical switch, so that's half the problem solved:

image

However, the switch I toggled still remains off in the binary switch panel until I click refresh. Is there anyway that can be fixed? Is there anything I can do/try to fix this?

AlCalzone commented 3 years ago

Can you make a driver log of that too please?

BillsGate commented 3 years ago

zwavejs_2021-08-05.log

I've tried to set "isLifeline": false on association 1 and rebooted ZwaveJS as per this suggestion, but that didn't help.

AlCalzone commented 3 years ago

Your log looks strange and is randomly missing a bunch of info. Can you try again?

BillsGate commented 3 years ago

zwavejs_2021-08-05-1.log Here's a new log. I've generated it like this:

AlCalzone commented 3 years ago

only logging node 16

Ah, maybe that's why it looks like some logs are missing.

Both your switches send a report via the root endpoint without saying which switch the report came from. With the updated config that report now gets mapped to endpoint 1 (switch 1), but it doesn't look like we'll be able to figure out which switch was toggled.

Looking at the manual for the Zipato PAN04, I also don't understand how that is supposed to work, since the device doesn't support multi channel associations and seems to report everything without source endpoint information.

What I think could work:

BillsGate commented 3 years ago

That sounds like something we could absolutely try, thank you!

Ah, maybe that's why it looks like some logs are missing.

Not sure if still needed, but this is a log file following same steps as above, but not limited to node 16 zwavejs_2021-08-05-2.log

I'm not sure if the manual of the TKB TZ06 is any more helpful: https://doc.eedomus.com/files/Manual%20-%20TZ06%20manual.pdf

AlCalzone commented 3 years ago

Here's a config file for you to test again tz06.json.txt - you'll need to rename back to .json.

Like we agreed, this preserves the root endpoint's values, so you can poll the endpoint values automatically whenever the root changes. Let me know if that helps.

BillsGate commented 3 years ago

Thank you so much for your effort!

As far as I can see, the latest config adds a switch entity which turn if either of the physical switches turns on. However, such an endpoint already existed and since your config update of three days ago that worked perfectly: image

The only issue left is that the physical buttons now aren't monitored individually, which means (in case of this specific screenshot) I can't automate a different timer for each light on this switch module. For me that's easy to work around, it's absolutely fine for me to have one timer-automation for both bulbs.

In short: You've helped me a great deal! I can automate my light switches again. Thank you ever so much!

AlCalzone commented 3 years ago

The only issue left is that the physical buttons now aren't monitored individually

That's what I meant above. You need to set up an automation in HA that polls (refreshes) the individual switches' states whenever the "group" state changes.