Anpassungen, damit INFLUX mindestens aml ausgelesen werden kann

This commit is contained in:
2025-11-03 18:45:07 +00:00
parent 2308aa56a3
commit 6d9d94f2fa
7 changed files with 63 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ async function testInfluxSQL() {
// Test options similar to what would be used in the application
const testOpts = {
sensorid: 'test_sensor_001',
sensorid: 'esp8266-5829557',
start: 'now() - 1h',
stop: 'now()',
sort: 1,