fhem.cfg 1.2 KB

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