2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00
dirkho c5f7fd184b Bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@4742 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-01-25 19:57:19 +00:00
..
2013-09-29 09:14:29 +00:00
2012-12-29 07:57:52 +00:00
2013-09-22 14:26:57 +00:00
2013-09-22 14:26:57 +00:00
2009-01-12 10:26:50 +00:00
2012-07-20 22:45:03 +00:00
2011-12-16 10:11:18 +00:00
2014-01-25 19:57:19 +00:00
2011-07-19 09:31:20 +00:00
2013-12-07 17:16:21 +00:00
2010-07-23 17:30:53 +00:00
2013-06-17 17:45:34 +00:00
2007-12-21 12:43:45 +00:00
2010-05-24 17:42:23 +00:00
2013-11-17 17:33:50 +00:00
2012-11-14 14:13:58 +00:00
2013-02-17 18:15:37 +00:00
2012-09-23 08:51:37 +00:00
2011-01-08 09:17:05 +00:00
2012-12-22 07:24:58 +00:00
2012-11-04 13:49:43 +00:00
2012-07-05 20:34:34 +00:00
2010-09-26 17:19:08 +00:00
2012-11-04 13:49:43 +00:00
2007-03-19 14:59:37 +00:00
2012-11-04 13:49:43 +00:00
2009-10-31 08:49:20 +00:00
2009-12-08 22:21:24 +00:00
2012-02-25 19:19:18 +00:00
2012-08-13 17:41:46 +00:00
2009-06-12 08:47:34 +00:00
2009-05-23 07:32:08 +00:00
2009-05-23 07:32:08 +00:00
2012-11-26 15:10:37 +00:00
2010-08-01 13:33:13 +00:00
2009-12-31 17:58:07 +00:00
2013-02-22 17:39:04 +00:00
2012-10-27 16:23:09 +00:00
2013-07-23 06:03:39 +00:00
2007-01-30 12:47:36 +00:00
2012-01-13 18:48:41 +00:00
2009-05-11 16:23:38 +00:00
2010-03-13 15:30:36 +00:00
2007-01-30 12:47:36 +00:00
2012-12-09 18:08:43 +00:00
2013-03-10 16:38:47 +00:00
2011-07-23 12:11:17 +00:00
2010-09-27 19:36:23 +00:00
2013-01-10 14:40:57 +00:00

- 11_FHT8V.pm
  Module to control FHT8V valve servos via CUL/CUN
  precondition: support must be added to 00_CUL.pm. This support is primary
  tested with a modified send-method of the culfw.
- 23_LUXTRONIK2.pm
  Support for the heatpump controller LUXTRONIK2 used by Alpha-Innotec
  and Siemens and probably some other vendors, too.  LUX2.gplot is one 
  example plotting template.
- 70_SCIVT.pm
  Support for an SCD series solar controler device. Details see 
  http://english.ivt-hirschau.de/content.php?parent_id=CAT_64&doc_id=DOC_118
- 86_FS10.pm
  Support for FS10. Read README.FS10, you have to install pcwsd first.
- 91_DbLog.pm
  Example to log data in a (DBI supported) database (MySQL, Oracle, etc)
  see dblog for a full-featured database log
- 95_PachLog.pm
  Pachube module from Axel
- 97_GROUP.pm
  Helper for FHEMWEB to display different groups of device READINGS at once
- 99_dumpdef.pm
  Debugging helpers from Axel
- 99_ALARM.pm
  Example for a Low Budget ALARM System by Martin
- 99_SUNRISE.pm
  The "original" (i.e. old) Sunrise/Sunset support. Needs the hard-to-install
  DateTime::Event::Sunrise perl module. Use the 99_SUNRISE_EL.pm module instead.
- 99_PID
  Direct 8v controlling with the help of Temp sensors by Alexander

- checkmsg.pl
  Check header/function/crc of an FS20 hex message
- crc.pl
  Computing CRC16 in perl
- dblog/*
  Support for a full-featured database log by Boris. See the README.
- em1010.pl / em1010.gnuplot
  Standalone EM1010PC reader program and a gnuplot file to plot em1010 data
- fhem2fht-bulkupdate.sh
  Bulkupdate for FHTs
- four2hex
  Convert housecode from  ELV notation (4) to fhem.pl notation (hex)
  Not needed any more, as current fhem versions understand both.
- fs20_holidays.sh
  STefan's "presence simulator" for holidays
- garden.pl
  Garden irrigation regulator with weather dependency (KS300 temp + rain)
- fhem-speech
  Martins instructions on how to make FHEM talk using the MBROLA speech
  synthesizer
- init-scripts
  RC scripts to be put into /etc/init.d and then symlinked to /etc/rc3.d or
  similar.
- ks300avg.pl
  Computing daily/monthly avarage values from a KS300 log
- rolwzo_not_off.sh
  Martin's "don't lock me out" program: look at the comment
- rotateShiftWork
  Shellskript for changing am/pm temperatures when working on a shift
- rrd
  Peter's RRD support. See the HOWTO
- serial.pm
  Serial line analyzer
- km271.pl
  Plain Buderus Logamatic 2107 communication module (KM271) logger
  See the 00_KM271.pm fhem module for its successor.
- RSSImonitor.pl
  Produces an overview on the RSSI readings from a log. Good for checking
  the signal quality at various locations for CUL and CUN. See begin of
  script for usage instructions.
- tcptee.pl
  Used to connect e.g. a fhem and a CCU to a single HM-Lan config (the
  correstponding fhem device should have the attribute dummy).