Hallo,
Sorry vorab für die ev. dummen Fragen, da ich noch sehr neu in der Materie bin...
Habe FHEM-5.4 auf einem Raspi laufen und die Steuerung von einigen FHT8V und HMS100T mit einem CUL scheint zu funktionieren.
D.h. die Sensoren werden mittels autocreate erkannt und auch das pairing mit den FHT8V klappt.
Jetzt will ich den CUL mit einem HMLAN ersetzen und nix geht mehr :-(
Also:
- HMLAN hat feste IP bekommen und AES-LAN-Verschl. ist deaktiviert
- leider bekomme ich die FHT8V und HMS100T nicht gepaired, weder in der Win-Homematic-SW noch über FHEM
Meine fhem.cfg:
attr global autoload_undefined_devices 1
attr global logfile ./log/fhem-%Y-%m.log
attr global modpath .
attr global motd SecurityCheck:\\
\\
WEB,WEBphone,WEBtablet has no basicAuth attribute.\\
telnetPort has no password/globalpassword attribute.\\
\\
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 ./log/fhem.save
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 ./log/fhem-%Y-%m.log fakelog
#define autocreate autocreate
#attr autocreate autosave 1
#attr autocreate device_room %TYPE
#attr autocreate filelog ./log/%NAME-%Y.log
#attr autocreate weblink 1
#attr autocreate weblink_room Plots
define autocreate autocreate
attr autocreate autosave
# 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 HMLAN1 HMLAN 192.168.1.222:1000
attr HMLAN1 hmId 1C9FB0
attr HMLAN1 hmProtocolEvents 1
attr HMLAN1 loglevel 5
#define stellantrieb.01 FHT8V 1234
#attr stellantrieb.01 room Heizungen
Unter Everything->HMLAN1 erscheint:
DEF
192.168.1.222:1000
DeviceName
192.168.1.222:1000
FD
11
HMLAN1_MSGCNT
5
HMLAN1_TIME
2013-09-28 13:31:18
HM_CMDNR
1
NAME
HMLAN1
NR
34
PARTIAL
RAWMSG
E20695A,0000,00376E75,FF,FF9C,BE867020695A00000000DA35
RSSI
-100
STATE
opened
TRIGGERTIME
2013-09-28 13:08:08
TYPE
HMLAN
assignIDsReport
0000
firmware
0.961
hmPair
1
hmPairSerial
kaa0083238
owner
1E9FA0
serialNr
JEQ0706804
uptime
000 01:04:44.237
set HMLAN1 hmPairForSec 300
scheint auch nichts zu bewirken...
Wäre nett, wenn mir jemand einen Tipp geben könnte.
Grüße
Otto
Hallo Ottow,
HMLAN kann ausschliesslich mit Homematic-Geräten kommunizieren.
FHT8V und HMS100T gehören nicht dazu. Dafür musst du weiterhin den CUL mit slowrf benutzen.
Gruß
Dirk
Hallo Dirk,
danke für die schnelle Antwort.
Da habe ich wohl was bez. Kompatibilität falsch verstanden...
Grüße
Otto