2008-07-25 15:49:31 +00:00
|
|
|
#
|
|
|
|
# Minimalistic fhem.pl & pgm2 configfile. Take a look at the other examples for
|
|
|
|
# more.
|
|
|
|
#
|
2009-11-14 08:01:16 +00:00
|
|
|
attr global logfile .-%Y-%m.log
|
|
|
|
attr global statefile ..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)
|
2009-11-14 08:01:16 +00:00
|
|
|
attr global modpath . # where our FHEM directory is
|
2008-07-25 15:49:31 +00:00
|
|
|
|
2009-05-23 07:32:08 +00:00
|
|
|
define WEB FHEMWEB 8083 global
|
2008-07-25 15:49:31 +00:00
|
|
|
attr WEB plotmode SVG
|
2008-08-08 10:46:25 +00:00
|
|
|
|
|
|
|
# Fake logfile, to access the global log
|
2009-11-14 08:01:16 +00:00
|
|
|
define Logfile FileLog .-%Y-%m.log fakelog
|