Commit Graph

702 Commits

Author SHA1 Message Date
Sam Edwards 1050b4e550 Add a name to the accessory as well 2015-08-25 12:12:58 -07:00
S'pht'Kr 13d983aa28 Merge branch 'nfarina/master' into z-way-server-2 2015-08-25 20:23:33 +02:00
Sam Edwards 7d5caae96d Add the hue characteristics for all lamps, as we're trying to handle this in some way now 2015-08-25 10:46:57 -07:00
Sam Edwards f81e594ff0 Update readme with reference to milight under lights section 2015-08-25 10:34:45 -07:00
Sam Edwards 11f71e076c Update MiLight module for new API and add improved (or some at all) handling of lamp types other than rgbw. Also remove invalid comments from json file, and support future versions of node-milight-promise 2015-08-25 10:28:08 -07:00
Nick Farina b3675f4be3 Merge pull request #125 from nfarina/possible-domoticz-async-fix
Fix for Domoticz platform async callbacks
2015-08-24 22:12:24 -07:00
Nick Farina 7e84806846 Merge pull request #116 from nfarina/support-new-api
Support new API in getServices()
2015-08-24 19:28:49 -07:00
Nick Farina 77fbe5b53c Fix for Domoticz platform async callbacks 2015-08-24 19:23:43 -07:00
S'pht'Kr f72cb43043 Numerous fixes and improvements.
Committing before merging back to master, since the upstream branches have merged into master!
2015-08-24 06:48:34 +02:00
S'pht'Kr 9d7a6768b8 Working at the moment.
Support for several device types. Gotta be careful to not throw the bridge out of compliance!
2015-08-24 06:48:34 +02:00
S'pht'Kr c6877193cc Early, but lots done
This works (sometimes at least) but has lots of flaws, including ones
that make the whole bridge unreachable.
2015-08-24 06:48:34 +02:00
S'pht'Kr 5782ff997f Initial commit of ZWayServer platform. Not much working, having problems with authenticating. 2015-08-24 06:48:34 +02:00
S'pht'Kr ea9801fa77 Merge branch 'nfarina/master' 2015-08-24 06:46:46 +02:00
S'pht'Kr 0dd76134ee Merge branch 'nfarina/master' 2015-08-24 06:45:19 +02:00
Nick Farina 76e7ef2677 Fix identify() in Http 2015-08-23 11:45:34 -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 d2547f7ae6 Fix HAP-NodeJS version 2015-08-22 08:51:20 -07:00
Nick Farina 9ebf41415c Version bump for npm 2015-08-22 08:13:11 -07:00
Nick Farina 7b873bdf48 Bump HAP-NodeJS 2015-08-21 07:56:44 -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 5df7ffb40e README update; npm run start uses DEBUG 2015-08-19 22:05:08 -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 8a58328ad7 Merge pull request #94 from nfarina/use-hap-refactor
Use WIP version of HAP-NodeJS refactor
2015-08-19 21:50:31 -07:00
Nick Farina bf3d746089 Use now-official refactored HAP-NodeJS 2015-08-19 21:45:16 -07:00
Nick Farina 84c08d360c Bump HAP with new types 2015-08-19 16:23:09 -07:00
Nick Farina 867aec36d8 One more bump 2015-08-19 14:08:53 -07:00
Nick Farina 9f0aaa53d6 HAP bump for socket timeouts 2015-08-19 13:48:27 -07:00
Andre Schröter c98e7a1d54 added zwave model
more cleanups
2015-08-14 10:13:23 +02:00
Nick Farina 8bda79bcb5 Merge branch 'master' into use-hap-refactor 2015-08-13 20:25:17 -07:00
Nick Farina 4d9897ff26 Fix LiftMaster shim
For those of us without multiple garage doors...
2015-08-13 20:25:06 -07:00
Nick Farina e1647d22ad Bump HAP-NodeJS with socket fix 2015-08-13 10:10:55 -07:00
Nick Farina 3a819e202d Bump HAP-NodeJS 2015-08-13 09:28:50 -07:00
Nick Farina 2c94d72afe Merge pull request #101 from Danimal4326/master
Add Hyperion Accessory
2015-08-13 08:47:12 -07:00
Danimal4326 0a2f2865fb Add accessory shim for controlling hyperion TV backlight.
(https://github.com/tvdzwan/hyperion)
2015-08-13 10:34:35 -05:00
Danimal4326 e9d43a7bdd clean up entry for MiLight 2015-08-13 10:28:36 -05:00
Danimal4326 a5aa5b6b90 Merge remote-tracking branch 'nfarina/master' 2015-08-13 10:05:55 -05:00
Nick Farina 50f8c6a3c9 Merge branch 'master' into use-hap-refactor
Conflicts:
	platforms/Sonos.js
2015-08-09 11:16:22 -07:00
Nick Farina 9d8c5f309f Merge branch 'master' of https://github.com/nfarina/homebridge 2015-08-09 08:24:07 -07:00
Nick Farina 667ad7a3aa [Sonos] don't add duplicate rooms
Fixes #98
2015-08-09 08:22:00 -07:00
Nick Farina 11560d3d42 Merge pull request #96 from justme-1968/master
update FHEM platform to the current version
2015-08-07 08:41:21 -07:00
Nick Farina 6fff108ccd Bump HAP-NodeJS 2015-08-06 09:58:03 -07:00
Andre Schröter 7cb835e4ea more cleanups
handle sonos volume caching
added garage door opener
started with homematic keymatic (HM-SEC-KEY)
even more cleanups :)
rgb hue/sat/bri fix
added identify for lightbulbs
2015-08-06 10:02:09 +02:00
Nick Farina 43c0346436 [Sonos] SUB isn't playable 2015-08-05 08:55:19 -07:00
Nick Farina 9653a3173d Bump HAP-NodeJS 2015-08-04 20:32:05 -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