fhem-mirror/fhem/contrib
parix 4255dcffc0 Version 1.0
git-svn-id: https://svn.fhem.de/fhem/trunk@672 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2010-08-09 21:05:14 +00:00
..
dblog bugfix: make BS known to CUL to avoid lost messages if both FHZ1300 and CUL are connected, adjust matching rule 2010-05-30 09:31:48 +00:00
DEBIAN debian/ubuntu package creation 2010-08-02 12:47:55 +00:00
fhem2speech Version 1.4 from Martin. 2009-01-12 10:26:50 +00:00
four2hex Fixes for lintian (.deb package cecker) 2010-08-01 13:33:13 +00:00
getstate 99_getstate.pm: added support for S555TH 2009-12-16 16:46:00 +00:00
init-scripts debian/ubuntu package creation 2010-08-02 12:47:55 +00:00
JsonList RFR fixes 2009-12-02 20:38:00 +00:00
rotateShiftWork Readme update and the additions from Martin 2008-12-12 11:06:36 +00:00
rrd Added Support for ALL4000T 2010-07-23 17:30:53 +00:00
voip2fhem voip2fhem added to conrib/ 2007-12-21 12:43:45 +00:00
WBS V1.0.1 Bugfixes 'defptr' 2010-05-24 17:42:23 +00:00
11_FHT8V.pm add fht8v valve servo support (necessary modification to CUL.pm pending) 2009-12-06 20:05:14 +00:00
21_OWTEMP.pm.fork Example for non-blocking device read via fork 2010-07-05 06:43:52 +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
97_GROUP.pm Added FHEM-Logo 2010-08-09 21:01:40 +00:00
98_FHTCONF.pm Version 1.0 2010-08-09 21:05:14 +00:00
99_ALARM.pm Major rewrite. See the HISTORY 2007-03-19 14:59:37 +00:00
99_dumpdef.pm Little Fixes 2010-05-03 03:38:08 +00:00
99_PID.pm 99_PID 2009-10-31 08:49:20 +00:00
99_priv_cgi.pm CVS-TEST COMMIT 2009-12-08 22:21:24 +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
99_twitter.pm Fixes; ERROR-Counter; Added twitter STATUS/ENABLE/DISABLE 2010-05-03 03:39:00 +00:00
aut.holiday Von Peter 2009-06-12 08:47:34 +00:00
by.holiday Holiday bugfixes 2009-05-23 07:32:08 +00:00
checkmsg.pl Holiday bugfixes 2009-05-23 07:32:08 +00:00
crc.pl Fixes for lintian (.deb package cecker) 2010-08-01 13:33:13 +00:00
em1010.pl Fix from Thomass 2009-12-31 17:58:07 +00:00
executables debian/ubuntu package creation 2010-08-02 12:47:55 +00:00
fht.gnuplot Preparing for 4.3: doc fixes/last changes 2008-07-12 08:16:51 +00:00
fs20_holidays.sh debian/ubuntu package creation 2010-08-02 12:47:55 +00:00
garden.pl Initial version 2007-01-30 12:47:36 +00:00
he.holiday holiday and structure doc added 2009-05-11 16:23:38 +00:00
km271.pl KM271 2010-03-13 15:30:36 +00:00
ks300avg.pl Initial version 2007-01-30 12:47:36 +00:00
README From axel rieger 2010-03-15 07:32:33 +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 Fixes for lintian (.deb package cecker) 2010-08-01 13:33:13 +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.
- 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
- 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.
- 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.