attr global modpath /usr/lib/fhem attr global pidfilename /var/run/fhem.pid attr global statefile /var/log/fhem/fhem.save attr global logfile /var/log/fhem/fhem-%Y-%m.log #attr global port 7072 define telnetPort telnet 7072 #The USB stick #to try it without ser2net => define CUL CUL /dev/ttyUSB0@directio 1234 define CUL CUL 127.0.0.1:27073 4321 #Die Webinterfaces define WEB FHEMWEB 8083 global # 8083 is the port for the default WebInterface attr WEB room hidden attr WEB stylesheetPrefix dark define WEBS FHEMWEB 8084 global # 8084 is the port for the mobile WebInterface attr WEBS room hidden attr WEBS smallscreen 1 #Die Geraete define ledlamp FS20 1234 56 # 1234 is the housecode which is set holding the button while plugging it in attr ledlamp model fs20st attr ledlamp room Wohnzimmer # define define lamp FS20 1234 57 # attr lamp model fs20di attr lamp room Dorm define heating FHT 2d22 # Is shown in decimal numbers on the device and must be given in hex eg. (1. 45 = 2d and 2nd: 34 = 22 ) #attr heating model fht80b attr heating room Livingroom