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

enhacement of paramter "ignoreNull=true" #183

Open
afuerhoff opened this issue Jul 3, 2022 · 0 comments
Open

enhacement of paramter "ignoreNull=true" #183

afuerhoff opened this issue Jul 3, 2022 · 0 comments

Comments

@afuerhoff
Copy link

Is your feature request related to a problem? Please describe.
I want to read the history data (without zero values) from the current day + the last valid value before the current day.
Settings: ignoreNull=true, start=current day midnight, end = current day/time
Output of history adapter: History data and count (from the current day).

Then I send the next message to the history adapter
with following settings: ignoreNull=true, end = current day/time, count = count + 1
Now I get not the correct data count if Null values included in the data. They are only filtered and the count is not count + 1.
It is less.
see also forum

Describe the solution you'd like
If ignoreNull is set to true and the counter is e.g. = 10, then I want to get back 10 non-null values from the database.

Describe alternatives you've considered
Best solution is, when I can add an offset count to my first getHistory message. Then I need only one call of getHistory.
settings e.g.:
ignoreNull=true, start=current day midnight, end = current day/time, offset count = +1

Additional context

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

No branches or pull requests

1 participant