pip install -r requirements.txt
create a .env file next to the main.py
fill out the .env file with the necessary information
run the main.py
LOG_LEVEL=INFO
# Mqtt
MQTT_BROKER=
MQTT_USERNAME=
MQTT_PASSWORD=
MQTT_PORT=1883
# Do not change this for now
MQTT_TOPICS="mqtt2loxone/#"
# Loxone
WEBSOCKET_URL=
WEBSOCKET_USERNAME=
WEBSOCKET_PASSWORD=
WEBSOCKET_PORT=