From 7ef4852fa00e58e94b4c4d0b07a9447ad7aa0873 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 22 May 2007 07:09:07 +0000 Subject: [PATCH] Added FAQ 12. git-svn-id: https://svn.fhem.de/fhem/trunk@61 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/faq.html | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/fhem/docs/faq.html b/fhem/docs/faq.html index f4a6c58b4..d51edd5c0 100644 --- a/fhem/docs/faq.html +++ b/fhem/docs/faq.html @@ -44,6 +44,8 @@ hex code needed by fhem.pl?

11. I'd like to use this sunrise/sunset stuff, can you help me?

+12. I'd like to switch on the ventilator if the FHT tells me its too hot. How to tell fhem to do that?

+


@@ -215,7 +217,7 @@ by fhem.pl? Convert the first 2 digits first from decimal to hex, then the next two. Example:
          % bc
-	 set obase=16
+	 obase=16
 	 <first two digits>
 	 <last two digits>
E.g The FHT8b code 1121 is 0b15 for the fhem.pl @@ -252,5 +254,33 @@ by fhem.pl? HH:MM:SS format. + +12. I'd like to switch on the ventilator if the FHT tells me its too hot. How to tell fhem to do that? + +