Mathew Hunter
22a826539a
MSA-1774: Slickspaces is a web enabled smartapp that allows more advanced integration of smart locks and smart home technology via our web dashboard at slickspaces.com. It also allows a property manager to easily manage and control multiple locks/hubs/properties from a single interface.
...
Our goal is to provide the best automation and tools to short term rental property managers to streamline guest check-in, audit access logs and reduce energy consumption.
All Smartthings oAuth tokens are encrypted and stored in our database using OpenSSL encryption and our database is only accessible on the internal network of the webserver farm, not directly on the internet.
This is our preliminary version which allows the setting and deleting of lock codes, as well as scheduling them. We've also enabled hooks to control other popular devices as well as query status. In the near future we will be moving away from using the smartthings scheduling service (primarily due to your soft limit of 4 schedules per hub) and will just be sending commands for immediate action from our platform.
Our platform goal is simple. We want to bring smart home technology to the short term rental market. Part of our business will be to provide pre-configured locks and hubs to customers who subscribe to our service for a monthly fee.
In order to allow the customer to still have control over their hub and Smartthings account, we very much need to have a published app, otherwise the oAuth handshake becomes a difficult/challenging task to manage for a "self published" app that lives on different users accounts.
While we see our product as providing an essential service to our customers, it will also often be the first interaction people have with smart home technology. We anticipate that they will want to connect their own devices and will be a great "gateway" to purchasing smart equipment for their principal residences as well.
Thanks for your consideration
Mathew Hunter
Co-Founder of Slickspaces
2017-02-09 15:33:07 -08:00
Vinay Rao
459e69607b
Merge pull request #1654 from SmartThingsCommunity/staging
...
Rolling down staging to master
2017-02-07 14:23:24 -08:00
Juan Pablo Risso
cfdc61d72a
DVCSMP-2290 - Ecobee Localization ( #1628 )
...
Split Files
Updated
2017-02-07 14:11:38 -06:00
Zach Varberg
0c26d75792
Merge pull request #1652 from varzac/dimmer-fixes
...
DPROT-242 Properly handle setLevel for zigbee-dimmer
2017-02-07 13:07:30 -06:00
Zach Varberg
bf491270a9
Properly handle setLevel for zigbee-dimmer
...
This works around a few devices that use this DTH that do not properly
handle the setLevel command.
This resolves: https://smartthings.atlassian.net/browse/DPROT-242
2017-02-07 13:06:26 -06:00
Vinay Rao
871d75aea6
Merge pull request #1650 from larsfinander/DVCSMP-2395_Update_OPenT2T_staging
...
DVCSMP-2395 Update OpenT2T with bugfixes
2017-02-06 11:44:13 -08:00
Lars Finander
3905d48235
DVCSMP-2395 Update OpenT2T with bugfixes
2017-02-06 12:34:00 -07:00
Vinay Rao
d91c02b970
Merge pull request #1644 from varzac/fix-zigbee-dimmer-set-level
...
DPROT-238 Fix typo on toInteger zigbee dimmer power
2017-02-03 16:35:48 -08:00
Zach Varberg
e019d22aff
Fix typo on toInteger zigbee dimmer power
...
This relates to: https://smartthings.atlassian.net/browse/DPROT-238
2017-02-03 16:22:20 -06:00
Vinay Rao
900ab9f70e
Merge pull request #1638 from dkirker/DEVC-488
...
DEVC-488 Add fingerprint for DL15S In-wall Switch
2017-02-03 13:53:48 -08:00
Vinay Rao
a8f95cc0b9
Merge pull request #1636 from workingmonk/bug/zigbee_button_iris
...
DVCSMP-2391 Iris 4 button device mapping to button 1 only
2017-02-03 13:51:07 -08:00
Vinay Rao
e8d205c775
Merge pull request #1643 from varzac/fix-zigbee-dimmer-set-level
...
[DPROT-238] Manually call on with setLevel
2017-02-03 13:14:14 -08:00
Zach Varberg
06e4b7d9f0
Merge pull request #1507 from varzac/remove-deprecated-zonetype19
...
[DPROT-167] Remove calls to ZoneType19 methods
2017-02-03 13:46:40 -06:00
Zach Varberg
16d7da81f1
Remove calls to ZoneType19 methods
...
We want to move toward the deprecation of these methods, and it starts
with the removal of calls to those methods from our DTHs.
This relates to: https://smartthings.atlassian.net/browse/DPROT-167
2017-02-03 13:37:25 -06:00
Zach Varberg
1800ea2bad
Manually call on with setLevel
...
This is to work around misbehaving devices that don't properly honor the
move to level with on off command.
This resolves: https://smartthings.atlassian.net/browse/DPROT-238
2017-02-03 13:01:05 -06:00
Donald Kirker
54a4620c9b
DEVC-488 Add fingerprint for DL15S In-wall Switch
2017-02-02 22:00:49 -08:00
Vinay Rao
8e6d009d67
changes suggested by Tom and Zach
2017-02-02 18:52:23 -08:00
Vinay Rao
d8c89f6c6a
DVCSMP-2391 Iris 4 button device mapping to button 1 only
2017-02-02 18:10:34 -08:00
Vinay Rao
ddc15172d6
Merge pull request #1635 from SmartThingsCommunity/staging
...
Rolling down staging to master
2017-02-02 12:54:22 -08:00
Vinay Rao
c27904acfb
Merge pull request #1377 from varzac/update-dths-zigbee-library
...
[DPROT-183, DPROT-217, DPROT-221, DVCSMP-2250] Update dths zigbee library
2017-02-02 11:57:28 -08:00
Zach Varberg
1e02387387
Update to use multi attr parsing in zigbee library
...
With the addition of the ability for parseDescriptionAsMap to hanle the
return of multiple read attribute responses, we can be a little more
explicit with how we interpret and parse the responses.
2017-02-01 09:12:17 -06:00
Zach Varberg
65d4a811b0
Clean up smartsense DTHs
...
This continues an effort to clean up the SmartSense DTHs and move as
much of the logic as possible into the library. This simplifies the DTH
and has the advantage of having only a single location where issues need
to be fixed.
2017-02-01 09:12:15 -06:00
Zach Varberg
db4f161e5d
Update DTHs to use zigbee library
...
This change updates the core DTHs to use the
zigbee library where appropriate instead of having its own zigbee
command strings.
2017-02-01 09:08:08 -06:00
Vinay Rao
ff6e543a2e
Merge pull request #1631 from SmartThingsCommunity/master
...
Rolling up master to staging for next week deploy
2017-01-31 13:48:38 -08:00
Vinay Rao
de1894bfbf
Merge pull request #1630 from SmartThingsCommunity/staging
...
Rolling down staging to master
2017-01-31 13:47:45 -08:00
Jason Botello
d0f8ec87bd
Merge pull request #1616 from jasonbio/plantlink-exceptions
...
Plant link Exceptions
2017-01-30 15:01:18 -08:00
Jason Botello
1383ab1e07
Merge pull request #1615 from jasonbio/netatmo-exceptions
...
Netatmo Exceptions
2017-01-30 15:01:05 -08:00
Vinay Rao
d4f21b95d7
Merge pull request #1621 from varzac/zll-bulb-reporting
...
[DPROT-227] Manually refresh on/off status after setLevel
2017-01-27 16:37:34 -08:00
Zach Varberg
be2e19e406
Manually refresh on/off status after setLevel
...
This is because ZLL bulbs do not report or allow for configuration of
reporting of attributes. As a result if we change a value, we have to
manually call a read of that attribute to update our status.
This is a part of: https://smartthings.atlassian.net/browse/DPROT-227
2017-01-26 11:27:51 -06:00
Vinay Rao
54da556c17
Merge pull request #1620 from SmartThingsCommunity/staging
...
Rolling down staging hotfix to master
2017-01-25 15:48:58 -08:00
Vinay Rao
8611d2e2d2
Merge pull request #1618 from workingmonk/feature/light_capability
...
ICP-203 Adding Light Capability to hue lights
2017-01-25 04:13:47 -08:00
Vinay Rao
c650047f31
ICP-203 Adding Light Capability to hue lights
2017-01-25 04:12:42 -08:00
Jason Botello
41adc9777a
Plant link Exceptions
...
Adding try/catch blocks to reduce HTTP exceptions due to rate limits or
unauthorized errors.
2017-01-24 14:53:23 -08:00
Jason Botello
f334f6505a
Netatmo Exceptions
...
Adding try/catch blocks to reduce HTTP exceptions due to rate limits or
unauthorized errors. Also updating the “devicelist” endpoint to
“getstationdata” as the former is deprecated
2017-01-24 14:30:59 -08:00
Vinay Rao
ded7501b84
Merge pull request #1614 from SmartThingsCommunity/master
...
Rolling up master to staging
2017-01-24 13:21:44 -08:00
Vinay Rao
eb4d5dcfb8
Merge pull request #1613 from SmartThingsCommunity/staging
...
Rolling down staging hotfix to master
2017-01-24 13:19:33 -08:00
Vinay Rao
6385443f20
Merge pull request #1612 from SmartThingsCommunity/production
...
Rolling down production hotfix to staging
2017-01-24 12:48:34 -08:00
Vinay Rao
fd1ad51880
Merge branch 'staging' into production
PROD_2017.01.24
2017-01-24 12:48:21 -08:00
Vinay Rao
550214ceb5
Merge pull request #1610 from dkirker/DEVC-490
...
DEVC-490: Add Leviton Dimmer DL1KD fingerprint
2017-01-23 11:53:01 -08:00
Donald Kirker
a36500a216
DEVC-490: Add Leviton Dimmer DL1KD fingerprint
2017-01-23 11:45:05 -08:00
Juan Pablo Risso
445c115c14
DVCSMP-2324 - Centralite Thermostat handle multiple attributes ( #1606 )
...
- Curly braces
- remove parseDescriptionAsMap
- descMap to it
- Appended to the result list
- Convert to list and appended
2017-01-20 17:49:15 -05:00
bflorian
9900e532a4
Merge pull request #1608 from juano2310/sim_fix
...
DVCSMP-2325 - Remove parse method from simulated Switch
2017-01-20 14:27:08 -08:00
juano2310
7648fd4a17
DVCSMP-2325 - Remove parse method from simulated Switch
...
sin string
2017-01-20 17:22:10 -05:00
Vinay Rao
9686f3770b
Merge pull request #1604 from workingmonk/feature/device_lab_cert_work
...
DEVC-492 DEVC-493 DEVC-494 DEVC-526 Device Certification approved new fingerprints
2017-01-19 15:02:07 -08:00
Vinay Rao
de37d0c813
Device Certification approved new fingerprints
2017-01-19 14:38:59 -08:00
Vinay Rao
bd3367fe0e
Merge pull request #1598 from SmartThingsCommunity/staging
...
Rolling down staging to master
2017-01-18 15:18:08 -08:00
Vinay Rao
30511d74af
Merge pull request #1597 from SmartThingsCommunity/staging
...
Rolling up staging to production
PROD_2017.01.18
2017-01-18 13:27:50 -08:00
Vinay Rao
f0f02a2c00
Merge pull request #1596 from SmartThingsCommunity/production
...
Rolling down production to staging
2017-01-18 13:26:38 -08:00
Vinay Rao
57d20e2fca
Merge pull request #1575 from larsfinander/DVCSMP-2298_Philips_Hue_Reduce_daily_exceptions_staging
...
DVCSMP-2298 Philips Hue: Reduce number of daily exceptions
2017-01-12 11:14:01 -08:00
Vinay Rao
3216f63cc0
Merge pull request #1581 from larsfinander/MSA-1577_OpenT2T_staging
...
MSA-1577: OpenT2T
2017-01-11 15:59:25 -08:00