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

Modbus timeouts when using more than one wallbox #5

Closed
steff393 opened this issue May 23, 2021 · 1 comment
Closed

Modbus timeouts when using more than one wallbox #5

steff393 opened this issue May 23, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@steff393
Copy link
Owner

Connecting more than one wallbox on the modbus leads to detection of timeouts in wbec 0.1.0.
Root cause seems to be that messages are sent too fast (ca. 30ms per message) --> introduce a delay

@steff393 steff393 self-assigned this May 23, 2021
@steff393 steff393 added the bug Something isn't working label May 23, 2021
@steff393
Copy link
Owner Author

Solution in wbec 0.2.0:
New parameter
cfgMbDelay; // delay time of the modbus before sending new message (in milliseconds)

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

1 participant