-
Notifications
You must be signed in to change notification settings - Fork 0
/
heyu_links.html
115 lines (92 loc) · 4.18 KB
/
heyu_links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>HEYU - External Links</title>
<meta name="author" content="Charles W. Sullivan" />
<meta http-equiv="content-type"
content="application/xhtml+xml; charset=UTF-8" />
<meta name="keywords"
content="Heyu, X10, Home Automation, Linux, UNIX, Mac OS X, free, open, source,
CM11A, CM12U, CM17A, ActiveHome, Firecracker, CM10A, CM11, CM11E"/>
<meta name="description"
content="HEYU is an open source program for controlling the CM11A interface"/>
<link rel="stylesheet" type="text/css" href="main.css"/>
<link rel="shortcut icon"/>
</head>
<body id="www.heyu.org">
<h1 id="mainhead"> <img src="heyu_logo_200x72.gif" alt="HEYU - "
style="left: 0px; width: 200px; top: 21px; height: 72px;"/>X10
Automation for Linux, Unix, and Mac OS X</h1>
<div id="sectionnav">
<h4>Navigation</h4>
<ul>
<li><a title="Heyu home page" href=".">Home</a></li>
<li><a title="Frequently Asked Questions" href="heyu_faq.html">FAQ</a></li>
<li><a title="Credits and Trademarks" href="heyu_credits.html">Credits</a></li>
<li><a title="Utilities and scripts" href="heyu_utilities.html">Utilities</a></li>
<li><a title="Original Heyu pages" href="version1/">Version 1 pages</a></li>
<li><a title="Additional Heyu Documentation" href="heyu_docs.html">Documentation</a></li>
<li><a title="Related Links" href="heyu_links.html">Links</a></li>
<li><a title="The Heyu Open Source License" href="heyu_license.html">License</a></li>
<li><a title="Download Heyu Source Code" href="https://github.com/HeyuX10Automation/heyu/releases">Download</a></li>
</ul>
</div>
<div id="util">
<h3 style="text-align: left;">External Links</h3>
<h4 style="text-align: left;">Web Interfaces for Heyu</h4>
<p>
<a href="http://www.sgtwilko.f9.co.uk/bluelava/"><b>BlueLava</b></a>
is a simple CGI script which will let you access Heyu over the Internet
to control lamps and appliances in your home.
</p>
<p>
<a href="http://heyu.epluribusunix.net/"><b>Heyu Web Interface</b></a>
is a web browser based CGI by Kris Beazley aimed at making Heyu a
little more user friendly.
</p>
<p>
<a href="http://domus.link.co.pt/"><b>domus.Link</b></a>
is a web-based frontend for Heyu by Istvan Hubay Cebrian. The design
focuses on separating configuration from actual controls, thus giving the
user a simple and user friendly GUI.
</p>
<p>
<a href="http://priscilla.doleans.net/"><b>Priscilla</b></a>
is home automation software with a web interface by Pierre Doleans.
It allows control of devices in the home with X10, infrared, and 1-wire sensors.
Users in France can monitor their electric power consumption and cost
with the French Teleinfo system. Priscilla is currently in Beta release.
</p>
<h4 style="text-align: left;">Software for the X-10 CP290 Interface</h4>
<p>
<a href="ftp://ftp.foxharp.boston.ma.us/pub/pgf/x10"><b>X10</b></a> is a
control program for the CP290 Interface written by Larry Campbell and
enhanced and modified for Linux by Paul Fox.
</p>
<h4 style="text-align: left;">General Information</h4>
<p>
A series of <a href="http://www.hometoys.com/article_display.php4?displayid=17#X-10%20Technical%20Series%20by%20Phil%20Kingery">Technical Articles</a> by Phil Kingery explains X10 technology in detail.
</p>
<p>
<a href="http://www.idobartana.com/hakb/index.htm">Ido Bartana's website</a> has special value for those interested in making hardware modifications to X10 modules. (Some proficiency with a soldering iron may be required.)
</p>
<p>
<a href="http://www.linuxha.com/">Neil Cherry's Home Automation website</a> contains a wealth of information about X10 and
newer automation technologies.
</p>
</div>
<div id="footer">
<ul id="pageauthors" style="margin-left: 20px;">
<li>Website Copyright 2005 Charles W. Sullivan</li>
</ul>
<div id="valid">
<ul>
<li><a href="http://validator.w3.org/check/referer">
<img alt="Valid XHTML 1.0!" src="valid-xhtml10.asc"/></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img alt="Valid CSS!" src="vcss.asc"/></a></li>
</ul>
</div>
</div>
</body>
</html>