fhem.cfg 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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 siriName sortby webCmd webCmdLabel:textField-long widgetOverride
  2. attr global autoload_undefined_devices 1
  3. attr global group System
  4. attr global icon rc_WEB
  5. attr global logfile -
  6. attr global modpath .
  7. attr global motd none
  8. attr global nofork 1
  9. attr global perlSyntaxCheck 1
  10. attr global room System
  11. attr global sendStatistics onUpdate
  12. attr global statefile ./log/fhem.save
  13. attr global updateInBackground 0
  14. attr global verbose 2
  15. define telnetPort telnet 7072 global
  16. attr telnetPort group System
  17. attr telnetPort icon it_telephone
  18. attr telnetPort room System
  19. define WEB FHEMWEB 8083 global
  20. attr WEB JavaScripts codemirror/fhem_codemirror.js hausautomatisierung-com/custom.js
  21. attr WEB alias WEB (8083)
  22. attr WEB codemirrorParam { "lineWrapping": true, "height": "auto" }
  23. attr WEB confirmDelete 0
  24. attr WEB confirmJSError 0
  25. attr WEB editConfig 1
  26. attr WEB group Web-Access
  27. attr WEB hiddenroom Everything
  28. attr WEB icon it_i-net
  29. attr WEB menuEntries DOIFtools,/fhem?detail=DOIFtools,haus-automatisierung.com,https://haus-automatisierung.com/
  30. attr WEB plotWeekStartDay 1
  31. attr WEB room System
  32. attr WEB roomIcons Homekit:audio_audio Log:edit_paste Logfile: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 DOIFtools:helper_doiftools haus-automatisierung.com:it_internet
  33. attr WEB stylesheetPrefix hausautomatisierung_com
  34. attr WEB title { if ($FW_room) { "FHEM: $FW_room" } elsif ($FW_detail) { "FHEM: $FW_detail" } else { "FHEM" } }
  35. # Fake FileLog entry, to access the fhem log from FHEMWEB
  36. define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
  37. attr Logfile group Logging
  38. attr Logfile icon edit_paste
  39. attr Logfile room System
  40. define autocreate autocreate
  41. attr autocreate filelog ./log/%NAME-%Y.log
  42. attr autocreate group System
  43. attr autocreate icon edit_settings
  44. attr autocreate room System
  45. define eventTypes eventTypes ./log/eventTypes.txt
  46. attr eventTypes group System
  47. attr eventTypes icon control_home
  48. attr eventTypes room System
  49. # Disable this to avoid looking for new USB devices on startup
  50. define initialUsbCheck notify global:INITIALIZED usb create
  51. attr initialUsbCheck group System
  52. attr initialUsbCheck icon rc_USB
  53. attr initialUsbCheck room System
  54. define DBLogging DbLog /opt/fhem/contrib/dblog/db.conf .*:.*
  55. attr DBLogging DbLogSelectionMode Exclude/Include
  56. attr DBLogging DbLogType Current/History
  57. attr DBLogging alias Database-Log
  58. attr DBLogging group Logging
  59. attr DBLogging icon system_backup
  60. attr DBLogging room System
  61. define Mosquitto MQTT mqtt:1883
  62. attr Mosquitto room Interfaces
  63. define TabletUi HTTPSRV ftui/ ./www/tablet/ Tablet-UI
  64. attr TabletUi alias Tablet UI
  65. attr TabletUi group Web-Access
  66. attr TabletUi icon smartphone
  67. attr TabletUi room System
  68. define at_DbLoggingReduce at *03:00:00 set DBLogging reduceLogNbl 90 average
  69. attr at_DbLoggingReduce alias Database-Log Reduce
  70. attr at_DbLoggingReduce group Logging
  71. attr at_DbLoggingReduce icon system_fhem_update
  72. attr at_DbLoggingReduce room System
  73. define Siri siri
  74. attr Siri room Interfaces
  75. define DBLogging_Reopen at +*00:15:00 set DBLogging reopen
  76. attr DBLogging_Reopen alias Database-Log Reopen
  77. attr DBLogging_Reopen group Logging
  78. attr DBLogging_Reopen icon time_timer
  79. attr DBLogging_Reopen room System
  80. define allowed_WEB allowed
  81. attr allowed_WEB alias WEB (Permissions)
  82. attr allowed_WEB group Web-Access
  83. attr allowed_WEB icon scene_keyboard
  84. attr allowed_WEB room System
  85. attr allowed_WEB validFor WEB
  86. define DOIFtools DOIFtools associated DOIF:
  87. attr DOIFtools DOIFtoolsMenuEntry 1
  88. attr DOIFtools group System
  89. attr DOIFtools icon helper_doiftools
  90. attr DOIFtools room System