README 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. - 11_FHT8V.pm
  2. Module to control FHT8V valve servos via CUL/CUN
  3. precondition: support must be added to 00_CUL.pm. This support is primary
  4. tested with a modified send-method of the culfw.
  5. - 23_LUXTRONIK2.pm
  6. Support for the heatpump controller LUXTRONIK2 used by Alpha-Innotec
  7. and Siemens and probably some other vendors, too. LUX2.gplot is one
  8. example plotting template.
  9. - 97_SB_SERVER.pm & 98_SB_PLAYER
  10. Squeezebox module from bugster_de
  11. - 70_SCIVT.pm
  12. Support for an SCD series solar controler device. Details see
  13. http://english.ivt-hirschau.de/content.php?parent_id=CAT_64&doc_id=DOC_118
  14. - 86_FS10.pm
  15. Support for FS10. Read README.FS10, you have to install pcwsd first.
  16. - 91_DbLog.pm
  17. Example to log data in a (DBI supported) database (MySQL, Oracle, etc)
  18. see dblog for a full-featured database log
  19. - 95_PachLog.pm
  20. Pachube module from Axel
  21. - 97_GROUP.pm
  22. Helper for FHEMWEB to display different groups of device READINGS at once
  23. - 98_WKRCD4.pm
  24. Module to connect a Waterkotte heat pump with Resümat CD4 Control
  25. - 98_ArduCounter.pm
  26. Module that uses an arduino (nano, uno or similar) as impulse counter, e.g. for enery meters with S0 interface
  27. to be used with ArduCounter.ino in the arduino subdirectory. This sketch can be loaded into the
  28. arduino GUI and the installed onto an arduino board.
  29. - 99_dumpdef.pm
  30. Debugging helpers from Axel
  31. - 99_ALARM.pm
  32. Example for a Low Budget ALARM System by Martin
  33. - 99_SUNRISE.pm
  34. The "original" (i.e. old) Sunrise/Sunset support. Needs the hard-to-install
  35. DateTime::Event::Sunrise perl module. Use the 99_SUNRISE_EL.pm module instead.
  36. - 99_PID
  37. Direct 8v controlling with the help of Temp sensors by Alexander
  38. - checkmsg.pl
  39. Check header/function/crc of an FS20 hex message
  40. - crc.pl
  41. Computing CRC16 in perl
  42. - dblog/*
  43. Support for a full-featured database log by Boris. See the README.
  44. - em1010.pl / em1010.gnuplot
  45. Standalone EM1010PC reader program and a gnuplot file to plot em1010 data
  46. - fhem2fht-bulkupdate.sh
  47. Bulkupdate for FHTs
  48. - four2hex
  49. Convert housecode from ELV notation (4) to fhem.pl notation (hex)
  50. Not needed any more, as current fhem versions understand both.
  51. - fs20_holidays.sh
  52. STefan's "presence simulator" for holidays
  53. - garden.pl
  54. Garden irrigation regulator with weather dependency (KS300 temp + rain)
  55. - fhem-speech
  56. Martins instructions on how to make FHEM talk using the MBROLA speech
  57. synthesizer
  58. - init-scripts
  59. RC scripts to be put into /etc/init.d and then symlinked to /etc/rc3.d or
  60. similar.
  61. - ks300avg.pl
  62. Computing daily/monthly avarage values from a KS300 log
  63. - rolwzo_not_off.sh
  64. Martin's "don't lock me out" program: look at the comment
  65. - rotateShiftWork
  66. Shellskript for changing am/pm temperatures when working on a shift
  67. - rrd
  68. Peter's RRD support. See the HOWTO
  69. - serial.pm
  70. Serial line analyzer
  71. - km271.pl
  72. Plain Buderus Logamatic 2107 communication module (KM271) logger
  73. See the 00_KM271.pm fhem module for its successor.
  74. - RSSImonitor.pl
  75. Produces an overview on the RSSI readings from a log. Good for checking
  76. the signal quality at various locations for CUL and CUN. See begin of
  77. script for usage instructions.
  78. - tcptee.pl
  79. Used to connect e.g. a fhem and a CCU to a single HM-Lan config (the
  80. correstponding fhem device should have the attribute dummy).