Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.09 KB

Chatgpt helped, so there is some stuff in there that seems redundant or just plain halucination still need to have a better look later. This one works for me, but still needs cleaing up and some checking

BUVA Q-stream for Homeassistant

Homeassistant package for BUVA Q-stream ventilation systems

Reverse engineerd, with the lovely help of some AI codegeneration.

Qstream Ventilation Control

This component allows you to control a Qstream ventilation system via Home Assistant by configuring the IP address, timer duration, and fan speed.

Installation

  1. Add this repository as a custom repository in HACS.M
  2. Search for "Qstream Ventilation Control" in HACS and install it.
  3. Restart Home Assistant.

Usage

(It was done quick and dirty, but worked, you want to beautify it, feel free to help)

  1. Add the following to configuration.yaml
Buva_qstream_ventilation_control:
  ip_address: "xxx.xxx.xxx.xxx" #your IP
  1. Add an action to to your automation

=> Edit in yaml add percentage and timer

image