diff --git a/bmon/settings_example.py b/bmon/settings_example.py index e1404db64cbb606edbe24fae8844aa7889cf660e..bf316e1721334fc4cf61792eb4ab341da4cba486 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 aa60532ba30b4baca3a9f8cf8e63de3d8159ca38..90cb71bc14ad773ee916b13f82d734d208039898 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 }}