diff --git a/fhem/docs/HOWTO.html b/fhem/docs/HOWTO.html
index 953bebe61..2592f3e0b 100644
--- a/fhem/docs/HOWTO.html
+++ b/fhem/docs/HOWTO.html
@@ -60,23 +60,22 @@
After starting, the logfile should look like:
2008.06.15 16:17:03 2: FHEMWEB port 8083 opened
2008.06.15 16:17:03 2: FHEMWEB port 8084 opened
- 2008.06.15 16:17:03 0: Server started (version ...)
-
- Connect to fhem with an internet browser:
- http://localhost:8083/fhem
- or
- http://localhost:8084/fhem if
- you are using a small-screen browser (e.g a smartphone).
+ 2008.06.15 16:17:03 0: Server started (version ...)
-
- Attaching the USB device for the PC (CUL / FHZ / EM1010PC)
+ Attaching the USB device for the PC (CUL / FHZ1x00PC / EM1010PC)
- Attach the USB device (CUL, FHZ1000/FHZ1300, EM1010PC) to your computer,
- and look for the corresponding device in the /dev directory.
- For CUL a file named /dev/ttyACM* will be created under Linux and
- /dev/cu.usbmodem* under OSX. Note the exact name of the device.
+ Connect to fhem with an internet browser:
+ http://localhost:8083/fhem
+ or
+ http://localhost:8084/fhem if
+ you are using a small-screen browser (e.g a smartphone).
+
+ Attach the USB device (CUL, FHZ1000PC/FHZ1300, EM1010PC) to your
+ computer, and look for the corresponding device in the /dev
+ directory.
For CUL a file named /dev/ttyACM* will be created under
+ Linux and /dev/cu.usbmodem* under OS X. Note the exact name of the device.
Define it for fhem (by typing it in the "Fhem cmd" input field in the
browser):
define CUL1 CUL /dev/ttyACM0 1234
@@ -84,10 +83,13 @@
You can find details about CUL define parameters here.
-
- Instead of the CUL you can also use an FHZ with slightly different parameters
- (define FHZ1 FHZ /dev/ttyUSB0).
+ The same is to be done for the FHZ with
+ slightly different parameters:
+ define FHZ1 FHZ /dev/ttyUSB0
+ For the FHZ on OSX you need to install the ftdi driver first from
+ http://www.ftdichip.com/Drivers/VCP.htm, the device name will be
+ /dev/cu.usbserial-xxxxxxxx.
Note: Don't forget to type "save" in the "Fhem cmd" input field of
@@ -303,7 +305,6 @@
characters (year/month/week/day), look at the FileLog definition.
Don't forget to enable archiving with the archivedir or archivecmd
attributes.
-
@@ -348,10 +349,7 @@
configure a fake logfile with the correct filename and an unused regexp,
e.g.
define messages FileLog /var/log/messages fakelog
-
-
-