> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/datenquellen/endpunkt-anlegen/june5-connector.md).

# JUNE5 Connector

The following input fields *(required fields)* are described below:

### Name

In this input field, a symbolic name of the newly created endpoint is entered.

### Identification

A unique identification is entered here

### Enabled

If the check box is set, the Honeywell JUNE5 endpoint is enabled. Otherwise the endpoint remains disabled.

### Server Hostname

In this input field, the URL of the server with the JUNE5 installation to be connected to must be entered.

### Username

In this input field, the username of a JUNE5 user from the server to be connected to is entered.

### Password

In this field, the password corresponding to the selected user must be entered.

### Authentication

From the dropdown list field located directly below the "Authentication" label, select an authentication method that is used when checking the integrity of the user. Two authentication methods are supported:

* **Basic**: The specified username and password are always used during the login process.
* **Named Access**: After successful authentication, a channel is reserved for the user. This gives the user the option to log in via the named access assigned to them at any time.

### NA Name

In this input field, you can enter a symbolic name for the newly registered named access.

### NA ID

In this input field, the identification of the named access is displayed. The contents of this field are automatically generated and cannot be edited.

### Register

This button is used to register a channel for the endpoint. During registration, the credentials stored in the fields for the user and password are used. Registration can only occur after the endpoint has been saved.

### Remove Registration

This button is used to undo a registration.

{% hint style="info" %}

* Please note that a JUNE5 user with appropriate rights is set up on the server to be connected to.
* When saving or subsequently changing the setting, all required fields must be filled in.
* Required fields are those fields whose left border is marked in red.
* Measurements from the JUNE5 Connector are not normalized, but must be normalized on the source system
  {% endhint %}

## Test Connection

Using the *Test Connection* button in the horizontal toolbar, the connection to the endpoint can be tested.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.videc.de/june5-3.7/en/webanwendung/datenquellen/endpunkt-anlegen/june5-connector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
