Skip to content
Discussion options

You must be logged in to vote

OK then, found it myself:

The settings are just the table and the field name.
I found it, because suddenly there was a value in my db.

To begin new from scratch I deleted the old database (wassermesser) and created a new one "wasserzaehler".
Now I have already two values in it:

[2025-08-29_14.17]root@raspberrypi:~#influx
Connected to http://localhost:8086 version 1.8.10
InfluxDB shell version: 1.8.10
> drop database wassermesser
> show databases
name: databases
name
----
_internal
stromzaehler
bkw
> create database wasserzaehler
> show databases
name: databases
name
----
_internal
stromzaehler
bkw
wasserzaehler
> use wasserzaehler
Using database wasserzaehler
> show series
key
---
zaehle…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by francwalter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant