Hello
Can someone tell me what I’ve done wrong? I’ve set up InfluxDB3 and Grafana, but I’m not seeing any values in Grafana… or have I forgotten something?
Thanks
Hi Anyone have any ideas? Maybe the data type is wrong? I can’t figure it out!
please check in explore view and see data is comming or not. change the timerange and check , check bucket and measurement name.
Hello
Thank you…
Don’t I need to configure an InfluxDB query somewhere in Grafana?
I’m not sure, but don’t I need to select the InfluxDB database somewhere in Grafana first?
I created a bucket and configured it as shown in the images…see the Picture…Grafana_3
Do I need to create a data point somewhere?
The Data “Smartmeter”
What can i do it…![]()
Hello, I need help.
I updated my RPi, and since then I’ve been getting a message saying I can no longer log in!
I’ve created the API token and entered it into both Node-RED and Influx! Thanks
According to the AI, it’s supposed to be a token issue, but I can’t find anything else to do beyond entering it in Influx and Node-RED!
Or does it need to be entered somewhere else on the Raspberry Pi as well?
One common cause is that the API token is stored separately by each component → InfluxDB, Node-RED, and Grafana don’t automatically share it. So if you created or changed the token after the update, check →
InfluxDB → API Tokens → the token exists is active and has the required permissions for the bucket (Read for Grafana, Read/Write if Node-RED is writing to it).
Node-RED → the InfluxDB config node is using the current token.
Grafana → Connections → Data sources → your InfluxDB datasource → Token → paste the token and click Save & test.
That third one is easy to miss since Grafana stores its own copy separately from Node-RED.
Could you post the exact error message or a screenshot from wherever the login or connection is actually failing (Grafana, the InfluxDB UI, or Node-RED)?
That will tell us whether it is an invalid token, a permissions issue, or just one place that still has the old value.
Hi @firefooxer just wanted to check if you got the solution . Happy to help further if you are facing any issues .