Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

APCI Functions

takeshix edited this page Sep 18, 2016 · 3 revisions

APCI Functions

KNXmap provides wrappers for several APCI functions via the apci command. For example sending an A_Authorize message:

knxmap.py apci 192.168.0.10 1.1.1 Authorize --key 123

Sending the A_Authorize message will return the authorization level (0 is the highest, 15 the lowest). Some more examples:

knxmap.py apci 192.168.0.10 1.1.1 DeviceDescriptor_Read
knxmap.py apci 192.168.0.10 1.1.1 PropertyValue_Read --property-id 0xb
knxmap.py apci 192.168.0.10 1.1.1 Memory_Read --memory-address 0x0060
knxmap.py apci 192.168.0.10 1.1.3 Key_Write --key 0xffffffff --new-key 0x11111111
knxmap.py apci 192.168.0.10 1.1.3 Restart

Clone this wiki locally