Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabbr/MMM-Ecobee
Module for Magic Mirror that supports ecobee Thermostat
https://github.com/fabbr/MMM-Ecobee
Last synced: about 2 months ago
JSON representation
Module for Magic Mirror that supports ecobee Thermostat
- Host: GitHub
- URL: https://github.com/fabbr/MMM-Ecobee
- Owner: fabbr
- License: mit
- Created: 2018-04-03T17:27:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T22:46:24.000Z (over 5 years ago)
- Last Synced: 2024-08-04T10:02:50.138Z (5 months ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mmm - **MMM-Ecobee**
README
# MMM-Ecobee BETA v0.1!
Module for Magic Mirror that supports ecobee Thermostat## Installation
1. Navigate into your MagicMirror `modules` folder and execute
`git clone https://github.com/fabbr/MMM-Ecobee`## Configuration on config.js
```
{
module: 'MMM-Ecobee',
header: 'ecobee Thermostat',
position: "top_left",
config: {
header: "ecobee Thermostat",
}
},
```
## Authorizing the Module on you ecobee Account```
These are the steps authorize this application to access your Ecobee 3:
1. Go to https://www.ecobee.com/home/ecobeeLogin.jsp
2. Login to your thermostat console
3. Select 'MY APPS' from the menu on the top right.
4. Click 'Add Application'
5. Enter the code provided!
Code refresh every 5min.
Module check for the authorization every 30sec.
If a code is not used for a long time (Magic Mirror is off, module is turned off, etc) a new authorization will be required.
```