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

[neohub] systemTimeout config param not working #15498

Closed
andrewfg opened this issue Aug 25, 2023 · 2 comments · Fixed by #15743
Closed

[neohub] systemTimeout config param not working #15498

andrewfg opened this issue Aug 25, 2023 · 2 comments · Fixed by #15743
Assignees
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@andrewfg
Copy link
Contributor

Entering a systemTimeout config param via a .things file does not change the actual value used.

@andrewfg andrewfg added the bug An unexpected problem or unintended behavior of an add-on label Aug 25, 2023
@andrewfg andrewfg self-assigned this Aug 25, 2023
@openhab-bot
Copy link
Collaborator

This issue has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/changes-in-thing-config-files-not-populated-in-oh4/149208/5

@andrewfg
Copy link
Contributor Author

andrewfg commented Oct 7, 2023

It seems that openhab/openhab-core#3791 may have partly resolved this issue.

However there is still an underlying issue that the bridge thing sometimes goes offline due to systemTimeout. Discussions on the Heatmiser developer forum indicate that this error may be due to the binding making requests too fast. The proposed solution is to pipeline the requests and throttle them to (say) one per 100 milli seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants