Serial connection
Connect via the panel’s built-in TTL serial port or a USB RS-232 adapter. The simplest option when your host is physically close to the panel.
IP150 module
Connect over your local network using the Paradox IP150 add-on module. Supports direct TCP connections and Paradox SWAN cloud relay.
Choosing a connection method
| Serial | IP150 | |
|---|---|---|
| Requires extra hardware | Level shifter or USB adapter | IP150 module |
| Distance from panel | Must be local | Any network-reachable host |
| Firmware restriction | Do not upgrade EVO to 7.50.000+ | Firmware < 4.0 or ≥ 4.40.004 for direct mode |
| Cloud dependency | None | Optional (SWAN) |
CONNECTION_TYPE config option
TheCONNECTION_TYPE setting in pai.conf controls which connection is used. It accepts either 'Serial' or 'IP'.
pai.conf
Serial-over-TCP is also supported — for example, when an ESP32 or Arduino acts as a proxy between the panel’s serial port and your network. Use
CONNECTION_TYPE = 'IP' and set IP_CONNECTION_BARE = True to bypass IP150 module framing and communicate directly with the serial stream over TCP.