From 384fb113b915becf07a09b3ac004cfac2744f5af Mon Sep 17 00:00:00 2001 From: Alan Mitchell Date: Tue, 24 Mar 2020 12:44:50 -0800 Subject: [PATCH] Made None default for Energy Reporst URL. Removed Formatting message from Energy Reports page. --- bmon/settings_example.py | 3 ++- bmsapp/templates/bmsapp/energy-reports.html | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/bmon/settings_example.py b/bmon/settings_example.py index e1404db..bf316e1 100644 --- a/bmon/settings_example.py +++ b/bmon/settings_example.py @@ -50,7 +50,8 @@ BMSAPP_SENSOR_INACTIVITY = 2.0 # Hours # This is the base URL where BMON Essential Energy Reports are located. # If Energy Reports are not being geneerated for this system, assign None # to this variable. -ENERGY_REPORTS_URL = 'https://bmonreporter-data.energytools.com/reports/bms.ahfc.us/' +# ENERGY_REPORTS_URL = 'https://bmonreporter-data.energytools.com/reports/bms.ahfc.us/' +ENERGY_REPORTS_URL = None # If you are using the Pushover notification service for alerts generated by the BMON # application, you need to register an Application with Pushover and enter the API diff --git a/bmsapp/templates/bmsapp/energy-reports.html b/bmsapp/templates/bmsapp/energy-reports.html index aa60532..90cb71b 100644 --- a/bmsapp/templates/bmsapp/energy-reports.html +++ b/bmsapp/templates/bmsapp/energy-reports.html @@ -16,10 +16,6 @@ -
Under Construction: Formatting Improvements in Progress
- -
-
{{ error_message }}
-- 2.26.2