-
Notifications
You must be signed in to change notification settings - Fork 15
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
Timeouts of libmbus are too short on some cases #70
Comments
WHy you do not make a PR in the libmbus project to have it adjusted there? |
Thank you for the answer. |
In fact thet PR is aloready included in their project and also in mine https://github.com/Apollon77/libmbus/blob/build-windows/mbus/mbus-serial.c#L155 you need even higher values? |
By testing, I need minimum 1100ms at 2400 baudrate. It fails with 1000ms. |
yes so it only makes sense to make it configurable completely ... puhhh ... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. |
Timeout in generlsa can be ast as options.timeout already ... doyou reallyneed to adjust these "sub timeouts" or is the normalone enougth? Did you tried that? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Please open a new issue if still relevant and make sure to include all relevant details, logs and reproduction steps. Thank you for your contributions. |
In my project I need longer timeouts in libmbus to work properly.
I can change source of libmbus and compile it and test it but:
how to compile node-mbus (need it in node-red)?
Resolved by myself using node-gyp:
node-gyp install node-gyp configure node-gyp build
The text was updated successfully, but these errors were encountered: