2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
fhem-mirror/fhem/contrib
dennis1980 8f713665bc Initial commit: This module monitors devices for timeouts.
Device_Timeout is configured on device level in minutes, there will be 
events for alive (if events from monitored deviced are triggered) or dead generated (if no event is triggered from a configured device within the Device_Timeout interval). A new "DeviceMonitor" Device is created which shows the state of all monitored devices in his readings.

This is the first "public" version, test has yet to be done (esp. performance) 

For more informations try a search on the fhem google groups

git-svn-id: https://svn.fhem.de/fhem/trunk@2021 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2012-10-27 09:17:14 +00:00
..
95_FLOORPLAN Floorplan: Updated pdf with new styles 2012-10-22 18:27:45 +00:00
dblog
DEBIAN
DeviceMonitor Initial commit: This module monitors devices for timeouts. 2012-10-27 09:17:14 +00:00
FB7270 Reorg - Part 7 2012-09-18 14:17:03 +00:00
FB7390
fhem2speech
four2hex
getstate
HM-USB-CFG
HMRPC
init-scripts
inputevent
JeeStuff
munin
nagios
rotateShiftWork
rrd
voip2fhem
WBS
00_TAHR.pm
11_FHT8V.pm
21_OWTEMP.pm.fork
23_LUXTRONIK2.pm
58_SecvestIP.pm small bug fix 2012-09-23 08:51:37 +00:00
64_ESA.pm
70_NT5000.pm
70_SolarView.pm
86_FS10.pm
90_EIBUPDOWN.pm
91_DbLog.pm
95_VIEW.pm
97_GROUP.pm
98_FHTCONF.pm
98_HOL.pm
99_ALARM.pm
99_dumpdef.pm
99_PID.pm
99_priv_cgi.pm
99_PRIV.pm
99_RpiUtils.pm RpiUtils support now Fritz!Box on Freetz 2012-10-05 09:15:31 +00:00
99_SUNRISE.pm
99_Taupunkt.pm
99_twitter.pm
99_TXT.pm
aut.holiday
by.holiday
checkmsg.pl
crc.pl
em1010.pl
executables
fhem2fht-bulkupdate.sh added fhem2fht-bulkupdate.sh script to contrib 2012-10-13 16:25:19 +00:00
fhemupdate.control.fhem Del updtefhem 2012-10-15 15:57:35 +00:00
fhemupdate.pl
fht.gnuplot
fs20_holidays.sh
garden.pl
gplotmapping.txt
he.holiday
km271.pl
ks300avg.pl
LUX2.gplot
README added fhem2fht-bulkupdate.sh script to contrib 2012-10-13 16:25:19 +00:00
README.FS10
remove_serialport_for_cul.patch
rolwzo_not_off.sh
RSSImonitor.pl
serial.pl
survey.pl Added new modules 2012-10-01 09:22:07 +00:00
tcptee.pl
ws2000_reader.pl

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