Hauptmenü

FAH60 - kein Autocreate

Begonnen von chrisu2806, 25 März 2017, 20:15:46

Vorheriges Thema - Nächstes Thema

chrisu2806

Hallo!

Ich möchte mit meinem CUL (868) einen Helligkeitssensor Eltako FAH60 anbinden.
Leider komme ich da nicht voran. Der Sensor wird nicht erkannt. Es passiert kein Autocreate und ich sehe keine Telegramme.
Auch wenn ich in den Debug Mode gehe (set CUL_0 raw X67) tut sich nichts.
CUL und Sensor liegen nicht einmal einen Meter voneinander entfernt.

Meine Umgebung:
- Raspberry PI
- FHEM 5.8
- CUL 868  v3.4 - Firmware 1.67

fhem.cfg:
attr global userattr cmdIcon devStateIcon devStateStyle icon sortby webCmd widgetOverride
attr global autoload_undefined_devices 1
attr global logfile ./log/fhem-%Y-%m.log
attr global modpath .
attr global motd none
attr global statefile ./log/fhem.save
attr global updateInBackground 1
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 filelog ./log/%NAME-%Y.log

define eventTypes eventTypes ./log/eventTypes.txt

# Disable this to avoid looking for new USB devices on startup
define initialUsbCheck notify global:INITIALIZED usb create
define CUL_0 CUL /dev/ttyACM0@9600 1034
attr CUL_0 verbose 5


fhem.save:
setstate CUL_0 2017-03-25 18:01:29 ccconf freq:868.300MHz bWidth:325KHz rAmpl:42dB sens:4dB
setstate CUL_0 2017-03-25 18:01:09 cmds  A B b C e F G h i K k L l M m N R T t U u V W X x Y Z
setstate CUL_0 2017-03-25 18:01:09 state Initialized
setstate Logfile active
setstate autocreate active
setstate eventTypes active
setstate global no definition
setstate initialUsbCheck 2017-03-25 17:59:15
setstate initialUsbCheck 2017-03-25 17:59:15 state active



Die Frequenz 868.3 MHz müsste für den FAH60 doch passen?!
Kann mir da bitte jemand weiter helfen?

Gruß, Christian

krikan

Hallo!
Ein CUL kann kein EnOcean. Für EnOcean brauchst Du ein spezielles EnOcean-Gateway https://wiki.fhem.de/wiki/EnOcean_Starter_Guide#Definition_von_TCM_.2F_Gateway
Gruß, Christian