Ich fange gerade mit fhem an.
Konfiguration mir MAX!-Komponenten:
1 Wandthermostat
3 Heizkörperthermostate
1 CUL an Fb 7390
fhem von AVM in FB installiert. CUL wurde geflasht.
Die 3 Heizkörperthermostate sind am WT angelernt - nicht am CUL.
Laut Infos von hier müßte der CUL alle Funknachrichten mitprotokollieren. Ich sehe aber nur den Wandthermostaten im Web-Interface. Was mache ich hier falsch?
Im nächsten Schritt wil ich das System über fhem steuern, aber zu Anfang möchte ich erstmal alle Komponenten über den CUL finden.
hier das fhem.cfg:
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 uniqueID /usr/share/fhem/FHEM/FhemUtils/uniqueID
attr global userattr devStateIcon icon sortby webCmd
attr global verbose 3
define telnetPort telnet 7072 global
define WEB FHEMWEB 8083 global
define WEBphone FHEMWEB 8084 global
attr WEBphone stylesheetPrefix smallscreen
define WEBtablet FHEMWEB 8085 global
attr WEBtablet stylesheetPrefix touchpad
# 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 fbaha FBAHA localhost:2002
define CUL_0 CUL /dev/ttyACM0@9600 1034
attr CUL_0 devStateIcon .*:HOME_Status.4
attr CUL_0 icon icoEverything
attr CUL_0 rfmode MAX
define CULMAX0 CUL_MAX 123456
attr CULMAX0 room CUL_MAX
define FileLog_CULMAX0 FileLog /var/log/fhem/CULMAX0-%Y.log CULMAX0
attr FileLog_CULMAX0 logtype text
attr FileLog_CULMAX0 room CUL_MAX
define MAX_0795d4 MAX WallMountedThermostat 0795d4
attr MAX_0795d4 room MAX
define FileLog_MAX_0795d4 FileLog /var/log/fhem/MAX_0795d4-%Y.log MAX_0795d4
attr FileLog_MAX_0795d4 logtype text
attr FileLog_MAX_0795d4 room MAX
Harald
Ich hoffe der Beitrag ist noch nicht zu alt um eine Antwort darauf zu schreiben. Wie sich das ganze mit einem Wandthermostat verhält weiß ich nicht, aber im Grunde müssten die Ventile ja trotzdem auch einzeln in FHEM anlernbar sein. Bei mir hab ich das so gemacht:
set CULMAX0 pairmode 30
Dann am Thermostat den Anlernmodus starten. Erst danach habe ich die Fensterkontakte hinzugefügt. Aber ich denke die Reihenfolge spielt da keine Rolle. Bin auch noch lutiger Anfänger :).
Edit: Wir haben doch November *gegenkopfhau*.
Hallo Harald,
ersetze mal die Zeile
attr global verbose 3
durch
attr global verbose 5
Dann, während FHEM läuft, verstellst du ein Heizkörperthermostat, wartest 3 Minuten
und schaust dann, ob das Heizkörperthermostat auftaucht.
Falls nicht, poste hier
die Zeilen aus fhem.log um den Zeitpunkt an dem du das Heizkörperthermostat verstellt hast +/- 3 Minuten.
Viele Grüße
Matthias
Vielen Dank,
ich habe alles noch einmal von vorn gemacht: Werksrückstellung WT, HT; fhem.cfg neu.
Die 4 Funk-Komponenten sind jetzt sichtbar. Man sieht sehr schön, daß der WT (also Raumlösung) die Temperatur exakt regelt. Im Logfile sind - wie bereits hier erwähnt - die fehlenden ACKs erwähnt, was damit zusammmenhängt, daß der CUL eben nur mitlogt.
Als nächstes werde ich die Hauslösung probieren.
Frage: reicht es, den WT an den CUL anzulernen - ohne daß er die Verbindungen zu den HT verliert - oder muß man gleich mit der kompletten Hauslösung beginnen, also noch einmal von vorn anfangen?