Please test this for using ROUTER mode for enertex KNXnet/IP Router:
Bridge knx:ip:bridge [
type=“ROUTER”,
localSourceAddr=“0.0.50”, //or any free KNX actuator address that you can freely assign
portNumber=3671,
readingPause=50,
responseTimeout=10,
readRetriesLimit=3,
autoReconnectPeriod=60
] {…}
A router does not work over “ipAddress”. Make sure to delete this parameter in a ROUTER configuration!!
(internally ipAddress=“224.0.23.12” is used then over udp, which is the official Multicast Address)
Thing device generic [
readInterval=3600 //readInterval=0 only read at startup
] {
Type switch-control : FerienAbwesend “Wir sind in den Ferien / Abwesend” [ ga=“<0/1/20” ]
}
Parameter “fetch” is dangerous for some actuators, they do not like the to be queried internals. “fetch” is already ignored if no “address” parameter is present or commented out.
EDIT:
Additionally be careful with autoupdate=“false”. A powerful parameter that can cause quite a bit of confusion.