Commit Graph

819 Commits

Author SHA1 Message Date
Stanislav Kljuhhin 8c6cb53dcb Use chalk instead of hardcoded ANSI codes
Improves the readability of the source code and prevents the raw ANSI codes from appearing in the log, if ran as a systemd service.
2016-11-13 16:29:10 +01:00
Khaos Tian b6cfe3ba7c 0.4.9 v0.4.9 2016-11-09 18:11:57 -08:00
Khaos Tian f836d4a42c Bump hap-nodejs version to fix #791 2016-11-09 18:11:41 -08:00
Khaos Tian 63ab1025e9 Update hap-nodejs to allow homebridge work with nodejs v4.x v0.4.8 2016-11-03 12:20:46 -07:00
Khaos Tian dc43d0b7c4 Update hap-nodejs
This version requires node v5.10.0 or later.
2016-11-01 18:33:59 -07:00
Khaos Tian 7c3543ba61 Merge pull request #839 from rxseger/collision-name
Fix camera name in collision error message
2016-10-09 17:14:29 -07:00
rxseger 5adb5f3282 Fix camera name in collision error message 2016-10-09 23:36:53 +00:00
Khaos Tian fedd341970 0.4.6 v0.4.6 2016-10-01 16:48:05 -07:00
Khaos Tian c7c9aa0150 Bump hap-nodejs version. 2016-10-01 16:48:01 -07:00
Khaos Tian e3e08414f6 0.4.5 v0.4.5 2016-09-28 17:11:01 -07:00
Khaos Tian ea9df45d2d Add back the ability to designate the port homebridge is running. 2016-09-28 17:10:52 -07:00
Khaos Tian 7425f8beca 0.4.4 2016-09-28 12:40:35 -07:00
Khaos Tian dbb7b89cf9 0.4.3 v0.4.3 2016-09-27 17:01:08 -07:00
Khaos Tian 4f000485db Bump hap-nodejs again... 2016-09-27 17:01:00 -07:00
Khaos Tian c0884f484e 0.4.2 v0.4.2 2016-09-27 12:36:29 -07:00
Khaos Tian 363c997058 Bump hap-nodejs version 2016-09-27 12:36:23 -07:00
Khaos Tian 0ccd80c8e7 0.4.1 v0.4.1 2016-09-26 20:32:06 -07:00
Khaos Tian ef8fe5ced2 Update hap-nodejs version to fix side load problem 2016-09-26 20:31:55 -07:00
Khaos Tian 4a531ede5c Merge pull request #805 from nfarina/ip-cam
IP Camera support for homebridge
2016-09-26 14:34:35 -07:00
Khaos Tian ff35ece65c 0.4.0 2016-09-26 14:22:22 -07:00
Khaos Tian 66ea6e640d Minor Tweak 2016-09-26 14:15:12 -07:00
Khaos Tian ecd06d7239 Bump api version 2016-09-26 13:19:50 -07:00
Khaos Tian c89ff97ac5 init design 2016-09-26 13:01:29 -07:00
Khaos Tian ceec4c74fd Merge pull request #803 from nfarina/use-hap-0.4
Use hap-nodejs 0.4.0
2016-09-26 12:02:32 -07:00
Jon Maddox 925c1630c4 bump hap-nodejs to 0.4.0 2016-09-26 10:46:21 -04:00
Khaos Tian 4eabc4ad52 Merge pull request #593 from PatchworkBoy/patch-1
Ref #582
2016-09-18 21:37:49 -07:00
Khaos Tian c0859a29d3 Merge pull request #764 from alessiodionisi/new-bridge-configs
New bridge configs
2016-09-18 21:37:18 -07:00
Khaos Tian c15707e875 Merge pull request #778 from nrobinson2000/patch-1
Some changes to the README
2016-09-18 21:36:42 -07:00
Nathan Robinson 8c476b45a0 Update README.md 2016-09-18 21:13:38 -04:00
Nick Farina f49229d73c Update README to reflect the new iOS 10 Home app. 2016-09-15 21:05:39 -07:00
Khaos Tian fbccc031f4 Merge pull request #770 from kcjonson/patch-1
Update README.md
2016-09-15 14:57:11 -07:00
Kevin Jonson d70fa741d8 Update README.md 2016-09-15 14:07:09 -07:00
Alessio Dionisi 4740bf1fc5 New bridge configs
"bridge": {
    "manufacturer": "Manufacturer here",
    "serialNumber": "Serial number here",
    "model": "Model here"
}
2016-09-13 13:54:37 +02:00
Khaos Tian da57b29972 Merge pull request #758 from cflurin/master
Warning config.json not found
2016-09-06 08:28:36 -07:00
cflurin 5944365bc6 Warning config.json not found 2016-09-06 14:49:53 +02:00
Khaos Tian a8908fd9b8 Merge pull request #714 from EdJoPaTo/platformLog
optimized logging of the SamplePlatform example
2016-07-30 18:41:01 -07:00
Khaos Tian 8ef7e62094 Merge pull request #715 from EdJoPaTo/multiAccessories
fixed SamplePlatform crashes
2016-07-30 18:40:35 -07:00
Edgar To 15c8eaaf29 use of the own log method instead of the general console.log(); added accessory.displayName to the log output if possible/ useful 2016-07-24 22:43:21 +02:00
Edgar To e6648375c7 different add times will create different UUIDs -> no crash with the second add call 2016-07-24 22:38:05 +02:00
Khaos Tian a52bc9e437 Merge pull request #642 from alexbain/patch-1
Add note about --unsafe-perm
2016-05-22 18:35:12 -07:00
Alex Bain b78c081cd4 Add note about --unsafe-perm
I received the following error when trying to install homebridge on a RaspberryPi. Assuming I'm not the first or the last to see this error, I thought adding a note to README about the --unsafe-perm flag would aid others.
2016-05-22 18:01:32 -07:00
Khaos Tian 87050a2267 update hap-nodejs dependency for node v6 2016-04-29 10:23:15 -07:00
Khaos Tian 35dfaabc69 update hap-nodejs dependency 2016-04-08 23:51:03 -07:00
Khaos Tian 77ce39e157 0.3.3 v0.3.3 2016-04-08 23:50:34 -07:00
Khaos Tian 0af8a43dc9 Expose platform accessory category to hap-nodejs
Fix an error in plugin config look up
2016-04-08 23:50:18 -07:00
Marci f203a2ac6f Ref #582
Ref#582 Add ‘--unsafe-perm’ flag to npm install command to get round all the .gyp warns etc.
2016-03-31 15:50:50 +01:00
Khaos Tian 620c8473b8 #572 2016-03-20 22:12:47 -07:00
Khaos Tian b2f476f833 0.3.2 v0.3.2 2016-03-20 21:53:01 -07:00
Khaos Tian c6d2f889fc Update hap-nodejs version to solve #575 2016-03-20 21:52:56 -07:00
Khaos Tian 2ea2052769 0.3.1 v0.3.1 2016-03-10 20:19:47 -08:00