Fix TeslaMate dashboards: add database to PostgreSQL jsonData
Grafana 12.x's grafana-postgresql-datasource plugin requires the database name in jsonData, not just the top-level database field. Without it, the frontend blocks all queries with "no default database configured", causing all TeslaMate panels to show "No Data." Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
495c3e8496
commit
86aeb60ec9
2 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ data:
|
|||
database: teslamate
|
||||
editable: false
|
||||
jsonData:
|
||||
database: teslamate
|
||||
connMaxLifetime: 14400
|
||||
maxIdleConns: 2
|
||||
maxOpenConns: 5
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Fix TeslaMate dashboards showing "No Data": Grafana 12.x's `grafana-postgresql-datasource` plugin requires the database name in `jsonData`, not just the top-level `database` field.
|
||||
Loading…
Add table
Add a link
Reference in a new issue