A plugin built to enable MQTT comunication for controlling Home Assistant/other smart home devices.
Full Documentation can be found on the wiki at https://github.com/Theo428/midi-mixer-mqtt/wiki
- I am assuming that you already have an MQTT broker setup if not instructions for setting it up in Home Assistant can be found here.
- Install the plugin with the latest release from the releases page on github.
- Fill in the settings page in midi-mixer
- Start the plugin and hope for the best.
- Configure Home Assistant or other MQTT home automation service you want to use.
This is the ip/url and port of the MQTT broker that you are using. Be sure to include the mqtt://
in the beginning to ensure it finds the host.
The username of the MQTT broker that you want to use. (If there is no authentication presumably you can leave this blank but I haven't tested it yet.)
The password for the MQTT broker that you want to use. (If there is no authentication presumably you can leave this blank but I haven't tested it yet.)
Enabling this will allow the plugin to send out the Home Assistant auto-discovery config. If you would prefer to maunally confiure it or are not using home assistant disable this option.
This is a unique identifier that will be used to idetify different devices if there are multiple on the network. (defaults to midi-mixer
if left blank)
This is the number of groups that the plugin will create to prevent from clogging the group list too badly.
This is the number of buttons that the plugin will create to prevent from clogging the button list too badly. (WIP)
This button will set all entity configurations to NULL thus removing the device and all entities from home assistant. Be Careful!