piyush.c
0d4b681971
[DVCSMP-2438] Standardize Page 1 of DTH UX Improvements
2017-02-20 15:35:27 +05:30
Jack Chi
2a3c393534
Merge pull request #1670 from pchomal/devicefiltering1
...
[DVCSMP-2436] DTH Device Filtering change for Lifx Bulbs
2017-02-14 01:53:48 -08:00
Jack Chi
91763e7b4d
Merge pull request #1591 from parijatdas/leviton_receptacle
...
[CHF-504] [CHF-505] Implementation of HealthCheck for Leviton 5A Incandescent Switch (VRS05-1LZ) and Leviton 15A Split Duplex Receptacle (VRR15-1LZ)
2017-02-14 01:52:34 -08:00
piyush.c
bf45430061
[DVCSMP-2436] DTH Device Filtering change for Lifx Bulbs
2017-02-14 15:01:17 +05:30
Jack Chi
054ccbeffe
Merge pull request #1590 from pchomal/dimmerswitch_generic
...
[CHF-477] Health Check implementation for Z-Wave Dimmer Switch Generic
2017-02-13 14:22:54 -08:00
piyush.c
6e28d83e96
[CHF-477]
...
Health Check implementation for Z-Wave Dimmer Switch Generic
2017-02-13 12:36:32 +05:30
Vinay Rao
1611fd0144
Merge pull request #1640 from skt123/device_filtering_1
...
[CHANGE-840] Adding new capabilities to DTHs
2017-02-09 17:51:50 -06:00
Vinay Rao
c416c39ac4
Merge pull request #1639 from pchomal/devicefiltering1
...
[CHANGE-839] Adding New Capabilities (Light & Outlet)
2017-02-09 17:51:19 -06:00
Vinay Rao
459e69607b
Merge pull request #1654 from SmartThingsCommunity/staging
...
Rolling down staging to master
2017-02-07 14:23:24 -08:00
Zach Varberg
bf491270a9
Properly handle setLevel for zigbee-dimmer
...
This works around a few devices that use this DTH that do not properly
handle the setLevel command.
This resolves: https://smartthings.atlassian.net/browse/DPROT-242
2017-02-07 13:06:26 -06:00
Vinay Rao
d91c02b970
Merge pull request #1644 from varzac/fix-zigbee-dimmer-set-level
...
DPROT-238 Fix typo on toInteger zigbee dimmer power
2017-02-03 16:35:48 -08:00
Zach Varberg
e019d22aff
Fix typo on toInteger zigbee dimmer power
...
This relates to: https://smartthings.atlassian.net/browse/DPROT-238
2017-02-03 16:22:20 -06:00
Vinay Rao
900ab9f70e
Merge pull request #1638 from dkirker/DEVC-488
...
DEVC-488 Add fingerprint for DL15S In-wall Switch
2017-02-03 13:53:48 -08:00
Vinay Rao
a8f95cc0b9
Merge pull request #1636 from workingmonk/bug/zigbee_button_iris
...
DVCSMP-2391 Iris 4 button device mapping to button 1 only
2017-02-03 13:51:07 -08:00
Zach Varberg
16d7da81f1
Remove calls to ZoneType19 methods
...
We want to move toward the deprecation of these methods, and it starts
with the removal of calls to those methods from our DTHs.
This relates to: https://smartthings.atlassian.net/browse/DPROT-167
2017-02-03 13:37:25 -06:00
Zach Varberg
1800ea2bad
Manually call on with setLevel
...
This is to work around misbehaving devices that don't properly honor the
move to level with on off command.
This resolves: https://smartthings.atlassian.net/browse/DPROT-238
2017-02-03 13:01:05 -06:00
sushant.k1
f164b8832c
[CHANGE-840]
...
Added new capabilities for following DTHs:
1. Dimmer Switch
2. Zigbee RGB Bulb
3. Zigbee Dimmer
2017-02-03 16:33:30 +05:30
piyush.c
2d3fa22e07
[CHANGE-839]
...
Adding New Capabilities (Light & Outlet) to the DTHs
2017-02-03 16:22:56 +05:30
Donald Kirker
54a4620c9b
DEVC-488 Add fingerprint for DL15S In-wall Switch
2017-02-02 22:00:49 -08:00
Vinay Rao
8e6d009d67
changes suggested by Tom and Zach
2017-02-02 18:52:23 -08:00
Vinay Rao
d8c89f6c6a
DVCSMP-2391 Iris 4 button device mapping to button 1 only
2017-02-02 18:10:34 -08:00
Zach Varberg
1e02387387
Update to use multi attr parsing in zigbee library
...
With the addition of the ability for parseDescriptionAsMap to hanle the
return of multiple read attribute responses, we can be a little more
explicit with how we interpret and parse the responses.
2017-02-01 09:12:17 -06:00
Zach Varberg
65d4a811b0
Clean up smartsense DTHs
...
This continues an effort to clean up the SmartSense DTHs and move as
much of the logic as possible into the library. This simplifies the DTH
and has the advantage of having only a single location where issues need
to be fixed.
2017-02-01 09:12:15 -06:00
Zach Varberg
db4f161e5d
Update DTHs to use zigbee library
...
This change updates the core DTHs to use the
zigbee library where appropriate instead of having its own zigbee
command strings.
2017-02-01 09:08:08 -06:00
Zach Varberg
be2e19e406
Manually refresh on/off status after setLevel
...
This is because ZLL bulbs do not report or allow for configuration of
reporting of attributes. As a result if we change a value, we have to
manually call a read of that attribute to update our status.
This is a part of: https://smartthings.atlassian.net/browse/DPROT-227
2017-01-26 11:27:51 -06:00
Vinay Rao
c650047f31
ICP-203 Adding Light Capability to hue lights
2017-01-25 04:12:42 -08:00
Vinay Rao
eb4d5dcfb8
Merge pull request #1613 from SmartThingsCommunity/staging
...
Rolling down staging hotfix to master
2017-01-24 13:19:33 -08:00
Vinay Rao
fd1ad51880
Merge branch 'staging' into production
2017-01-24 12:48:21 -08:00
Donald Kirker
a36500a216
DEVC-490: Add Leviton Dimmer DL1KD fingerprint
2017-01-23 11:45:05 -08:00
Juan Pablo Risso
445c115c14
DVCSMP-2324 - Centralite Thermostat handle multiple attributes ( #1606 )
...
- Curly braces
- remove parseDescriptionAsMap
- descMap to it
- Appended to the result list
- Convert to list and appended
2017-01-20 17:49:15 -05:00
juano2310
7648fd4a17
DVCSMP-2325 - Remove parse method from simulated Switch
...
sin string
2017-01-20 17:22:10 -05:00
Vinay Rao
de37d0c813
Device Certification approved new fingerprints
2017-01-19 14:38:59 -08:00
Parijat Das
61356ec8a7
Added fingerprints for the following devices:
...
1. Leviton 5A Incandescent Switch (VRS05-1LZ)
2. Leviton 15A Split Duplex Receptacle (VRR15-1LZ)
2017-01-17 19:17:41 +05:30
Vinay Rao
5ad20fbd2a
Merge pull request #1584 from SmartThingsCommunity/staging
...
Rolling down staging hotfix to master
2017-01-10 16:08:36 -08:00
Duncan McKee
f969027191
Add fingerprint for GE Smart Motion Sensor DEVC-533
2017-01-10 12:55:13 -05:00
Vinay Rao
8db0556696
Merge pull request #1562 from varzac/increase-delays
...
DPROT-223 Increase zigbee message delays
2017-01-10 09:35:46 -08:00
Juan Pablo Risso
5607a3e346
DVCSMP-2309 - Wemo Exceptions ( #1579 )
2017-01-10 12:29:53 -05:00
Vinay Rao
490ec329cb
Merge pull request #1570 from workingmonk/feature/iris_button
...
DEVC-520 DEVC-525 Adding Iris Button after clearing certification
2017-01-06 09:34:49 -08:00
Zach Varberg
930c4ed914
Increase zigbee message delays
...
This changes our smartsense DTHs that don't use the ZigBee library for
everything to have larger delays between ZigBee messages. This is to
reduce the network load to try to work around some of the poorer
behaving ZigBee routers we support.
This resolves: https://smartthings.atlassian.net/browse/DPROT-223
2017-01-06 10:45:13 -06:00
Vinay Rao
259516f21f
DEVC-520 DEVC-525 Adding Iris Button after clearing certification
2017-01-05 16:54:46 -08:00
Vinay Rao
b7a08a88e0
DEVC-518 Iris Smart Water Sensor
2017-01-05 16:41:50 -08:00
Jack Chi
c028515fcd
Merge pull request #1546 from skt123/dimmer_switch
...
[CHF-487] Health Check for Z-Wave Dimmer Switch
2016-12-29 10:29:43 -08:00
Jack Chi
751c98d123
Merge pull request #1550 from parijatdas/enerwave
...
[CHF-488] [CHF-489] [CHF-490] Implementation of HealthCheck for Enerwave Duplex Receptacle ZW15R, Enerwave On/Off Switch ZW15S and Leviton 15A Switch VRS15-1LZ
2016-12-29 10:27:18 -08:00
Parijat Das
9e10405527
Added fingerprints for the following devices:
...
1. Enerwave Duplex Receptacle ZW15R
2. Enerwave On/Off Switch ZW15S
3. Leviton 15A Switch VRS15-1LZ
2016-12-20 18:33:50 +05:30
sushant.k1
32ceaff54d
[CHF-487]
...
Added Health Check Implementation for:
1. 1,000-Watt In-Wall Smart Dimmer Switch (GE 12725)
2. In-Wall Smart Fan Control (GE 12730)
2016-12-20 12:08:16 +05:30
piyush.c
5b1da30a47
[CHF-477]
...
Health Check implementation for Z-Wave Dimmer Switch Generic with checkinterval of 32min
2016-12-20 10:39:08 +05:30
Vinay Rao
38ef9e5c77
Merge pull request #1517 from SmartThingsCommunity/production
...
Rolling down production hotfix to staging
2016-12-07 12:10:01 -08:00
Zach Varberg
9939591005
Don't use sendEvent for AppEngine parse events
...
With the changes made for
https://smartthings.atlassian.net/browse/DPROT-200 there were a few DTHs
that were using sendEvent to directly send events generated during
parse. However, because using sendEvent didn't result in parse
returning an event AppEngine would send the description up to the cloud
DTH to be handled. In some cases this resulted in multiple events for
the same device trigger.
This resolves: https://smartthings.atlassian.net/browse/DPROT-215
2016-12-01 14:52:24 -06:00
bflorian
3c5d727d4c
PROB-1426 adding logging to Life360
2016-11-28 16:00:42 -05:00
Vinay Rao
df6c815aa4
Merge pull request #1500 from SmartThingsCommunity/production
...
Rolling down production hotfix to staging
2016-11-28 10:34:01 -08:00