README_DEMO.txt 910 B

1234567891011121314151617181920212223242526
  1. Prerequisite:
  2. - perl
  3. - stop any existing FHEM process first (if started any).
  4. HOWTO:
  5. Start FHEM with a demo configuration with
  6. perl fhem.pl fhem.cfg.demo
  7. (typed in a terminal) and point your browser to http://YourFhemHost:8083
  8. Use the startfhemDemo skript on the FritzBox.
  9. If you'd like to see the RSS demo, you have to install the Perl GD library,
  10. e.g. with:
  11. sudo apt-get install libgd-gd2-perl
  12. sudo apt-get install libgd-text-perl
  13. Stopping:
  14. - type shutdown in the browser command window, followed by RETURN
  15. or
  16. - type CTRL-C in the terminal window
  17. This demo:
  18. - it won't overwrite any settings in the productive FHEM installation
  19. - it uses its own log-directory (demolog) and configfile (fhem.cfg.demo)
  20. - it won't start in the background, the FHEM-log is written to the terminal
  21. - it won't touch any home-automation hardware (CUL, ZWawe dongle, etc) attached
  22. to the host.