# DALInet

This plugin adds basic support for controlling DALI fixtures using the [Foxtron DALInet](http://foxtron.cz/home/bus/dali/dalinet-detail?lang=en) converter by implementing the Foxtron ASCII protocol.

Currently it's only possible to target individual DALI addresses (either single or in RGB groups) but group and broadcast support is in the works, just like storing and recalling DALI scenes and setting the fade duration.

## How To Use

### Configuration

You must first enable the plugin through the [Settings](/guide/views/settings.md) menu.

You can configure the target IP address using the [JSON configuration](/guide/external-configuration.md) files.

Here is an example of setting the IP address to the DALInet's default 192.168.1.241:

```
{
  "DALInet": {
    "IP": "192.168.1.241"
  }
}
```

### Single, Group or Broadcast address

You can use DALInet to transmit to single, group or broadcast addresses on the DALI bus.

This is achieved by using higher channel numbers

Single: 1-64\
Group: 101-115\
Broadcast: 201+


---

# Agent Instructions: 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.scenic.tools/plugins/dalinet.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.
