Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.
```