FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: MarcAD am 22 Januar 2015, 13:27:18

Titel: autocreate legt keine devices mehr an - Hilfe
Beitrag von: MarcAD am 22 Januar 2015, 13:27:18
Hallo zusammen,

ich habe schon einige Devices über autocreate erfolgreich anlernen können.
Jetzt will ich ein weiteres Device hinzufügen, einen HM-Sec-RHS (Drehgriffkontakt), jedoch wird kein Device mehr angelegt.
hmPairForSec x habe ich selbstverständlich aktiv. Im Logfile ist zu sehen, dass er auch von der neuen device Botschaften erhält.

Was kann ich tun? ??? ???

Hier ein Teil meiner fhem.cfg, falls erforderlich:
attr global userattr devStateIcon devStateStyle icon sortby webCmd widgetOverride
attr global autoload_undefined_devices 1
attr global backup_before_update 1
attr global logfile ./log/fhem-%Y-%m.log
attr global modpath .
attr global motd SecurityCheck:\
\
WEBint,WEBint2 has no basicAuth 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 updateInBackground 1
attr global verbose 3

define autocreate autocreate
define eventTypes eventTypes ./log/eventTypes.txt

# Disable this to avoid looking for new USB devices on startup
define initialUsbCheck notify global:INITIALIZED usb create


#-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Zusatzmodule -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#
   #---------- Wetterdaten ----------
define WetterOnline weblink iframe http://www.wetteronline.de/cgi-bin/hpweather?PLZ=33102


#-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- CULs -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#
define CUL_0 CUL /dev/ttyACM0@9600 1034
attr CUL_0 hmId 170914
attr CUL_0 rfmode HomeMatic


Titel: Antw:autocreate legt keine devices mehr an - Hilfe
Beitrag von: Otto123 am 22 Januar 2015, 23:14:59
Hallo,

wo siehst Du in deinem Logfile "Botschaften"

Ich sehe nur den Start von fhem ...

Falls autocreate etwas ermittelt fangen diese Einträge mit "autocreate:" an

Gruß Otto
Titel: Antw:autocreate legt keine devices mehr an - Hilfe
Beitrag von: MarcAD am 23 Januar 2015, 07:45:01
z. B.:2015.01.22 18:16:14 3: CUL_0: Unknown code A0C5E867020681300000000853D::-97:CUL_0, help me!

Kommen immer dann wenn das Device noch nicht gepairt ist und ich die neuen Devices betätige.

Hast du dein globales Attribut vllt. nicht wie ich auf 3, sondern auf 5 stehen, dass er deshalb nicht so viele Einträge macht???