Hi,
ich nutze noch InfluxDB V1 da ich für die paar Grafen die ich mit Grafana darstelle keinen Bedarf sehe einen Upgrade zu machen.
Heute ist mir aufgefallen das ein Wert im Influx Adapter diese Meldungen im Log bringt:
influxdb.0
2025-11-22 14:50:16.723 debug Send: 500 of: 501 in: 21ms
influxdb.0
2025-11-22 14:50:16.703 debug Query to execute: SELECT value from "Battery Capacity" WHERE time <= '2025-11-08T13:51:00.000Z' ORDER BY time DESC LIMIT 1;SELECT * from "Battery Capacity" WHERE time > '2025-11-08T13:51:00.000Z' AND time < '2025-11-22T13:51:00.000Z' ORDER BY time DESC LIMIT 500;SELECT value from "Battery Capacity" WHERE time >= '2025-11-22T13:51:00.000Z' LIMIT 1
influxdb.0
2025-11-22 14:50:16.702 debug modbus.4.holdingRegisters.4.588_battery_capacity17638194167020.39390693054842796 getHistory message: {"id":"modbus.4.holdingRegisters.4.588_battery_capacity","options":{"instance":"influxdb.0","start":1762609860000,"end":1763819460000,"from":true,"ack":true,"q":true,"addId":false,"aggregate":"none","returnNewestEntries":true,"user":"system.user.admin"}}
influxdb.0
2025-11-22 14:50:16.702 debug Incoming message getHistory from system.adapter.admin.0
influxdb.0
2025-11-22 14:50:16.667 debug Send: 500 of: 500 in: 188ms
influxdb.0
2025-11-22 14:50:16.486 debug Query to execute: SELECT value from "Battery Capacity" WHERE time <= '1999-12-31T23:00:00.000Z' ORDER BY time DESC LIMIT 1;SELECT * from "Battery Capacity" WHERE time > '1999-12-31T23:00:00.000Z' AND time < '2025-11-22T13:50:17.360Z' ORDER BY time ASC LIMIT 500;SELECT value from "Battery Capacity" WHERE time >= '2025-11-22T13:50:17.360Z' LIMIT 1
influxdb.0
2025-11-22 14:50:16.479 debug modbus.4.holdingRegisters.4.588_battery_capacity17638194164790.08800547770176248 getHistory message: {"id":"modbus.4.holdingRegisters.4.588_battery_capacity","options":{"instance":"influxdb.0","start":946681200000,"end":1763819417360,"limit":1,"from":false,"ack":false,"q":false,"addId":false,"aggregate":"none","user":"system.user.admin"}}
Und das Grafana Panel dazu leer ist.
Jemand eine Idee was die Ursache sein kann?