ich habe mir das FHT80b-2 & 2 FHT8V-3 zugelegt, das pairing zwischen den FHT8V-3 und FHT80b-2 hat wunderbar funktioniert,
seit 1 Woche versuche ich verzweifelt das FHT80b-2 mit dem CUL erfolglos zu verbinden, ich hoffen jemand kann mir helfen.
In FHEM steht es drin, empfängt aber keine Daten vom FHT80b-2.
Nun habe ich versucht das FHT80b-2 mit dem CUL zu verbinden, da es nicht vom Autocreate erkannt wurde.
Bei der Suche nach FHT8b finde ich leider keine passenden Beiträge, man findet nur Einträge das das FHT80b-2 keine Befehle entgegen nimmt.
Hier ist 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.\
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 ./log/fhem.save
attr global userattr icon webCmd
attr global verbose 3
define telnetPort telnet 7072 global
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 ./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
# 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 CUL_0 CUL /dev/ttyACM0@9600 1034
# CUL LED setzen
set CUL_0 led 01
####### Hier die geraete
# Strom Schalter
define Strom1 FS20 1111 10
define Strom2 FS20 1111 11
define Strom3 FS20 1111 12
define Strom4 FS20 1111 13
define Hauptlicht FS20 1111 14
attr Strom1 room Wohnzimmer
attr Strom2 room Wohnzimmer
attr Strom3 room Wohnzimmer
attr Strom4 room Wohnzimmer
attr Hauptlicht room Wohnzimmer
# Heizungs Regler
define FHT80b_1d32 FHT 1d32
attr FHT80b_1d32 room Wohnzimmer
define FileLog_FHT80b_1d32 FileLog ./log/FHT80b_1d32-%Y.log FHT80b_1d32