From ced03d746d9905e87beda8239161ace42987c139 Mon Sep 17 00:00:00 2001 From: "sushant.k1" Date: Wed, 14 Sep 2016 15:39:54 +0530 Subject: [PATCH] Added Readme files for the following devices: 1. OSRAM Lightify LED On/Off/Dim 2. OSRAM Lightify LED RGBW 3. OSRAM Lightify Tunable 60 White Modified Readme files for the following devices: 1. SmartSense Moisture Sensor 2. SmartSense Temp/Humidity Sensor 3. SmartSense Multi Sensor 4. SmartSense Open/closed Sensor 5. SmartPower Outlet 6. Connected Cree Bulb 7. SmartSense Motion Sensor Added Readme files for the following devices: 1. OSRAM Lightify LED On/Off/Dim 2. OSRAM Lightify LED RGBW 3. OSRAM Lightify Tunable 60 White Modified Readme files for the following devices: 1. SmartSense Moisture Sensor 2. SmartSense Temp/Humidity Sensor 3. SmartSense Multi Sensor 4. SmartSense Open/closed Sensor 5. SmartPower Outlet 6. Connected Cree Bulb 7. SmartSense Motion Sensor Added Readme files for the following devices: 1. OSRAM Lightify LED On/Off/Dim 2. OSRAM Lightify LED RGBW 3. OSRAM Lightify Tunable 60 White Modified Readme files for the following devices: 1. SmartSense Moisture Sensor 2. SmartSense Temp/Humidity Sensor 3. SmartSense Multi Sensor 4. SmartSense Open/closed Sensor 5. SmartPower Outlet 6. Connected Cree Bulb 7. SmartSense Motion Sensor Added Readme files for the following devices: 1. OSRAM Lightify LED On/Off/Dim 2. OSRAM Lightify LED RGBW 3. OSRAM Lightify Tunable 60 White Modified Readme files for the following devices: 1. SmartSense Moisture Sensor 2. SmartSense Temp/Humidity Sensor 3. SmartSense Multi Sensor 4. SmartSense Open/closed Sensor 5. SmartPower Outlet 6. Connected Cree Bulb 7. SmartSense Motion Sensor --- .../smartthings/cree-bulb.src/README.md | 6 +-- .../smartpower-outlet.src/README.md | 6 +-- .../smartsense-moisture-sensor.src/README.md | 6 +-- .../smartsense-motion-sensor.src/README.md | 6 +-- .../smartsense-multi-sensor.src/README.md | 6 +-- .../README.md | 6 +-- .../README.md | 6 +-- .../smartthings/zigbee-dimmer.src/.st-ignore | 2 + .../smartthings/zigbee-dimmer.src/README.md | 36 ++++++++++++++++ .../zigbee-dimmer.src/zigbee-dimmer.groovy | 2 +- .../zigbee-rgbw-bulb.src/.st-ignore | 2 + .../zigbee-rgbw-bulb.src/README.md | 42 +++++++++++++++++++ .../zigbee-rgbw-bulb.groovy | 2 +- .../.st-ignore | 2 + .../README.md | 37 ++++++++++++++++ ...zigbee-white-color-temperature-bulb.groovy | 2 +- 16 files changed, 144 insertions(+), 25 deletions(-) create mode 100644 devicetypes/smartthings/zigbee-dimmer.src/.st-ignore create mode 100644 devicetypes/smartthings/zigbee-dimmer.src/README.md create mode 100644 devicetypes/smartthings/zigbee-rgbw-bulb.src/.st-ignore create mode 100644 devicetypes/smartthings/zigbee-rgbw-bulb.src/README.md create mode 100644 devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/.st-ignore create mode 100644 devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/README.md diff --git a/devicetypes/smartthings/cree-bulb.src/README.md b/devicetypes/smartthings/cree-bulb.src/README.md index 2b8093c..67f9699 100644 --- a/devicetypes/smartthings/cree-bulb.src/README.md +++ b/devicetypes/smartthings/cree-bulb.src/README.md @@ -23,10 +23,8 @@ Works with: ## Device Health -A Category C6 Connected Cree LED Bulb with maxReportTime of 10 min. -Check-in interval is double the value of maxReportTime for Zigbee device. -This gives the device twice the amount of time to respond before it is marked as offline. -Check-in interval = 2*10 = 20 min +A Category C6 Connected Cree LED Bulb with maxReportTime of 5 mins. +Check-in interval = 12 mins ## Troubleshooting diff --git a/devicetypes/smartthings/smartpower-outlet.src/README.md b/devicetypes/smartthings/smartpower-outlet.src/README.md index 4dda7bf..3a5fddb 100644 --- a/devicetypes/smartthings/smartpower-outlet.src/README.md +++ b/devicetypes/smartthings/smartpower-outlet.src/README.md @@ -23,10 +23,10 @@ Works with: ## Device Health -A Category C1 smart power outlet with maxReportTime of 10 min. -Check-in interval is double the value of maxReportTime for Zigbee device. +A Category C1 smart power outlet with maxReportTime of 5 mins. +Check-in interval is double the value of maxReportTime. This gives the device twice the amount of time to respond before it is marked as offline. -Check-in interval = 2*10 = 20 min +Check-in interval = 12 mins ## Troubleshooting diff --git a/devicetypes/smartthings/smartsense-moisture-sensor.src/README.md b/devicetypes/smartthings/smartsense-moisture-sensor.src/README.md index c346957..401a7e5 100644 --- a/devicetypes/smartthings/smartsense-moisture-sensor.src/README.md +++ b/devicetypes/smartthings/smartsense-moisture-sensor.src/README.md @@ -23,10 +23,10 @@ Works with: ## Device Health -A Category C2 moisture sensor with maxReportTime of 1 hr. -Check-in interval is double the value of maxReportTime for Zigbee device. +A Category C2 moisture sensor with maxReportTime of 5 mins. +Check-in interval is double the value of maxReportTime. This gives the device twice the amount of time to respond before it is marked as offline. -Check-in interval = 2*60 = 120 min +Check-in interval = 12 mins ## Battery Specification diff --git a/devicetypes/smartthings/smartsense-motion-sensor.src/README.md b/devicetypes/smartthings/smartsense-motion-sensor.src/README.md index d177cc6..adcac31 100644 --- a/devicetypes/smartthings/smartsense-motion-sensor.src/README.md +++ b/devicetypes/smartthings/smartsense-motion-sensor.src/README.md @@ -22,10 +22,10 @@ Works with: ## Device Health -A Category C2 motion sensor with maxReportTime of 1 hr. -Check-in interval is double the value of maxReportTime for Zigbee device. +A Category C2 motion sensor with maxReportTime of 5 mins. +Check-in interval is double the value of maxReportTime. This gives the device twice the amount of time to respond before it is marked as offline. -Check-in interval = 2*60 = 120 min +Check-in interval = 12 mins ## Battery Specification diff --git a/devicetypes/smartthings/smartsense-multi-sensor.src/README.md b/devicetypes/smartthings/smartsense-multi-sensor.src/README.md index 809a192..591475c 100644 --- a/devicetypes/smartthings/smartsense-multi-sensor.src/README.md +++ b/devicetypes/smartthings/smartsense-multi-sensor.src/README.md @@ -26,10 +26,10 @@ Works with: ## Device Health -A Category C2 multi sensor with maxReportTime of 1 hr. -Check-in interval is double the value of maxReportTime for Zigbee device. +A Category C2 multi sensor with maxReportTime of 5 mins. +Check-in interval is double the value of maxReportTime. This gives the device twice the amount of time to respond before it is marked as offline. -Check-in interval = 2*60 = 120 min +Check-in interval = 12 mins ## Battery Specification diff --git a/devicetypes/smartthings/smartsense-open-closed-sensor.src/README.md b/devicetypes/smartthings/smartsense-open-closed-sensor.src/README.md index 4cf3bf3..c9454c5 100644 --- a/devicetypes/smartthings/smartsense-open-closed-sensor.src/README.md +++ b/devicetypes/smartthings/smartsense-open-closed-sensor.src/README.md @@ -24,10 +24,10 @@ Works with: ## Device Health -A Category C2 open/closed sensor with maxReportTime of 1 hr. -Check-in interval is double the value of maxReportTime for Zigbee device. +A Category C2 open/closed sensor with maxReportTime of 5 mins. +Check-in interval is double the value of maxReportTime. This gives the device twice the amount of time to respond before it is marked as offline. -Check-in interval = 2*60 = 120 min +Check-in interval = 12 mins ## Battery Specification diff --git a/devicetypes/smartthings/smartsense-temp-humidity-sensor.src/README.md b/devicetypes/smartthings/smartsense-temp-humidity-sensor.src/README.md index 3d6d3c8..b24396a 100644 --- a/devicetypes/smartthings/smartsense-temp-humidity-sensor.src/README.md +++ b/devicetypes/smartthings/smartsense-temp-humidity-sensor.src/README.md @@ -24,10 +24,10 @@ Works with: ## Device Health -A Category C2 SmartSense Temp/Humidity Sensor with maxReportTime of 1 hr. -Check-in interval is double the value of maxReportTime for Zigbee device. +A Category C2 SmartSense Temp/Humidity Sensor with maxReportTime of 5 mins. +Check-in interval is double the value of maxReportTime. This gives the device twice the amount of time to respond before it is marked as offline. -Check-in interval = 2*60 = 120 min +Check-in interval = 12 mins ## Battery Specification diff --git a/devicetypes/smartthings/zigbee-dimmer.src/.st-ignore b/devicetypes/smartthings/zigbee-dimmer.src/.st-ignore new file mode 100644 index 0000000..f78b46e --- /dev/null +++ b/devicetypes/smartthings/zigbee-dimmer.src/.st-ignore @@ -0,0 +1,2 @@ +.st-ignore +README.md diff --git a/devicetypes/smartthings/zigbee-dimmer.src/README.md b/devicetypes/smartthings/zigbee-dimmer.src/README.md new file mode 100644 index 0000000..35997a5 --- /dev/null +++ b/devicetypes/smartthings/zigbee-dimmer.src/README.md @@ -0,0 +1,36 @@ +# OSRAM Lightify LED On/Off/Dim + + + +Works with: + +* [OSRAM Lightify LED On/Off/Dim](https://shop.smartthings.com/#!/products/osram-led-smart-bulb-on-off-dim) + +## Table of contents + +* [Capabilities](#capabilities) +* [Health](#device-health) +* [Battery](#battery-specification) + +## Capabilities + +* **Actuator** - represents that a Device has commands +* **Configuration** - _configure()_ command called when device is installed or device preferences updated +* **Refresh** - _refresh()_ command for status updates +* **Switch** - can detect state (possible values: on/off) +* **Switch Level** - represents current light level, usually 0-100 in percent +* **Health Check** - indicates ability to get device health notifications + +## Device Health + +A Category C1 Zigbee dimmer with maxReportTime of 5 mins. +Check-in interval is double the value of maxReportTime. +This gives the device twice the amount of time to respond before it is marked as offline. +Check-in interval = 12 mins + +## Troubleshooting + +If the device doesn't pair when trying from the SmartThings mobile app, it is possible that the device is out of range. +Pairing needs to be tried again by placing the device closer to the hub. +Other troubleshooting tips are listed as follows: +* [Troubleshooting:](https://support.smartthings.com/hc/en-us/articles/207191763-OSRAM-LIGHTIFY-LED-Smart-Connected-Light-A19-On-Off-Dim) diff --git a/devicetypes/smartthings/zigbee-dimmer.src/zigbee-dimmer.groovy b/devicetypes/smartthings/zigbee-dimmer.src/zigbee-dimmer.groovy index b977c8b..e739277 100644 --- a/devicetypes/smartthings/zigbee-dimmer.src/zigbee-dimmer.groovy +++ b/devicetypes/smartthings/zigbee-dimmer.src/zigbee-dimmer.groovy @@ -13,7 +13,7 @@ */ metadata { - definition (name: "ZigBee Dimmer", namespace: "smartthings", author: "SmartThings") { + definition (name: "ZigBee Dimmer", namespace: "smartthings", author: "SmartThings", category: "C1") { capability "Actuator" capability "Configuration" capability "Refresh" diff --git a/devicetypes/smartthings/zigbee-rgbw-bulb.src/.st-ignore b/devicetypes/smartthings/zigbee-rgbw-bulb.src/.st-ignore new file mode 100644 index 0000000..f78b46e --- /dev/null +++ b/devicetypes/smartthings/zigbee-rgbw-bulb.src/.st-ignore @@ -0,0 +1,2 @@ +.st-ignore +README.md diff --git a/devicetypes/smartthings/zigbee-rgbw-bulb.src/README.md b/devicetypes/smartthings/zigbee-rgbw-bulb.src/README.md new file mode 100644 index 0000000..abe51bb --- /dev/null +++ b/devicetypes/smartthings/zigbee-rgbw-bulb.src/README.md @@ -0,0 +1,42 @@ +# OSRAM LIGHTIFY LED RGBW Bulb + + + +Works with: + +* [OSRAM LIGHTIFY LED RGBW Bulb](https://support.smartthings.com/hc/en-us/articles/207728173-OSRAM-LIGHTIFY-LED-Smart-Connected-Light-A19-RGBW) + +## Table of contents + +* [Capabilities](#capabilities) +* [Health](#device-health) +* [Battery](#battery-specification) + +## Capabilities + +* **Actuator** - It represents that a device has commands. +* **Color Control** - It represents that the color attributes of a device can be controlled (hue, saturation, color value). +* **Color Temperature** - It represents color temperature capability measured in degree Kelvin. +* **Polling** - It represents that a device can be polled. +* **Switch** - can detect state (possible values: on/off) +* **Switch Level** - can detect current light level (0-100 in percent) +* **Configuration** - _configure()_ command called when device is installed or device preferences updated +* **Refresh** - _refresh()_ command for status updates +* **Health Check** - indicates ability to get device health notifications + + +## Device Health + +A Category C6 OSRAM LIGHTIFY LED RGBW Bulb with maxReportTime of 5 mins. +Check-in interval is double the value of maxReportTime. +This gives the device twice the amount of time to respond before it is marked as offline. +Check-in interval = 12 mins + + +## Troubleshooting + +If the device doesn't pair when trying from the SmartThings mobile app, it is possible that the device is out of range. +Pairing needs to be tried again by placing the device closer to the hub. +It may also happen that you need to reset the device. +Instructions related to pairing, resetting and removing the device from SmartThings can be found in the following link: +* [Troubleshooting Tips](https://support.smartthings.com/hc/en-us/articles/207728173-OSRAM-LIGHTIFY-LED-Smart-Connected-Light-A19-RGBW) \ No newline at end of file diff --git a/devicetypes/smartthings/zigbee-rgbw-bulb.src/zigbee-rgbw-bulb.groovy b/devicetypes/smartthings/zigbee-rgbw-bulb.src/zigbee-rgbw-bulb.groovy index 367e480..97e75fc 100644 --- a/devicetypes/smartthings/zigbee-rgbw-bulb.src/zigbee-rgbw-bulb.groovy +++ b/devicetypes/smartthings/zigbee-rgbw-bulb.src/zigbee-rgbw-bulb.groovy @@ -17,7 +17,7 @@ */ metadata { - definition (name: "ZigBee RGBW Bulb", namespace: "smartthings", author: "SmartThings") { + definition (name: "ZigBee RGBW Bulb", namespace: "smartthings", author: "SmartThings", category: "C6") { capability "Actuator" capability "Color Control" diff --git a/devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/.st-ignore b/devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/.st-ignore new file mode 100644 index 0000000..f78b46e --- /dev/null +++ b/devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/.st-ignore @@ -0,0 +1,2 @@ +.st-ignore +README.md diff --git a/devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/README.md b/devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/README.md new file mode 100644 index 0000000..3bd9229 --- /dev/null +++ b/devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/README.md @@ -0,0 +1,37 @@ +# OSRAM Lightify Tunable 60 White + + + +Works with: + +* [OSRAM Lightify Tunable 60 White](http://www.osram.com/osram_com/tools-and-services/tools/lightify---smart-connected-light/lightify-for-home---what-is-light-to-you/lightify-products/lightify-classic-a60-tunable-white/index.jsp) + +## Table of contents + +* [Capabilities](#capabilities) +* [Health](#device-health) +* [Battery](#battery-specification) + +## Capabilities + +* **Actuator** - represents that a Device has commands +* **Color Temperature** - represents color temperature, measured in degrees Kelvin. +* **Configuration** - _configure()_ command called when device is installed or device preferences updated. +* **Refresh** - _refresh()_ command for status updates +* **Switch** - can detect state (possible values: on/off) +* **Switch Level** - represents current light level, usually 0-100 in percent +* **Health Check** - indicates ability to get device health notifications + +## Device Health + +A Category C1 OSRAM Lightify Tunable 60 White with maxReportTime of 5 mins. +Check-in interval is double the value of maxReportTime. +This gives the device twice the amount of time to respond before it is marked as offline. +Check-in interval = 12 mins + +## Troubleshooting + +If the device doesn't pair when trying from the SmartThings mobile app, it is possible that the device is out of range. +Pairing needs to be tried again by placing the device closer to the hub. +Other troubleshooting tips are listed as follows: +* [Troubleshooting:](https://support.smartthings.com/hc/en-us/articles/204576454-OSRAM-LIGHTIFY-Tunable-White-60-Bulb) diff --git a/devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/zigbee-white-color-temperature-bulb.groovy b/devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/zigbee-white-color-temperature-bulb.groovy index 5a37fab..07cb8be 100644 --- a/devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/zigbee-white-color-temperature-bulb.groovy +++ b/devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/zigbee-white-color-temperature-bulb.groovy @@ -17,7 +17,7 @@ */ metadata { - definition (name: "ZigBee White Color Temperature Bulb", namespace: "smartthings", author: "SmartThings") { + definition (name: "ZigBee White Color Temperature Bulb", namespace: "smartthings", author: "SmartThings", category: "C1") { capability "Actuator" capability "Color Temperature"