-
Notifications
You must be signed in to change notification settings - Fork 84
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
Latest nightly - Modbus TCP - Gaps in Reading #277
Comments
Can you bisect to the breaking commit? |
basically already did, as only one commit is after |
Which commit? |
if its no other ting, must be #265 |
That will add timeout for TCP, too: https://github.com/volkszaehler/mbmd/pull/265/files#diff-30e0f5e75378b29cffb17ecc20d5fe46e5fbf95b4952a60cb55cba0ade588e37R92. Can you try if increasing the timeout fixes your problem? |
was afraid of that |
couldnt figure out until now where the timeout can be specified in the config.yaml const DefaultTimeout = 900 * time.Millisecond in commons.go |
The default should be unchanged and still be 300ms. You could use the cmdline parameter I haven't invest any time so far to understand how the config file. |
ok, it seems with the 900ms, the timeout doenst occur for me anymore, |
closing it here... |
Hi,
compared to the build I made on June 11 (with the current master branch then),
the latest nightly has gaps (like every 7s one reading) in reading for me...
See picture attached - revert to the nightly before the commit in the ~last 20%...
The commit afterwards - thought it is only related to Modbus RTU?
BR,
Alex
The text was updated successfully, but these errors were encountered: