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? + +