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
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
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
Matt Nohr
cd81871f90
Update the background image for arrival devices
2015-10-14 12:00:26 -05: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
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
Donald C. Kirker
7bb6f67dbc
MSA-603: Submission of Keen code to new SmartThings repo.
2015-10-05 16:26:47 -05: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
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
Warodom Khamphanchai
8040ddd6f7
Z-Wave Water Valve: remove fingerprint from fortrezz, automatic refresh when join, remove manufacturerSpecificGet from poll()
2015-09-29 16:21:08 -07:00
Matt Nohr
c76a2e807b
CREX-3460 Update educational DGSE content with new assets
2015-09-29 09:46:32 -05:00
Warodom Khamphanchai
617d53da43
Z-Wave Water Valve: initial device type
2015-09-28 14:54:42 -07:00
bflorian
148ee3521d
Merge of juano2310-PR_Hue_Final master with conflicts in hue bridge and connect app
2015-09-10 22:16:05 -04:00
Vinay Rao
7e26fd1040
Merge pull request #115 from workingmonk/nyce_names
...
Giving nice names to NYCE sensors
2015-09-10 12:09:41 -07:00
Vinay Rao
a244808073
Merge pull request #113 from workingmonk/configure_errors
...
[DVCSMP-1005] Updating Device Config
2015-09-10 12:08:03 -07:00
Vinay Rao
01b2f57d7a
Merge pull request #112 from workingmonk/temp_humidity_sensor
...
Improving the stability and reliability of the temp humidity sensor
2015-09-10 10:02:01 -07:00
Vinay Rao
ab00d703bf
endpoint addition and binding fixes
2015-09-10 09:59:14 -07:00
Vinay Rao
6c3a7886ed
adding endpoint to make it consistent.
2015-09-10 09:54:49 -07:00
Vinay Rao
324d9bf780
Giving nice names to NYCE sensors
...
Updating the custom names for models after I added the deviceJoinName capability to fingerprint last week.
2015-09-09 21:51:38 -07:00
Vinay Rao
eb8d861c6c
Updating Device Config
...
Making sure that the bind commands are before the reporting
2015-09-09 19:05:17 -07:00
SmartThings, Inc.
99a4d75e4b
Merge pull request #78 from SmartThingsCommunity/MSA-52-3
...
Merged publication request 'Fidure A1730 Series Thermostat Device Type'
2015-09-09 20:55:53 -05:00
Vinay Rao
d601484398
Improving the stability and reliability of the temp humidity sensor
...
1. Humidity and Temp reports back at least every hour IF no change, every 30 second if changes are continuous
2. Battery reports every 6 hours. can't set to 24hours because of int16 limit
2015-09-09 15:58:47 -07:00
bflorian
a3fbc8ebd8
Mod to OSRAM to address version control issue.
2015-09-09 08:48:29 -04:00
bflorian
1c327d1433
Merge branch 'production'
...
# Conflicts:
# smartapps/smartthings/lifx-connect.src/lifx-connect.groovy
2015-09-09 08:30:56 -04:00
Bob Florian
deee914573
Aeon home energy meter (graphing version) updates from production
2015-09-09 08:25:17 -04:00
Juan Pablo Risso
0cf90064ec
Removed switch capability from Bridge
2015-09-08 14:42:16 -04:00
Juan Pablo Risso
0497660ab5
Hue Removed deprecated tiles
2015-09-08 14:34:55 -04:00
Juan Pablo Risso
6005f7266e
Removed deprecated tiles
2015-09-08 14:33:42 -04:00
Juan Pablo Risso
29f94ee6ac
Hue update to match the new UI (Lux Bulb)
2015-09-08 14:00:14 -04:00
Juan Pablo Risso
8929673ff0
Hue update to match the new UI (Bulb)
2015-09-08 13:59:46 -04:00
Juan Pablo Risso
94228c258a
Hue update to match the new UI (Bridge)
2015-09-08 13:59:25 -04:00