Blauberg climate integration

Hello friends.
Can anyone do an integration with a climate system developer - blauberg (https://blaubergventilatoren.de/en/)? I have some products - Vento expert (https://blaubergventilatoren.de/en/catalog/single-room-reversible-units-vento), that has a petty well done documentation about connection to smart home - https://blaubergventilatoren.de/uploads/download/ventoexpertduowsmarthousev11en2.pdf
Can enyone help?

1 Like

So i found a python library here - https://github.com/aglehmann/pyEcovent
Maybe it will help a little?

Also interested in.
Is there any way to send specific commands to certain wifi address? Or run any script on Python in HA?

Found MQTT bridge for this python script - https://github.com/mhbosch/vent_to_mqtt

I would very much like an integration for this as well

Interesting, did it work for you ?

Yes, I have already integrated Home Assistant with my Blauberg Vento Expert A50-1 with WiFi
Used custom components - https://github.com/aglehmann/home_assistant_ecovent

Worked for me as a charm. Installed as described in readme.

2 Likes

Hey Man, I’m new to custom components, I have the same Blauberg fan and installed the integration via HACS. However I do not understand how to use the “Services”, can you explain please? Thanks in advance bro.

First of all you should configure your already attached to WiFi fan as described here
Than you should write automation in your HA to change setting you need to change - speed, airflow type, turn fan on and off.

For example, this automation change airflow mode from air supply to heat recovery if temperature outside is lower for 13 degrees than inside for 5 minutes:

        - alias: vents_heat_recovery_mode_when_temp_diff_rises
          initial_state: 'on'
          trigger:
          - platform: numeric_state
            entity_id: sensor.temperature_diff_inside_outside
            above: 13.0
            for: "00:05:00"
          condition:
            - condition: template
              value_template: "{{ not is_state_attr('fan.bedroom_fan', 'airflow', 'heat recovery') }}"            
          action:
            - service: fan.ecovent_set_airflow
              data_template:
                entity_id: fan.bedroom_fan
                airflow: heat_recovery
1 Like

I did this integration for my Blauberg Vento Expert A50-1 PRO (probably works with other models as well):

2 Likes

good afternoon, could you see why home assistant writes that integration is not supported or removed, although according to the documentation, the package structure is the same that you have in the integration as in my Winzel Expert WiFi recuperator, there is a full description on the tea, please see it Рекуператор для квартиры Winzel - чистый воздух в Вашем доме Москва

Would this integration also work with the cheaper Blauberg Smart-WIFI Ventilator?
It also has WiFi and an app, so one would assume the whole control mechanism via UDP/TCP would work the same as the more expensive fans. Why develop two protocols right?

Product:
(https://blaubergventilatoren.de/en/product/smart-wifi)

Hi,
I am also interested in this integration, but for the Blauberg Konfort EC series.
This has as well the S21 interface on WiFi.
@49jan are you still maintaining it?
Thanks.

Hello to all
i want to buy blauberg on ony other brand - single ventilation
what model u advice me that i can integrate in home assistant?
thanks