Qbus
The Qbus integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] allows you to integrate your Qbus Control
Prerequisites
This integration communicates with a Qbus controller over an MQTT server.
The controllers cannot communicate directly with MQTT. Therefore, you need to install the Qbus gateway before enabling this integration. The Qbus gateway is a software tool that runs on all Linux platforms. It can be installed by running a script or a Docker container. For detailed instructions, please refer to the Qbus MQTT Gateway documentation
For information on setting up Home Assistant with a Qbus controller, refer to the Qbus documentation
Once the Qbus controller is connected to the MQTT server, you need to set up an MQTT client in Home Assistant to enable communication between Home Assistant and your Qbus system. This client should connect to the same MQTT Server as your Qbus controller. For detailed instructions, refer to the MQTT integration documentation.
Configuration
To add the Qbus hub to your Home Assistant instance, use this My button:
Manual configuration steps
If the above My button doesn’t work, you can also perform the following steps manually:
-
Browse to your Home Assistant instance.
-
In the bottom right corner, select the
Add Integration button. -
From the list, select Qbus.
-
Follow the instructions on screen to complete the setup.
Supported devices
There is currently support for the following Qbus products within Home Assistant:
- CTD 3.0: main controller.
- CTD 3.5: main controller.
- Toggle: toggle outputs on controllers.
Available entities
- Switch: toggles on/off outputs.
Removing the integration
This integration follows standard integration removal. No extra steps are required.
To remove an integration instance from Home Assistant
- Go to Settings > Devices & services and select the integration card.
- From the list of devices, select the integration instance you want to remove.
- Next to the entry, select the three-dot
menu. Then, select Delete.
Data updates
All data from Qbus entities are pushed to Home Assistant over MQTT.
Known limitations
The integration does not provide a way to update the firmware on the devices. This can only be done with the configuration software System Manager.
Troubleshooting
Can’t set up the device
Symptom: “No devices are discovered”
When trying to set up the integration, no devices are discovered.
Description
This means that the integration did not receive a valid configuration from the gateway.
Resolution
To resolve this issue, try the following steps:
- Make sure your controller is online and not connected to System Manager.
- Make sure you have an MQTT broker running.
- Make sure that the gateway software is up and running (see Prerequisites) and connected to the broker.
- Make sure you have an MQTT client integration (see Prerequisites) connected to the broker.