fhem.cfg 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. define telnetPort telnet 7072 global
  14. attr telnetPort room System
  15. define WEB FHEMWEB 8083 global
  16. attr WEB CssFiles hausautomatisierung-com/styles.css
  17. attr WEB JavaScripts codemirror/fhem_codemirror.js
  18. attr WEB editConfig 1
  19. attr WEB icon it_i-net
  20. attr WEB menuEntries haus-automatisierung.com,https://haus-automatisierung.com/
  21. attr WEB plotWeekStartDay 1
  22. attr WEB room System
  23. 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
  24. attr WEB title FHEM Docker (haus-automatisierung.com)
  25. # Fake FileLog entry, to access the fhem log from FHEMWEB
  26. define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
  27. attr Logfile icon edit_paste
  28. attr Logfile room Log
  29. define autocreate autocreate
  30. attr autocreate filelog ./log/%NAME-%Y.log
  31. attr autocreate room System
  32. define eventTypes eventTypes ./log/eventTypes.txt
  33. attr eventTypes room System
  34. # Disable this to avoid looking for new USB devices on startup
  35. define initialUsbCheck notify global:INITIALIZED usb create
  36. attr initialUsbCheck room System
  37. define DBLogging DbLog /opt/fhem/contrib/dblog/db.conf .*:.*
  38. attr DBLogging icon time_note
  39. attr DBLogging room Log
  40. define DBLogging_Reopen at +*00:15:00 set DBLogging reopen
  41. attr DBLogging_Reopen room Log
  42. define testSwitch dummy
  43. attr testSwitch genericDeviceType switch
  44. attr testSwitch room Homekit
  45. attr testSwitch setList on off
  46. attr testSwitch webCmd on:off