-
Notifications
You must be signed in to change notification settings - Fork 9
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
Adapter only partly working or strange behavior: #211
Comments
Thanks for reporting a new issue @Quacoo!
Otherwise this issue will be closed. |
Values are transferred from
I don't understand what you are searching for. The statistics adapter doesn't log any values to history. |
It depends on the configuration of the InfluxDB-Logging which states/changes will be logged. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. |
Describe the bug:
Adapter only partly working or strange behavior:
States in alias.0 (coming from sensors) are processed, states in userdata.0. (coming from javascript.0) are not.
States in alias.0 are shorter in variable names then states in userdata.0..
For instance:
statistics.0.save.minmax.0_userdata.0.BerechneteWerte_Herne.Gewaehlte_Aussetemperatur_Herne
looks like this, and does not change:
statistics.0.save.minmax.alias.0.Air_quality_sensor_innen_her.co2.absMax
looks like this, and seems to change:
History:
And when you look into the history of the states you will find that not all values come from the statistics.0 adapter but from the influx.0 adapter:
or
or in the other case:
I am not sure if this is a bug, it just not what I expected.
Expected behavior:
I would expect a daily value in dayMax or dayMin coming from statistics.0, bud nothing coming from influx.0. I would expect the values to vary every day ore at least at most days.
The other values accordingly.
Screenshots & Logfiles:
or
Versions:
Additional context:
Very good adapter, great possibility.
Is there any explanation about the mathematics behind the averaging?
Is there any explanation about expected behavior, according to this issue?
Thanks for answering.
The text was updated successfully, but these errors were encountered: