2023-08-04 20:50:23 -04:00
2023-08-05 19:13:02 -04:00
2023-08-05 11:19:10 -04:00
2023-08-05 10:31:43 -04:00
2023-08-04 20:50:23 -04:00

AquaDMX

A custom DMX server that integrates with Home Assistant.

Setup

pip install -r requirements.txt

Create a settings.ini file with the following settings filled in:

[HomeAssistant]
url=
token=

url is the address of the Home Assistant instance with http or https. token is the Long-Lived Access Token for Home Assistant. It can be obtained by going to the Home Assistant profile page and scrolling to the Long-Lived Access Tokens section and click Create Token. Give the token a name and click OK. Copy the token.

Description
A custom DMX server that integrates with Home Assistant
Readme 39 KiB
Languages
Python 100%