Peter Alvmo
513eb84567
MSA-2140: MQTT Bridge to Home Assistant
2017-08-01 05:34:41 -07:00
Vinay Rao
215253d6d3
Merge pull request #2193 from SmartThingsCommunity/staging
...
Rolling down staging to master
2017-07-25 16:46:35 -07:00
Jack Chi
47eedf5770
Merge pull request #2170 from pchomal/hc_changes
...
[DHF-14][DHF-15] Updated comments & rectified typo
2017-07-25 12:25:38 +05:30
Luke Ness
3d0dbc57a1
Merge pull request #2100 from gausnes/ZwaveSirenFix
...
BatteryGet has a format method not property
2017-07-24 16:05:36 -05:00
Vinay Rao
d2b16ab9c4
Merge pull request #2186 from larsfinander/DVCSMP-2864_OpenT2T_Update_to_7_17_submission_staging
...
DVCSMP-2864 OpenT2T: Update to 7/17 submission
2017-07-24 10:42:47 -07:00
Lars Finander
7297ad2622
DVCSMP-2864 OpenT2T: Update to 7/17 submission
2017-07-24 11:21:11 -06:00
Ingvar Marstorp
6b4309fa95
ICP-1103, ICP-1125, ICP-1194 CT Thermostat issues ( #2181 )
...
* ICP-1103, ICP-1125, ICP-1194 CT Thermostat issues
- Added modes and changed mode names to reflect specification in thermostat capability
- Changed how device is initialized poll by sending all commands separated by 3 seconds
instead of sending a request and on its response send the next. This to give all
commands a chance in case one is dropped by the network.
- Reduced the time from 30 to 1 second between setting and requesting a setpoint
using the setHeating/setCooling method. This is now the same as changing using
the ST DTH tiles.
- Also modified the UI to use the multi attribute tile and using arrows instead of sliders
for changing setpoints.
* Update ct100-thermostat.groovy
2017-07-21 17:27:46 -07:00
Vinay Rao
3d0fb9cdde
Merge pull request #2169 from jackchi/health-aeon
...
[DHF-31] [DHF-32] Device Health Aeon MultiSensor checkInterval fix
2017-07-21 15:39:10 -07:00
Vinay Rao
f0f72b2bce
Merge pull request #2130 from dkirker/ICP-1075-ICP-1215
...
ICP-1075, ICP-1215 Separate ZSMOKE from ZCOMBO and default detector DTH (assume supports smoke+CO if no explicit fingerprint), set initial states to clear
2017-07-21 13:44:01 -07:00
Vinay Rao
19de3e0145
Merge pull request #2157 from jackchi/spruce-sensor-icon
...
[MOB-3453] Update Spruce sensor icon
2017-07-20 23:13:01 -07:00
jackchi
a06aff2bbb
[MOB-3453] Update Spruce Sensor icon
2017-07-21 11:31:26 +05:30
Donald Kirker
dfad749e3c
ICP-1075, ICP-1215 Separate ZSMOKE from ZCOMBO and default detector DTH (assume supports smoke+CO if no explicit fingerprint), set initial states to clear
2017-07-20 00:54:58 -07:00
piyush.c
f96ae94d12
[DHF-14][DHF-15] Health Check Aeon Key Fob and Aeon Minimote
2017-07-19 14:18:32 +05:30
jackchi
748529b81b
[DHF-31] [DHF-32] Device Health Aeon MultiSensor checkInterval fix
2017-07-18 12:46:04 -07:00
Vinay Rao
de5f0683d3
Merge pull request #2168 from SmartThingsCommunity/staging
...
Rolling down staging to master
2017-07-18 12:24:01 -07:00
Vinay Rao
36e63133fc
Merge pull request #2146 from marstorp/icp1148HoneywellZwave
...
ICP-1148 Support Thermostat Dynamic data
2017-07-17 15:45:19 -07:00
Vinay Rao
838c466312
Merge pull request #2158 from varzac/smartsense-battery-updates
...
[DVCSMP-2811] Update ranges for centralite battery values
2017-07-14 14:37:45 -07:00
Zach Varberg
97bfe61baa
Update ranges for centralite battery values
...
This just updates the range to be more conservative as well as match the
battery curve better.
2017-07-14 11:39:48 -05:00
Vinay Rao
34df40d5b4
Merge pull request #2155 from jackchi/health-aeon6
...
[DHF-24] Fix Aeon MultiSensor6 OFFLINE issue
2017-07-12 14:29:03 -07:00
jackchi
545be046f0
[DHF-24] Update Aeon Multi6 to 2hr2min
2017-07-11 17:05:42 -07:00
Vinay Rao
a5041e0fcb
Merge pull request #2154 from SmartThingsCommunity/master
...
Rolling up staging to master
2017-07-11 14:03:19 -07:00
Vinay Rao
5beae1d9fc
Merge pull request #2150 from SmartThingsCommunity/staging
...
Rolling down staging to master
2017-07-07 16:06:50 -07:00
Vinay Rao
e5738978b0
Merge pull request #850 from workingmonk/feature/new_button_methods
...
DVCSMP-1741 Changes to button controller to read number of buttons from the dth
2017-07-07 14:38:39 -07:00
Jack Chi
07064eb8cc
Merge pull request #2148 from natec007/MSA-2084-5
...
MSA-2084: Spruce Sensor DTH new model and health check
2017-07-07 12:14:09 -07:00
natec007
f519a2d828
Update spruce-sensor.groovy
...
Removed checkInterval attribute
sendEvent(name: "checkInterval" already in updated and installed
2017-07-06 14:27:33 -07:00
Nathan Cauffman
4da49283bf
MSA-2084: Updated with new model number and health check
2017-07-06 13:22:12 -07:00
Bob Florian
7389edf795
Merge pull request #2140 from juano2310/lifx_not_null
...
ICP-507 - Replace location count null with 0
2017-07-06 08:29:58 -07:00
Brian Steere
23154372d2
Merge pull request #2141 from SmartThingsCommunity/every-element-update
...
Update Every Element with more accurate enum settings
2017-07-06 09:02:42 -05:00
juano2310
1b0437c633
ICP-507 - Replace location count null with 0
...
Updated with def count = options.size().toString()
2017-07-06 09:43:47 -04:00
Vinay Rao
b3d9578140
Merge pull request #2147 from dkirker/CSING-26
...
CSING-26 Send IAS Zone update request when refreshing for 1st party zigbee sensors
2017-07-05 22:43:38 -07:00
Donald Kirker
7549979be5
CSING-26 Send IAS Zone update request when refreshing for 1st party zigbee sensors.
2017-07-05 20:35:18 -07:00
marstorp
771926c337
ICP-1148 Support Thermostat Dynamic data
...
Adding support for dynamic thermostat and fan modes to TCC DTH.
Also replaced capability "Polling" with "Refresh" and runEvery5Minutes("refresh") as polling capability is unreliable.
Also removed capability "Relative Humidity Measurement" as Honeywell Z-Wave Thermostat (YTH8320ZW1007/U) doesn't support humidity.
2017-07-05 16:50:30 -07:00
Vinay Rao
f647be3a62
Merge pull request #2144 from SmartThingsCommunity/staging
...
Rolling down staging to master
2017-07-05 14:22:13 -07:00
Vinay Rao
d2f981fd34
Merge pull request #2142 from SmartThingsCommunity/production
...
Rolling down production to staging
2017-07-05 14:13:37 -07:00
Brian Steere
2536c69083
Update Every Element with more accurate enum settings
...
Added a couple of extra enum inputs to demonstrate additional states
2017-07-05 16:01:16 -05:00
Vinay Rao
a58dd2094d
Merge pull request #2137 from twack/update-gopher-water-valve-initail-state
...
(ICP-1050) Added check gopher valve initial state in installed()
2017-07-05 13:57:44 -07:00
twack
c549a5bed0
Added check valve initial state in installed()
2017-07-04 08:10:09 -07:00
Vinay Rao
ef5fffc4bc
Merge pull request #2133 from jackchi/health-dhf-16
...
[DHF-16] ZigBee Button Device Health Update
2017-06-30 11:17:31 -07:00
jackchi
c370e88a6b
[DHF-16] ZigBee Button Device Health Update
2017-06-30 10:44:20 -07:00
Vinay Rao
ce8c50c630
Merge pull request #2128 from marstorp/icp1148EcobeeHotfix
...
ICP-1148 Support Thermostat Dynamic data
2017-06-27 16:29:03 -07:00
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
Vinay Rao
4d61d28b42
Merge pull request #2127 from SmartThingsCommunity/master
...
Rolling up master to staging
2017-06-27 16:05:32 -07:00
Vinay Rao
4547d0543b
Merge pull request #2126 from SmartThingsCommunity/staging
...
Rolling down staging to master
2017-06-27 16:03:00 -07:00
Vinay Rao
6b1e41198c
Merge pull request #2125 from SmartThingsCommunity/staging
...
Rolling up staging to production
PROD_2017.06.27
2017-06-27 15:07:38 -07:00
Jack Chi
59e6f1251b
Merge pull request #2097 from skt123/zigbee_button
...
[DHF-16] Added Health Check Implementation for Zigbee Button.
2017-06-27 10:28:47 -07:00
sushant.k1
e8939a77d7
[DHF-16]
...
Added Health Check Implementation for Zigbee Button.
2017-06-27 19:12:35 +05:30
Vinay Rao
5aee3a1861
Merge pull request #2114 from marstorp/icp1148dynamicModeSupport
...
ICP-1148 Support Thermostat Dynamic data
2017-06-23 14:15:56 -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
Vinay Rao
f02428b99f
Merge pull request #2113 from larsfinander/DVCSMP-2702_smartpower-outlet_remove_light_staging
...
DVCSMP-2702 smartpower-outlet DTH incorrectly has capability.light
2017-06-22 12:25:26 -07:00
Lars Finander
34174b730c
DVCSMP-2702 smartpower-outlet DTH incorrectly has capability.light
2017-06-22 13:13:08 -06:00