Driver seems to ignore timeouts option #6637
Unanswered
sdrsdr
asked this question in
Request Support / Investigate Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
I have read and followed the above instructions
I have checked the troubleshooting section and my problem is not described there.
I have read the changelog and my problem was not mentioned there or the fix did not work.
Describe the issue
What is happening?
I need to widen the timeouts of the serial api. When creating the driver I pass
timeouts
option with most values above 1000. but I constantly get retries after 100ms according to the logWhat did you expect to happen instead?
Timeout values from
timeouts
option to be honoredSteps to reproduce the behavior:
Anything else we should know?
Here is a extract from my logs:
Note: I've added some primary tags to the usual log, plus I've added this printout
in
createSerialAPICommandMachine
function to verify that timouts values are propagated to xstates
createMachine`Software versions
Driver (node-zwave-js): v12.4.1 actually fb93b59
Device information
No response
Checklist
I made sure to provide a driver log on level debug.
The log includes a re-interview of the problematic device (if applicable).
The log includes the problematic interaction with the device (if applicable).
I provided the node ID of the problematic device (if applicable).
Upload Logfile
Beta Was this translation helpful? Give feedback.
All reactions