Juan Pablo Risso
6db15b12c1
Merge pull request #230 from juano2310/hue_ff
...
Fix DVCSMP-1227 & DVCSMP-1232
2015-10-30 15:08:26 -04:00
Warodom Khamphanchai
aa93850c62
Merge pull request #209 from kwarodom/aeonMultiSensor6
...
DVCSMP-668: Aeon Multi Sensor 6
2015-10-28 20:37:36 -07:00
Juan Pablo Risso
47210ca8b4
Fix to Hue reverts dimmer settings (DVCSMP-1227)
...
if you use the hue native app to adjust the dimmer setting, smartthings will reset the dimmer to previous value when toggling from ST app (and automations)
2015-10-28 14:12:35 -04:00
Warodom Khamphanchai
794ff6b68a
DVCSMP-668
...
- Show batteryStatus tile insteady of battery tile to be able to display both when sensor is USB powered or battery powered
- Remove background for illuminance. This can be added when we have best practice of showing colors for lux.
- Instead of using powerSupply:failed, configurationGet cmd is sent and then the configure() is triggered by configurationReport to determine powerSupply (USB Cable/Battery)
- Instead of querying battery level on wake up, battery report is put in association group 2 that is configured to report every 6 hours by default
- Update configure() to send both unsecure and secure configuration commands when sensor is joined normally or securely
2015-10-21 15:48:31 -07:00
Warodom Khamphanchai
ef21fd4257
DVCSMP-668
...
The following changes has been made to the original Aeon Multisensor device type handler to improve and modernize it:
1. Add "powerSupply" attribute to be able to tell power source (USB Cable/Battery)
2. Add preference page for user to customize "motion delay time", "motion sensitivity", and "sensor report interval"
3. Add color backgroud of "illuminance" value tile
4. Add tile for "ultravioletIndex"
5. Add tile for "powerSupply"
6. Modify updated() to be able to send configuration commands to sensor whether it is powered by USB cable or battery
7. When battery operated, send command to get update battery level if it hasn't been reported for a while
8. Report MSR of the sensor
9. Add handle for ConfigurationReport command class to update the "powerSupply" tile and change opetion mode of the sensor accordingly
10. Update configure() to configure parameters changed by user in preference page
11. Take out the "Configure" tile and instead send the configuration commands on every wakeup (sensor is battey powered)
2015-10-21 15:48:31 -07:00
Kristofer Schaller
1965f10584
Merge pull request #192 from tslagle13/master
...
Fix requirement for SMS
2015-10-20 13:42:08 -07:00
Warodom Khamphanchai
9c9fba0939
Merge pull request #193 from kwarodom/newDimmerSwitch
...
Refactor and update z-wave dimmer-switch DTH
2015-10-19 15:38:41 -07:00
Vinay Rao
725f9ebec7
Merge pull request #204 from workingmonk/white_color_temp
...
Generic ZigBee White color temp
2015-10-19 14:40:37 -07:00
Vinay Rao
e217805d98
generic device type for zigbee color temperature bulb
2015-10-19 14:39:44 -07:00
bflorian
ff39270ba4
Removed accidentally added device type
2015-10-16 17:21:59 -07:00
Tom Manley
d2ece83b47
Merge pull request #198 from tpmanley/feature/yale-lock
...
Added fingerprint for Yale YRL220 lock to ZigBee Lock DTH [DVCSMP-101]
2015-10-16 16:47:25 -05:00
Tom Manley
66dbc02274
Added fingerprint for Yale YRL220 lock to ZigBee Lock DTH [DVCSMP-101]
2015-10-16 16:45:32 -05:00
Warodom Khamphanchai
5f899a48d0
Merge pull request #135 from kwarodom/fibaroSmokeSensor
...
Fibaro Smoke Sensor: initial device type
2015-10-16 12:34:44 -07:00
Warodom Khamphanchai
72899ee036
Fibaro Smoke Sensor: fix request to get batteryreport after device is configured
2015-10-16 12:18:43 -07:00
Warodom Khamphanchai
9ff67e9e17
Fibaro Smoke Sensor: send commands to update tiles during joining process, add save nav operator to MSR
2015-10-16 11:27:30 -07:00
Warodom Khamphanchai
f6791d1744
Fibaro Smoke Sensor: initial device type
...
Fibaro Smoke Sensor: remove CO capability, set default temp report interval, check MSR
2015-10-16 11:27:30 -07:00
Matthew Nohr
8f31b48974
Merge pull request #191 from mrnohr/arrival-colors
...
CREX-2981 Update the background image for arrival devices
2015-10-16 09:44:21 -05:00
Vinay Rao
b6dd5168d1
Merge pull request #195 from workingmonk/improved_switch
...
Improved Switch DTH
2015-10-15 14:21:35 -07:00
Vinay Rao
8a37d5715a
Merge pull request #194 from workingmonk/improved_dimmer
...
Improved dimmer
2015-10-15 14:16:54 -07:00
Vinay Rao
4ef1d12c61
updated config with updated requirements
2015-10-15 14:11:07 -07:00
Vinay Rao
045a024bca
removing the simulator from the power DTH
2015-10-15 14:07:18 -07:00
Vinay Rao
4d5bf094aa
Updates based on the cloud methods
2015-10-14 18:54:57 -07:00
Warodom Khamphanchai
9d016839c8
Refactor and update dimmer-swith DTH
2015-10-14 16:10:51 -07:00
Vinay Rao
e4ce916d8f
Merge pull request #158 from tpmanley/feature/zigbee-lock
...
Generic ZigBee lock DTH with support for Yale touchscreen lever lock
2015-10-14 15:42:41 -07:00
Tom Manley
d6668a1e86
Generic ZigBee lock DTH w/ support for Kwikset models 910, 912, 914 and 916
...
This version does not have support for configuring door lock codes.
[DVCSMP-1030] ZigBee Kwikset Lock support
2015-10-14 17:08:01 -05:00
tslagle13
ecb975540b
Fix requirement for SMS
...
Removed requirement to provide a SMS number is the user does not have contacts. Add logic to verify a number was provided before sending SMS.
2015-10-14 10:05:02 -07:00
Matt Nohr
cd81871f90
Update the background image for arrival devices
2015-10-14 12:00:26 -05:00
Kristofer Schaller
73415f59e1
Merge pull request #150 from tslagle13/MSA-589-9
...
MSA-589: Routine Director
2015-10-13 16:13:42 -07:00
SmartThings, Inc.
30fdb92141
Merge pull request #148 from tslagle13/MSA-588-8
...
Merged publication request 'Hello, Home Phrase Director'
2015-10-13 18:13:22 -05:00
Vinay Rao
587b3295ae
Merge pull request #186 from SmartThingsCommunity/sensor_name_missing
...
[DVCSMP-1164] Sensor name not shown
2015-10-12 12:52:27 -07:00
Vinay Rao
9538df65e5
[DVCSMP-1164] Sensor name not shown
...
During acceleration events, the sensor name is not shown.
2015-10-12 10:52:53 -07:00
Juan Pablo Risso
6854665f68
Merge pull request #177 from juano2310/Zen_PR
...
Adds capabilities "Temperature Measurement" and "Relative Humidity Me…
2015-10-09 13:29:31 -04:00
Juan Pablo Risso
2534afbf81
Removed Humidity
2015-10-09 12:39:26 -04:00
Juan Pablo Risso
eb3d0c2874
Adds capabilities "Temperature Measurement" and "Relative Humidity Measurement"
2015-10-09 12:34:58 -04:00
SmartThings, Inc.
5f85cd2873
Merge pull request #172 from SmartThingsCommunity/MSA-603-7
...
Merged publication request 'Keen Vent'
2015-10-05 16:28:52 -05:00
Donald C. Kirker
7bb6f67dbc
MSA-603: Submission of Keen code to new SmartThings repo.
2015-10-05 16:26:47 -05:00
Kristofer Schaller
05cf0a0cb1
Merge pull request #170 from davidsulpy/master
...
Fixed a potential bug if a InitialState SmartApp hasn't been updated
2015-10-05 11:39:31 -07:00
David Sulpy
f012419710
added an initialization of the atomicState.eventBuffer if the eventBuffer is null when handling an event
2015-10-04 20:19:11 -05:00
bflorian
239f771ac1
Merge pull request #163 from SmartThingsCommunity/hue-mac-check
...
Handle incorrect mac address reporting
2015-10-02 07:19:52 -07:00
adam
87b6715a00
Handle incorrect mac address reporting
2015-10-02 09:07:06 -05:00
Juan Pablo Risso
d6a96317bf
Merge pull request #155 from juano2310/R_hue_bulbs
...
Hue - Fix bulb discovery
2015-10-01 11:00:46 -04:00
Vinay Rao
6d64212c93
Merge pull request #160 from workingmonk/ge_link_level_fix
...
AppEngine issue with state syncing handled here.
2015-09-30 15:03:11 -07:00
Vinay Rao
088e746f99
AppEngine issue with state syncing handled here.
2015-09-30 15:00:17 -07:00
Kris Schaller
c26701383e
Removing weatherbug first submission because namespace issue
2015-09-30 14:35:29 -07:00
SmartThings, Inc.
0b8f1d0168
Merge pull request #159 from SmartThingsCommunity/MSA-594-2
...
Merged publication request 'Weather Bug Submission v2'
2015-09-30 16:34:06 -05:00
Kris Schaller
b78337c96b
MSA-594: New submission to fix namespace
2015-09-30 16:33:03 -05:00
SmartThings, Inc.
9fcd327da2
Merge pull request #156 from SmartThingsCommunity/MSA-592-1
...
Merged publication request 'WeatherBug Home Connect'
2015-09-30 16:03:12 -05:00
Edward Dingels
c3ce69994e
Modifying 'WeatherBug Home Connect'
2015-09-30 15:07:27 -05:00
Warodom Khamphanchai
5bd03d1914
Merge pull request #143 from kwarodom/zwaveWaterValve
...
Z-Wave Water Valve: initial device type
2015-09-30 10:51:13 -07:00
Matthew Nohr
950780d30c
Merge pull request #153 from mrnohr/crex3460-educational-content-updates
...
CREX-3460 Update educational DGSE content with new assets
2015-09-29 19:51:45 -05:00