> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.kodelabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Park Assist

> Connect Park Assist to KODE OS for parking data

> Connect Park Assist to KODE OS for parking data integration

## Overview

Use this integration to connect Park Assist parking guidance to KODE OS. You discover zones and spaces, then poll availability, occupancy, reservations, violations, and daily visits for consolidated monitoring.

| Property            | Value    |
| ------------------- | -------- |
| **System Type**     | Parking  |
| **Communication**   | REST     |
| **Collection**      | Pull     |
| **Collection Mode** | SNAPSHOT |

## Supported Capabilities

* Discover Devices & Points
* Collect Sensor Data

## Prerequisites

* An active account with Park Assist and access to their API or developer portal
* Username and password credentials for the Park Assist system
* KODE OS environment with access to Data Sources

## Configure Connector in KODE OS

1. Navigate to **Data Sources** in your building
2. Click **API Catalog** and search for **Park Assist**
3. Click **+ Add Datasource**
4. Fill in the fields below and complete the three-page setup flow

| Field        | Required | Type     | Description                                              |
| ------------ | -------- | -------- | -------------------------------------------------------- |
| **URL**      | Yes      | text     | The base URL or IP address of the external system        |
| **Username** | Yes      | text     | The username for authenticating with the external system |
| **Password** | Yes      | password | The password for authenticating with the external system |

## Discover Devices and Points

After configuring the connector, click **Discover** on the connector detail page. KODE OS will query the Park Assist system and return a list of available devices and their data points.

Review the discovered items and select the devices you want to register in KODE OS.

For more details on the discovery process, see the [Discovery guide](/products/integrations/capabilities/discovery).

## Devices and Points

When you discover devices from Park Assist, KODE OS maps them to the following device types and data points:

### Presence / Occupancy Sensor

Canonical Type: `presenceDetection`

| #  | Point            | Description                                                                | Unit  | Writable | Ontology Field           | Collection |
| -- | ---------------- | -------------------------------------------------------------------------- | ----- | -------- | ------------------------ | ---------- |
| 1  | `available`      | Number of currently available spaces                                       | count | No       | `total_unoccupied_count` | Polling    |
| 2  | `occupied`       | Number of currently occupied spaces                                        | count | No       | `occupancy_count`        | Polling    |
| 3  | `outOfService`   | Number of spaces currently out of service                                  | count | No       | --                       | Polling    |
| 4  | `reserved`       | Number of currently reserved spaces                                        | count | No       | --                       | Polling    |
| 5  | `total`          | Total count                                                                | count | No       | --                       | Polling    |
| 6  | `vacant`         | Number of vacant spaces                                                    | count | No       | `max_unoccupied_count`   | Polling    |
| 7  | `isOutOfService` | **True** -- device is out of service / **False** -- device is in service   | --    | No       | `occupancy_label`        | Polling    |
| 8  | `isInViolation`  | **True** -- violation detected / **False** -- no violation                 | --    | No       | `occupancy_label`        | Polling    |
| 9  | `isOccupied`     | **True** -- space is currently occupied / **False** -- space is unoccupied | --    | No       | `occupancy_status`       | Polling    |
| 10 | `isReserved`     | **True** -- space is reserved / **False** -- space is not reserved         | --    | No       | `occupancy_label`        | Polling    |
| 11 | `visitsToday`    | Number of parking visits today                                             | count | No       | --                       | Polling    |

## What Data You Get

### Point History

Time-series readings including available, occupied, outOfService, reserved, total, vacant, isOutOfService, isInViolation, and 3 more, collected at regular intervals from connected devices

### Polling Schedule

* **Point History** -- Default polling: 30 seconds (min: 30 seconds, max: 1 hours)

For more details on collection modes, see the [Data Collection guide](/products/integrations/capabilities/data-collection).

## Use Cases

Once connected, this integration enables you to:

* Monitor real-time parking space availability across facilities
* Track occupancy trends to optimize parking allocation and signage
* Generate utilization reports for parking revenue and capacity planning

## Troubleshooting

<AccordionGroup>
  <Accordion title="Authentication or connection error">
    Verify that the credentials are correct and have not expired. Check that the URL is reachable from the KODE OS environment. Verify the username and password are correct and the account has not been locked in the Park Assist system.
  </Accordion>

  <Accordion title="Discovery returns no devices">
    Verify the connector credentials have sufficient permissions in the Park Assist system to list devices. Run a test connection first to confirm connectivity. Some systems require specific API scopes or roles for device enumeration.
  </Accordion>

  <Accordion title="Data collection stops or gaps appear">
    Check the connector status on the Data Sources page. If the status shows an error, review the error logs on the connector detail page. Common causes include expired credentials, network changes, or rate limiting by the Park Assist API.
  </Accordion>
</AccordionGroup>
