mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
27 lines
682 B
INI
27 lines
682 B
INI
|
logfile -
|
||
|
port 7072 global
|
||
|
verbose 3
|
||
|
savefile test/fhem.save
|
||
|
modpath .
|
||
|
define FHZ FHZ none
|
||
|
|
||
|
define floor-lamp FS20 1234 00
|
||
|
define window-lamp FS20 1234 02
|
||
|
define marqee FS20 1234 07
|
||
|
define cellar FS20 1234 13
|
||
|
define btn4 FS20 1234 03
|
||
|
|
||
|
define wz FHT 1235
|
||
|
define fl FHT 1236
|
||
|
|
||
|
define tf1 HMS 1237
|
||
|
|
||
|
def ks1 KS300 1238
|
||
|
|
||
|
# The path must be absolute, else it won't work appear in fhemweb.pl (webpgm2)
|
||
|
define fllog FileLog /tmp/fhem/test/fl-%Y-%U.log fl:.*(temp|actuator).*
|
||
|
define wzlog FileLog /tmp/fhem/test/wz-%Y-%U.log wz:.*(temp|actuator).*
|
||
|
define outlog FileLog /tmp/fhem/test/out-%Y-%U.log out1:.*(H:).*
|
||
|
|
||
|
notifyon btn4 /usr/local/bin/shared/setroll "%"
|