Devran Ünal
a05a4b6f71
Print the setup code just before publishing the bridge
2015-09-17 17:36:29 +02:00
Devran Ünal
2135e7eccb
Print scannable setup code to terminal on startup
2015-09-17 17:00:52 +02:00
Nick Farina
fe4cd285d0
Use once() to guard multiple callbacks
...
Mentioned in #95
2015-09-04 10:05:37 -07:00
Nick Farina
dfdbc865c8
Support AccessoryInformation service
2015-08-23 10:07:31 -07:00
Nick Farina
d8e27910cc
Support new API in getServices()
...
See `getServices()` implementation in `accessories/Http.js` for an
example of how to use.
Fixes #114
Fixes #57
2015-08-22 21:37:42 -07:00
Nick Farina
64c665cebb
Better error display for "npm run" and config.json
2015-08-20 21:38:29 -07:00
Nick Farina
5f1df2792f
Better error handling for config.json problems
2015-08-20 21:25:29 -07:00
Nick Farina
b45318c3a3
Change default bridge username
2015-08-20 11:53:40 -07:00
Nick Farina
84fe474ccf
Add startup note about migration
2015-08-20 11:52:24 -07:00
Nick Farina
9c63ce5017
Allow bridge to be configured in config.json
...
Fixes #104
2015-08-19 21:51:25 -07:00
Nick Farina
c9aea1b731
Initialize HAP storage
2015-08-04 16:44:34 -07:00
Nick Farina
f7f953b8d1
Fix name/log var corruption
2015-08-04 16:21:06 -07:00
Nick Farina
f71730cff6
Restore platform support
2015-08-04 15:48:52 -07:00
Nick Farina
6e61287f59
Use WIP version of HAP-NodeJS refactor
2015-08-03 08:33:41 -07:00
Alistair Galbraith
c7c09a0dfb
Initial checkin of transport category support
2015-07-04 09:52:38 -07:00
Alistair Galbraith
c1f1613763
Removed submodule for HAP-NodeJS and moved to NPM
...
It seemed to be easier all around to use NPM to manage the dependancy on HAP-NodeJS.
This PR removes the submodule, and adjusts the paths of all checked in shims to reference the NPM module instead.
I also updated the documentation to reflect the simpler install ;)
2015-07-03 21:29:35 -07:00
Alistair Galbraith
85a2071e05
Added call to onRegister function
...
The onRegister function makes it easier to provide event-based characteristic updates.
Supported by the underlying HAP-NodeJS framework.
2015-07-01 18:10:34 -07:00
Jon Maddox
847f0731c8
read in the onRead
2015-06-24 22:20:12 -04:00
Nick Farina
45ccbba9a3
Don't crash on missing config items
...
Fixes #15
2015-06-06 06:40:12 -07:00
Jon Maddox
9d11a624cc
device -> platform
2015-05-18 22:16:41 -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
Nick Farina
26dc3be0f8
Add LiftMaster accessory shim
...
Refactoring
2014-11-30 23:07:32 -08:00
Nick Farina
5290a86246
Fix for unique accessory usernames
2014-11-30 22:18:47 -08:00
Nick Farina
2c888ebeef
Add XfinityHome accessory shim
2014-11-30 20:16:33 -08:00
Nick Farina
a7fba5a786
Fully operational
...
- Extensive instructions and warnings in README
- Working WeMo accessory shim
- Working HomeBridge server
2014-11-30 20:02:48 -08:00
Nick Farina
ea029d492b
Initial Commit
...
Includes HAP-NodeJS as Git submodule
2014-11-30 16:32:51 -08:00