| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- 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
- attr global autoload_undefined_devices 1
- attr global autosave 0
- attr global group System
- attr global icon rc_WEB
- attr global logfile -
- attr global modpath .
- attr global motd Messages collected while initializing FHEM:\
- configfile: could not read connection\
- ./log/fhem.save: Please define DBLogging first\
- Please define DBLogging first\
- \
- Autosave deactivated
- attr global nofork 1
- attr global perlSyntaxCheck 1
- attr global room System
- attr global sendStatistics onUpdate
- attr global statefile ./log/fhem.save
- attr global updateInBackground 0
- attr global verbose 2
- define telnetPort telnet 7072 global
- attr telnetPort group System
- attr telnetPort icon it_telephone
- attr telnetPort room System
- define WEB FHEMWEB 8083 global
- attr WEB JavaScripts codemirror/fhem_codemirror.js hausautomatisierung-com/custom.js
- attr WEB alias WEB (8083)
- attr WEB codemirrorParam { "lineWrapping": true, "height": "auto" }
- attr WEB confirmDelete 0
- attr WEB confirmJSError 0
- attr WEB editConfig 1
- attr WEB group Web-Access
- attr WEB hiddenroom Everything
- attr WEB icon it_i-net
- attr WEB longpoll websocket
- attr WEB menuEntries DOIFtools,/fhem?detail=DOIFtools,haus-automatisierung.com,https://haus-automatisierung.com/
- attr WEB plotWeekStartDay 1
- attr WEB room System
- 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
- attr WEB stylesheetPrefix hausautomatisierung_com
- attr WEB title { if ($FW_room) { "FHEM: $FW_room" } elsif ($FW_detail) { "FHEM: $FW_detail" } else { "FHEM" } }
- # Fake FileLog entry, to access the fhem log from FHEMWEB
- define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
- attr Logfile group Logging
- attr Logfile icon edit_paste
- attr Logfile room System
- define autocreate autocreate
- attr autocreate filelog ./log/%NAME-%Y.log
- attr autocreate group System
- attr autocreate icon edit_settings
- attr autocreate room System
- define eventTypes eventTypes ./log/eventTypes.txt
- attr eventTypes group System
- attr eventTypes icon control_home
- attr eventTypes room System
- # Disable this to avoid looking for new USB devices on startup
- define initialUsbCheck notify global:INITIALIZED usb create
- attr initialUsbCheck group System
- attr initialUsbCheck icon rc_USB
- attr initialUsbCheck room System
- define Mosquitto MQTT mqtt:1883
- attr Mosquitto room Interfaces
- define TabletUiEval HTTPSRV ftuidev/ ./www/tablet_dev TabletUI-Development
- attr TabletUiEval alias Tablet Eval
- attr TabletUiEval group Web-Access
- attr TabletUiEval icon smartphone
- attr TabletUiEval room System
- define TabletUiLatest HTTPSRV ftui/ ./www/tablet TabletUI-Newest
- attr TabletUiLatest alias Tablet Newest
- attr TabletUiLatest group Web-Access
- attr TabletUiLatest icon smartphone
- attr TabletUiLatest room System
- define TabletUi HTTPSRV ftuiiu/ ./www/tablet_inuse TabletUI
- attr TabletUi alias Tablet UI
- attr TabletUi group Web-Access
- attr TabletUi icon smartphone
- attr TabletUi room System
- define at_DbLoggingReduce at *03:00:00 set DBLogging reduceLogNbl 90 average
- attr at_DbLoggingReduce alias Database-Log Reduce
- attr at_DbLoggingReduce group Logging
- attr at_DbLoggingReduce icon system_fhem_update
- attr at_DbLoggingReduce room System
- define Siri siri
- attr Siri room Interfaces
- define DBLogging_Reopen at +*00:15:00 set DBLogging reopen
- attr DBLogging_Reopen alias Database-Log Reopen
- attr DBLogging_Reopen group Logging
- attr DBLogging_Reopen icon time_timer
- attr DBLogging_Reopen room System
- define allowed_WEB allowed
- attr allowed_WEB alias WEB (Permissions)
- attr allowed_WEB group Web-Access
- attr allowed_WEB icon scene_keyboard
- attr allowed_WEB room System
- attr allowed_WEB validFor WEB
- define DOIFtools DOIFtools associated DOIF:
- attr DOIFtools DOIFtoolsMenuEntry 1
- attr DOIFtools group System
- attr DOIFtools icon helper_doiftools
- attr DOIFtools room System
- define DBLogging DbLog /opt/fhem/db.conf .*:.*
- attr DBLogging DbLogType Current/History
|