Hallo Puschel,
schonmal vorab danke für die nette Hilfe.
Hier mal meine Config.
attr global autoload_undefined_devices 1
attr global logfile /var/log/fhem/fhem-%Y-%m.log
attr global modpath /usr/share/fhem
attr global motd SecurityCheck:\
\
WEB,WEBphone,WEBtablet has no basicAuth attribute.\
telnetPort has no password/globalpassword attribute.\
Running with root privileges.\
Restart fhem for a new check if the problem is fixed,\
or set the global attribute motd to none to supress this message.\
attr global statefile /var/log/fhem/fhem.save
attr global userattr fp_Grundriss icon webCmd
attr global verbose 3
#
# pgm2 / autocreate configfile. Take a look at the other examples for more.
#
define WEB FHEMWEB 8083 global
define WEBphone FHEMWEB 8084 global
attr WEBphone smallscreen 1
define WEBtablet FHEMWEB 8085 global
attr WEBtablet touchpad 1
# Fake FileLog entry, to access the fhem log from FHEMWEB
define Logfile FileLog /var/log/fhem/fhem-%Y-%m.log fakelog
define autocreate autocreate
attr autocreate autosave 1
attr autocreate device_room %TYPE
attr autocreate filelog /var/log/fhem/%NAME-%Y.log
attr autocreate weblink 1
attr autocreate weblink_room Plots
# Disable this to avoid looking for new USB devices on startup
define initialUsbCheck notify global:INITIALIZED usb create
# If the above notify did not helped, then you probably have to enable some of
# the following lines. Verify first that /dev/xxx ist correct.
#define FHZ FHZ /dev/USB0
#define CUL CUL /dev/ttyACM0@9600 1234
#attr CUL rfmode HomeMatic
#define EUL TCM 310 /dev/ttyACM0@57600
#define BscBor TCM 120 /dev/ttyUSB0@9600
#define BscSmartConnect TCM 310 /dev/ttyUSB0@57600
define CUL_0 CUL /dev/ttyACM0@9600 1034
define Hz_Bad FHT 2138
attr Hz_Bad retrycount 3
attr Hz_Bad room Bad
define FileLog_Hz_Bad FileLog /var/log/fhem/Hz_Bad-%Y.log Hz_Bad
attr FileLog_Hz_Bad logtype fht:Temp/Act,text
attr FileLog_Hz_Bad room FHT
define weblink_Hz_Bad weblink fileplot FileLog_Hz_Bad:fht:CURRENT
attr weblink_Hz_Bad label "Hz_Bad Min $data{min1}, Max $data{max1}, Last $data{currval1}"
attr weblink_Hz_Bad room Plots
define telnetPort telnet 7072 global
define Hz_Kueche FHT 3d2e
attr Hz_Kueche retrycount 3
attr Hz_Kueche room Kueche/Wohnzimmer
define FileLog_Hz_Kueche FileLog /var/log/fhem/Hz_Kueche-%Y.log Hz_Kueche
attr FileLog_Hz_Kueche logtype fht:Temp/Act,text
attr FileLog_Hz_Kueche room FHT
define weblink_Hz_Kueche weblink fileplot FileLog_Hz_Kueche:fht:CURRENT
attr weblink_Hz_Kueche label "Hz_Kueche Min $data{min1}, Max $data{max1}, Last $data{currval1}"
attr weblink_Hz_Kueche room Plots
define Haustuer FS20 1234 56
attr Haustuer icon icoHaus
attr Haustuer room Eingang
define Grundriss FLOORPLAN
define Siemens FS20 9133 00
attr Siemens room FS20
define FileLog_Siemens FileLog /var/log/fhem/Siemens-%Y.log Siemens
attr FileLog_Siemens logtype text
attr FileLog_Siemens room FS20
define Gorenje FS20 ae45 00
attr Gorenje room FS20
define FileLog_Gorenje FileLog /var/log/fhem/Gorenje-%Y.log Gorenje
attr FileLog_Gorenje logtype text
attr FileLog_Gorenje room FS20
define Klingel FS20 5534 00
attr Klingel room FS20
define FileLog_Klingel FileLog /var/log/fhem/Klingel-%Y.log Klingel
attr FileLog_Klingel logtype text
attr FileLog_Klingel room FS20
Das fhem betreibe ich mit einem CUL an einer Fritzbox 7390.
Ich nutze fhem 5.3
Ich würde gerne eine "Waschmaschinen fertig Erkennung" über die FMS und dem Signalgeber SIG realisieren.
Die FMS habe ich soweit konfiguriert das ein Signal ans fhem geschickt wird wenn der Verbraucher keinen Strom mehr zieht
aber stellt sich die nächste Frage, wie muss ich die FMS im fhem konfigurieren damit das kunktioniert, an aus oder vielleicht toggle?
Gruß
Andree
Am Mittwoch, 14. November 2012 16:25:15 UTC+1 schrieb akl: