When you create a graph which render a time series, you have a choice on the timeseries options to include or not the current item state. This switch is correctly handle when unsing "InMemory" persistence. But it seems that is doesn't work correctly with "InfluxDB persistence" has the last value in the graph is duplicate twice.
What should happen :
Current Behavior
What we have with influxDB:
Toggle the "Don't Include Item State" with influxdb timeseries don't seems to have any effect.
The data inside influxDB seems ok.
Perhaps related to issue #17028 about "Querying persistence services with date filter "
Expected Behavior
When you create a graph which render a time series, you have a choice on the timeseries options to include or not the current item state. This switch is correctly handle when unsing "InMemory" persistence. But it seems that is doesn't work correctly with "InfluxDB persistence" has the last value in the graph is duplicate twice.
What should happen :
Current Behavior
What we have with influxDB:
Toggle the "Don't Include Item State" with influxdb timeseries don't seems to have any effect.
The data inside influxDB seems ok.
Perhaps related to issue #17028 about "Querying persistence services with date filter "
Laurent.