2012-09-18 13:10:51 +00:00
|
|
|
attr global logfile ./log/fhem-%Y-%m.log
|
2013-09-22 13:10:32 +00:00
|
|
|
attr global modpath .
|
2020-02-10 23:32:50 +00:00
|
|
|
attr global verbose 3
|
2020-02-11 00:12:41 +00:00
|
|
|
attr global statefile ./log/fhem.save
|
2012-07-05 07:11:04 +00:00
|
|
|
|
2009-05-23 07:32:08 +00:00
|
|
|
define WEB FHEMWEB 8083 global
|
2010-05-15 12:26:16 +00:00
|
|
|
|
2011-12-26 14:13:57 +00:00
|
|
|
# Fake FileLog entry, to access the fhem log from FHEMWEB
|
2021-08-14 09:49:09 +00:00
|
|
|
define Logfile FileLog ./log/fhem-%Y-%m.log Logfile
|
2009-12-22 11:00:54 +00:00
|
|
|
|
|
|
|
define autocreate autocreate
|
2012-09-18 13:10:51 +00:00
|
|
|
attr autocreate filelog ./log/%NAME-%Y.log
|
2012-07-05 07:11:04 +00:00
|
|
|
|
2013-09-22 13:10:32 +00:00
|
|
|
define eventTypes eventTypes ./log/eventTypes.txt
|
2013-06-07 06:40:15 +00:00
|
|
|
|
2011-12-31 13:31:58 +00:00
|
|
|
# Disable this to avoid looking for new USB devices on startup
|
2020-02-11 00:12:41 +00:00
|
|
|
define initialUsbCheck notify global:INITIALIZED usb create
|