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

[bug] heal node doesn't do anything #929

Closed
5 tasks
blhoward2 opened this issue Mar 23, 2021 · 8 comments
Closed
5 tasks

[bug] heal node doesn't do anything #929

blhoward2 opened this issue Mar 23, 2021 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@blhoward2
Copy link
Collaborator

blhoward2 commented Mar 23, 2021

Version

Checklist:

  • [ X] I am not using HomeAssistant. 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 problem was not mentioned there.

Build/Run method

  • [X ] Docker
  • PKG
  • Snap package
  • Manually built (git clone - npm install - npm run build )

zwavejs2mqtt: 2.4.1
zwave-js: 6.6.3

Describe the bug

Selecting heal node on any node in the UI results in zero log traffic with a silly level log. It doesn't appear to do anything at all? Running the master image.

To Reproduce

Steps to reproduce the behavior:

  1. Go to Select heal node
  2. See error
@blhoward2 blhoward2 added the bug Something isn't working label Mar 23, 2021
@robertsLando
Copy link
Member

Do you see at least the api call on z2m logs?

@Madelaide
Copy link

Duplicate of 2114?

@robertsLando
Copy link
Member

@Madelaide I don't think so. I need to know if at least the call appears in log like:

2021-03-23 11:16:07.116 DEBUG SOCKET: Event ZWAVE_API emitted to 7c85iTYDTaci8-NGAAAB
2021-03-23 11:16:07.118 INFO ZWAVE: Calling api healNode with args: [ 35, [length]: 1 ]
2021-03-23 11:16:07.122 INFO ZWAVE: Success zwave api call healNode { success: true, message: 'Success zwave api call', result: false }

@blhoward2
Copy link
Collaborator Author

blhoward2 commented Mar 23, 2021

I see literally not one line in the log. Tail doesn't move at all. It's like the function isn't called by the UI.

@robertsLando
Copy link
Member

It is triggered on my side, I did that test on my latest version 😕 Could you try to open browser console to see if there are errors in console?

@blhoward2
Copy link
Collaborator Author

@AlCalzone Just told me this is a bug at the node level, fixed in one of the v7.0 betas.

@AlCalzone
Copy link
Member

Duplicate of zwave-js/node-zwave-js#2114 which I moved over

@blhoward2
Copy link
Collaborator Author

Confirmed this is fixed when I build off the v7 branch.

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

No branches or pull requests

4 participants