Open fichto opened 4 years ago
Does nobody have an idea for fixing my issue? @smurfix Please could you give me a little help, i am confusing... :|
Now I bought the Busware Tul Stick and after 10 minutes it was working. The weinzierl is still not running....
I have a simliar setup, and was able to get some connection by
a) Disableing BLUETOOTH & enabling UART0 and
Edit /boot/config.txt ->
[PI4]
Had problems on the 64bit though, but that might have been other issues.
oh, and nuked the bluetooth software: systemctl disable hciuart apt-get purge bluez -y
Hello, i am trying since weeks to make the knxd run with ft12cemi driver on a raspberry 3b with the serial interface BAOS 838 kberry.
What i did:
i get the following outputs:
ls -ahl /dev/ttyknx
lrwxrwxrwx 1 root root 7 Apr 16 09:49 /dev/ttyknx -> ttyAMA0ls -ahl /dev/ttyAMA0
crw-rw---- 1 knxd dialout 204, 64 Apr 16 09:49 /dev/ttyAMA0systemctl status knxd.socket
● knxd.socket - KNX Daemon (socket) Loaded: loaded (/lib/systemd/system/knxd.socket; enabled; vendor preset: enabled) Active: active (listening) since Thu 2020-04-16 09:49:22 BST; 7min ago Listen: /var/run/knx (Stream)Memory: 0B CGroup: /system.slice/knxd.socket Apr 16 09:49:22 openhab systemd[1]: Listening on KNX Daemon (socket).
systemctl status knxd.service
● knxd.service - KNX Daemon Loaded: loaded (/lib/systemd/system/knxd.service; enabled; vendor preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Thu 2020-04-16 09:57:10 BST; 1s ago Process: 1262 ExecStart=/usr/bin/knxd $KNXD_OPTS (code=exited, status=1/FAILURE) Main PID: 1262 (code=exited, status=1/FAILURE) Apr 16 09:57:10 openhab systemd[1]: knxd.service: Failed with result 'exit-code'.journalctl -u knxd --since "1 min ago"
-- Logs begin at Wed 2020-03-25 11:39:38 GMT, end at Thu 2020-04-16 10:05:26 BST Apr 16 10:04:26 openhab systemd[1]: knxd.service: Service RestartSec=10s expired Apr 16 10:04:26 openhab systemd[1]: knxd.service: Scheduled restart job, restart Apr 16 10:04:26 openhab systemd[1]: Stopped KNX Daemon. Apr 16 10:04:26 openhab systemd[1]: Starting KNX Daemon... Apr 16 10:04:26 openhab systemd[1]: Started KNX Daemon. Apr 16 10:04:26 openhab knxd[621]: E00000044: [27:C.ft12cemi] reset timed out Apr 16 10:04:26 openhab knxd[621]: F00000105: [22:C.ft12cemi] Link down, termina Apr 16 10:04:26 openhab systemd[1]: knxd.service: Main process exited, code=exit Apr 16 10:04:26 openhab systemd[1]: knxd.service: Failed with result 'exit-code' Apr 16 10:04:37 openhab systemd[1]: knxd.service: Service RestartSec=10s expired Apr 16 10:04:37 openhab systemd[1]: knxd.service: Scheduled restart job, restartI tried a lot but i cant fix this problem. It seems that the ft12cemi driver doesn't get a connection to the serial port and KNX hardware.
I hope anybody has an idea what i do wrong. Many thanks for replies.
Tom from Germany