fhem.cfg 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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 longpoll websocket
  30. attr WEB menuEntries DOIFtools,/fhem?detail=DOIFtools,haus-automatisierung.com,https://haus-automatisierung.com/
  31. attr WEB plotWeekStartDay 1
  32. attr WEB room System
  33. 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
  34. attr WEB stylesheetPrefix hausautomatisierung_com
  35. attr WEB title { if ($FW_room) { "FHEM: $FW_room" } elsif ($FW_detail) { "FHEM: $FW_detail" } else { "FHEM" } }
  36. # Fake FileLog entry, to access the fhem log from FHEMWEB
  37. define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
  38. attr Logfile group Logging
  39. attr Logfile icon edit_paste
  40. attr Logfile room System
  41. define autocreate autocreate
  42. attr autocreate filelog ./log/%NAME-%Y.log
  43. attr autocreate group System
  44. attr autocreate icon edit_settings
  45. attr autocreate room System
  46. define eventTypes eventTypes ./log/eventTypes.txt
  47. attr eventTypes group System
  48. attr eventTypes icon control_home
  49. attr eventTypes room System
  50. # Disable this to avoid looking for new USB devices on startup
  51. define initialUsbCheck notify global:INITIALIZED usb create
  52. attr initialUsbCheck group System
  53. attr initialUsbCheck icon rc_USB
  54. attr initialUsbCheck room System
  55. define DBLogging DbLog /opt/fhem/contrib/dblog/db.conf .*:.*
  56. attr DBLogging DbLogSelectionMode Exclude/Include
  57. attr DBLogging DbLogType Current/History
  58. attr DBLogging alias Database-Log
  59. attr DBLogging group Logging
  60. attr DBLogging icon system_backup
  61. attr DBLogging room System
  62. define Mosquitto MQTT mqtt:1883
  63. attr Mosquitto room Interfaces
  64. define TabletUiEval HTTPSRV ftuidev/ ./www/tablet_dev TabletUI-Development
  65. attr TabletUiEval alias Tablet Eval
  66. attr TabletUiEval group Web-Access
  67. attr TabletUiEval icon smartphone
  68. attr TabletUiEval room System
  69. define TabletUiLatest HTTPSRV ftui/ ./www/tablet TabletUI-Newest
  70. attr TabletUiLatest alias Tablet Newest
  71. attr TabletUiLatest group Web-Access
  72. attr TabletUiLatest icon smartphone
  73. attr TabletUiLatest room System
  74. define TabletUi HTTPSRV ftuiiu/ ./www/tablet_inuse TabletUI
  75. attr TabletUi alias Tablet UI
  76. attr TabletUi group Web-Access
  77. attr TabletUi icon smartphone
  78. attr TabletUi room System
  79. define at_DbLoggingReduce at *03:00:00 set DBLogging reduceLogNbl 90 average
  80. attr at_DbLoggingReduce alias Database-Log Reduce
  81. attr at_DbLoggingReduce group Logging
  82. attr at_DbLoggingReduce icon system_fhem_update
  83. attr at_DbLoggingReduce room System
  84. define Siri siri
  85. attr Siri room Interfaces
  86. define DBLogging_Reopen at +*00:15:00 set DBLogging reopen
  87. attr DBLogging_Reopen alias Database-Log Reopen
  88. attr DBLogging_Reopen group Logging
  89. attr DBLogging_Reopen icon time_timer
  90. attr DBLogging_Reopen room System
  91. define allowed_WEB allowed
  92. attr allowed_WEB alias WEB (Permissions)
  93. attr allowed_WEB group Web-Access
  94. attr allowed_WEB icon scene_keyboard
  95. attr allowed_WEB room System
  96. attr allowed_WEB validFor WEB
  97. define DOIFtools DOIFtools associated DOIF:
  98. attr DOIFtools DOIFtoolsMenuEntry 1
  99. attr DOIFtools group System
  100. attr DOIFtools icon helper_doiftools
  101. attr DOIFtools room System