Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
bmon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
energy
bmon
Commits
1c42ffc0
Commit
1c42ffc0
authored
Mar 24, 2020
by
Alan Mitchell
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'essential'
parents
0b88e57f
384fb113
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
bmon/settings_example.py
bmon/settings_example.py
+2
-1
bmsapp/templates/bmsapp/energy-reports.html
bmsapp/templates/bmsapp/energy-reports.html
+0
-4
No files found.
bmon/settings_example.py
View file @
1c42ffc0
...
...
@@ -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
...
...
bmsapp/templates/bmsapp/energy-reports.html
View file @
1c42ffc0
...
...
@@ -16,10 +16,6 @@
<span
id=
"energy-reports-url"
style=
"display:none"
>
{{ energy_reports_url }}
</span>
<h5><i>
Under Construction: Formatting Improvements in Progress
</i></h5>
<hr/>
<h5><i>
{{ error_message }}
</i></h5>
<div
id=
"bldg-selection"
class=
"row mx-1"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment