Files
gateway/components/gateway_knx/oam_knxprod/Gateway-OAM-IP-Router.xml
T
Tony 803348ea3a Add Gateway OAM IP Router XML and README documentation
- Introduced `Gateway-SecureTemplateRouter.xml` for the OAM-compatible BAU091A KNX/IP Router, incorporating secure application metadata and supporting secure tunneling.
- Created a `README.md` file detailing the purpose, structure, and validation steps for the new XML configuration, including instructions for running XML checks and using OpenKNXproducer.

Signed-off-by: Tony <tonylu@tony-cloud.com>
2026-05-28 16:01:38 +08:00

47 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<?xml-model href="../../../../temp/openknx/Organization/knxprod-support/knx_project_20/knx-editor.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
<KNX xmlns="http://knx.org/xml/project/20" xmlns:op="http://github.com/OpenKNX/OpenKNXproducer">
<op:config name="%IsSecureEnabled%" value="true" />
<op:config name="%NET_IPConfigTool%" value="1" />
<op:config name="%Tunnelcount%" value="16" />
<op:config name="%NET_ServiceNTP%" value="1" />
<op:config name="%SecurityProxyGroupKeyTableEntries%" value="3000" />
<op:config name="%BASE_Info1LedLabel%" value=" (N/A)" />
<op:config name="%BASE_Info2LedLabel%" value=" (IP)" />
<op:config name="%BASE_Info3LedLabel%" value=" (KNX)" />
<op:config name="%BASE_Info1LedFunc%" value="0" />
<op:config name="%BASE_Info2LedFunc%" value="10" />
<op:config name="%BASE_Info3LedFunc%" value="3" />
<op:config name="%BASE_Info1LedFunc_Access%" value="ReadWrite" />
<op:config name="%BASE_Info2LedFunc_Access%" value="ReadWrite" />
<op:config name="%BASE_Info3LedFunc_Access%" value="ReadWrite" />
<op:nowarn id="1" regex="%BASE_" />
<op:nowarn id="3" regex="BASE_getUnsupportedEtsModules" />
<op:ETS OpenKnxId="0xA1"
ApplicationNumber="31"
ApplicationVersion="0.7"
ReplacesVersions="0.6 0.4 0.3 0.2 0.1"
ApplicationRevision="0"
ProductName="Gateway OAM IP Router"
SerialNumber="1"
OrderNumber="GatewayOAMIPRouter"
ApplicationName="Gateway OAM IP Router"
IsRailMounted="true"
BusCurrent="30"
MaskVersion="MV-091A" />
<op:define prefix="BASE" ModuleType="10">
<op:verify File="../../../../temp/openknx/OAM-IP-Router/lib/OGM-Common/library.json" ModuleVersion="1.7" />
</op:define>
<op:define prefix="NET" ModuleType="11" share="../../../../temp/openknx/OAM-IP-Router/lib/OFM-Network/src/Network.share.xml">
<op:verify File="../../../../temp/openknx/OAM-IP-Router/lib/OFM-Network/library.json" ModuleVersion="0.5" />
</op:define>
<op:define prefix="ROUTE" NumChannels="%Tunnelcount%" ModuleType="99" share="Gateway-OAM-IP-Router.share.xml" template="Gateway-OAM-IP-Router.templ.xml" />
<generate base="Gateway-SecureTemplateRouter.xml" />
</KNX>