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] Marking excluded node as failed, yields error #277

Closed
1 of 3 tasks
LordMike opened this issue Jan 19, 2021 · 3 comments
Closed
1 of 3 tasks

[bug] Marking excluded node as failed, yields error #277

LordMike opened this issue Jan 19, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@LordMike
Copy link
Contributor

LordMike commented Jan 19, 2021

Version

Build/Run method

  • Docker
  • PKG
  • Manually built (git clone - npm install - npm run build )

zwavejs2mqtt version: d98fd7e

Describe the bug
I excluded a node, and wanted to re-include it with the same id. Couldn't do that, as the replace failed required it to be failed - so I used "mark node as failed". That in turn errored out. I have not tested marking a working node as failed.

zwavejs2mqtt_1  | 2021-01-19 18:17:41.975 INFO ZWAVE: Node 28: value added 28-38-5-duration => [Duration: 0seconds]
zwavejs2mqtt_1  | 2021-01-19 18:17:42.361 INFO ZWAVE: Node 28: value added 28-38-5-currentValue => 99
zwavejs2mqtt_1  | 2021-01-19 18:17:42.362 INFO ZWAVE: Node 28: value added 28-38-5-Up => undefined
zwavejs2mqtt_1  | 2021-01-19 18:17:42.362 INFO ZWAVE: Node 28: value added 28-38-5-Down => undefined
zwavejs2mqtt_1  | 2021-01-19 18:17:42.365 INFO ZWAVE: Node 28 ready: Logic Group - ZDB5100 (MATRIX Switch with Dimmer and Backlight)
zwavejs2mqtt_1  | 2021-01-19 18:17:42.372 INFO APP: Zwave api call: markNodeAsFailed [ 20, [length]: 1 ]
zwavejs2mqtt_1  | 2021-01-19 18:17:42.373 INFO ZWAVE: this.driver.controller.markNodeAsFailed is not a function markNodeAsFailed
zwavejs2mqtt_1  | 2021-01-19 18:17:42.715 INFO ZWAVE: Node 30 is alive
zwavejs2mqtt_1  | 2021-01-19 18:17:43.074 INFO ZWAVE: Node 30: value added 30-91-0-slowRefresh => true
zwavejs2mqtt_1  | 2021-01-19 18:17:43.074 INFO ZWAVE: Node 30: value added 30-91-0-scene-001 => undefined
zwavejs2mqtt_1  | 2021-01-19 18:17:43.074 INFO ZWAVE: Node 30: value added 30-91-0-scene-002 => undefined
zwavejs2mqtt_1  | 2021-01-19 18:17:43.075 INFO ZWAVE: Node 30: value added 30-91-0-scene-003 => undefined
zwavejs2mqtt_1  | 2021-01-19 18:17:43.075 INFO ZWAVE: Node 30: value added 30-91-0-scene-004 => undefined

image

To Reproduce
N/A

Expected behavior
Function fails because the node is excluded properly, or works, and fails an excluded node.

Additional context
N/A

@LordMike LordMike added the bug Something isn't working label Jan 19, 2021
@robertsLando
Copy link
Member

@LordMike I think that the actual zwave js version still doesn't have the api?

@LordMike
Copy link
Contributor Author

Exciting - it's that new? :)

If so - we can just close this.

@robertsLando
Copy link
Member

@LordMike It has been removed after some thoughts, check #289

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

2 participants