2011-06-19 06:17:27 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
|
2007-08-05 11:15:34 +00:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
|
|
|
<head>
|
2011-11-12 13:53:53 +00:00
|
|
|
<title>fhem on the Fritz!Box</title>
|
2012-07-17 18:08:10 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="../css/style.css" />
|
2011-11-20 18:53:35 +00:00
|
|
|
<meta http-equiv="Content-type" content="text/html;charset=ISO-8859-1"/>
|
2007-08-05 11:15:34 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
2011-06-19 06:17:27 +00:00
|
|
|
<body>
|
|
|
|
|
2011-11-26 11:15:49 +00:00
|
|
|
<div id="logo"></div>
|
|
|
|
<div id="menu">
|
2011-11-12 13:53:53 +00:00
|
|
|
<h3>Fhem on the Fritz!Box</h3>
|
2011-06-19 06:17:27 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="right">
|
2007-08-05 11:15:34 +00:00
|
|
|
|
2011-09-03 11:30:27 +00:00
|
|
|
<h2><a href="fhem.html">FHEM</a> on the Fritz!Box</h2>
|
2007-08-05 11:15:34 +00:00
|
|
|
|
2009-10-20 07:46:12 +00:00
|
|
|
|
2011-09-03 11:30:27 +00:00
|
|
|
<h3>Fritz!Box 7390 (as of 2011-09-03)</h3>
|
|
|
|
<ul>
|
|
|
|
After the CeBIT 2011 AVM released an image for the Fritz!Box7390 containing
|
|
|
|
fhem, see <a href="http://www.avm.de/de/Service/Service-Portale/Labor/index.php"
|
2012-10-27 16:23:09 +00:00
|
|
|
>this</a> link. This image is to be installed in <b>addition</b> to the
|
|
|
|
normal firmware. You can upgrade/replace the normal firmware any time
|
|
|
|
without hurting the fhem installation and vice versa. This fhem
|
|
|
|
installation configures 2 CUL devices, the first one talking FS20
|
|
|
|
("SlowRF"), the second preconfigured for HomeMatic. <br><br>
|
|
|
|
|
|
|
|
The AVM installation will start fhem in a chroot environment, in order to
|
|
|
|
minimize security concerns, but this also prevents fhem to trigger
|
|
|
|
arbitrary FritzBox functions, e.g. sending mail, enabling WLAN, etc. wont
|
|
|
|
be possible from fhem.<br><br>
|
|
|
|
|
|
|
|
<a href="fhem-=VERS=-fb7390.image">This</a> image from fhem.de contains
|
|
|
|
perl from the AVM fhem-image and of course fhem, the main difference is,
|
|
|
|
that fhem will be started in a normal (non-chroot) environment.
|
|
|
|
When installing it, you have to confirm with an extra click that it does
|
|
|
|
not have a valid AVM signature. </ul>
|
2011-09-03 11:30:27 +00:00
|
|
|
|
2011-12-04 11:24:12 +00:00
|
|
|
<h3>Fritz!Box 7170/7270 (as of 2011-09-03)</h3>
|
2011-09-03 11:30:27 +00:00
|
|
|
<ul>
|
2011-12-17 09:06:05 +00:00
|
|
|
Due to Eyk's work there is also a <a
|
2011-12-04 11:24:12 +00:00
|
|
|
href="fhem-=VERS=-fb7270.zip">ZIP</a> file for the Fritz!Box 7170 and 7270
|
2011-12-17 09:06:05 +00:00
|
|
|
models. As the FB720/7170 has not enough internal storage to install fhem,
|
|
|
|
you have to use an external USB Drive:
|
2011-09-03 11:30:27 +00:00
|
|
|
<ul>
|
|
|
|
<li>First unzip the .ZIP file in the root directory of the USB-disk/USB-stick.
|
|
|
|
<li>Attach the stick to the FB
|
|
|
|
<li>open a telnet window, connect to the FB.
|
|
|
|
<li>With the command df check the name of the stick on the FB.
|
|
|
|
<li>Execute the following command in the FB telnet window to start fhem
|
|
|
|
when the FB reboots:<br>
|
2012-01-21 12:13:21 +00:00
|
|
|
echo "<path-of-the-stick>/fhem/startfhem" > /var/flash/debug.cfg
|
2011-12-04 11:24:12 +00:00
|
|
|
<li>Start fhem manually with "<path-of-the-stick>/fhem/startfhem"
|
2011-09-03 11:30:27 +00:00
|
|
|
</ul>
|
2012-10-27 16:23:09 +00:00
|
|
|
Since these devices have less memory than the FB7390, fhem may suffer from
|
|
|
|
memory-shortage, esp. inspecting large logs directly in the browser my lead
|
|
|
|
to a reboot.
|
2011-09-03 11:30:27 +00:00
|
|
|
</ul>
|
|
|
|
|
2011-06-19 06:17:27 +00:00
|
|
|
</div>
|
2007-08-05 11:15:34 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|