| 1234567891011121314151617181920212223242526272829303132333435 |
- attr global userattr DbLogExclude DbLogInclude cmdIcon devStateIcon devStateStyle icon sortby webCmd widgetOverride
- attr global autoload_undefined_devices 1
- attr global logfile ./log/fhem-%Y-%m.log
- attr global modpath .
- attr global motd none
- attr global sendStatistics onUpdate
- attr global statefile ./log/fhem.save
- attr global updateInBackground 0
- attr global verbose 2
- define telnetPort telnet 7072 global
- define WEB FHEMWEB 8083 global
- attr WEB CssFiles hausautomatisierung-com/styles.css
- attr WEB JavaScripts codemirror/fhem_codemirror.js
- attr WEB editConfig 1
- attr WEB menuEntries haus-automatisierung.com,https://haus-automatisierung.com/
- attr WEB plotWeekStartDay 1
- # Fake FileLog entry, to access the fhem log from FHEMWEB
- define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
- define autocreate autocreate
- attr autocreate filelog ./log/%NAME-%Y.log
- define eventTypes eventTypes ./log/eventTypes.txt
- # Disable this to avoid looking for new USB devices on startup
- define initialUsbCheck notify global:INITIALIZED usb create
- define DBLogging DbLog /opt/fhem/contrib/dblog/db.conf .*:.*
- attr DBLogging room Log
- define DBLogging_Reopen at +*00:15:00 set DBLogging reopen
- attr DBLogging_Reopen room Log
|