Installer.com Docs
Integrations

DNO Integration

Integration with Distribution Network Operators for grid connection approvals

Overview

The DNO (Distribution Network Operator) integration connects Installer.com with electricity distribution network operators. This is essential for installations that require grid connection approvals — such as solar panel systems, EV charger installations, battery storage, and heat pumps.

When enabled, the DNO integration automates the application and approval process, reducing manual work and speeding up order completion.

How It Works

Order created

When an order requires DNO approval, the integration is triggered automatically based on the order template configuration. The system collects the required installation details from the order's custom fields.

Application submitted

The platform submits the grid connection application to the relevant DNO, including installation specifications, site address, and capacity requirements.

Status tracking

The integration monitors the application status via polling. Status updates are reflected on the order's workflow timeline, and webhook events are emitted for each status change.

Approval received

Once the DNO approves the application, the workflow step is marked as complete and the order can proceed to scheduling and installation.

Workflow Integration

DNO approval is typically configured as a workflow step that blocks the installation booking until approval is received:

Order Created → Dispatching → DNO Application → DNO Approval → Book Installation → Install → Complete

The DNO step is a blocking step — downstream steps (like booking) cannot be activated until the DNO approval is received.

Required Order Fields

For the DNO integration to submit an application, the following custom fields must be populated on the order:

FieldDescriptionExample
Installation addressFull address including postal code123 Main St, Oslo 0150
Installation typeType of installationSolar PV, EV Charger, Battery
Capacity (kW)Requested grid capacity10.5
Phase typeSingle or three phaseThree-phase
Meter IDExisting electricity meter ID707057500012345678

The exact fields required depend on the DNO and installation type. These are configured in your order template.

Configuration

DNO integrations are configured at the organization level. To enable the integration:

  1. Contact your account manager to activate DNO integration for your organization
  2. Configure the required custom fields on your order template
  3. Add a DNO workflow step to your workflow template
  4. Map the custom fields to the DNO application fields in Settings > Integrations > DNO

Supported DNOs

The platform currently supports integration with the following network operators:

DNORegionStatus
ElviaEastern NorwayActive
Glitre NettSouth-eastern NorwayActive
LedeWestern NorwayActive

DNO availability depends on your organization's region and contract. Contact support if you need integration with a DNO not listed above.

Monitoring Applications

Via the Dashboard

DNO application status is visible on the order detail page in the workflow timeline. Each status change is logged with a timestamp.

Via Webhooks

Subscribe to workflow events to receive real-time DNO status updates:

  • workflow.step.completed — DNO application was approved
  • workflow.step.activated — DNO step became active (application submitted)

See the Webhooks guide for setup instructions.

Troubleshooting

IssueSolution
Application not submittedVerify all required custom fields are populated on the order
Address not recognizedEnsure the installation address is complete with postal code and within the DNO's service area
Approval delayedDNO processing times vary. Check status in the workflow timeline
Integration not availableConfirm DNO integration is enabled for your organization in Settings

If issues persist, contact support with the order ID and a description of the problem.

On this page