Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
energy
bmon
Commits
d4e971b2
Commit
d4e971b2
authored
Nov 01, 2016
by
Alan Mitchell
Browse files
Added Template for Ecobee authorization.
parent
c10f6dee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
bmsapp/templates/bmsapp/ecobee_auth.html
bmsapp/templates/bmsapp/ecobee_auth.html
+30
-0
No files found.
bmsapp/templates/bmsapp/ecobee_auth.html
0 → 100644
View file @
d4e971b2
{% extends "bmsapp/base.html" %}
{% block pagetitle %}Ecobee Authorization{% endblock %}
{% block title %}Ecobee Thermostat Authorization{% endblock %}
{% block content %}
<p>
This page is used to obtain authorization "keys" that allow BMON to access data
from your Ecobee thermostat account. BMON only reads data from the thermostats and
does *not* issue any commands to change the thermostat settings or operation.
</p>
<h2>
Step 1: Enter PIN into Ecobee Account to Authorize BMON App
</h2>
<p>
Authorize the BMON application to read the data from Ecobee account by entering
the following 4 character PIN in your account:
</p>
<p
style=
"font-size:30px; text-align:center"
>
{{ ecobee_PIN }}
</p>
<h2>
Step 2: Click the following Button after Completing Step 1
</h2>
<form
style=
"text-align:center"
>
<input
type=
"hidden"
name=
"auth_code"
value=
"{{ auth_code }}"
>
<input
type=
"hidden"
name=
"ecobee_PIN"
value=
"{{ ecobee_PIN }}"
>
<input
type=
"submit"
value=
"Click after Completing Step 1"
>
</form>
{% endblock %}
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