2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00
fhem-mirror/fhem/contrib
pest 04095a2e24 - Pest, Sun Apr 08 17:55:15 MEST 2007
em1010.pl:
  - Make difference between sensors 1..4 and 5..
  - Checked values for sensor 5 (cur.energy + cur.power) - ok
  - Checked values for sensor 5 cur.energy is ok, cur.power still off.
    Correction factor needs to be determined.
  - setTime: Without argument, now the current time of the PC is used.
  - setRperKW: Factor of 10 required, 75 U/kWh -> 750.


git-svn-id: https://svn.fhem.de/fhem/trunk@44 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2007-04-08 16:00:19 +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
rrd Initial version 2007-01-30 12:47: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 Initial version 2007-01-30 12:47:36 +00:00
99_SUNRISE.pm Major rewrite. See the HISTORY 2007-03-19 14:59:37 +00:00
checkmsg.pl Initial version 2007-01-30 12:47:36 +00:00
crc.pl Initial version 2007-01-30 12:47:36 +00:00
em1010.pl - Pest, Sun Apr 08 17:55:15 MEST 2007 2007-04-08 16:00:19 +00:00
fht.gnuplot Added history/readme.cvs 2007-02-01 12:41:09 +00:00
fs20_holidays.sh Initial version 2007-01-30 12:47:36 +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 Initial version 2007-01-30 12:47: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

- 91_DbLog.pm
  Example to log data in a (DBI supported) database (MySQL, Oracle, etc)
- 99_ALARM.pm
  Example for a Low Budget ALARM System by Martin
- checkmsg.pl
  Check cwthe CRC of an FS20 hex message
- fhem
  RC script by Stefan 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