You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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