Access to Influxdb Admin dashboard #726
Unanswered
meteosat007
asked this question in
Q&A
Replies: 2 comments
-
|
Hi @meteosat007 - we don't currently have a GUI, but there is a command line version that may be helpful: https://github.com/jasonacox/Powerwall-Dashboard/tree/main/tools/influxdb-viewer # Set up Python virtual environment (if needed)
python3 -m venv .venv
source .venv/bin/activate
# Install dependencies
pip install colorama
# Run the tool
python tools/influxdb-viewer/viewer.py
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Great I will give that a try. In the short term I can learn some more database field names and include in my curl commands.
Thanks
Alan
…________________________________
From: Jason Cox ***@***.***>
Sent: 04 January 2026 5:09 PM
To: jasonacox/Powerwall-Dashboard ***@***.***>
Cc: Alan Sullivan ***@***.***>; Mention ***@***.***>
Subject: Re: [jasonacox/Powerwall-Dashboard] Access to Influxdb Admin dashboard (Discussion #726)
Hi @meteosat007<https://github.com/meteosat007> - we don't currently have a GUI, but there is a command line version that may be helpful: https://github.com/jasonacox/Powerwall-Dashboard/tree/main/tools/influxdb-viewer
# Set up Python virtual environment (if needed)
python3 -m venv .venv
source .venv/bin/activate
# Install dependencies
pip install colorama
# Run the tool
python tools/influxdb-viewer/viewer.py
image.png (view on web)<https://github.com/user-attachments/assets/33fc3ae1-9427-4192-a7b0-9fe3aa7b6ed3>
—
Reply to this email directly, view it on GitHub<#726 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJZI6WY5E723NC2F2ZDIJWT4FFCL3AVCNFSM6AAAAACQUKLJJOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNBQGYYTSNI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Is the GUI available for the influxdb as I would like to explore all of the available data fields to fill out some missing entities in home assistant. I'm using curl commands to get a wide range of those seen in other threads but would be nice to explore the complete database. The ashboard has been running here if 2 years now and the extra details will be used in some new screens I'm playing with.
Thanks in advance.
Alan
Beta Was this translation helpful? Give feedback.
All reactions