openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.86k stars 3.58k forks source link

influxdb report actual value instead of historical Values (e.g. maximumSince) #3860

Closed stefanbode closed 6 years ago

stefanbode commented 6 years ago

Openhab: 2.3.0.005 InfluxDB: DockerImage: https://hub.docker.com/r/grafana/grafana/

InfluxDb is default database for openhab. influx.persists: Items {

Instead of this Following rule always give the latest value and not the maximum: ESPConnected.maximumSince(now.minusMinutes(60),"influxdb").state

influxdb.cfg is standard with autogen as standard RP

stefanbode commented 6 years ago

It works on a item that has a binding to MQTT. It seems not to work on the Item defined by Group:Number:SUM ESPConnected