EIBD with Raspberry and HS [Tutorial 50%]

Hier geht es um Programme die auf "normalen" Computern laufen, also keinen Mikrokontrollern: eibd, Visus, Raspberry-PI, Linux, Entwicklungsumgebungen, etc. English is welcome.
Antworten
River
Beiträge: 3
Registriert: 5. Dez 2013, 13:39

EIBD with Raspberry and HS [Tutorial 50%]

Beitrag von River »

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
Zuletzt geändert von Doumanix am 18. Jan 2022, 09:39, insgesamt 2-mal geändert.
Grund: Tags

Tags:
oldcoolman
Beiträge: 645
Registriert: 17. Mai 2013, 20:57
Kontaktdaten:

Re: EIBD with Raspberry and HS

Beitrag von oldcoolman »

Hi,
Is there no telegramm, or you only can't see it in the GA Monitor?
liebe Grüße
Andreas
River
Beiträge: 3
Registriert: 5. Dez 2013, 13:39

Re: EIBD with Raspberry and HS

Beitrag von River »

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..
River
Beiträge: 3
Registriert: 5. Dez 2013, 13:39

Re: EIBD with Raspberry and HS

Beitrag von River »

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):
► Text anzeigen
Now my problem... I'm starting EIBD with

Code: Alles auswählen

#eibd -t 1023 -i -D -T -S --eibaddr=0.0.254 ft12:/dev/ttyAMA0
And this is what I see:
Bild

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!
fehli
Beiträge: 5
Registriert: 14. Apr 2014, 00:31

Re: EIBD with Raspberry and HS [Tutorial 50%]

Beitrag von fehli »

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
Antworten