Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing failed nodes does not always remove the node from the UI #2975

Closed
3 tasks done
ColColonCleaner opened this issue Feb 21, 2023 · 4 comments · Fixed by #2978
Closed
3 tasks done

Removing failed nodes does not always remove the node from the UI #2975

ColColonCleaner opened this issue Feb 21, 2023 · 4 comments · Fixed by #2978
Labels
bug Something isn't working

Comments

@ColColonCleaner
Copy link

Checklist

  • I am not using Home Assistant. Or: a developer has told me to come here.
  • I have checked the troubleshooting section and my problem is not described there.
  • I have read the changelog and my problem is not mentioned there.

Deploy method

Docker

Z-Wave JS UI version

8.8.3

ZwaveJS version

10.5.5

Describe the bug

Removing nodes doesn't always remove the node from the UI. Requires a VM bounce to remove it. Subsequent removals of the node fail saying the node doesn't exist but the row remains displayed.

To Reproduce

Remove more than one node from a network. Screenshot attached.

Expected behavior

The node row is removed when the node is removed from the network.

Additional context

No response

@ColColonCleaner ColColonCleaner added the bug Something isn't working label Feb 21, 2023
@ColColonCleaner
Copy link
Author

Screenshot_20230220_211536_Firefox Nightly

@ColColonCleaner ColColonCleaner changed the title Removing failed nodes does always remove the node from the UI Removing failed nodes does not always remove the node from the UI Feb 21, 2023
@robertsLando
Copy link
Member

Please make a driver log, loglevel debug and attach it here as a file (drag & drop into the text field).

@robertsLando robertsLando transferred this issue from zwave-js/zwave-js-ui Feb 21, 2023
@AlCalzone
Copy link
Member

Can reproduce. Node 13 was removed immediately, Node 14 did not get removed from the UI until reloading the page:

2023-02-23 13:08:39.416 DEBUG SOCKET: Event ZWAVE_API emitted to ic4HlA8pRHqTKdOlAAAH
2023-02-23 13:08:39.422 INFO Z-WAVE: Calling api removeFailedNode with args: [ 13, [length]: 1 ]
13:08:39.422 CNTRLR » [Node 013] pinging the node...
13:08:39.430 SERIAL » 0x010d00a9010d010025000000000477                                    (15 bytes)
13:08:39.430 DRIVER » [Node 013] [REQ] [SendDataBridge]
                      │ source node id:   1
                      │ transmit options: 0x25
                      │ callback id:      4
                      └─[NoOperationCC]
13:08:39.437 SERIAL « [ACK]                                                                   (0x06)
13:08:39.438 SERIAL « 0x010401a90152                                                       (6 bytes)
13:08:39.439 SERIAL » [ACK]                                                                   (0x06)
13:08:39.440 DRIVER « [RES] [SendDataBridge]
                        was sent: true
13:08:42.849 SERIAL « 0x011d00a90401014f007f7f7f7f7f00010600000000420300007f7f7f7f7f46    (31 bytes)
13:08:42.850 SERIAL » [ACK]                                                                   (0x06)
13:08:42.851 DRIVER « [REQ] [SendDataBridge]
                        callback id:            4
                        transmit status:        NoAck, took 3350 ms
                        routing attempts:       3
                        protocol & route speed: Z-Wave, 40 kbit/s
                        TX channel no.:         1
                        beam:                   1000 ms
13:08:42.854 CNTRLR   [Node 013] The node did not respond after 1 attempts, it is presumed dead
13:08:42.856 CNTRLR   [Node 013] ping failed: Failed to send the command after 1 attempts (Status No
                      Ack) (ZW0204)
13:08:42.858 SERIAL » 0x010500610d0593                                                     (7 bytes)
13:08:42.858 DRIVER » [REQ] [RemoveFailedNode]
                        payload: 0x0d05
13:08:42.866 SERIAL « [ACK]                                                                   (0x06)
13:08:42.867 SERIAL « 0x01040161009b                                                       (6 bytes)
13:08:42.867 SERIAL » [ACK]                                                                   (0x06)
13:08:42.868 DRIVER « [RES] [RemoveFailedNode]
                        payload: 0x00
13:08:46.311 SERIAL « 0x0105006105019f                                                     (7 bytes)
13:08:46.312 SERIAL » [ACK]                                                                   (0x06)
13:08:46.313 DRIVER « [REQ] [RemoveFailedNode]
                        payload: 0x0501
13:08:46.318 CNTRLR   [Node 013] [-] [Security 2] interviewComplete (was tru [Endpoint 0] [internal]
                      e)
13:08:46.319 CNTRLR   [Node 013] [-] [Manufacturer Specific] interviewComple [Endpoint 0] [internal]
                      te (was true)
13:08:46.320 CNTRLR   [Node 013] [-] [Version] interviewComplete (was true)  [Endpoint 0] [internal]
13:08:46.320 CNTRLR   [Node 013] [-] [Z-Wave Plus Info] zwavePlusVersion (wa [Endpoint 0] [internal]
                      s 1)
13:08:46.321 CNTRLR   [Node 013] [-] [Z-Wave Plus Info] nodeType (was 0)     [Endpoint 0] [internal]
13:08:46.321 CNTRLR   [Node 013] [-] [Z-Wave Plus Info] roleType (was 7)     [Endpoint 0] [internal]
13:08:46.321 CNTRLR   [Node 013] [-] [Z-Wave Plus Info] installerIcon (was 7 [Endpoint 0] [internal]
                      68)
13:08:46.322 CNTRLR   [Node 013] [-] [Z-Wave Plus Info] userIcon (was 768)   [Endpoint 0] [internal]
13:08:46.322 CNTRLR   [Node 013] [-] [Z-Wave Plus Info] interviewComplete (w [Endpoint 0] [internal]
                      as true)
2023-02-23 13:08:46.325 INFO Z-WAVE: [Node 013] Removed
2023-02-23 13:08:46.325 INFO Z-WAVE: [Node 013] Removed
2023-02-23 13:08:46.325 DEBUG Z-WAVE: Updating store nodes.json
2023-02-23 13:08:46.326 INFO Z-WAVE: Success zwave api call removeFailedNode undefined
2023-02-23 13:08:58.095 DEBUG SOCKET: Event ZWAVE_API emitted to ic4HlA8pRHqTKdOlAAAH
2023-02-23 13:08:58.095 INFO Z-WAVE: Calling api removeFailedNode with args: [ 14, [length]: 1 ]
13:08:58.096 CNTRLR » [Node 014] pinging the node...
13:08:58.102 SERIAL » 0x010d00a9010e010025000000000676                                    (15 bytes)
13:08:58.103 DRIVER » [Node 014] [REQ] [SendDataBridge]
                      │ source node id:   1
                      │ transmit options: 0x25
                      │ callback id:      6
                      └─[NoOperationCC]
13:08:58.108 SERIAL « [ACK]                                                                   (0x06)
13:08:58.109 SERIAL « 0x010401a90152                                                       (6 bytes)
13:08:58.109 SERIAL » [ACK]                                                                   (0x06)
13:08:58.111 DRIVER « [RES] [SendDataBridge]
                        was sent: true
13:09:02.303 SERIAL « 0x011d00a90601019c007f7f7f7f7f01010700000000020700000000000000ac    (31 bytes)
13:09:02.304 SERIAL » [ACK]                                                                   (0x06)
13:09:02.306 DRIVER « [REQ] [SendDataBridge]
                        callback id:            6
                        transmit status:        NoAck, took 4120 ms
                        routing attempts:       7
                        protocol & route speed: Z-Wave, 40 kbit/s
                        TX channel no.:         1
                        TX power:               0 dBm
                        measured noise floor:   0 dBm
13:09:02.308 CNTRLR   [Node 014] The node did not respond after 1 attempts. It is probably asleep, m
                      oving its messages to the wakeup queue.
13:09:02.309 CNTRLR   [Node 014] ping failed: Failed to send the command after 1 attempts (Status No
                      Ack) (ZW0204)
13:09:02.313 SERIAL » 0x010500610e0792                                                     (7 bytes)
13:09:02.313 DRIVER » [REQ] [RemoveFailedNode]
                        payload: 0x0e07
13:09:02.318 SERIAL « [ACK]                                                                   (0x06)
13:09:02.320 SERIAL « 0x01040161009b                                                       (6 bytes)
13:09:02.320 SERIAL » [ACK]                                                                   (0x06)
13:09:02.320 DRIVER « [RES] [RemoveFailedNode]
                        payload: 0x00
13:09:02.452 SERIAL « 0x0105006107019d                                                     (7 bytes)
13:09:02.454 SERIAL » [ACK]                                                                   (0x06)
13:09:02.455 DRIVER « [REQ] [RemoveFailedNode]
                        payload: 0x0701
13:09:02.457 CNTRLR   [Node 014] [-] [Security 2] interviewComplete (was tru [Endpoint 0] [internal]
                      e)
13:09:02.458 CNTRLR   [Node 014] [-] [Manufacturer Specific] manufacturerId (was 634)   [Endpoint 0]
2023-02-23 13:09:02.459 INFO Z-WAVE: [Node 014] ValueId 114-0-manufacturerId removed
2023-02-23 13:09:02.460 INFO Z-WAVE: [Node 014] Value removed: 114-0-manufacturerId
13:09:02.460 CNTRLR   [Node 014] [Manufacturer Specific] manufacturerId: metadata updat [Endpoint 0]
                      ed
2023-02-23 13:09:02.461 INFO Z-WAVE: [Node 014] Metadata updated: 114-0-manufacturerId
13:09:02.462 CNTRLR   [Node 014] [-] [Manufacturer Specific] productType (was 28672)    [Endpoint 0]
2023-02-23 13:09:02.462 INFO Z-WAVE: [Node 014] ValueId 114-0-productType removed
2023-02-23 13:09:02.462 INFO Z-WAVE: [Node 014] Value removed: 114-0-productType
13:09:02.462 CNTRLR   [Node 014] [Manufacturer Specific] productType: metadata updated  [Endpoint 0]
2023-02-23 13:09:02.462 INFO Z-WAVE: [Node 014] Metadata updated: 114-0-productType
13:09:02.463 CNTRLR   [Node 014] [-] [Manufacturer Specific] productId (was 57348)      [Endpoint 0]
2023-02-23 13:09:02.463 INFO Z-WAVE: [Node 014] ValueId 114-0-productId removed
2023-02-23 13:09:02.463 INFO Z-WAVE: [Node 014] Value removed: 114-0-productId
13:09:02.463 CNTRLR   [Node 014] [Manufacturer Specific] productId: metadata updated    [Endpoint 0]
2023-02-23 13:09:02.464 INFO Z-WAVE: [Node 014] Metadata updated: 114-0-productId
13:09:02.464 CNTRLR   [Node 014] [-] [Manufacturer Specific] interviewComple [Endpoint 0] [internal]
                      te (was true)
13:09:02.465 CNTRLR   [Node 014] [-] [Version] libraryType (was 3)                      [Endpoint 0]
2023-02-23 13:09:02.465 INFO Z-WAVE: [Node 014] ValueId 134-0-libraryType removed
2023-02-23 13:09:02.465 INFO Z-WAVE: [Node 014] Value removed: 134-0-libraryType
13:09:02.465 CNTRLR   [Node 014] [Version] libraryType: metadata updated                [Endpoint 0]
2023-02-23 13:09:02.465 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-libraryType
13:09:02.465 CNTRLR   [Node 014] [-] [Version] protocolVersion (was "7.13")             [Endpoint 0]
2023-02-23 13:09:02.465 INFO Z-WAVE: [Node 014] ValueId 134-0-protocolVersion removed
2023-02-23 13:09:02.466 INFO Z-WAVE: [Node 014] Value removed: 134-0-protocolVersion
13:09:02.466 CNTRLR   [Node 014] [Version] protocolVersion: metadata updated            [Endpoint 0]
2023-02-23 13:09:02.466 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-protocolVersion
13:09:02.467 CNTRLR   [Node 014] [-] [Version] firmwareVersions (was 1.20)              [Endpoint 0]
2023-02-23 13:09:02.467 INFO Z-WAVE: [Node 014] ValueId 134-0-firmwareVersions removed
2023-02-23 13:09:02.467 INFO Z-WAVE: [Node 014] Value removed: 134-0-firmwareVersions
13:09:02.467 CNTRLR   [Node 014] [Version] firmwareVersions: metadata updated           [Endpoint 0]
2023-02-23 13:09:02.467 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-firmwareVersions
13:09:02.467 CNTRLR   [Node 014] [-] [Version] hardwareVersion (was 1)                  [Endpoint 0]
2023-02-23 13:09:02.468 INFO Z-WAVE: [Node 014] ValueId 134-0-hardwareVersion removed
2023-02-23 13:09:02.468 INFO Z-WAVE: [Node 014] Value removed: 134-0-hardwareVersion
13:09:02.468 CNTRLR   [Node 014] [Version] hardwareVersion: metadata updated            [Endpoint 0]
2023-02-23 13:09:02.468 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-hardwareVersion
13:09:02.468 CNTRLR   [Node 014] [-] [Version] supportsZWaveSoftwareGet (was [Endpoint 0] [internal]
                       true)
13:09:02.468 CNTRLR   [Node 014] [-] [Version] sdkVersion (was "7.13.10")               [Endpoint 0]
2023-02-23 13:09:02.468 INFO Z-WAVE: [Node 014] ValueId 134-0-sdkVersion removed
2023-02-23 13:09:02.468 INFO Z-WAVE: [Node 014] Value removed: 134-0-sdkVersion
13:09:02.468 CNTRLR   [Node 014] [Version] sdkVersion: metadata updated                 [Endpoint 0]
2023-02-23 13:09:02.469 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-sdkVersion
13:09:02.469 CNTRLR   [Node 014] [-] [Version] applicationFrameworkAPIVersion (was "10. [Endpoint 0]
                      13.10")
2023-02-23 13:09:02.469 INFO Z-WAVE: [Node 014] ValueId 134-0-applicationFrameworkAPIVersion removed
2023-02-23 13:09:02.469 INFO Z-WAVE: [Node 014] Value removed: 134-0-applicationFrameworkAPIVersion
13:09:02.469 CNTRLR   [Node 014] [Version] applicationFrameworkAPIVersion: metadata upd [Endpoint 0]
                      ated
2023-02-23 13:09:02.469 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-applicationFrameworkAPIVersion
13:09:02.470 CNTRLR   [Node 014] [-] [Version] applicationFrameworkBuildNumber (was 423 [Endpoint 0]
                      )
2023-02-23 13:09:02.470 INFO Z-WAVE: [Node 014] ValueId 134-0-applicationFrameworkBuildNumber removed
2023-02-23 13:09:02.470 INFO Z-WAVE: [Node 014] Value removed: 134-0-applicationFrameworkBuildNumber
13:09:02.470 CNTRLR   [Node 014] [Version] applicationFrameworkBuildNumber: metadata up [Endpoint 0]
                      dated
2023-02-23 13:09:02.470 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-applicationFrameworkBuildNumber
13:09:02.470 CNTRLR   [Node 014] [-] [Version] hostInterfaceVersion (was "unused")      [Endpoint 0]
2023-02-23 13:09:02.470 INFO Z-WAVE: [Node 014] ValueId 134-0-hostInterfaceVersion removed
2023-02-23 13:09:02.471 INFO Z-WAVE: [Node 014] Value removed: 134-0-hostInterfaceVersion
13:09:02.471 CNTRLR   [Node 014] [Version] hostInterfaceVersion: metadata updated       [Endpoint 0]
2023-02-23 13:09:02.471 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-hostInterfaceVersion
13:09:02.471 CNTRLR   [Node 014] [-] [Version] hostInterfaceBuildNumber (was 0)         [Endpoint 0]
2023-02-23 13:09:02.471 INFO Z-WAVE: [Node 014] ValueId 134-0-hostInterfaceBuildNumber removed
2023-02-23 13:09:02.471 INFO Z-WAVE: [Node 014] Value removed: 134-0-hostInterfaceBuildNumber
13:09:02.471 CNTRLR   [Node 014] [Version] hostInterfaceBuildNumber: metadata updated   [Endpoint 0]
2023-02-23 13:09:02.471 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-hostInterfaceBuildNumber
13:09:02.471 CNTRLR   [Node 014] [-] [Version] zWaveProtocolVersion (was "7.13.10")     [Endpoint 0]
2023-02-23 13:09:02.471 INFO Z-WAVE: [Node 014] ValueId 134-0-zWaveProtocolVersion removed
2023-02-23 13:09:02.472 INFO Z-WAVE: [Node 014] Value removed: 134-0-zWaveProtocolVersion
13:09:02.472 CNTRLR   [Node 014] [Version] zWaveProtocolVersion: metadata updated       [Endpoint 0]
2023-02-23 13:09:02.472 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-zWaveProtocolVersion
13:09:02.472 CNTRLR   [Node 014] [-] [Version] zWaveProtocolBuildNumber (was 423)       [Endpoint 0]
2023-02-23 13:09:02.472 INFO Z-WAVE: [Node 014] ValueId 134-0-zWaveProtocolBuildNumber removed
2023-02-23 13:09:02.472 INFO Z-WAVE: [Node 014] Value removed: 134-0-zWaveProtocolBuildNumber
13:09:02.472 CNTRLR   [Node 014] [Version] zWaveProtocolBuildNumber: metadata updated   [Endpoint 0]
2023-02-23 13:09:02.472 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-zWaveProtocolBuildNumber
13:09:02.473 CNTRLR   [Node 014] [-] [Version] applicationVersion (was "1.20.1")        [Endpoint 0]
2023-02-23 13:09:02.473 INFO Z-WAVE: [Node 014] ValueId 134-0-applicationVersion removed
2023-02-23 13:09:02.473 INFO Z-WAVE: [Node 014] Value removed: 134-0-applicationVersion
13:09:02.473 CNTRLR   [Node 014] [Version] applicationVersion: metadata updated         [Endpoint 0]
2023-02-23 13:09:02.473 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-applicationVersion
13:09:02.473 CNTRLR   [Node 014] [-] [Version] applicationBuildNumber (was 43707)       [Endpoint 0]
2023-02-23 13:09:02.473 INFO Z-WAVE: [Node 014] ValueId 134-0-applicationBuildNumber removed
2023-02-23 13:09:02.473 INFO Z-WAVE: [Node 014] Value removed: 134-0-applicationBuildNumber
13:09:02.473 CNTRLR   [Node 014] [Version] applicationBuildNumber: metadata updated     [Endpoint 0]
2023-02-23 13:09:02.473 INFO Z-WAVE: [Node 014] Metadata updated: 134-0-applicationBuildNumber
13:09:02.474 CNTRLR   [Node 014] [-] [Version] interviewComplete (was true)  [Endpoint 0] [internal]
13:09:02.474 CNTRLR   [Node 014] [-] [Z-Wave Plus Info] zwavePlusVersion (wa [Endpoint 0] [internal]
                      s 2)
13:09:02.474 CNTRLR   [Node 014] [-] [Z-Wave Plus Info] nodeType (was 0)     [Endpoint 0] [internal]
13:09:02.474 CNTRLR   [Node 014] [-] [Z-Wave Plus Info] roleType (was 6)     [Endpoint 0] [internal]
13:09:02.474 CNTRLR   [Node 014] [-] [Z-Wave Plus Info] installerIcon (was 3 [Endpoint 0] [internal]
                      327)
13:09:02.474 CNTRLR   [Node 014] [-] [Z-Wave Plus Info] userIcon (was 3327)  [Endpoint 0] [internal]
13:09:02.475 CNTRLR   [Node 014] [-] [Z-Wave Plus Info] interviewComplete (w [Endpoint 0] [internal]
                      as true)
13:09:02.476 CNTRLR   [Node 014] [-] [Indicator] supportedPropertyIDs[80] (w [Endpoint 0] [internal]
                      as 3,4,5)
13:09:02.476 CNTRLR   [Node 014] [-] [Battery] level (was 100)                          [Endpoint 0]
2023-02-23 13:09:02.476 INFO Z-WAVE: [Node 014] ValueId 128-0-level removed
2023-02-23 13:09:02.476 INFO Z-WAVE: [Node 014] Value removed: 128-0-level
13:09:02.477 CNTRLR   [Node 014] [Battery] level: metadata updated                      [Endpoint 0]
2023-02-23 13:09:02.477 INFO Z-WAVE: [Node 014] Metadata updated: 128-0-level
13:09:02.477 CNTRLR   [Node 014] [-] [Battery] isLow (was false)                        [Endpoint 0]
2023-02-23 13:09:02.477 INFO Z-WAVE: [Node 014] ValueId 128-0-isLow removed
2023-02-23 13:09:02.477 INFO Z-WAVE: [Node 014] Value removed: 128-0-isLow
13:09:02.478 CNTRLR   [Node 014] [Battery] isLow: metadata updated                      [Endpoint 0]
2023-02-23 13:09:02.478 INFO Z-WAVE: [Node 014] Metadata updated: 128-0-isLow
13:09:02.478 CNTRLR   [Node 014] [-] [Battery] interviewComplete (was true)  [Endpoint 0] [internal]
13:09:02.479 CNTRLR   [Node 014] [-] [Wake Up] wakeUpInterval (was 21600)               [Endpoint 0]
2023-02-23 13:09:02.479 INFO Z-WAVE: [Node 014] ValueId 132-0-wakeUpInterval removed
2023-02-23 13:09:02.479 INFO Z-WAVE: [Node 014] Value removed: 132-0-wakeUpInterval
13:09:02.479 CNTRLR   [Node 014] [Wake Up] wakeUpInterval: metadata updated             [Endpoint 0]
2023-02-23 13:09:02.480 INFO Z-WAVE: [Node 014] Metadata updated: 132-0-wakeUpInterval
13:09:02.480 CNTRLR   [Node 014] [-] [Wake Up] controllerNodeId (was 1)                 [Endpoint 0]
2023-02-23 13:09:02.480 INFO Z-WAVE: [Node 014] ValueId 132-0-controllerNodeId removed
2023-02-23 13:09:02.480 INFO Z-WAVE: [Node 014] Value removed: 132-0-controllerNodeId
13:09:02.480 CNTRLR   [Node 014] [Wake Up] controllerNodeId: metadata updated           [Endpoint 0]
2023-02-23 13:09:02.480 INFO Z-WAVE: [Node 014] Metadata updated: 132-0-controllerNodeId
13:09:02.481 CNTRLR   [Node 014] [-] [Wake Up] interviewComplete (was true)  [Endpoint 0] [internal]
13:09:02.481 CNTRLR   [Node 014] [-] [Firmware Update Meta Data] firmwareUpg [Endpoint 0] [internal]
                      radable (was true)
13:09:02.481 CNTRLR   [Node 014] [-] [Firmware Update Meta Data] additionalF [Endpoint 0] [internal]
                      irmwareIDs (was )
13:09:02.481 CNTRLR   [Node 014] [-] [Firmware Update Meta Data] continuesTo [Endpoint 0] [internal]
                      Function (was "unknown")
13:09:02.481 CNTRLR   [Node 014] [-] [Firmware Update Meta Data] supportsAct [Endpoint 0] [internal]
                      ivation (was "unknown")
13:09:02.481 CNTRLR   [Node 014] [-] [Firmware Update Meta Data] interviewCo [Endpoint 0] [internal]
                      mplete (was true)
13:09:02.482 CNTRLR   [Node 014] [-] [Association] groupCount (was 5)        [Endpoint 0] [internal]
13:09:02.482 CNTRLR   [Node 014] [-] [Association] maxNodes[1] (was 5)       [Endpoint 0] [internal]
13:09:02.482 CNTRLR   [Node 014] [-] [Association] nodeIds[1] (was 1)        [Endpoint 0] [internal]
13:09:02.482 CNTRLR   [Node 014] [-] [Association] maxNodes[2] (was 5)       [Endpoint 0] [internal]
13:09:02.482 CNTRLR   [Node 014] [-] [Association] nodeIds[2] (was )         [Endpoint 0] [internal]
13:09:02.482 CNTRLR   [Node 014] [-] [Association] maxNodes[3] (was 5)       [Endpoint 0] [internal]
13:09:02.483 CNTRLR   [Node 014] [-] [Association] nodeIds[3] (was )         [Endpoint 0] [internal]
13:09:02.483 CNTRLR   [Node 014] [-] [Association] maxNodes[4] (was 5)       [Endpoint 0] [internal]
13:09:02.483 CNTRLR   [Node 014] [-] [Association] nodeIds[4] (was )         [Endpoint 0] [internal]
13:09:02.483 CNTRLR   [Node 014] [-] [Association] maxNodes[5] (was 5)       [Endpoint 0] [internal]
13:09:02.483 CNTRLR   [Node 014] [-] [Association] nodeIds[5] (was )         [Endpoint 0] [internal]
13:09:02.484 CNTRLR   [Node 014] [-] [Association] interviewComplete (was tr [Endpoint 0] [internal]
                      ue)
13:09:02.484 CNTRLR   [Node 014] [-] [Multi Channel Association] groupCount  [Endpoint 0] [internal]
                      (was 5)
13:09:02.484 CNTRLR   [Node 014] [-] [Multi Channel Association] maxNodes[1] [Endpoint 0] [internal]
                       (was 5)
13:09:02.485 CNTRLR   [Node 014] [-] [Multi Channel Association] nodeIds[1]  [Endpoint 0] [internal]
                      (was 1)
13:09:02.485 CNTRLR   [Node 014] [-] [Multi Channel Association] endpoints[1 [Endpoint 0] [internal]
                      ] (was )
13:09:02.485 CNTRLR   [Node 014] [-] [Multi Channel Association] maxNodes[2] [Endpoint 0] [internal]
                       (was 5)
13:09:02.486 CNTRLR   [Node 014] [-] [Multi Channel Association] nodeIds[2]  [Endpoint 0] [internal]
                      (was )
13:09:02.486 CNTRLR   [Node 014] [-] [Multi Channel Association] endpoints[2 [Endpoint 0] [internal]
                      ] (was )
13:09:02.486 CNTRLR   [Node 014] [-] [Multi Channel Association] maxNodes[3] [Endpoint 0] [internal]
                       (was 5)
13:09:02.487 CNTRLR   [Node 014] [-] [Multi Channel Association] nodeIds[3]  [Endpoint 0] [internal]
                      (was )
13:09:02.487 CNTRLR   [Node 014] [-] [Multi Channel Association] endpoints[3 [Endpoint 0] [internal]
                      ] (was )
13:09:02.487 CNTRLR   [Node 014] [-] [Multi Channel Association] maxNodes[4] [Endpoint 0] [internal]
                       (was 5)
13:09:02.488 CNTRLR   [Node 014] [-] [Multi Channel Association] nodeIds[4]  [Endpoint 0] [internal]
                      (was 1)
13:09:02.488 CNTRLR   [Node 014] [-] [Multi Channel Association] endpoints[4 [Endpoint 0] [internal]
                      ] (was )
13:09:02.489 CNTRLR   [Node 014] [-] [Multi Channel Association] maxNodes[5] [Endpoint 0] [internal]
                       (was 5)
13:09:02.489 CNTRLR   [Node 014] [-] [Multi Channel Association] nodeIds[5]  [Endpoint 0] [internal]
                      (was )
13:09:02.489 CNTRLR   [Node 014] [-] [Multi Channel Association] endpoints[5 [Endpoint 0] [internal]
                      ] (was )
13:09:02.490 CNTRLR   [Node 014] [-] [Association] hasLifeline (was true)    [Endpoint 0] [internal]
13:09:02.490 CNTRLR   [Node 014] [-] [Multi Channel Association] interviewCo [Endpoint 0] [internal]
                      mplete (was true)
13:09:02.490 CNTRLR   [Node 014] [-] [Association Group Information] name[1] [Endpoint 0] [internal]
                       (was "Lifeline")
13:09:02.491 CNTRLR   [Node 014] [-] [Association Group Information] issuedC [Endpoint 0] [internal]
                      ommands[1] (was [object Map])
13:09:02.491 CNTRLR   [Node 014] [-] [Association Group Information] name[2] [Endpoint 0] [internal]
                       (was "Basic Set when temperature high")
13:09:02.491 CNTRLR   [Node 014] [-] [Association Group Information] issuedC [Endpoint 0] [internal]
                      ommands[2] (was [object Map])
13:09:02.492 CNTRLR   [Node 014] [-] [Association Group Information] name[3] [Endpoint 0] [internal]
                       (was "Basic Set when temperature low")
13:09:02.496 CNTRLR   [Node 014] [-] [Association Group Information] issuedC [Endpoint 0] [internal]
                      ommands[3] (was [object Map])
13:09:02.496 CNTRLR   [Node 014] [-] [Association Group Information] name[4] [Endpoint 0] [internal]
                       (was "Basic Set when humidity high")
13:09:02.497 CNTRLR   [Node 014] [-] [Association Group Information] issuedC [Endpoint 0] [internal]
                      ommands[4] (was [object Map])
13:09:02.497 CNTRLR   [Node 014] [-] [Association Group Information] name[5] [Endpoint 0] [internal]
                       (was "Basic Set when humidity low")
13:09:02.497 CNTRLR   [Node 014] [-] [Association Group Information] issuedC [Endpoint 0] [internal]
                      ommands[5] (was [object Map])
13:09:02.498 CNTRLR   [Node 014] [-] [Association Group Information] hasDyna [Endpoint 0] [internal]
                      micInfo (was false)
13:09:02.498 CNTRLR   [Node 014] [-] [Association Group Information] info[1] [Endpoint 0] [internal]
                       (was {"mode":0,"profile":1,"eventCode":0})
13:09:02.498 CNTRLR   [Node 014] [-] [Association Group Information] info[2] [Endpoint 0] [internal]
                       (was {"mode":0,"profile":28932,"eventCode":0})
13:09:02.499 CNTRLR   [Node 014] [-] [Association Group Information] info[3] [Endpoint 0] [internal]
                       (was {"mode":0,"profile":28932,"eventCode":0})
13:09:02.499 CNTRLR   [Node 014] [-] [Association Group Information] info[4] [Endpoint 0] [internal]
                       (was {"mode":0,"profile":28944,"eventCode":0})
13:09:02.499 CNTRLR   [Node 014] [-] [Association Group Information] info[5] [Endpoint 0] [internal]
                       (was {"mode":0,"profile":28944,"eventCode":0})
13:09:02.500 CNTRLR   [Node 014] [-] [Association Group Information] intervi [Endpoint 0] [internal]
                      ewComplete (was true)
13:09:02.500 CNTRLR   [Node 014] [-] [Multilevel Sensor] supportedSensorType [Endpoint 0] [internal]
                      s (was 1,5)
13:09:02.501 CNTRLR   [Node 014] [-] [Multilevel Sensor] supportedScales[1]  [Endpoint 0] [internal]
                      (was 0)
13:09:02.501 CNTRLR   [Node 014] [-] [Multilevel Sensor] supportedScales[5]  [Endpoint 0] [internal]
                      (was 0)
13:09:02.502 CNTRLR   [Node 014] [-] [Multilevel Sensor] Air temperature (was 25.1)     [Endpoint 0]
2023-02-23 13:09:02.502 INFO Z-WAVE: [Node 014] ValueId 49-0-Air temperature removed
2023-02-23 13:09:02.502 INFO Z-WAVE: [Node 014] Value removed: 49-0-Air temperature
13:09:02.503 CNTRLR   [Node 014] [Multilevel Sensor] Air temperature: metadata updated  [Endpoint 0]
2023-02-23 13:09:02.503 INFO Z-WAVE: [Node 014] Metadata updated: 49-0-Air temperature
13:09:02.503 CNTRLR   [Node 014] [-] [Multilevel Sensor] Humidity (was 28)              [Endpoint 0]
2023-02-23 13:09:02.503 INFO Z-WAVE: [Node 014] ValueId 49-0-Humidity removed
2023-02-23 13:09:02.504 INFO Z-WAVE: [Node 014] Value removed: 49-0-Humidity
13:09:02.504 CNTRLR   [Node 014] [Multilevel Sensor] Humidity: metadata updated         [Endpoint 0]
2023-02-23 13:09:02.504 INFO Z-WAVE: [Node 014] Metadata updated: 49-0-Humidity
13:09:02.504 CNTRLR   [Node 014] [-] [Multilevel Sensor] interviewComplete ( [Endpoint 0] [internal]
                      was true)
13:09:02.505 CNTRLR   [Node 014] [-] [Notification] supportsV1Alarm (was fal [Endpoint 0] [internal]
                      se)
13:09:02.505 CNTRLR   [Node 014] [-] [Notification] supportedNotificationTyp [Endpoint 0] [internal]
                      es (was 4,16)
13:09:02.505 CNTRLR   [Node 014] [-] [Notification] supportedNotificationEve [Endpoint 0] [internal]
                      nts[4] (was 2,6)
13:09:02.506 CNTRLR   [Node 014] [-] [Notification] supportedNotificationEve [Endpoint 0] [internal]
                      nts[16] (was 2,6)
13:09:02.506 CNTRLR   [Node 014] [-] [Notification] notificationMode (was "p [Endpoint 0] [internal]
                      ush")
13:09:02.507 CNTRLR   [Node 014] [-] [Notification] Heat Alarm[Heat sensor status] (was [Endpoint 0]
                       0)
2023-02-23 13:09:02.507 INFO Z-WAVE: [Node 014] ValueId 113-0-Heat Alarm-Heat sensor status removed
2023-02-23 13:09:02.507 INFO Z-WAVE: [Node 014] Value removed: 113-0-Heat Alarm-Heat sensor status
13:09:02.507 CNTRLR   [Node 014] [Notification] Heat Alarm[Heat sensor status]: metadat [Endpoint 0]
                      a updated
2023-02-23 13:09:02.508 INFO Z-WAVE: [Node 014] Metadata updated: 113-0-Heat Alarm-Heat sensor status
13:09:02.508 CNTRLR   [Node 014] [-] [Notification] Weather Alarm[Moisture alarm status [Endpoint 0]
                      ] (was 0)
2023-02-23 13:09:02.508 INFO Z-WAVE: [Node 014] ValueId 113-0-Weather Alarm-Moisture alarm status removed
2023-02-23 13:09:02.510 INFO Z-WAVE: [Node 014] Value removed: 113-0-Weather Alarm-Moisture alarm status
13:09:02.510 CNTRLR   [Node 014] [Notification] Weather Alarm[Moisture alarm status]: m [Endpoint 0]
                      etadata updated
2023-02-23 13:09:02.510 INFO Z-WAVE: [Node 014] Metadata updated: 113-0-Weather Alarm-Moisture alarm status
13:09:02.511 CNTRLR   [Node 014] [-] [Notification] interviewComplete (was t [Endpoint 0] [internal]
                      rue)
13:09:02.511 CNTRLR   [Node 014] [-] [Configuration] isParamInformationFromC [Endpoint 0] [internal]
                      onfig (was true)
13:09:02.512 CNTRLR   [Node 014] [-] [Configuration] 2 (was 10)                         [Endpoint 0]
2023-02-23 13:09:02.512 INFO Z-WAVE: [Node 014] ValueId 112-0-2 removed
2023-02-23 13:09:02.512 INFO Z-WAVE: [Node 014] Value removed: 112-0-2
13:09:02.513 CNTRLR   [Node 014] [Configuration] 2: metadata updated                    [Endpoint 0]
2023-02-23 13:09:02.513 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-2
13:09:02.513 CNTRLR   [Node 014] [-] [Configuration] 3 (was 20)                         [Endpoint 0]
2023-02-23 13:09:02.513 INFO Z-WAVE: [Node 014] ValueId 112-0-3 removed
2023-02-23 13:09:02.514 INFO Z-WAVE: [Node 014] Value removed: 112-0-3
13:09:02.514 CNTRLR   [Node 014] [Configuration] 3: metadata updated                    [Endpoint 0]
2023-02-23 13:09:02.514 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-3
13:09:02.514 CNTRLR   [Node 014] [-] [Configuration] 4 (was 5)                          [Endpoint 0]
2023-02-23 13:09:02.514 INFO Z-WAVE: [Node 014] ValueId 112-0-4 removed
2023-02-23 13:09:02.515 INFO Z-WAVE: [Node 014] Value removed: 112-0-4
13:09:02.515 CNTRLR   [Node 014] [Configuration] 4: metadata updated                    [Endpoint 0]
2023-02-23 13:09:02.515 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-4
13:09:02.515 CNTRLR   [Node 014] [-] [Configuration] 5 (was 120)                        [Endpoint 0]
2023-02-23 13:09:02.515 INFO Z-WAVE: [Node 014] ValueId 112-0-5 removed
2023-02-23 13:09:02.515 INFO Z-WAVE: [Node 014] Value removed: 112-0-5
13:09:02.516 CNTRLR   [Node 014] [Configuration] 5: metadata updated                    [Endpoint 0]
2023-02-23 13:09:02.516 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-5
13:09:02.516 CNTRLR   [Node 014] [-] [Configuration] 6 (was 7)                          [Endpoint 0]
2023-02-23 13:09:02.516 INFO Z-WAVE: [Node 014] ValueId 112-0-6 removed
2023-02-23 13:09:02.516 INFO Z-WAVE: [Node 014] Value removed: 112-0-6
13:09:02.516 CNTRLR   [Node 014] [Configuration] 6: metadata updated                    [Endpoint 0]
2023-02-23 13:09:02.517 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-6
13:09:02.517 CNTRLR   [Node 014] [-] [Configuration] 7 (was 10)                         [Endpoint 0]
2023-02-23 13:09:02.517 INFO Z-WAVE: [Node 014] ValueId 112-0-7 removed
2023-02-23 13:09:02.518 INFO Z-WAVE: [Node 014] Value removed: 112-0-7
13:09:02.518 CNTRLR   [Node 014] [Configuration] 7: metadata updated                    [Endpoint 0]
2023-02-23 13:09:02.518 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-7
13:09:02.518 CNTRLR   [Node 014] [-] [Configuration] 8 (was 7)                          [Endpoint 0]
2023-02-23 13:09:02.518 INFO Z-WAVE: [Node 014] ValueId 112-0-8 removed
2023-02-23 13:09:02.519 INFO Z-WAVE: [Node 014] Value removed: 112-0-8
13:09:02.519 CNTRLR   [Node 014] [Configuration] 8: metadata updated                    [Endpoint 0]
2023-02-23 13:09:02.519 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-8
13:09:02.519 CNTRLR   [Node 014] [-] [Configuration] 9 (was 35)                         [Endpoint 0]
2023-02-23 13:09:02.520 INFO Z-WAVE: [Node 014] ValueId 112-0-9 removed
2023-02-23 13:09:02.520 INFO Z-WAVE: [Node 014] Value removed: 112-0-9
13:09:02.520 CNTRLR   [Node 014] [Configuration] 9: metadata updated                    [Endpoint 0]
2023-02-23 13:09:02.520 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-9
13:09:02.521 CNTRLR   [Node 014] [-] [Configuration] 10 (was 7)                         [Endpoint 0]
2023-02-23 13:09:02.521 INFO Z-WAVE: [Node 014] ValueId 112-0-10 removed
2023-02-23 13:09:02.521 INFO Z-WAVE: [Node 014] Value removed: 112-0-10
13:09:02.521 CNTRLR   [Node 014] [Configuration] 10: metadata updated                   [Endpoint 0]
2023-02-23 13:09:02.521 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-10
13:09:02.522 CNTRLR   [Node 014] [-] [Configuration] 11 (was 30)                        [Endpoint 0]
2023-02-23 13:09:02.522 INFO Z-WAVE: [Node 014] ValueId 112-0-11 removed
2023-02-23 13:09:02.522 INFO Z-WAVE: [Node 014] Value removed: 112-0-11
13:09:02.522 CNTRLR   [Node 014] [Configuration] 11: metadata updated                   [Endpoint 0]
2023-02-23 13:09:02.523 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-11
13:09:02.523 CNTRLR   [Node 014] [-] [Configuration] 12 (was 7)                         [Endpoint 0]
2023-02-23 13:09:02.523 INFO Z-WAVE: [Node 014] ValueId 112-0-12 removed
2023-02-23 13:09:02.523 INFO Z-WAVE: [Node 014] Value removed: 112-0-12
13:09:02.524 CNTRLR   [Node 014] [Configuration] 12: metadata updated                   [Endpoint 0]
2023-02-23 13:09:02.524 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-12
13:09:02.524 CNTRLR   [Node 014] [-] [Configuration] 13 (was 0)                         [Endpoint 0]
2023-02-23 13:09:02.524 INFO Z-WAVE: [Node 014] ValueId 112-0-13 removed
2023-02-23 13:09:02.524 INFO Z-WAVE: [Node 014] Value removed: 112-0-13
13:09:02.525 CNTRLR   [Node 014] [Configuration] 13: metadata updated                   [Endpoint 0]
2023-02-23 13:09:02.525 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-13
13:09:02.525 CNTRLR   [Node 014] [-] [Configuration] 14 (was 100)                       [Endpoint 0]
2023-02-23 13:09:02.525 INFO Z-WAVE: [Node 014] ValueId 112-0-14 removed
2023-02-23 13:09:02.525 INFO Z-WAVE: [Node 014] Value removed: 112-0-14
13:09:02.526 CNTRLR   [Node 014] [Configuration] 14: metadata updated                   [Endpoint 0]
2023-02-23 13:09:02.526 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-14
13:09:02.526 CNTRLR   [Node 014] [-] [Configuration] 15 (was 100)                       [Endpoint 0]
2023-02-23 13:09:02.526 INFO Z-WAVE: [Node 014] ValueId 112-0-15 removed
2023-02-23 13:09:02.526 INFO Z-WAVE: [Node 014] Value removed: 112-0-15
13:09:02.527 CNTRLR   [Node 014] [Configuration] 15: metadata updated                   [Endpoint 0]
2023-02-23 13:09:02.527 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-15
13:09:02.527 CNTRLR   [Node 014] [-] [Configuration] 16 (was 240)                       [Endpoint 0]
2023-02-23 13:09:02.528 INFO Z-WAVE: [Node 014] ValueId 112-0-16 removed
2023-02-23 13:09:02.528 INFO Z-WAVE: [Node 014] Value removed: 112-0-16
13:09:02.528 CNTRLR   [Node 014] [Configuration] 16: metadata updated                   [Endpoint 0]
2023-02-23 13:09:02.528 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-16
13:09:02.528 CNTRLR   [Node 014] [-] [Configuration] 17 (was 1)                         [Endpoint 0]
2023-02-23 13:09:02.529 INFO Z-WAVE: [Node 014] ValueId 112-0-17 removed
2023-02-23 13:09:02.529 INFO Z-WAVE: [Node 014] Value removed: 112-0-17
13:09:02.529 CNTRLR   [Node 014] [Configuration] 17: metadata updated                   [Endpoint 0]
2023-02-23 13:09:02.529 INFO Z-WAVE: [Node 014] Metadata updated: 112-0-17
13:09:02.529 CNTRLR   [Node 014] [-] [Configuration] interviewComplete (was  [Endpoint 0] [internal]
                      true)
13:09:02.530 CNTRLR   [Node 014] [-] [Indicator] 80[3] (was 0)                          [Endpoint 0]
2023-02-23 13:09:02.530 INFO Z-WAVE: [Node 014] ValueId 135-0-80-3 removed
2023-02-23 13:09:02.530 INFO Z-WAVE: [Node 014] Value removed: 135-0-80-3
13:09:02.530 CNTRLR   [Node 014] [Indicator] 80[3]: metadata updated                    [Endpoint 0]
2023-02-23 13:09:02.530 INFO Z-WAVE: [Node 014] Metadata updated: 135-0-80-3
13:09:02.531 CNTRLR   [Node 014] [-] [Indicator] 80[4] (was 0)                          [Endpoint 0]
2023-02-23 13:09:02.531 INFO Z-WAVE: [Node 014] ValueId 135-0-80-4 removed
2023-02-23 13:09:02.531 INFO Z-WAVE: [Node 014] Value removed: 135-0-80-4
13:09:02.531 CNTRLR   [Node 014] [Indicator] 80[4]: metadata updated                    [Endpoint 0]
2023-02-23 13:09:02.531 INFO Z-WAVE: [Node 014] Metadata updated: 135-0-80-4
13:09:02.531 CNTRLR   [Node 014] [-] [Indicator] 80[5] (was 0)                          [Endpoint 0]
2023-02-23 13:09:02.531 INFO Z-WAVE: [Node 014] ValueId 135-0-80-5 removed
2023-02-23 13:09:02.531 INFO Z-WAVE: [Node 014] Value removed: 135-0-80-5
13:09:02.531 CNTRLR   [Node 014] [Indicator] 80[5]: metadata updated                    [Endpoint 0]
2023-02-23 13:09:02.532 INFO Z-WAVE: [Node 014] Metadata updated: 135-0-80-5
13:09:02.532 CNTRLR   [Node 014] [-] [Basic] currentValue (was 0)                       [Endpoint 0]
2023-02-23 13:09:02.532 WARN Z-WAVE: [Node 014] ValueId 32-0-currentValue removed: no such node
2023-02-23 13:09:02.532 INFO Z-WAVE: [Node 014] Value removed: 32-0-currentValue
13:09:02.532 CNTRLR   [Node 014] [-] [Notification] alarmType (was 0)                   [Endpoint 0]
2023-02-23 13:09:02.532 INFO Z-WAVE: [Node 014] ValueId 113-0-alarmType removed
2023-02-23 13:09:02.532 INFO Z-WAVE: [Node 014] Value removed: 113-0-alarmType
13:09:02.533 CNTRLR   [Node 014] [Notification] alarmType: metadata updated             [Endpoint 0]
2023-02-23 13:09:02.533 INFO Z-WAVE: [Node 014] Metadata updated: 113-0-alarmType
13:09:02.533 CNTRLR   [Node 014] [-] [Notification] alarmLevel (was 0)                  [Endpoint 0]
2023-02-23 13:09:02.533 INFO Z-WAVE: [Node 014] ValueId 113-0-alarmLevel removed
2023-02-23 13:09:02.533 INFO Z-WAVE: [Node 014] Value removed: 113-0-alarmLevel
13:09:02.533 CNTRLR   [Node 014] [Notification] alarmLevel: metadata updated            [Endpoint 0]
2023-02-23 13:09:02.533 INFO Z-WAVE: [Node 014] Metadata updated: 113-0-alarmLevel
13:09:02.534 CNTRLR   [Node 014] [-] [Notification] Weather Alarm[unknown] (was 6)      [Endpoint 0]
2023-02-23 13:09:02.534 INFO Z-WAVE: [Node 014] ValueId 113-0-Weather Alarm-unknown removed
2023-02-23 13:09:02.534 INFO Z-WAVE: [Node 014] Value removed: 113-0-Weather Alarm-unknown
2023-02-23 13:09:02.535 INFO Z-WAVE: [Node 014] Removed
2023-02-23 13:09:02.535 INFO Z-WAVE: [Node 014] Removed
2023-02-23 13:09:02.535 DEBUG Z-WAVE: Updating store nodes.json
2023-02-23 13:09:02.536 INFO Z-WAVE: Success zwave api call removeFailedNode undefined

@AlCalzone
Copy link
Member

AlCalzone commented Feb 23, 2023

Interestingly, while Node 14 did not get removed, Node 15 was missing from the nodes table, although I did not remove it. After reloading the page, Node 14 vanished and 15 came back.
Also when this happened, the dialog did not get closed, unlike when the node actually disappears from the table.

@AlCalzone AlCalzone transferred this issue from zwave-js/node-zwave-js Feb 23, 2023
robertsLando added a commit that referenced this issue Feb 24, 2023
robertsLando added a commit that referenced this issue Mar 3, 2023
* fix: improve socket messages delivery

Fixes #2975

* fix: use new approach

* fix: use app.apiRequest everywhere

* fix: add support for some more apis

* fix: remove useless props

* fix: remove useless socket events

* chore: add logger

* fix: lint issues

* fix: use config get/set

* fix: add socket event logs

* fix: print driver function result

* fix: improved node updates management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants