Hallo
Ich bin langsam ratlos.
Zuerst lief der Homematic Temperatur Feuchte Sensor super. Dann einen zusätzlichen CUL für knx und schon klappt das nicht mehr.
Das LOG sieht so aus
Including fhem.cfg
2016.09.20 18:22:17 3: telnetPort: port 7072 opened
2016.09.20 18:22:18 3: WEB: port 8083 opened
2016.09.20 18:22:18 3: WEBphone: port 8084 opened
2016.09.20 18:22:18 3: WEBtablet: port 8085 opened
2016.09.20 18:22:18 2: eventTypes: loaded 19 events from ./log/eventTypes.txt
2016.09.20 18:22:18 3: Opening CUL_0 device /dev/ttyACM0
2016.09.20 18:22:18 3: Setting CUL_0 serial parameters to 9600,8,N,1
2016.09.20 18:22:27 1: Cannot init /dev/ttyACM0, ignoring it (CUL_0)
2016.09.20 18:22:27 2: Switched CUL_0 rfmode to HomeMatic
2016.09.20 18:22:28 3: Opening CUL_1 device /dev/ttyACM1
2016.09.20 18:22:28 3: Setting CUL_1 serial parameters to 9600,8,N,1
2016.09.20 18:22:28 3: CUL_1: Possible commands: BbCFiAZNkGMKUYRTVWXefmLltux
2016.09.20 18:22:28 3: CUL_1 device opened
2016.09.20 18:22:28 0: Using EIB is deprecated. Please migrate to KNX soon. Module 10_EIB is not maintained any longer. If you still want to use the module EIB,
please set the attribute useEIB to 1 within the tul-device. Please keep in mind, that 10_KNX has a changed syntax regarding the definition, arguments and readings. Please refer to the commandref.
As well 10_EIB and 10_KNX are compatible to daemon eibd and knxd.
2016.09.20 18:22:28 3: TUL opening EIB device tul:/dev/ttyACM0@57600
2016.09.20 18:22:28 3: TUL setting EIB baudrate to 57600
2016.09.20 18:22:28 3: TUL device opened
2016.09.20 18:22:29 1: Including ./log/fhem.save
2016.09.20 18:22:29 3: Device HM_4BE700 added to ActionDetector with 001:00 time
2016.09.20 18:22:29 1: usb create starting
2016.09.20 18:22:29 3: Probing CUL device /dev/ttyAMA0
2016.09.20 18:22:29 3: Can't open /dev/ttyAMA0: Permission denied
2016.09.20 18:22:29 1: usb create end
2016.09.20 18:22:29 2: SecurityCheck: WEB,WEBphone,WEBtablet has no associated allowed device with basicAuth. telnetPort has no associated allowed device with password/globalpassword. Restart FHEM for a new check if the problem is fixed, or set the global attribute motd to none to supress this message.
2016.09.20 18:22:29 0: Featurelevel: 5.7
2016.09.20 18:22:29 0: Server started with 66 defined entities (fhem.pl:12095/2016-08-30 perl:5.020002 os:linux user:fhem pid:1581)
was ich dann aber auch nicht verstehe ist nach usb scan kommt das hier
### ttyACM0: checking if it is a CUL
ttyACM0 is already used by the fhem device CUL_0
### ttyACM1: checking if it is a CUL
ttyACM1 is already used by the fhem device CUL_1
### ttyAMA0: checking if it is a CUL
cannot open the device
Ist da noch was altes in der Datei und wo finde ich das dann.
kann man der CUL _0 nicht ein für allemal sagen wo Sie hin soll.
Ich würde mich über Tipps super freuen
Lars
Durch den 2. USB hat sich vermutlich die Reihenfolge geändert und nichts geht mehr. Das kannst Du umgehen, indem Du die USBs über die serial-ID ansprichst. Bei mir:
define CUL433 CUL /dev/serial/by-id/usb-busware.de_CUL433-if00@38400 1111
Grüße Markus
Hallo zusammen,
ich habe ein ähnliches Problem. Ich habe einen Aeotec Z-Stick als Z-Wave Gateway an meinem RPi hängen. Gleichzeitig habe ich ein CUL angeschlossen. Wenn ich den RPi komplett neu starte, d.h. vom Strom nehme, erkennt FHEM kein Gateway mehr. Im LOG File sthet dann bei mir Cannot init /dev/ttyACM1, ignoring it (CUL_1). Wenn ich den RPi aber mit nur einem USB Gateway starte, d.h. mit dem Z-Stick, und erst anschließend den CUL einstecke, erkennt FHEM alles richtig.
Woran liegt das bitte und wie kann ich diese unschöne Phänomen beheben?
Gruß
KraxelHuber