Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Energy - Smart Home
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bachelorprojekt - Energy (Smart Home) - SoSe23
Energy - Smart Home
Wiki
Io Broker Grafana integration
Changes
Page history
New page
Templates
Clone repository
Create Io Broker Grafana integration
authored
1 year ago
by
jschwenzer
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Io-Broker-Grafana-integration.md
+29
-0
29 additions, 0 deletions
Io-Broker-Grafana-integration.md
with
29 additions
and
0 deletions
Io-Broker-Grafana-integration.md
0 → 100644
View page @
cf0dea42
https://www.smarthome-tricks.de/grafana/6-1-grafana-anpassung-der-konfiguration/
-
Verbindung zu Grafana per SSH -> Konfig anpassen, sodass sich Grafana in andere Systeme einbetten lässt.
-
grafana.ini mit Nanoeditor öffnen:
sudo nano /etc/grafana/grafana.ini
-
Folgende Einträge prüfen, wenn nötig, Kommentar vor Einstellung entfernen:
[security]
allow_embedding = true
[auth.anonymous]
enabled = true
org_name = Main Org.
org_role = Viewer
[users]
allow_sign_up = false
-
Dienst stoppen und wieder starten:
sudo service grafana-server stop
sudo service grafana-server start
-
Zu teilendes Dashboard öffnen
-
Oben rechts über die Share Dashboard Schaltfläche kann man die Freigabe erstellen
-
Anschließend lässt sich ein Link für das Dashboard generieren
-
ioBroker VIS öffnen, neue View auswählen
-
iFrame 8 Widget hinzufügen (linke Bildschirmseite)
-
Anpassung in Eigenschaften des Widgets im Bereich Allgemein->Quelle
Vorher generierten Link einfügen
This diff is collapsed.
Click to expand it.