I guess you should change the tap action to service call, and call the right service with the quick mode you want.
Quick mode can be link to multiple things (QM_SYSTEM_OFF has impact on boiler, water heater, room, etc.; QM_HOTWATER_BOOST has only impact on water heater and circulation for example)
I found your development while searching for HA and Vaillant systems, it looks great! I just moved in into a new house equipped with Vaillant boiler and wired thermostat VRC470 with eBus). I would like to install some home automation systems and the heating system comes on the top of list for obvious energy saving reasons.
I am looking at upgrading the existing thermostat VRC470 to a āsmarterā thermostat. I understand I can upgrade to either VRC700, VRC720 or vSmart, any recommendations based on your experience?
Also, is the VR920 module compulsory for full integration in HA or can I connect HA directly to my VRC700? I was under the impression that the VR920 is an internet module that helps to connect the Vaillant app to my system, and that I could possibly have HA and my VRC700 to interact locally without internet but maybe I am wrongā¦
If I want to use this module, do I need to setup an account with Vaillant first or can it be done directly from HA?
I donāt think VRC470 is compatible with multimatic system. The integration will only work if you have a VR920 gateway (there is not way to get connected locally to your installation). And you should create an account using your vaillant (android/ios) application.
You should read carefully which product you buy (VRC700 or VRC720, vsmart is already outdated I think):
The integration here is working with VR920 and with the multimatic app and the VRC700 (if you check the next beta version, the integration will be renamed to multimatic to avoid confusion).
AS far as I understand, there is a new VRC720 working with a VR921 and senso app, and I donāt know if the VR921 is working with the multimatic app. I tried my VR920 and itās not working with the senso app (while both apps are quite the same, from UI point of view), so I guess these are 2 separate systems.
The communication unit is the central Vaillant gateway to the
Internet and enables Connectivity Services.
The multiMATIC app is only compatible with the
multiMATIC VRC700 system control and supports Apple
iOS and Android smartphones.
The sensoAPP app is compatible with the sensoCOMFORT
VRC720 and sensoHOME VRT380 control
-> So it sounds the compatibility with senso/multimatic app is not tied to the VR92X but rather to the VRC7XX
Yes you are right, my VRC470 is not compatible with multimatic and thatās why I need to upgrade it to VRC700 or higher.
The way I understand it is that the core of a āsmartā Vaillant system will be the VR920 or VR921 module, and that any other component connected to the system must be compatible with it (e.g. themostat VRC700 or newer). I guess there is some form of interactions between the VR920 and the VRC700 in order to avoid conflicts (if you have a āmanualā thermostat connected by eBus on one side, and the VR920 on another side, both can send contradictory instructions to the boiler which may create conflicts).
Just to confirm my thoughts: when you program a temperature or schedule in your HA module or on the Multimatic app, does the new instructions automatically reflects in your VRC700 (and vice versa)?
In any case, it helps a lot, thanks for your detailed reply!
The way I understand it is that the core of a āsmartā Vaillant system will be the VR920 or VR921 module
Yes, true.
I guess there is some form of interactions between the VR920 and the VRC700 in order to avoid conflicts (if you have a āmanualā thermostat connected by eBus on one side, and the VR920 on another side, both can send contradictory instructions to the boiler which may create conflicts).
Also true, while I donāt know at all how this is implemented.
Just to confirm my thoughts: when you program a temperature or schedule in your HA module or on the Multimatic app, does the new instructions automatically reflects in your VRC700 (and vice versa)?
Yes, changes on the VRC700 are reflected in the app and HA, and vice versa.
The senso app works with both VR920 and VR921 as long as you have a sensoComfort (VRC720). It does not work in combination with the VRC700 (for which you need to use the multimatic app)
indeed. it looks easy.
unfortunately I tried coding this simple button w/o succes.
could you give me the code to service āwater_heater.set_operation_modeā calling āwater_heater.vaillant_control_dhwā to change from āautoā to āQM_HOTWATER_BOOSTā?
currently I have the following Button Card Configuration:
Not yet. But some countries chose not to introduce the VR921 and only sell the VR920 and explicitly mention the VRC720 (SensoComfort) and the Senso app compatibility (e.g. Ons gamma regelingen | Vaillant )
and it gives:
incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line at line 4, column 46: ā¦ illant.set_quick_mode(quick_mode: QM_HOTWATER_BOOST) ^
I also tried in the developer tools: events: call_service and it worked once:
vaillant.set_quick_mode(quick_mode: >-
QM_HOTWATER_BOOST)
sorry for my dummy question. A simple button looks easy to apprehend
I looked in the documentation but the call_service do not work.
Thanks a lot for your help.
my project is to create a button at first to validate the code and then to link it with alexa to be able to warm the boiler up on demand and getting a voice feedback when I can give the bath to my kid. We do not always have our hands free to use the multimatic app
Hi. From android app i can control on/off/auto my water cirkulation. But by integration in HA i can not. I have only sensor to show status. Is any chance to implement it ?