Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomes authored May 28, 2021
1 parent 9f9ae1e commit 331c6f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This daemon is inspired in [zigbee2mqtt](https://github.com/Koenkk/zigbee2mqtt)

Previously I developed a Home Assistant custom component (https://github.com/dgomes/home-assistant-custom-components/tree/master/light) but I've since decided to run Home Assistant in another device, away from the physical DALI Bus.

## Supported Devices

This daemon relies in [python-dali](https://github.com/sde1000/python-dali) so all devices supported by this library should also be supported by dali2mqtt.

## How to use

### Create a Virtual Environment (recommended) and install the requirements
Expand All @@ -32,6 +36,10 @@ Then just edit the file accordingly. You can also create the file with the right
MQTT server
--mqtt-port MQTT_PORT
MQTT port
--mqtt-username MQTT_USERNAME
MQTT user name
--mqtt-password MQTT_PASSWORD
MQTT password
--mqtt-base-topic MQTT_BASE_TOPIC
MQTT base topic
--dali-driver {hasseb,tridonic,dali_server}
Expand Down Expand Up @@ -84,4 +92,4 @@ sudo systemctl status dali2mqtt.service
### Command line arguments and configuration file

When the daemon first runs, it creates a default `config.yaml` file.
You can edit the file to customize your setup.
You can edit the file to customize your setup.

0 comments on commit 331c6f9

Please sign in to comment.