---
title: "AI-Ready PV Demo | Initial Setup | N3uron KB V1.22"
slug: "ai-ready-pv-demo-initial-setup"
updated: 2026-05-25T16:48:17Z
published: 2026-05-25T16:48:17Z
---

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

# Initial Setup

Setting up the **AI-Ready** **PV Demo Project** on your **N3uron** node is straightforward. Follow these steps for a seamless configuration.

## **Prerequisites**

- **N3uron v1.22 installed:** Install **N3uron** on your chosen operating system or deployment scenario (Windows, Linux, Docker, Kubernetes, AWS, etc). Refer to the [N3uron Installation Guide](/v122/docs/platform-installation-and-upgrade) for detailed instructions.
- **AI-Ready PV Demo Project:** If you don’t have it yet, [Download the AI-Ready PV Demo Project Here](https://n3uron.com/iiot-platform-modules/mcp-server/#ai-ready-pv-demo) or contact us at [**support@n3uron.com**](mailto:support@n3uron.com).

## **Step 1: Install N3uron**

If not installed yet, set up **N3uron** v1.22 on your preferred operating system or deployment scenario by following the [N3uron Installation Guide](/v122/docs/platform-installation-and-upgrade).

## **Step 2: Import the PV Demo Backup**

1. Log in to the [N3uron WebUI](/v122/docs/platform-web-user-interface) using your credentials.
2. Go to the [Backup Management](/v122/docs/platform-backup-and-restore) section.
3. Select and import the **AI-Ready** **PV Demo Project**.
4. Once imported, load the **AI-Ready** **PV Demo Project** to initialize the node and restart the service when prompted.

## **Step 3: Run the historical data backfill**

After the backup is restored, the live simulation starts immediately and produces real-time data from that point forward. To populate the **N3uron** Historian with **90 days** of simulated historical data — enabling trend analysis, KPI comparisons, and AI-driven diagnostics from day one — you need to trigger the backfill once.

1. In the **WebUI**, navigate to **Data → Real Time** and select the **/BACKFILL/** tag group.
2. Write **true** to the **Request** tag to trigger the backfill Scripting task. You can choose to set the **Underperformance** tag to true for **PST_03/INV001** and **PST_06/INV002**, and, if you’d like, update the Backfill script in Scripting to adjust the underperforming inverters.
3. Monitor progress using the **Status** tag (e.g., *Day 12/90 done*) and **ProgressPct** tag (**0**–**100**).
4. Wait until **Status** reads **Complete** and **ProgressPct** reaches **100**. The **Running** and **Request** tags will automatically reset to **false**.

![](https://cdn.document360.io/54093ab5-6b22-4542-a265-04377931f11a/Images/Documentation/image(159).png)

> [!NOTE]
> **Note:**
> 
> The backfill typically completes in under **1 minute**. To stop it early, write **true** to the **StopRequest** tag — the process will stop cleanly after the current day finishes, preserving all history already written. The backfill can be safely re-run at any time; each run fully overwrites the existing historical data for the covered period.

## **Step 4: Verify the setup**

Once the backfill is complete, confirm the environment is fully operational:

- **Real-time data in WebUI:** Navigate to **Data → Real Time** and browse the **/PVSIM/BLUELAKE/PVG001/** hierarchy. All tags should show live values with quality **192** (Good). ![](https://cdn.document360.io/54093ab5-6b22-4542-a265-04377931f11a/Images/Documentation/image(162).png)
- **Real-time data in Web Vision:** Navigate to **Real Time** and browse the **/PVSIM/BLUELAKE/PVG001/** hierarchy. All tags should show live values with quality **192** (Good). ![](https://cdn.document360.io/54093ab5-6b22-4542-a265-04377931f11a/Images/Documentation/image(161).png)
- **Historical data in WebUI:** Open any historized tag and query any time range within the last 90 days. ![](https://cdn.document360.io/54093ab5-6b22-4542-a265-04377931f11a/Images/Documentation/image(160).png)
- **Historical data in Web Vision:** Open any historized tag and query any time range within the last 90 days. ![](https://cdn.document360.io/54093ab5-6b22-4542-a265-04377931f11a/Images/Documentation/image(164).png)
- **MCP Server:** Connect an MCP client to **http(s)://<host>:<port>/mcp** using the Bearer Token you must recreate and configure the access permissions of tools, prompts, and resources.

Further details can be found in the [MCP Server Configuration](https://docs.n3uron.com/docs/mcp-server-configuration).
