From 8ebc8bd1d274c376a7bdd404d6281cda3ccd2c6d Mon Sep 17 00:00:00 2001 From: Alan Mitchell Date: Sun, 16 Aug 2015 16:59:48 -0800 Subject: [PATCH] Add Screenshot to Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dc4b54e..1fe878c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ as described in the [LICENSE.md file](LICENSE.md). BMON is a web-based software application built with the Python Django framework that stores and analyzes sensor data coming from buildings or other facilities. The application was developed by the Alaska Housing Finance Corporation (AHFC) to find ways to reduce the energy use and improve the maintenance of some of their buildings. The application presents a simple user interface for viewing data, but includes informative charts such as Histograms and Hourly Profile charts for analyzing the data. Alerts can be set up to text or email individuals if sensor values move outside normal ranges. +Here is a link to the [[AHFC BMON Web Site|https://bms.ahfc.us/]]. Here is a screenshot of the application being used to look at the electricicty usage of the AHFC Headquarters building (the green bands indicate the building's occupied periods): + +[[../../wiki/images/sample_screen.png]] + Please note that this project uses the [Highcharts and Highstock](http://www.highcharts.com/) charting libraries, which are *not* open source. Please see the [Licensing Page](http://shop.highsoft.com/highcharts.html) and the [Licensing FAQ](http://shop.highsoft.com/faq#licensing-faq) for these products to ensure that you comply with the licensing requirements. For detailed information about this software: -- GitLab