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

Logs for removing a node should translate the RemovalReason enum value to its name #3927

Closed
AlCalzone opened this issue Oct 7, 2024 Discussed in #3926 · 0 comments
Closed

Comments

@AlCalzone
Copy link
Member

Discussed in #3926

Originally posted by @bronger October 4, 2024
I see in the log:

2024-10-04 07:52:02.608 INFO Z-WAVE: [Node 058] Value updated: 128-0-level 0 => 0
2024-10-04 07:52:02.610 INFO Z-WAVE: [Node 058] Value updated: 128-0-isLow false => false
2024-10-04 07:53:26.801 INFO Z-WAVE: [Node 058] Value updated: 113-0-alarmType 0 => 0
2024-10-04 07:53:26.805 INFO Z-WAVE: [Node 058] Value updated: 113-0-alarmLevel 0 => 0
2024-10-04 07:53:26.815 INFO Z-WAVE: [Node 058] Value updated: 113-0-Power Management-Battery maintenance status 11 => 0
2024-10-04 07:54:55.866 INFO Z-WAVE: [Node 058] Is now dead
2024-10-04 07:55:25.375 INFO Z-WAVE: [Node 058] Removed, reason: 5

What does “reason 5” stand for?

It should say this instead:

2024-10-04 07:55:25.375 INFO Z-WAVE: [Node 058] Removed, reason: Reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant