Hallo,
ich versuche gerade KNXD unter SmarthomeNG ins laufen zubekommen.
(SmarthomeNG Raspberry Pi Image https://sourceforge.net/p/smarthomen...age/wiki/Home/)
Auf den KNX will ich über USB zugreifen. (Netzteilaktor USB von Lingg & Janke)
Konfiguration z.Z.:
Der KNXD.Service läuft nicht
Ich hab auch schon andere Konfigurationen ausprobiert, ohne Erfolg.
Status knxd.socket
Status knxd.service
Unter EIBD fuktioniert folgende Konfiguration:
Wie muss da die KNXD Konfiguration aus sehen? (knxd.conf oder knxd.conf.dpkg-dist oder knxd.ini)
Vielen Dank
ich versuche gerade KNXD unter SmarthomeNG ins laufen zubekommen.
(SmarthomeNG Raspberry Pi Image https://sourceforge.net/p/smarthomen...age/wiki/Home/)
Auf den KNX will ich über USB zugreifen. (Netzteilaktor USB von Lingg & Janke)
Konfiguration z.Z.:
Code:
KNXD_OPTS="-t1023 -e 0.0.1 -E 9.0.1:9 -DTRS -b USB:"
Ich hab auch schon andere Konfigurationen ausprobiert, ohne Erfolg.
Status knxd.socket
Code:
smarthome@raspberrypi3:~$ sudo systemctl status knxd.socket ● knxd.socket - KNX Daemon (socket) Loaded: loaded (/lib/systemd/system/knxd.socket; enabled) Active: active (running) since Do 2017-08-10 11:39:21 CEST; 29min ago Listen: /var/run/knx (Stream) [::]:6720 (Stream)
Code:
smarthome@raspberrypi3:~$ systemctl status knxd.service ● knxd.service - KNX Daemon Loaded: loaded (/lib/systemd/system/knxd.service; enabled) Active: activating (auto-restart) (Result: exit-code) since Do 2017-08-10 12:24:35 CEST; 8s ago Process: 4365 ExecStart=/usr/bin/knxd $KNXD_OPTS (code=exited, status=2) Main PID: 4365 (code=exited, status=2) smarthome@raspberrypi3:~$ smarthome@raspberrypi3:~$ sudo systemctl status knxd.socket Active: active (running) since Do 2017-08-10 11:39:21 CEST; 29min ago Listen: /var/run/knx (Stream) [::]:6720 (Stream)
Code:
EIB_ARGS="--daemon --Server --Tunnelling --Discovery --GroupCache --listen-tcp" EIB_ADDR="0.0.1" USBID=$(findknxusb | grep device: | cut -d' ' -f2) EIB_IF="usb:$USBID"
Vielen Dank
Kommentar