Nick Farina
b726985db3
Merge pull request #37 from rayzorben/master
...
Adding support for ISY.
2015-06-26 18:21:17 -07:00
Ray Bennett
0dedbcd362
Adding support for ISY.
2015-06-26 18:03:31 -07:00
Nick Farina
38d621a13f
Lockitron support for onRead
...
"Is my front door locked?"
2015-06-26 13:26:04 -07:00
Nick Farina
8c28f0dba9
Merge pull request #35 from maddox/onread
...
Read State
2015-06-26 13:24:31 -07:00
Jon Maddox
e3786b1836
bump HAP-NodeJS to get the final async onRead stuff
2015-06-26 16:19:38 -04:00
Jon Maddox
5e89bbe74d
clean up
2015-06-25 02:01:01 -04:00
Jon Maddox
b147a26738
add onRead functions to fetch state
2015-06-25 02:00:52 -04:00
Jon Maddox
396b56e3a5
add methods to Wink accessory to fetch brightness and power state
2015-06-25 02:00:37 -04:00
Jon Maddox
08ce5a9ecc
bump HAP-NodeJS again to pull in async onreads
2015-06-25 01:42:21 -04:00
Jon Maddox
847f0731c8
read in the onRead
2015-06-24 22:20:12 -04:00
Jon Maddox
27d18abefe
bump the version of HAP-NodeJS to get onRead support
2015-06-24 21:22:03 -04:00
Nick Farina
ed0736c489
Merge pull request #29 from gizmocuz/master
...
- Implemented optional configuration parameter for 'roomid' and fixed duplicate inserts
2015-06-14 08:29:22 -07:00
gizmocuz
aa6a39cf83
- Implemented, optional configuration parameter for 'roomid'
...
- Fixed: trying to add duplicate sensors
2015-06-14 14:27:33 +02:00
Nick Farina
d5237451c1
Merge pull request #26 from maddox/http-request-accessory
...
HTTP Accessory
2015-06-12 09:53:30 -07:00
Jon Maddox
7321276121
example HTTP accessory
2015-06-12 11:43:13 -04:00
Jon Maddox
8eb464766f
add a shim for http requests
2015-06-12 11:43:03 -04:00
Nick Farina
e89ca7e410
Merge pull request #25 from gizmocuz/master
...
- Added support for RGB lights/Scenes and sorting device names
2015-06-12 07:24:01 -07:00
gizmocuz
b56d83cfd9
- Added support for RGB lights
...
- Added support for Scenes
- Sorting device names
2015-06-12 08:40:33 +02:00
Nick Farina
9677c1764d
Merge pull request #22 from joepv/domoticz
...
Added platform shim for Domoticz.
2015-06-10 12:19:20 -07:00
Joep Verhaeg
53367cffce
Added platform shim for Domoticz.
2015-06-10 21:03:24 +02:00
Nick Farina
94bc772322
Update README.md
2015-06-09 06:58:36 -07:00
Nick Farina
2fb0eaefbd
Merge pull request #19 from maddox/update-hap-nodejs
...
Bump HAP-NodeJS
2015-06-09 05:59:23 -07:00
Jon Maddox
31835112ed
bump HAP-NodeJS
2015-06-09 08:07:08 -04:00
Nick Farina
43b6f3f2f5
Merge pull request #16 from nfarina/smart-config-loading
...
Don't crash on missing config items
2015-06-08 07:31:32 -07:00
Nick Farina
45ccbba9a3
Don't crash on missing config items
...
Fixes #15
2015-06-06 06:40:12 -07:00
Nick Farina
5660da54ba
Yay, no more MyTouchHome!
2015-06-04 15:53:20 -07:00
Nick Farina
749f877e9e
Mention possibly-upcoming Apple-designed Home app
2015-05-20 10:54:04 -07:00
Nick Farina
cdef1f8f31
Update README to reference SmartThings platform
2015-05-20 09:47:59 -07:00
Nick Farina
9c74c5ffa9
Merge pull request #13 from jnewland/smartthings-platform
...
SmartThings platform
2015-05-20 09:42:47 -07:00
Jesse Newland
8369efb4a2
fix name
2015-05-19 22:21:31 -07:00
Jesse Newland
89e128e01f
document where the api is
2015-05-19 22:17:55 -07:00
Jesse Newland
bcde0d6a68
whitespace
2015-05-19 22:16:43 -07:00
Jesse Newland
46d99a4615
log adjustments
2015-05-19 21:40:53 -07:00
Jesse Newland
4feffe9bc6
paired, but commands fail
2015-05-19 21:34:38 -07:00
Jesse Newland
c7bc50e9e2
sample config
2015-05-19 21:27:34 -07:00
Nick Farina
e6a9810c74
Pedantic README update
2015-05-19 14:42:05 -07:00
Nick Farina
5c85eabb8a
Update README with latest news and info
2015-05-19 14:39:25 -07:00
Nick Farina
2354bad7ad
Merge pull request #12 from maddox/platforms
...
Platforms
2015-05-19 12:20:39 -07:00
Jon Maddox
ffa49cf462
update README to reference platforms
2015-05-19 15:04:32 -04:00
Jon Maddox
9d11a624cc
device -> platform
2015-05-18 22:16:41 -04:00
Jon Maddox
c4026e997a
🔥 Wink accessory lib
2015-05-18 22:10:28 -04:00
Jon Maddox
3c5cfaa2b8
drop the Wink example since Wink devices will be powered by the platform, not by individual device configs
2015-05-18 22:09:58 -04:00
Jon Maddox
b9c15b22da
add platforms section of config with an example for Wink
2015-05-18 22:09:31 -04:00
Jon Maddox
ab796295e4
loop through platforms in config to fetch all supported devices to register them
...
This adds an additional loop to fetch devices by platform. This saves
time and effort in that it returns all the devices a platform can ‘see’
on for your Home Automation, rather than making you define each one
individually.
2015-05-18 22:09:08 -04:00
Jon Maddox
bfd5d6d360
move this
2015-05-18 22:07:49 -04:00
Jon Maddox
0fbaf9ef16
whitespace
2015-05-18 22:07:41 -04:00
Jon Maddox
4b6bb332ef
Wink platform library
2015-05-18 22:07:17 -04:00
Nick Farina
624743134a
Merge pull request #9 from maddox/add-wink
...
Add Wink Shim
2015-05-12 10:53:10 -07:00
Jon Maddox
5584c73f94
add Wink to the README
2015-05-12 01:27:04 -04:00
Jon Maddox
05cce9c34c
add Wink accessory sample
2015-05-12 01:23:11 -04:00