Zone to GPIO Pin Mapping

Internally, the Konnected application references pins instead of zone numbers. Zone numbers are labeled sequentially for user-friendliness, but the internal pin numbers map to the GPIO index of each I/O port on the ESP chip. Your application should maintain this mapping and communicate to the Konnected device only referencing pin numbers.

Konnected Alarm Panel (ESP8266) Zone to Pin Mapping

Used for the original NodeMCU based Konnected Alarm Panel, Konnected Alarm Panel v2 and other products using the ESP8266 based WiFi chip.

Zone #NodeMCU Pin #GPIO #
1D1GPIO5
2D2GPIO4
3D5GPIO14
4D6GPIO12
5D7GPIO13
6RX or D9GPIO3
OUT or ALARMD8GPIO15


Alarm Panel Pro (ESP32) Zone to GPIO Mapping

The Alarm Panel Pro uses the ESP32­-WROOM­-32D chip from Espressif and the following zone to GPIO mapping.

Zone #
GPIO #
1GPIO4
2GPIO2
3GPIO15
4GPIO13
5GPIO18
6GPIO14
7GPIO33
8GPIO32
9GPIO36
10GPIO39
11GPIO34
12GPIO35
ALARM1GPIO12
OUT1GPIO23
ALARM2 or OUT2
GPIO5

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.