2008-07-25 15:49:31 +00:00
|
|
|
#
|
|
|
|
# Minimalistic fhem.pl & pgm2 configfile. Take a look at the other examples for
|
|
|
|
# more.
|
|
|
|
#
|
2008-12-09 14:12:40 +00:00
|
|
|
attr global logfile /tmp/fhem/fhem-%Y-%m.log
|
|
|
|
attr global statefile /tmp/fhem/fhem.save # where to save the state of the devices
|
2008-07-25 15:49:31 +00:00
|
|
|
attr global verbose 3 # "normal" verbosity (min 1, max 5)
|
|
|
|
attr global port 7072 # our TCP/IP port (localhost only)
|
2008-12-09 14:12:40 +00:00
|
|
|
attr global modpath /tmp/fhem/fhem # where our FHEM directory is
|
2008-07-25 15:49:31 +00:00
|
|
|
|
|
|
|
define WEB FHEMWEB 8083
|
|
|
|
attr WEB plotmode SVG
|
2008-08-08 10:46:25 +00:00
|
|
|
|
|
|
|
# Fake logfile, to access the global log
|
2008-12-09 14:12:40 +00:00
|
|
|
define Logfile FileLog /tmp/fhem/fhem-%Y-%m.log fakelog
|