Vinay Rao
16126abb2d
Merge pull request #547 from workingmonk/remove_samsung
...
[DVCSMP-1480] removing old samsung integration
2016-02-23 15:55:36 -08:00
Vinay Rao
77525c3377
[DVCSMP-1480] removing old samsung integration
2016-02-23 15:42:41 -08:00
Vinay Rao
c17b856e6b
Merge pull request #545 from SmartThingsCommunity/staging
...
Syncing down changes from staging to master
2016-02-23 10:45:43 -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
85175eb298
Merge pull request #529 from Yaima/master
...
Ecobee - Changed tiles order
2016-02-19 14:45:01 -08:00
Tom Manley
edc98e4840
Merge pull request #497 from tpmanley/feature/outlet_fingerprint
...
outlet: Added fingerprint for new ST outlet
2016-02-18 19:25:39 -06:00
Vinay Rao
62aeb0533d
Iris motion and contact sensor fingeprints
2016-02-18 17:07:11 -08:00
Yaima Valdivia
097584944e
Ecobee - Changed tiles order
2016-02-18 15:48:30 -08:00
Oso Technologies
69a6fc4f9e
MSA-884: This is a quick update to a previously published device handler to accept the "update" packet that occurs when the zigbee pairs with the hub to stop an exception due to it not being in the map format that other packets are in.
2016-02-17 19:31:22 -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
41b9d71e3d
Merge pull request #516 from Yaima/master
...
Ecobee 3 - https://smartthings.atlassian.net/browse/DEVC-285
2016-02-16 14:52:55 -08:00
Duncan McKee
e60a9d1925
Merge pull request #487 from dantheman2865/MSA-866-2
...
MSA-866: Update SmartSense Moisture to include Temperature Measurement from WWA02AA
2016-02-16 17:48:29 -05:00
Yaima Valdivia
27b7c24536
Merge branch 'master' of github.com:SmartThingsCommunity/SmartThingsPublic
...
# By Juan Pablo Risso (3) and others
# Via Kris Schaller (24) and others
* 'master' of github.com:SmartThingsCommunity/SmartThingsPublic:
PROB-870 - Harmony fails to save credentials
add missing translations
add event translation
Removed canInstallLabs()
remove segmented style input to prevent iOS crash
PROB-537 - Fix error in line 335
MSA-68: Spruce Irrigation controller and soil moisture sensors.
# This is a combination of 3 commits. # The first commit's message is: MSA-68: Spruce Irrigation controller and soil moisture sensors.
DVCSMP-1480 Fixed ArrayIndexOutOfBoundsException
Convert closure to method
Revert "Convert closure to method"
Closure was causing sandbox issues locally
Bugfixes for codeReports
Fix Homeseer Multi Instance encap parse PROB-398
Merge pull request #135 from kwarodom/fibaroSmokeSensor
2016-02-16 14:12:07 -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
Vinay Rao
aadbcc2eee
Merge pull request #501 from SmartThingsCommunity/staging
...
Rolling down changes from staging to master
2016-02-11 22:11:01 -08:00
Vinay Rao
4a49d4c15d
Merge pull request #108 from natec007/MSA-68-1
...
MSA-68: Spruce Irrigation
2016-02-11 22:06:25 -08:00
Nathan Cauffman
0e3bd5aa74
MSA-68: Spruce Irrigation controller and soil moisture sensors.
...
Merge in bug fixes and renames to match with new repository layout.
Deleted spruce-controller.groovy from 'Spruce Irrigation'
Deleted spruce-sensor-v1.groovy from 'Spruce Irrigation'
Deleted spruce-scheduler.groovy from 'Spruce Irrigation'
Modifying 'Spruce Irrigation'
Merge in bug fixes and renames to match with new repository layout.
2016-02-11 20:33:19 -08:00
Tyler Lange
a2e8a8303b
Merge pull request #480 from rboy1/patch-1
...
Bugfixes for codeReports and AlarmReport (Rboy1)
2016-02-11 13:46:40 -08:00
boggebe
12220da750
Convert closure to method
2016-02-10 10:57:10 -06:00
Ben Boggess
fe2b36cd30
Revert "Convert closure to method"
2016-02-10 10:46:48 -06:00
Tom Manley
6c5b93da87
outlet: Added fingerprint for new ST outlet
...
Resolves:
https://smartthings.atlassian.net/browse/DVCSMP-1360
2016-02-10 10:43:21 -06:00
boggebe
bd9a1d1dc5
Closure was causing sandbox issues locally
2016-02-08 16:03:01 -06:00
Daniel Kurin
b7484ff0b8
MSA-866: Currently, the SmartSense Moisture handles both the FortrezZ WWA01 and the '02, however the '02 sends a temperature measurement. This PR expands the existing DH to add a valueTile with that temperature data (per https://github.com/SmartThingsCommunity/SmartThingsPublic/pull/447 )
2016-02-07 11:36:24 -05:00
rboy1
6fe60146a4
Bugfixes for codeReports
...
1. Missing break in case 32 for AlarmReport
2. Bugfix - Not reporting all codes programmed into the lock causing SmartApps to fail while awaiting a codeReport notification (once a code is programmed into a lock it should be notified because there is no way to read back codes from the lock, apps awaiting a codeReport will go into an infinite programming loop to trying to update the codes and awaiting a codeReport notification indicating a successful programming)
2016-02-02 10:35:10 -05:00
Tom Manley
5ec82217ac
multi: Fix occasional failures in sending ZigBee commands during configure
...
The missing delay after some of the commands was sometimes causing the
ZigBee command to fail.
Resolves:
https://smartthings.atlassian.net/browse/DVCSMP-1225
2016-01-29 14:41:12 -06:00
Kris Schaller
208f0d97df
Merging staging into production
2016-01-25 13:12:05 -08:00
Vinay Rao
7147770e2d
updating fingerprint for the problem device
2016-01-21 18:20:03 -08:00
Vinay Rao
9f75bbfbde
Merge pull request #463 from SmartThingsCommunity/staging
...
Merging changes into prod from staging
2016-01-20 17:13:25 -08:00
Jason Botello
5eb33eca19
Merge pull request #387 from SmartThingsCommunity/MSA-757-1
...
MSA-757: Timevalve Smart
2016-01-20 16:25:05 -08:00
Jason Botello
ec321ce85d
Merge pull request #425 from hhhss91/MSA-786-1
...
MSA-786: Encored Technologies : Smart Energy Service
2016-01-20 16:24:46 -08:00
Jason Botello
7669bec0bc
Update timevalve-smart.groovy
...
Commenting out fingerprint temporarily to avoid potential conflicts with other devices as this devices is specifically for a Korean deployment in AP01 - see DVCSMP-1425
2016-01-20 16:17:32 -08:00
vlaminck
efabd07dea
Added Gentle Wake Up controller, updated SmartApp
2016-01-20 09:05:47 -06:00
Vinay Rao
16b87c5eda
Merge pull request #456 from SmartThingsCommunity/staging
...
Merging changes into prod from staging
2016-01-19 16:10:44 -08:00
Vinay Rao
12b18eae08
deprecating this DTH as the fingerprints have been moved to ZigBee RGBW Bulb
2016-01-19 16:02:35 -08:00
Vinay Rao
0a6bb51974
Merge pull request #453 from SmartThingsCommunity/staging
...
Merging ZigBee RGBW into prod
2016-01-19 15:57:18 -08:00
Vinay Rao
b11b362c60
Adding ZigBee RGBW DTH
2016-01-19 15:40:43 -08:00
Tom Manley
8f08a0819c
Merge pull request #449 from SmartThingsCommunity/staging
...
Merge staging into production
2016-01-19 14:25:26 -06:00
Tom Manley
968834e33e
Use table for battery voltage to percent remaining calculation
...
The new table based approach yields a more accurate battery percentage
remaining than the old linear calculation.
Resolves:
https://smartthings.atlassian.net/browse/SMJN-39
2016-01-19 13:40:02 -06:00
Tom Manley
e51a38eb28
Fix whitespace issues - no code changes
...
Replaced spaces with tabs for indentation and removed some unnecessary
white space.
2016-01-18 11:00:37 -06:00
Tom Manley
553b45a3f3
Merge pull request #441 from tpmanley/bugfix/arrival_readattr_events
...
arrival: Keep 'read attr' messages from being turned into events
2016-01-15 09:51:39 -06:00
Tom Manley
d9ab3bca00
arrival: Keep 'read attr' messages from being turned into events
...
Previously parse was returning null which causes the platform to create an event
using the message passed to parse. We don't want that to happen so return
an empty list instead.
Resolves:
https://smartthings.atlassian.net/browse/SMJN-38
2016-01-14 15:34:08 -06:00
Tom Manley
5085d7f184
Merge pull request #433 from SmartThingsCommunity/staging
...
Merge staging into production
2016-01-13 12:56:38 -06:00
Lee Joonmin
3a7abd6169
Modifying 'Timevalve Smart'
2016-01-12 18:01:23 -06:00
Matt Pennig
d69abb64bd
Merge pull request #385 from SmartThingsCommunity/rich-simulated-thermostat
...
Adding multiAttributeTile definition to Simulated Thermostat device type handler
2016-01-11 15:10:59 -06:00
Tom Manley
7429ecc83b
Merge pull request #423 from tpmanley/feature/arrival_sensor_ha
...
arrival: Add support for ZigBee HA arrival sensor
2016-01-11 12:42:44 -06:00
Tom Manley
112a35f5db
arrival: Change voltage range for battery remaining calculation
2016-01-11 12:41:50 -06:00
Juan Risso
26ab32565b
Increased delay to mark device as offline
2016-01-08 16:01:57 -05:00
hyeon seok yang
c20026b376
MSA-786: Description from the app : "With visible realtime energy usage status, have good energy habits and enrich your life"
...
This app is specialized to show energy data which was grabbed from Encored Technologies' device that user installed at their home.
2016-01-08 16:01:05 +09:00
Tom Manley
9733947fea
arrival: Add support for ZigBee HA arrival sensor
...
Resolves:
https://smartthings.atlassian.net/browse/DVCSMP-1305
https://smartthings.atlassian.net/browse/DVCSMP-1322
2016-01-07 14:30:04 -06:00