2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00
fhem-mirror/fhem/contrib
rudolfkoenig bf01617314 Readme update and the additions from Martin
git-svn-id: https://svn.fhem.de/fhem/trunk@286 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2008-12-12 11:06:36 +00:00
..
dblog - feature: new modules 00_CM11.pm and 20_X10.pm for integration of X10 devices in fhem 2008-11-02 18:04:33 +00:00
fhem2speech Readme update and the additions from Martin 2008-12-12 11:06:36 +00:00
four2hex Initial version 2007-01-30 12:47:36 +00:00
init-scripts Initial version 2007-01-30 12:47:36 +00:00
JsonList Readme update and the additions from Martin 2008-12-12 11:06:36 +00:00
rotateShiftWork Readme update and the additions from Martin 2008-12-12 11:06:36 +00:00
rrd Initial version 2007-01-30 12:47:36 +00:00
voip2fhem voip2fhem added to conrib/ 2007-12-21 12:43:45 +00:00
86_FS10.pm Readme update and the additions from Martin 2008-12-12 11:06:36 +00:00
91_DbLog.pm Major rewrite. See the HISTORY 2007-03-19 14:59:37 +00:00
99_ALARM.pm Major rewrite. See the HISTORY 2007-03-19 14:59:37 +00:00
99_PRIV.pm Preparing the release, last doc changes 2007-04-14 08:22:18 +00:00
99_SUNRISE.pm Preparing 4.4: Doc checking and small fixes 2008-07-28 12:33:29 +00:00
checkmsg.pl Typo-Fix 2007-05-13 10:01:00 +00:00
crc.pl Initial version 2007-01-30 12:47:36 +00:00
em1010.pl - bugfix: 62_EMEM.pm: changed reading energy_total_kWh to energy_kWh_w, added energy_kWh (formerly energy_total_kWh) 2008-01-06 12:50:25 +00:00
fht.gnuplot Preparing for 4.3: doc fixes/last changes 2008-07-12 08:16:51 +00:00
fs20_holidays.sh Update from STefan eingecheckt. 2008-09-25 11:00:44 +00:00
garden.pl Initial version 2007-01-30 12:47:36 +00:00
ks300avg.pl Initial version 2007-01-30 12:47:36 +00:00
README Readme update and the additions from Martin 2008-12-12 11:06:36 +00:00
README.FS10 Readme update and the additions from Martin 2008-12-12 11:06:36 +00:00
rolwzo_not_off.sh Major rewrite. See the HISTORY 2007-03-19 14:59:37 +00:00
serial.pl Initial version 2007-01-30 12:47:36 +00:00
ws2000_reader.pl add ws2000 modul and standalone reader 2008-05-10 21:10:38 +00:00

- 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
- 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.

- 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
- 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)
- JsonList
  99_JsonList.pm adds a jsonlist command, which is list in JSON format.
  See JsonList/README.JsonList for more. By Martin.
- fhem2speech
  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