-
Notifications
You must be signed in to change notification settings - Fork 25
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
Problem with limit setting -> it is not set #391
Comments
Please enable the debug mode of influxdb adapter, additionally enable for one affected objects the enhanced debig lkogging in the object custommsettngs. Then please post a log of such a getHistory call. thank you |
The log is not necessaray, because if you have a closer look to Line 1978 in a7214d8
you see that count is always set, so that is the reason for not getting into the questioning Line 1995 in a7214d8
and therefore the limit is not set Line 1997 in a7214d8
If you compare it with historyDB-Adapter there is the right count defined |
@Apollon77 What do you think? |
Describe the bug
https://forum.iobroker.net/topic/52228/howto-zusatz-programme-fuer-jarvis-v3/586 and ff
The questioning in
ioBroker.influxdb/main.js
Line 1995 in a7214d8
is not used, because you set count in options before.
To Reproduce
Steps to reproduce the behavior:
sendTo with
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots & Logfiles
If applicable, add screenshots and logfiles to help explain your problem.
Versions:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: