mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
05a89888d8
- adapted 93_DBLog.pm parser to changes in 11_FHT.pm - workarounds for undefined variables to prevent perl from complaining here and there git-svn-id: https://svn.fhem.de/fhem/trunk@166 2b470e98-0d58-463d-a4d8-8e2adae1ed80 |
||
---|---|---|
.. | ||
dblog | ||
four2hex | ||
init-scripts | ||
rrd | ||
voip2fhem | ||
91_DbLog.pm | ||
99_ALARM.pm | ||
99_PRIV.pm | ||
99_SUNRISE.pm | ||
checkmsg.pl | ||
crc.pl | ||
em1010.pl | ||
fht.gnuplot | ||
fs20_holidays.sh | ||
garden.pl | ||
ks300avg.pl | ||
README | ||
rolwzo_not_off.sh | ||
serial.pl |
- 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 - 80_M232.pm/81_M232Counter.pm Support for the M232 device from ELV by Boris. - 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 Sunrise/Sunset support. Uses DateTime::Event::Sunrise. Uses the 99_SUNRISE_EL.pm module instead. - 99_SUNRISE_EL.pm Support foor computins sunrise/sunset times. - 99_Utils.pm skeleton for self-written perl funtions. - 99_dummy.pm Used for programming - 99_weblink.pm Used by fhemweb2.pl - checkmsg.pl Check header/function/crc of an FS20 hex message - crc.pl Computing CRC16 in perl - em1010.pl / em1010.gnuplot Standalone EM1010PC reader program and a gnuplot file to plot em1010 data - init-scripts RC scripts to be put into /etc/init.d and then symlinked to /etc/rc3.d or similar. - four2hex Convert housecode from ELV notation (4) to fhem.pl notation (hex) - fs20_holidays.sh STefan's "presence simulator" for holidays - garden.pl Garden irrigation regulator with weather dependency (KS300 temp + rain) - 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 - rrd Peter's RRD support. See the HOWTO - serial.pm Serial line analyzer - dblog Support for a full-featured database log by Boris. See the README.