fhem.cfg.example 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. attr global userattr DbLogExclude DbLogInclude cmdIcon devStateIcon devStateStyle genericDeviceType:security,ignore,switch,outlet,light,blind,thermometer,thermostat,contact,garage,window,lock homebridgeMapping:textField-long icon sortby webCmd widgetOverride
  2. attr global autoload_undefined_devices 1
  3. attr global icon it_network
  4. attr global logfile ./log/fhem-%Y-%m.log
  5. attr global modpath .
  6. attr global motd none
  7. attr global room System
  8. attr global sendStatistics onUpdate
  9. attr global statefile ./log/fhem.save
  10. attr global updateInBackground 0
  11. attr global verbose 2
  12. attr global nofork 1
  13. attr global perlSyntaxCheck 1
  14. define telnetPort telnet 7072 global
  15. attr telnetPort room System
  16. define WEB FHEMWEB 8083 global
  17. attr WEB CssFiles hausautomatisierung-com/styles.css
  18. attr WEB JavaScripts codemirror/fhem_codemirror.js
  19. attr WEB editConfig 1
  20. attr WEB icon it_i-net
  21. attr WEB menuEntries haus-automatisierung.com,https://haus-automatisierung.com/
  22. attr WEB plotWeekStartDay 1
  23. attr WEB room System
  24. attr WEB roomIcons Homekit:audio_audio Log:edit_paste System:it_network Save.config:message_attention Everything:it_i-net Unsorted:unknown Commandref:system_fhem Remote.doc:message_mail Edit.files:edit_copy Select.style:edit_open Event.monitor:edit_settings
  25. attr WEB title FHEM Docker (haus-automatisierung.com)
  26. # Fake FileLog entry, to access the fhem log from FHEMWEB
  27. define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
  28. attr Logfile icon edit_paste
  29. attr Logfile room Log
  30. define autocreate autocreate
  31. attr autocreate filelog ./log/%NAME-%Y.log
  32. attr autocreate room System
  33. define eventTypes eventTypes ./log/eventTypes.txt
  34. attr eventTypes room System
  35. # Disable this to avoid looking for new USB devices on startup
  36. define initialUsbCheck notify global:INITIALIZED usb create
  37. attr initialUsbCheck room System
  38. define DBLogging DbLog /opt/fhem/contrib/dblog/db.conf .*:.*
  39. attr DBLogging icon time_note
  40. attr DBLogging room Log
  41. define DBLogging_Reopen at +*00:15:00 set DBLogging reopen
  42. attr DBLogging_Reopen room Log
  43. define testSwitch dummy
  44. attr testSwitch genericDeviceType switch
  45. attr testSwitch room Homekit
  46. attr testSwitch setList on off
  47. attr testSwitch webCmd on:off