-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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] Support for after connection delays #12642
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great contribution, this came up in the community forums (perhaps from you?). 👍
Some minor change requests
bundles/org.openhab.binding.modbus/src/main/resources/OH-INF/thing/bridge-serial.xml
Outdated
Show resolved
Hide resolved
CI build fails as expected since |
I addressed review comments on docs and configuration, also removed unrelated formatting changes put by editor. Lets wait for build server to see. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default translations for these new options need to be provided.
@wborn I don't see any of options in binding translated, so it is consistent with current way how binding works. |
My bad, I supposed there would be a |
bundles/org.openhab.binding.modbus/src/main/resources/OH-INF/thing/bridge-tcp.xml
Show resolved
Hide resolved
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
…ices. Fixes openhab#12641. Signed-off-by: Łukasz Dywicki <luke@code-house.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you
…ices. (openhab#12642) Fixes openhab#12641. Signed-off-by: Łukasz Dywicki <luke@code-house.org>
…ices. (openhab#12642) Fixes openhab#12641. Signed-off-by: Łukasz Dywicki <luke@code-house.org> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
…ices. (openhab#12642) Fixes openhab#12641. Signed-off-by: Łukasz Dywicki <luke@code-house.org>
Issue description in #12641 - allow to make an arbitrary delay after connection is made so device connected by rtu/tcp (both connection kinds are patched) can prepare their side for further communication.