marstorp
b069669c11
ICP-1148 Support Thermostat Dynamic data
...
Adding default "off" thermostat mode as it is not provided by the thermostat.
2017-06-27 16:19:49 -07:00
marstorp
17ae692aa0
ICP-1148 Support Thermostat Dynamic data
...
Adding support for dynamic thermostat and fan modes to ecobee
2017-06-23 13:24:03 -07:00
marstorp
4cc41d9d9b
ICP-448 Thermostat resource works weirdly.
...
Fixing change of auxHeatOnly to emergency heat.
Also adding main tile icon so Things view doesn’t show a grey blob
2017-04-03 13:59:47 -07:00
marstorp
7aa8be4322
ICP-448 Thermostat resource works weirdly.
...
Mapping between ST and SC fails at times due to improper implementation of capability attributes.
Some violates the attribute types, others are not initialized to a valid value, most due to not having one.
However, mapping requires right type and values.
This PR fixes Ecobee thermostats attributes.
2017-03-28 16:14:49 -07:00
jackchi
3f93de247b
[CHF-442][DVCSMP-2179] Hotfix for EcoBee thermostat & Osram RT5/6 Tunable White naming
2016-11-14 12:05:10 -08:00
David Sainte-Claire
3a377ba147
added code formatting based on pull request comments
2016-11-01 23:07:27 -07:00
David Sainte-Claire
8a66742bb5
added device watch implementation for ecobee based on the code from lyric
2016-11-01 13:30:35 -07:00
James Chen
b12df3f360
Convert setpoints in case of a temperature scale change. Removed useage of convertTemperatureIfNeeded which is an undocumented API
...
fixed spacing
On temperature change it will update all setpoints in alterSetpoint function
fixed spacing issues
spacing changes
removed comments
2016-10-13 13:10:32 -07:00
James Chen
12b09acfa8
alterSetpoint - check for auto or off mode
...
changed debug message
2016-10-06 16:02:09 -07:00
Lars Finander
8d701b9fea
Merge pull request #1298 from dsainteclaire/DVCSMP-2087-device-temperature-unit-wrong-type
...
DVCSMP-2087 changed deviceTemperatureUnit attribute to be type string
2016-10-03 09:39:50 -06:00
David Sainte-Claire
5b0ca4b815
changed deviceTemperatureUnit attribute to be type string
2016-09-27 07:48:54 -07:00
Jim Anderson
8b9bff15dc
Revert "[DVCSMP-1979] Use async http for polling and refresh tokens."
...
This reverts commit 826993cc45 .
2016-09-19 09:38:33 -05:00
Jim Anderson
826993cc45
[DVCSMP-1979] Use async http for polling and refresh tokens.
2016-09-08 12:11:21 -05:00
Mike Robinet
beed783d19
SSVD-2534 Set temperature unit/scale when sending temperature events
2016-08-29 12:40:11 -05:00
Jim Anderson
7ce7ad86bd
[DVCSMP-1980] fix some missed parent call method signature changes
2016-08-25 12:48:36 -05:00
Jim Anderson
e545842f7c
[DVCSMP-1980] some cleanup of Ecobee Connect SmartApp
2016-08-23 23:27:30 -05:00
Yaima Valdivia
25ae1306c4
Ecobee - mode/ fan mode
2016-03-14 12:30:03 -07:00
Yaima Valdivia
106f09445b
Ecobee - set mode/ fan from smart app
...
switchToFanMode(value)
switchToMode(value)
2016-03-14 12:20:36 -07:00
Yaima Valdivia
a53e506538
Fixed Ecobee polling
...
https://smartthings.atlassian.net/browse/DVCSMP-1511
Ecobee was polling once per device, creating multiple API calls. Now it
is polling once at the smartapp level every 5 minutes and sending the
response to each child device.
2016-03-10 11:52:47 -08:00
Yaima
cc9321ca9f
Fix fan mode notifications
...
https://smartthings.atlassian.net/browse/DVCSMP-1511
2016-02-26 12:39:32 -08:00
Yaima Valdivia
f84e21d83a
Added colors for degrees in Celsius
...
Emergency heat mapped to auxHeatOnly
2016-02-22 14:55:15 -08:00
Yaima Valdivia
097584944e
Ecobee - Changed tiles order
2016-02-18 15:48:30 -08:00
Yaima Valdivia
f073df0a57
Fixed Ecobee - HH errors
2016-02-17 13:28:10 -08:00
Yaima Valdivia
24bfb7f20f
Ecobee fanMode available - https://smartthings.atlassian.net/browse/DVCSMP-1501
...
https://smartthings.atlassian.net/browse/DVCSMP-1501
2016-02-17 11:15:26 -08:00
Yaima Valdivia
13d9137c9a
Ecobee 3 - https://smartthings.atlassian.net/browse/DEVC-285
...
https://smartthings.atlassian.net/browse/DEVC-285
https://smartthings.atlassian.net/browse/DVCSMP-1431
2016-02-16 13:48:47 -08:00
Yaima Valdivia
fe505ddc9f
Removed degree sign from tile
...
https://smartthings.atlassian.net/browse/DVCSMP-1318
2016-01-06 15:24:47 -08:00
snakedog116
9be808a3eb
Update ecobee-thermostat.groovy
...
Added some description to the temporary hold.
2015-12-14 23:36:55 -07:00
Warodom Khamphanchai
e775752496
Ecobee: retries to get refresh tokens if exceptions are caught in refreshAuthToken
2015-12-07 12:50:29 -08:00
Warodom Khamphanchai
e9996b9fd7
Ecobee: round temperature value, add ability to set temperature setpoint temporarily or permanently
2015-12-04 16:16:24 -08:00
Warodom Khamphanchai
e6367a7832
Fix Ecobee access_token doesn't get refresh after it's expired
2015-12-02 17:37:59 -08:00
Warodom Khamphanchai
c5da3fe4a0
DVCSMP-535
...
- Fix activity feed displays unformatted text
- update oauth/callback url, use getApiServerUrl() for proxying to corresponding shard
2015-12-02 17:37:59 -08:00
Warodom Khamphanchai
1b9d2fe9ce
DVCSMP-1174
...
FIX - Ecobee - Thermostat isn't responding to routines
2015-12-02 17:37:59 -08:00
bflorian
6ad3c4fd7a
Initial commit
2015-08-04 15:49:03 -07:00