Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to implement documentation for a new Integration (Qbus) #35015

Open
wants to merge 8 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ source/_integrations/pvoutput.markdown @frenck
source/_integrations/pvpc_hourly_pricing.markdown @azogue
source/_integrations/pyload.markdown @tr4nt0r
source/_integrations/qbittorrent.markdown @geoffreylagaisse @finder39
source/_integrations/qbus.markdown @Qbus-iot
source/_integrations/qingping.markdown @bdraco
source/_integrations/qld_bushfire.markdown @exxamalte
source/_integrations/qnap.markdown @disforw
Expand Down
33 changes: 33 additions & 0 deletions source/_integrations/qbus.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Qbus
description: Control your Qbus installation with Home Assistant.
ha_category:
- Switch
ha_iot_class: Local Push
ha_codeowners:
- '@Qbus-iot'
- '@thomasddn'
ha_release: 2.5
ha_domain: qbus
ha_platforms:
- switch
ha_integration_type: hub
---

The `Qbus` **term integration** allows you to integrate your [Qbus Control](https://www.qbus.be) into Home Assistant.

There is currently support for the following device types within Home Assistant:

- Switch (in Qbus: Bistabiel and Timers)

### Extra configuration of the integration

This integration communicates with a Qbus controller over an MQTT server.

The controllers cannot communicate directly with MQTT. Therefore, we developed a gateway which you must install before enabeling this Integration. More information can be found here [Qbus MQTT Gateway](https://github.com/Qbus-iot/qbus-mqttgw).

We also host a site which contains a [Manual](https://iot.qbus.be/) where you can find lots of information to set up Home Assistant with a Qbus controller (for the moment only in Dutch).

When you have your controller connected to the MQTT Server, you have to set up a Client in Home Assistant [MQTT](https://www.home-assistant.io/integrations/mqtt/), that connects to the same MQTT Server.

{% include integrations/config_flow.md %}