Hello everyone,
I am very new to this arduino and KNX stuff. And it just isn't working for me. Also the German (Google) translated to Dutch isn't helping either. And half the images on this forum dont work for me.
At the moment I just want to create extra inputs and outputs (Relay board).
I have an Arduino Mega 2560 and a Siemens Bus coupling unit (5WG1 117-2AB12).
I looked at different sites. But I want to try KONNEKTING.
So I spent some time on the site and forums. But nobody works with a Mega2560?
Ill get myself a Leonardo board tomorrow. Just to make it easy.
So I launched the suite to try the knx connection.
On a mac ... auto-detect ... It spits out some code. And hangs. Is it supposed to work?
On a windows it finds the Loxone miniserver but I get the following:
Can someone help me out?
Does anyone have a simple program with an input and output that I can try?
I am very new to this arduino and KNX stuff. And it just isn't working for me. Also the German (Google) translated to Dutch isn't helping either. And half the images on this forum dont work for me.
At the moment I just want to create extra inputs and outputs (Relay board).
I have an Arduino Mega 2560 and a Siemens Bus coupling unit (5WG1 117-2AB12).
I looked at different sites. But I want to try KONNEKTING.
So I spent some time on the site and forums. But nobody works with a Mega2560?
Ill get myself a Leonardo board tomorrow. Just to make it easy.
So I launched the suite to try the knx connection.
On a mac ... auto-detect ... It spits out some code. And hangs. Is it supposed to work?
On a windows it finds the Loxone miniserver but I get the following:
Code:
Fehler beim Öffnen der KNX Verbindung: TUNNELING de.root1.slicknx.KnxException: Error connecting to KNX: error response from control endpoint /192.168.1.77:3671: could not accept new connection (maximum reached) at de.root1.slicknx.Knx.<init>(Knx.java:308) at de.konnekting.suite.Main.connectKnx(Main.java:247) at de.konnekting.suite.Main.access$100(Main.java:77) at de.konnekting.suite.Main$2.run(Main.java:169) at java.lang.Thread.run(Thread.java:745) at de.konnekting.suite.BackgroundTask$1.run(BackgroundTask.java:59) Caused by: tuwien.auto.calimero.exception.KNXRemoteException: error response from control endpoint /192.168.1.77:3671: could not accept new connection (maximum reached) at tuwien.auto.calimero.knxnetip.ClientConnection.connect(ClientConnection.java:190) at tuwien.auto.calimero.knxnetip.KNXnetIPTunnel.<init>(KNXnetIPTunnel.java:131) at tuwien.auto.calimero.link.KNXNetworkLinkIP.<init>(KNXNetworkLinkIP.java:142) at tuwien.auto.calimero.link.KNXNetworkLinkIP.<init>(KNXNetworkLinkIP.java:180) at de.root1.slicknx.Knx.<init>(Knx.java:301) ... 5 more
Does anyone have a simple program with an input and output that I can try?
Kommentar