-
Notifications
You must be signed in to change notification settings - Fork 13
How to View Historical Data in Grafana
This tutorial provides instruction on how to view historical data for a site in grafana. To follow this tutorial you must have grafana and influxdb deployed with Alfalfa as well as the historian enabled. You can find relevant instructions here.
In a local deployment the grafana dashboard can be found at http://localhost:3000
, in a cloud deployment you should ask the maintainer of the deployment for a link to the grafana dashboard.
Upon navigating to the page you will be presented with the following prompt
Here you will enter the username and password which is configured for your instance. By default these are admin
and password
for the username and password respectively.
Upon logging in you will be presented with this page
From there select the search button in the top left
Then select the Simple Dashboard
The dashboard you see should look something like this
From the selector in the top left next to Site ID
select the id of the site you'd like to view the data for. If you see no ids either you have not run any sites on the accompanying instance or you have not configured the historian correctly.
After selecting your site it is likely that you will still not see anything on the graph. This is because datapoints are plotted according to the time in the site. So if your site starts in the year 2020 you will need to select that time range. You do this by selecting the drop down in the top right and selecting the correct time period for your site.
At this point you should see some timeseries data coming from your site.
- Getting Started with Model Measures Part 1: Creating Inputs and Outputs
- Getting Started with Model Measures Part 2: Creating Actuators
- Getting Started with EnergyPlus Measures Part 1: Creating Inputs and Outputs
- Getting Started with EnergyPlus Measures Part 2: Creating Actuators
- How to Configure an OpenStudio Model
- How to Configure Measures for Use with Alfalfa Ruby Gem
- How to Create Inputs and Outputs With Measures
- How to Run URBANopt Output Models in Alfalfa
- How to Migrate EnergyPlus Python Plugins
- How to Integrate Python based Electric Vehicle Models with OpenStudio Workflows
- How to Locally Test OpenStudio Models
- Required Structure of OpenStudio Workflow
- List of Automatically Generated Energyplus Points
- Alfalfa EnergyPlus Mixin Methods
- Getting Started with Uploading and Running a Model Using Python
- Getting Started with Uploading and Running a Model Using the UI
- How to Install Alfalfa Client
- How to Preprocess and Upload a Model
- How to Step Through a Simulation
- How to View Historical Data in Grafana
- How to Configure an Alias
- How to Troubleshoot Models