<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://hurlster.com/wiki/index.php?action=history&amp;feed=atom&amp;title=VeraHomeKitBridge</id>
	<title>VeraHomeKitBridge - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://hurlster.com/wiki/index.php?action=history&amp;feed=atom&amp;title=VeraHomeKitBridge"/>
	<link rel="alternate" type="text/html" href="https://hurlster.com/wiki/index.php?title=VeraHomeKitBridge&amp;action=history"/>
	<updated>2026-08-25T15:58:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://hurlster.com/wiki/index.php?title=VeraHomeKitBridge&amp;diff=2599&amp;oldid=prev</id>
		<title>Gqwill69: Created page with &quot;https://github.com/Hackworth/VeraHomeKitBridge  Setup  Install Node and git for your operating system. If you&#039;re running Debian/Ubuntu, you can run the following two lines:...&quot;</title>
		<link rel="alternate" type="text/html" href="https://hurlster.com/wiki/index.php?title=VeraHomeKitBridge&amp;diff=2599&amp;oldid=prev"/>
		<updated>2015-12-30T19:03:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;https://github.com/Hackworth/VeraHomeKitBridge  Setup  Install Node and git for your operating system. If you&amp;#039;re running Debian/Ubuntu, you can run the following two lines:...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;https://github.com/Hackworth/VeraHomeKitBridge&lt;br /&gt;
&lt;br /&gt;
Setup&lt;br /&gt;
&lt;br /&gt;
Install Node and git for your operating system. If you&amp;#039;re running Debian/Ubuntu, you can run the following two lines:&lt;br /&gt;
&lt;br /&gt;
 curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -&lt;br /&gt;
 sudo apt-get install -y nodejs build-essential libavahi-compat-libdnssd-dev git&lt;br /&gt;
&lt;br /&gt;
Next, run the following lines to install the bridge&lt;br /&gt;
&lt;br /&gt;
 git clone --recursive https://github.com/Hackworth/VeraHomeKitBridge.git&lt;br /&gt;
 cd VeraHomeKitBridge&lt;br /&gt;
 npm install&lt;br /&gt;
 cd lib/HAP-NodeJS&lt;br /&gt;
 npm install&lt;br /&gt;
 cd -&lt;br /&gt;
Edit config.json, enter your Vera&amp;#039;s IP address as well as the names of your garage doors, if any. This is case sensitive.&lt;br /&gt;
 {&lt;br /&gt;
   &amp;quot;VeraIP&amp;quot;: &amp;quot;192.168.0.8&amp;quot;,&lt;br /&gt;
   &amp;quot;PIN&amp;quot;: &amp;quot;031-45-154&amp;quot;,&lt;br /&gt;
   &amp;quot;GarageDoors&amp;quot;:[&lt;br /&gt;
     &amp;quot;Garage Door&amp;quot;,&lt;br /&gt;
     &amp;quot;Second Garage Door&amp;quot;&lt;br /&gt;
   ]&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
Finally, run the following to start the HomeKit bridge: &lt;br /&gt;
 npm run start&lt;br /&gt;
&lt;br /&gt;
There are several applications in the iOS App Store you can use to add HomeKit devices, &amp;lt;br&amp;gt;MyTouchHome and Eve are known to work. The PIN code for adding devices is listed in the config file you edited earlier.&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Gqwill69</name></author>
	</entry>
</feed>