e216b66be907589c29bbb64ffc0a3c62dd745326
[xhome.git] / Griesstatt / fhem.cfg
1 attr global userattr cmdIcon devStateIcon devStateStyle icon sortby webCmd webCmdLabel:textField-long widgetOverride
2 attr global autoload_undefined_devices 1
3 attr global autosave 0
4 attr global logfile ./log/fhem-%Y-%m.log
5 attr global modpath .
6 attr global motd Messages collected while initializing FHEM:\
7 configfile: WEB: creating device allowed_WEB for attribute basicAuth\
8 \
9 Autosave deactivated
10 attr global statefile ./log/fhem.save
11 attr global verbose 3
12
13 define WEB FHEMWEB 8083 global
14 attr WEB editConfig 1
15 define allowed_WEB allowed
16 attr allowed_WEB basicAuth cmFpbmVyOkZpbmtlbndlZzU=
17 attr allowed_WEB validFor WEB
18
19 # Fake FileLog entry, to access the fhem log from FHEMWEB 
20 define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
21
22 define autocreate autocreate
23 attr autocreate filelog ./log/%NAME-%Y.log
24
25 define eventTypes eventTypes ./log/eventTypes.txt
26
27 # Disable this to avoid looking for new USB devices on startup
28 define initialUsbCheck notify global:INITIALIZED usb create
29 define RPi GPIO4 BUSMASTER
30 define WohnzimmerTemp GPIO4 28-00000a54cd2a
31 attr WohnzimmerTemp model DS18B20
32 attr WohnzimmerTemp room Temperaturen
33