Making Vaillant Boiler Smart

Hi all,

even if my Project might not be the greatest ever seen, i still wanna to share my results.

What was done?
In short: You can control the heating AND the warm water with two cards + some statistics for nerds like myself :D. And yes, this is still work in Progress.
Plans: Add some more informations without occuping more space
Replace graphs with an actual flow picture of vaillant with realtime stats

What are the requirements?

In my case, i have a Vaillant ecoTEC Plus, an vr_71 and a VCR700. (But this should work with any other vaillant supported by ebusd)
ebusd adapter
ebusd home-assistant AddOn (Or stand alone ebusd, doesnt matter)
HACS
mini-graph-card
Mushroom Cards
MQTT Broker

And what was done?
First of all, i will not focus on ebusd or mqtt that much. Only regarding the important config changes i made there. So lets start.

  1. ebusd: The most important thig here is, to enable WRITE access for HomeAssistant. This is done by adding the filter-direction=r|u|^w to the start Parameters of ebusd

  2. MQTT: If you are using multiple users for MQTT, make sure the homeassistant user can WRITE into the ebusd topics

  3. After you did add the vaillant device over ebusd and mqtt (just follow the official documentation) and make the adaptions, its time to create the climate entities:
    → See here: vaillant-ebusd-homeassistant/configuration.yaml at main · dMopp/vaillant-ebusd-homeassistant · GitHub

  4. Adding a helper for the average room temp:
    vaillant-ebusd-homeassistant/helper_sensor.png at main · dMopp/vaillant-ebusd-homeassistant · GitHub
    vaillant-ebusd-homeassistant/helper_sensor_2.png at main · dMopp/vaillant-ebusd-homeassistant · GitHub

  5. Switches
    This is a switch to load the storage ONCE. (Called "SpeicherfĂĽllung)
    → See here: vaillant-ebusd-homeassistant/switches.yaml at main · dMopp/vaillant-ebusd-homeassistant · GitHub

  6. Finally, the actual Dashboard:
    → See here: vaillant-ebusd-homeassistant/dashboard.yaml at main · dMopp/vaillant-ebusd-homeassistant · GitHub

Notes about that: I’ve used a condition card, because if the boiler is actually heating automatically the water (based on the time plan, if set up) it should not be overwritten by the one time loading. The second graph is showing some solar details. this can be removed if no solar system is active.

The grafic item can be found here:

2 Likes

Looks very good!

Question from a HA beginner: where do I have to put these configurations?

Hi,
Mit frischen HACS update tut’s nich mehr. Eine Idee?

Was geht denn nicht? Hier klappt noch alles ? (Hab alles aktuell)

Hi
I already have EbusD running in HA. Ik get all kinds off values. Mainly BAI and 350.
What i want to do is:

  • The floorheating system should work the oldfashioned way. Meaning: When the living room request heat it should work No matter the state of HA, and or the TRV’s
  • I want TRV’s with zigbee. (already have one for experimenting

When I have all TRV’s working and Ebusd, the setup would be

  • When the livingromm request heat: (no automation neede for this)
    Boiler on
    TRV’s wanting heat just open and get heated

  • One of the TRV’s wants heat and the livingroom is not requesting heat:
    Boiler On
    Valve on floorheating will be actively closed (It should be a NO valve)

Is this possible you think?

Close to my configuration. Unfortunately my Vaillant heater does not have a variable for the interior temperature. Apparently you solved the problem with sensor “homeassistant/sensor/durchschnittliche_raumtemperatur”. What kind of (external) sensor is this?

Yeah, that is a virtual sensor(helper), based on my multiple sonoff room sensors. It’s using the mean of all sensor to calculate the house temperature. You can use whatever you want (Netatmo, WiFi Thermometers, …) for that.


1 Like

That very interest (but off-topic). How I can create such virtual Sensor(helper) to it at the YAML configuration?

You can do it from the UI, under devices

Ok, I have found this point at the UI.
But how I can distribute this sensor “Thermometer_Wohnzimmer” to the MQTT?
image
[edit] Ok, I have found my solution with mqtt_statestream

Hello,

I’m in the process of configuring my HA. I have installed the PV panels and I want to use the energy more efficiently. This means I want to control my gas boiler as well. I have also the Vaillant EcoTec Plus. I was looking for an ebus module with Ethernet or WiFi but I have not found one. What are you using? Do I need to build the WiFi module or there is a ready solution available?

Thanks for the advice.

Hi, iam using that one: Willkommen zum eBUS Adapter Shield - eBUS Adapter Shield v5

Thanks a lot. I decided to buy C6 Willkommen zum eBUS Adapter Shield - eBUS Adapter Shield C6.

Is the C6 working properly? Any advise before buying it?
I’ve a Saunier Duval Thema Condens

I can’t answer that. But if it’s using Ebus, there is a chance (you could check the ebusd project)

Hi, I have a Vaillant flexoTHERM exclusive with a VRC700 control panel.

Could you give me some info to start implementing it into Home Assistant?

I shared some details about my system in this topic and I need help to understand if I can connect my system and what I need:

Hi, I would recommend to start reading here: http://ebusd.eu/

Hi. yes thank you for your advertise…I just need a step further and know if i actually can integrate this boiler into HA.

If you can find it here: ebusd-configuration/ebusd-2.1.x/en/vaillant at master · john30/ebusd-configuration · GitHub then yes.

But the easiest way is to use autoconf. But for that you need the adapter :confused:

I’m pretty sure you will receive data into HA with ebusd.eu

I am currently at the point, what to do with the data :wink: currently I’m analyizing it.

1 Like