From 9012af26fdd2bf6b3ef6fac4a6ba37a1b97c8918 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Fri, 25 Apr 2008 19:32:31 +0000
Subject: [PATCH] Version 0.2
git-svn-id: https://svn.fhem.de/fhem/trunk@162 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/docs/fritzbox.html | 49 ++++++++++++++++++++++++++++++++---------
1 file changed, 38 insertions(+), 11 deletions(-)
diff --git a/fhem/docs/fritzbox.html b/fhem/docs/fritzbox.html
index b50e5353d..11606e1df 100644
--- a/fhem/docs/fritzbox.html
+++ b/fhem/docs/fritzbox.html
@@ -14,7 +14,7 @@
Description
This document describes how to install FHEM on the
- fritzbox. The document and the port itself is in a very beginning stage.
+ fritzbox.
What works:
@@ -23,14 +23,13 @@
- FS20, FHT and KS300-2 (tested)
- HMS (untested, but should work)
- SunSet/SunRise.
+ - one of the Web frontends (webpgm2, the builtin one)
What does not work right now:
- Automatic startup after reboot of the fritzbox
- - HTML Frontend. Planning a webfrontend/pgm2 "fhem" module, as do not
- know how to start CGI programs from the builtin web browser.
- Gnuplot. No idea how to replace it, perhaps we compile a fritzbox
version
- EM1010PC. I tried it without batteries, and I think the USB interface
@@ -42,18 +41,18 @@
Howto
- Tested on the fritzbox 7170, with Firmware 29.04.33.
+ Tested on the fritzbox 7170, with Firmware 29.04.49.
Note:The kernel modules are for kernel 2.16.13.1, and perl is compiled
for uCLibc 0.9.28.
Prerequisites:
- - you need a fritzbox with an USB host port. Check your kernel version.
+
- You need a fritzbox with an USB host port. Check your kernel version.
If it won't match the version above, see the "Compile tips" in this
document.
- an USB hub (a small passive one is enough).
- an FHZ1000 or FHZ1300
- - an USB stick, at least 64MB. As the fritzbox is USB 1.1 only,
+
- a USB stick, at least 64MB. As the fritzbox is USB 1.1 only,
the slowest is fast enough.
- telnet access for the fritzbox. See the links on how to enable it.
- the complete fhem package from the links section.
@@ -72,11 +71,39 @@
- Log in via telnet to the fritzbox.
- Change into the directory /var/media/ftp/*Partition*/usr/fhem .
- Execute the command rc.fhem.
- - Now you can login from your PC to this fhem server via:
+ - Now you can either use a Web browser:
- and configure it.
+ with the online help, or choose the command-line via:
+
+ telnet fritz.box 7072
+
+ to define your devices.
+
+
+ Tips:
+
+ - The installation creates the link /var/usr to the USB disk
+ (/var/media/ftp/*Partition*/usr)
+ - In the beginning only the most necessary (in my opinion, anyway :-)
+ modules are installed: FHZ/FS20/HMS/KS300/SUNRISE_EL. If you want to
+ use other modules, they are in the /var/usr/fhem/FHEM/unused directory,
+ just move the needed module in the parent directory, and do a
+ "reload module" (without the .pm suffix).
+ - If you use webpgm2, and unsure about an attribute, then just define it,
+ you'll get a link to the description of the attribute in the online
+ help".
+ - If your're unsure about the parameters for a command try "?" as an
+ argument, e.g.:
+
+ ?
+ define ?
+ define ?
+ set ?
+
+
@@ -96,8 +123,8 @@
Links