mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-22 02:59:49 +00:00
preparing/cleaning fhem.cfg
git-svn-id: https://svn.fhem.de/fhem/trunk@3940 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
62f2fde299
commit
053b5689a1
@ -1,9 +1,10 @@
|
||||
attr global logfile ./log/fhem-%Y-%m.log
|
||||
attr global modpath . # where our FHEM directory is
|
||||
attr global statefile ./log/fhem.save # where to save the state of the devices
|
||||
attr global verbose 3 # "normal" verbosity (min 1, max 5)
|
||||
attr global modpath .
|
||||
attr global statefile ./log/fhem.save
|
||||
attr global verbose 3
|
||||
attr global updateInBackground
|
||||
|
||||
define telnetPort telnet 7072 global # our TCP/IP port
|
||||
define telnetPort telnet 7072 global
|
||||
|
||||
define WEB FHEMWEB 8083 global
|
||||
|
||||
@ -17,25 +18,9 @@ attr WEBtablet stylesheetPrefix touchpad
|
||||
define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
|
||||
|
||||
define autocreate autocreate
|
||||
attr autocreate autosave
|
||||
attr autocreate device_room %TYPE
|
||||
attr autocreate filelog ./log/%NAME-%Y.log
|
||||
attr autocreate weblink
|
||||
attr autocreate weblink_room Plots
|
||||
|
||||
define et eventTypes log/eventTypes.txt
|
||||
define eventTypes eventTypes ./log/eventTypes.txt
|
||||
|
||||
# Disable this to avoid looking for new USB devices on startup
|
||||
define initialUsbCheck notify global:INITIALIZED usb create
|
||||
|
||||
|
||||
# If the above notify did not helped, then you probably have to enable some of
|
||||
# the following lines. Verify first that /dev/xxx ist correct.
|
||||
|
||||
#define FHZ FHZ /dev/USB0
|
||||
#define CUL CUL /dev/ttyACM0@9600 1234
|
||||
#attr CUL rfmode HomeMatic
|
||||
|
||||
#define EUL TCM 310 /dev/ttyACM0@57600
|
||||
#define BscBor TCM 120 /dev/ttyUSB0@9600
|
||||
#define BscSmartConnect TCM 310 /dev/ttyUSB0@57600
|
||||
|
Loading…
Reference in New Issue
Block a user