hmetzner cd23496368 Birthday CalView Widget eingefügt 7 yıl önce
..
FHEM bc40e0c63b FTUI-Verbindungen 7 yıl önce
contrib 6080787db7 Update20180313 7 yıl önce
demolog 342ecf59bc FHEM core mit in das Repo 8 yıl önce
docs bc40e0c63b FTUI-Verbindungen 7 yıl önce
log 0f06b2667a Log-Verzeichnis darf nicht fehlen 8 yıl önce
www cd23496368 Birthday CalView Widget eingefügt 7 yıl önce
CHANGED 6080787db7 Update20180313 7 yıl önce
MAINTAINER.txt 6080787db7 Update20180313 7 yıl önce
README_DEMO.txt 342ecf59bc FHEM core mit in das Repo 8 yıl önce
configDB.pm 6080787db7 Update20180313 7 yıl önce
db.conf 7469cb6c2c New Files 7 yıl önce
fhem.cfg bc40e0c63b FTUI-Verbindungen 7 yıl önce
fhem.cfg.demo 6080787db7 Update20180313 7 yıl önce
fhem.pl 6080787db7 Update20180313 7 yıl önce
start.sh 342ecf59bc FHEM core mit in das Repo 8 yıl önce

README_DEMO.txt

Prerequisite:
- perl
- stop any existing FHEM process first (if started any).

HOWTO:
Start FHEM with a demo configuration with
perl fhem.pl fhem.cfg.demo
(typed in a terminal) and point your browser to http://YourFhemHost:8083
Use the startfhemDemo skript on the FritzBox.
If you'd like to see the RSS demo, you have to install the Perl GD library,
e.g. with:
sudo apt-get install libgd-gd2-perl
sudo apt-get install libgd-text-perl

Stopping:
- type shutdown in the browser command window, followed by RETURN
or
- type CTRL-C in the terminal window

This demo:
- it won't overwrite any settings in the productive FHEM installation
- it uses its own log-directory (demolog) and configfile (fhem.cfg.demo)
- it won't start in the background, the FHEM-log is written to the terminal
- it won't touch any home-automation hardware (CUL, ZWawe dongle, etc) attached
to the host.