EIBD with Raspberry and HS [Tutorial 50%]
EIBD with Raspberry and HS [Tutorial 50%]
Hi!
I'm trying to send messages from Gira HS to Raspberry PI with EIBD to the KNX bus.
Actually I've tried the image from Selfbus wiki and I'm correctly connecting with ETS3 through KNXNET/IP. But unfortunately with HS don't receive any message.
If i do: eibd --trace=5 --listen-local ip:
Then I can see the messages from Gira HS each time I push a button, but the doubt is, how I pass the messages from IP to the bus?
The device is connected though raspberry pi serial port /dev/ttyAMA0
I'm trying to send messages from Gira HS to Raspberry PI with EIBD to the KNX bus.
Actually I've tried the image from Selfbus wiki and I'm correctly connecting with ETS3 through KNXNET/IP. But unfortunately with HS don't receive any message.
If i do: eibd --trace=5 --listen-local ip:
Then I can see the messages from Gira HS each time I push a button, but the doubt is, how I pass the messages from IP to the bus?
The device is connected though raspberry pi serial port /dev/ttyAMA0
Zuletzt geändert von Doumanix am 18. Jan 2022, 09:39, insgesamt 2-mal geändert.
Grund: Tags
Grund: Tags
Tags:
-
- Beiträge: 645
- Registriert: 17. Mai 2013, 20:57
- Kontaktdaten:
Re: EIBD with Raspberry and HS
Hi,
Is there no telegramm, or you only can't see it in the GA Monitor?
Is there no telegramm, or you only can't see it in the GA Monitor?
liebe Grüße
Andreas
Andreas
Re: EIBD with Raspberry and HS
Hi Oldi!
I can see the telegram from HS when click to a button on quadclient while logged on the raspberry and put in the console the command:
#eibd --trace=5 --listen-local ip:
But no retransmission to /dev/ttyAMA0
By the way, I've formatted the card and now I'm installing plain EIBD (no knxweb) and try again to see if it works.
My raspi local ip is:
192.168.1.158 and i've added
#sudo route add 224.0.23.12 dev eth0
The homeserver EIB Connection config is:
EIBNET/IP routing
Physical Address: 0.0.254
Ip Routing Multicast: 224.0.23.12
Port 3671
iETS deactivated
I will tell my results..
I can see the telegram from HS when click to a button on quadclient while logged on the raspberry and put in the console the command:
#eibd --trace=5 --listen-local ip:
But no retransmission to /dev/ttyAMA0
By the way, I've formatted the card and now I'm installing plain EIBD (no knxweb) and try again to see if it works.
My raspi local ip is:
192.168.1.158 and i've added
#sudo route add 224.0.23.12 dev eth0
The homeserver EIB Connection config is:
EIBNET/IP routing
Physical Address: 0.0.254
Ip Routing Multicast: 224.0.23.12
Port 3671
iETS deactivated
I will tell my results..
Re: EIBD with Raspberry and HS
Hi Again!
I don't know if this is bad or good news, I've wipped entire raspberry pi SD card and started again, installing only EIBD.
For helping other people I've included my steps to get it working starting from fresh raspbian install (click on Spoiler to show):
Now my problem... I'm starting EIBD with
And this is what I see:
So appears to see the messages flowing both directions (from KNX bus and from HS). But can't make the light to work. I'm doing some more tests but maybe someone has it working? Probably I'm starting eibd with the wrong commands?
Regards!
I don't know if this is bad or good news, I've wipped entire raspberry pi SD card and started again, installing only EIBD.
For helping other people I've included my steps to get it working starting from fresh raspbian install (click on Spoiler to show):
► Text anzeigen
Code: Alles auswählen
#eibd -t 1023 -i -D -T -S --eibaddr=0.0.254 ft12:/dev/ttyAMA0
So appears to see the messages flowing both directions (from KNX bus and from HS). But can't make the light to work. I'm doing some more tests but maybe someone has it working? Probably I'm starting eibd with the wrong commands?
Regards!
Re: EIBD with Raspberry and HS [Tutorial 50%]
Der HS läuft bei mir mit diesen Parametern.. also eigentlich nur -R dazu..
eibd -t 1023 -i -D -T -S -R --eibaddr=1.1.251 ft12:/dev/ttyAMA0
Gruß Fehli
eibd -t 1023 -i -D -T -S -R --eibaddr=1.1.251 ft12:/dev/ttyAMA0
Gruß Fehli