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?
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?
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.
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
I did this integration for my Blauberg Vento Expert A50-1 PRO (probably works with other models as well):
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
definitely interested in having this as an add-on/integration. Blauberg ventos V2
I looks like the custom integration i made for my siku fan is actualy a product produced by the blauberg group so I think it should work for you
This integration worked the best among all integrations for the Blauberg Vento Expert A50-W v1. However, unfortunately, smooth speed adjustment does not work.
Hello
I’m using this integration:
GitHub - gody01/ecovent_v2: Home Assistant Integration for EcoVent VENTO Expert A50/80/100 Fans
It has been working great for two years. Try it out.
This integration support only v2 version. But I have v1.