2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-01 03:24:51 +00:00
fhem-mirror/fhem/test/fhem-eib.cfg

30 lines
718 B
INI
Raw Normal View History

attr global logfile -
attr global modpath .
attr global port 7072 global
attr global statefile test/fhem-eib.save
attr global verbose 5
define web FHEMWEB 8083 global
attr web fwmodpath webfrontend/pgm2
define tul TUL eibd:marvin 1.1.249
define Lampe1 EIB 0/0/1
define Lampe2 EIB 0/0/2 0/0/3
define Lampe3 EIB 0/0/3
define LightSens EIB 0/0/250
attr LightSens dummy 1
attr LightSens model brightness
#attr LightSens model lightsensor
#attr LightSens model date
define LightSensLog FileLog test/LightSens_%Y.log LightSens
define Lampe1Log FileLog test/Lampe1_%Y.log (Lampe1|Lampe2|Lampe3)
attr Lampe1 webCmd on:off:on-for-timer 10
get Lampe3 value
get Lampe1 value
get Lampe2 value