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

[enhancement] Make polling/reporting interval configurable #305

Closed
weakfl opened this issue Nov 19, 2018 · 7 comments · Fixed by #344
Closed

[enhancement] Make polling/reporting interval configurable #305

weakfl opened this issue Nov 19, 2018 · 7 comments · Fixed by #344
Assignees

Comments

@weakfl
Copy link
Contributor

weakfl commented Nov 19, 2018

Add an option to configure the polling/reporting interval per device.

As discussed in #49, this would allow to work around issues with devices which are not properly reporting state changes, resulting in a disparity of the device state in OH and the actual device state.

Two such devices are the Busch-Jaeger 6711 relay insert and 6715 dimmer insert. Both devices only report their state at the default interval of 2 hours but not if a state change is triggered by the wall-mounted switch.

@cdjackson
Copy link
Contributor

I have mostly coded this, but will wait for #342 to be merged before completing as it will make it easier to reconfigure the reporting once the device initialisation is split from the converter initialisation.

@cdjackson cdjackson self-assigned this Dec 23, 2018
@weakfl
Copy link
Contributor Author

weakfl commented Dec 23, 2018

Awesome, thanks Chris!

@weakfl
Copy link
Contributor Author

weakfl commented Aug 28, 2021

@cdjackson It doesn't look like it's still possible to configure this in OH3 or do I miss something? Can I set this through the console or any other way?

@cdjackson
Copy link
Contributor

I don't think anything has changed in the binding - this still should be available. You can't change polling via any binding console as this is just a binding function so it configured through the normal OH wide configuration system.

Reporting you can potentially change, but I would suggest to avoid doing it manually as it might screw things up.

I don't have a binding running at the moment so can't test this, but certainly from the binding perspective it hasn't changed in OH3

@weakfl
Copy link
Contributor Author

weakfl commented Aug 28, 2021

I'm only interested in changing the polling interval. With OH2 it was possible to configure polling through HABmin, but it looks like the new UI doesn't support this.

@cdjackson
Copy link
Contributor

I thought OH3 did support channel configuration, but maybe it's not there. Unfortunately I won't have my system back up for a few weeks I guess, but in any case this hasn't changed in the binding so maybe it's worth discussing in the UI issues?

@weakfl
Copy link
Contributor Author

weakfl commented Aug 28, 2021

No, you're right, it's available in the channel configuration. Thanks for pointing me in the right direction, I just didn't notice it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants