This repository has been archived by the owner on May 17, 2021. It is now read-only.
[rrd4j] error: rrd4j does not allow querys without a begin date, unless order is descending and a single value is requested #5913
Labels
Expected Behavior
rule "Teufel_Amp_ON"
when Item harmony_activity changed
then logInfo("TEST", "prev" + Media_Aktion.previousState(true, "rrd4j").state)
}
end
I want to get the last not similar to the actual state out of the rrd4j database
Current Behavior
This message appears:
2019-11-01 17:28:52.890 [ERROR] [ntime.internal.engine.RuleEngineImpl] - Rule 'Teufel_Amp_ON': rrd4j does not allow querys without a begin date, unless order is descending and a single value is requested
Your Environment
Openhabian 2.4.0-1 --Stable release
RPI3
persistence-rrd4j - 1.13.0
The text was updated successfully, but these errors were encountered: