Tyler Lange
a2e8a8303b
Merge pull request #480 from rboy1/patch-1
...
Bugfixes for codeReports and AlarmReport (Rboy1)
2016-02-11 13:46:40 -08:00
Lars Finander
56580634e8
Merge pull request #494 from larsfinander/wemo
...
Fixed ArrayIndexOutOfBoundsException
2016-02-11 10:14:46 -08:00
Lars Finander
a82717744e
DVCSMP-1480 Fixed ArrayIndexOutOfBoundsException
...
Fixed ArrayIndexOutOfBoundsException from events that lack values to some fields
in a few LAN Connect SmartApps.
2016-02-10 14:45:12 -08:00
Ben Boggess
3f89bbb6d9
Merge pull request #498 from SmartThingsCommunity/revert-490-boggess/convert_hexToSignedInt_to_method
...
Revert "Convert closure to method"
2016-02-10 10:50:12 -06:00
Ben Boggess
fe2b36cd30
Revert "Convert closure to method"
2016-02-10 10:46:48 -06:00
Ben Boggess
55c17383e1
Merge pull request #490 from boggebe/boggess/convert_hexToSignedInt_to_method
...
Convert closure to method
2016-02-10 06:53:31 -06:00
boggebe
bd9a1d1dc5
Closure was causing sandbox issues locally
2016-02-08 16:03:01 -06:00
Vinay Rao
a6bec43f2a
Merge pull request #474 from tpmanley/bugfix/multi_cmd_failure
...
multi: Fix occasional failures in sending ZigBee commands during configure
2016-02-02 23:04:58 -04:00
rboy1
6fe60146a4
Bugfixes for codeReports
...
1. Missing break in case 32 for AlarmReport
2. Bugfix - Not reporting all codes programmed into the lock causing SmartApps to fail while awaiting a codeReport notification (once a code is programmed into a lock it should be notified because there is no way to read back codes from the lock, apps awaiting a codeReport will go into an infinite programming loop to trying to update the codes and awaiting a codeReport notification indicating a successful programming)
2016-02-02 10:35:10 -05:00
Tom Manley
5ec82217ac
multi: Fix occasional failures in sending ZigBee commands during configure
...
The missing delay after some of the commands was sometimes causing the
ZigBee command to fail.
Resolves:
https://smartthings.atlassian.net/browse/DVCSMP-1225
2016-01-29 14:41:12 -06:00
Kristofer Schaller
3b89368d45
Merge pull request #467 from davidsulpy/master
...
New Initial State Event Streamer: removed buffering and sched-tasks
2016-01-25 13:08:51 -08:00
David Sulpy
12f6039de5
New Initial State Event Streamer: removed buffering and scheduled tasks for flushing buffer
2016-01-22 19:23:37 -06:00
Vinay Rao
65c9da32e7
Merge pull request #464 from workingmonk/smartpower_v1
...
[DVCSMP-1430] updating fingerprint for the problem device
2016-01-21 23:29:43 -08:00
Vinay Rao
7147770e2d
updating fingerprint for the problem device
2016-01-21 18:20:03 -08:00
Jason Botello
5eb33eca19
Merge pull request #387 from SmartThingsCommunity/MSA-757-1
...
MSA-757: Timevalve Smart
2016-01-20 16:25:05 -08:00
Jason Botello
ec321ce85d
Merge pull request #425 from hhhss91/MSA-786-1
...
MSA-786: Encored Technologies : Smart Energy Service
2016-01-20 16:24:46 -08:00
Jason Botello
7669bec0bc
Update timevalve-smart.groovy
...
Commenting out fingerprint temporarily to avoid potential conflicts with other devices as this devices is specifically for a Korean deployment in AP01 - see DVCSMP-1425
2016-01-20 16:17:32 -08:00
Steve Vlaminck
a20a58bd48
Merge pull request #458 from vlaminck/gentle-wake-up-controller
...
Added Gentle Wake Up controller, updated SmartApp
2016-01-20 14:03:12 -06:00
vlaminck
efabd07dea
Added Gentle Wake Up controller, updated SmartApp
2016-01-20 09:05:47 -06:00
Tyler Lange
1e55f62048
Merge pull request #454 from workingmonk/deprecate_osram_flex
...
deprecating this DTH as the fingerprints have been moved to ZigBee RGBW
2016-01-19 16:06:54 -08:00
Vinay Rao
12b18eae08
deprecating this DTH as the fingerprints have been moved to ZigBee RGBW Bulb
2016-01-19 16:02:35 -08:00
Tyler Lange
aad82e10ef
Merge pull request #451 from workingmonk/zigbee_color_bulb
...
Adding ZigBee RGBW DTH - generic ZigBee DTH for OSRAM Flex Strip, OSRAM A19 RGBW, OSRAM BR30 RGBW, OSRAM RT5/6
2016-01-19 15:55:07 -08:00
Vinay Rao
b11b362c60
Adding ZigBee RGBW DTH
2016-01-19 15:40:43 -08:00
Tom Manley
e1853b8e50
Merge pull request #443 from tpmanley/feature/sensor_updates
...
Feature/sensor updates
2016-01-19 13:43:40 -06:00
Tom Manley
968834e33e
Use table for battery voltage to percent remaining calculation
...
The new table based approach yields a more accurate battery percentage
remaining than the old linear calculation.
Resolves:
https://smartthings.atlassian.net/browse/SMJN-39
2016-01-19 13:40:02 -06:00
Tom Manley
e51a38eb28
Fix whitespace issues - no code changes
...
Replaced spaces with tabs for indentation and removed some unnecessary
white space.
2016-01-18 11:00:37 -06:00
Tom Manley
553b45a3f3
Merge pull request #441 from tpmanley/bugfix/arrival_readattr_events
...
arrival: Keep 'read attr' messages from being turned into events
2016-01-15 09:51:39 -06:00
Tom Manley
d9ab3bca00
arrival: Keep 'read attr' messages from being turned into events
...
Previously parse was returning null which causes the platform to create an event
using the message passed to parse. We don't want that to happen so return
an empty list instead.
Resolves:
https://smartthings.atlassian.net/browse/SMJN-38
2016-01-14 15:34:08 -06:00
Juan Pablo Risso
56cfe9e936
Merge pull request #430 from juano2310/Wemo
...
PROB-537 - Fix error in line 337
2016-01-13 13:20:10 -05:00
Lee Joonmin
3a7abd6169
Modifying 'Timevalve Smart'
2016-01-12 18:01:23 -06:00
Matt Pennig
d69abb64bd
Merge pull request #385 from SmartThingsCommunity/rich-simulated-thermostat
...
Adding multiAttributeTile definition to Simulated Thermostat device type handler
2016-01-11 15:10:59 -06:00
Tom Manley
7429ecc83b
Merge pull request #423 from tpmanley/feature/arrival_sensor_ha
...
arrival: Add support for ZigBee HA arrival sensor
2016-01-11 12:42:44 -06:00
Tom Manley
112a35f5db
arrival: Change voltage range for battery remaining calculation
2016-01-11 12:41:50 -06:00
Juan Risso
0d214b742e
PROB-537 - Fix error in line 337
2016-01-11 12:10:13 -05:00
Juan Pablo Risso
c297564665
Merge pull request #426 from juano2310/Wemo
...
Increased delay to mark device as offline
2016-01-08 16:06:38 -05:00
Juan Risso
26ab32565b
Increased delay to mark device as offline
2016-01-08 16:01:57 -05:00
hyeon seok yang
c20026b376
MSA-786: Description from the app : "With visible realtime energy usage status, have good energy habits and enrich your life"
...
This app is specialized to show energy data which was grabbed from Encored Technologies' device that user installed at their home.
2016-01-08 16:01:05 +09:00
Tom Manley
9733947fea
arrival: Add support for ZigBee HA arrival sensor
...
Resolves:
https://smartthings.atlassian.net/browse/DVCSMP-1305
https://smartthings.atlassian.net/browse/DVCSMP-1322
2016-01-07 14:30:04 -06:00
Yaima
6abf8c7f20
Merge pull request #420 from Yaima/master
...
Removed degree sign from tile
2016-01-06 15:25:19 -08:00
Yaima Valdivia
fe505ddc9f
Removed degree sign from tile
...
https://smartthings.atlassian.net/browse/DVCSMP-1318
2016-01-06 15:24:47 -08:00
Tom Manley
f4034f5ccf
Merge pull request #419 from tpmanley/bugfix/multi_adjust_threshold
...
multi: Adjust threshold multiplier to prevent motion detection while …
2016-01-06 14:18:42 -06:00
Tom Manley
c1c2431299
multi: Adjust threshold multiplier to prevent motion detection while idle
...
The previous threshold multiplier was found to be too low so motion was
being detected while the sensor was idle. This new value of 630 seems to
produce better results.
2016-01-06 13:27:48 -06:00
Tom Manley
39f0c49ea6
Merge pull request #411 from tpmanley/bugfix/multi_accel_parsing
...
multi: Fix x,y,z parsing error
2016-01-06 13:26:27 -06:00
Yaima
ed5a409c63
Merge pull request #413 from Yaima/master
...
Added canChangeIcon: true
2016-01-05 16:00:08 -08:00
Yaima Valdivia
8453292038
Added canChangeIcon: true
2016-01-05 15:59:14 -08:00
Tom Manley
e98a04a1b4
multi: Fix x,y,z parsing error
...
The previous axis value parsing code was very fragile. For example, this
code block:
def unsignedY = hexToInt(part.split("13")[1].trim())
would fail when `part` was "13xx13", where "xx" is any value. The split
assumed the value "13" was present only once in the string, and everything
after the "13" was the value. When "13" was part of the value this code
would interpret only "xx" as the value, instead of "xx13".
The new parsing code is not fragile like this. It knows exactly what bytes
of the string are X, Y, and Z and parses the values correctly.
2016-01-04 15:21:55 -06:00
Kristofer Schaller
41e95b9248
Merge pull request #400 from kris-schaller/phonebook_auto_unlock
...
Updating code to use the phonebook API
2016-01-04 03:41:50 -08:00
Tom Manley
63f20c912d
Merge pull request #407 from tpmanley/bugfix/multi_invalid_XY
...
multi: ignore attribute reports that don't include all three axis
2015-12-31 14:42:03 -06:00
Tom Manley
837d2d0cfd
multi: ignore attribute reports that don't include all three axis
...
Resolves:
https://smartthings.atlassian.net/browse/DVCSMP-1366
2015-12-31 11:13:41 -06:00
Kris Schaller
629c4cc231
Updating code to use the phonebook API
2015-12-30 14:14:37 -08:00