fhem.cfg 2.1 KB

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