-
Notifications
You must be signed in to change notification settings - Fork 24
Understanding this integration - Some Fundamental Support Request #247
Comments
Hello, Let me try to reply all your questions :)
See release note https://github.com/thomasgermain/vaillant-component/releases/tag/1.16.0 (and following 1.16.x). The
According to the manual (https://elearning.vaillant.com/vrc700/ci/en/documents/uk/infopool/Operating_instructions.pdf), quick modes are explained in section 5.4. They named it
You can the doc at section 4.2.1.1. Again, I'm using the technical name (in this case, this functionality has no name from their documentation).
This is more an HA question than a multimatic question, but you can find multimatic services here: https://github.com/thomasgermain/vaillant-component#provided-services. HA default water_heater services are documented here: https://www.home-assistant.io/integrations/water_heater/#services
Same, multimatic services doc is here All services (multimatic and HA) are documented directly in developper tools. |
You have partly opened my eyes, @thomasgermain. Thank you so much for that! As you said, the quick mode service triggers some advanced functions (e.g. comfort, day, night, party, home, away, off).
In the Developer Tools there is nothing more than the above. I didn't find any service documentation there... I can only choose and call the service: I believe, the concrete quick mode name should be given as a parameter in the above
it does literally nothing (no attributes are being changed). However, no errors are also being reported. Q2: Are those
And what about the remaining modes not listed in the attributes list: Q3: How to toggle Q4: Q5: Moreover, as you can see on the screenshot under my Q2, the
|
I think this is pretty obvious, I you go to service page, you can see either (in UI mode)
Yes, please have a look at the doc: https://github.com/thomasgermain/vaillant-component#expected-behavior
Again, check the doc here: https://github.com/thomasgermain/vaillant-component#expected-behavior
You can consider
What error do you have ? |
Dear ThomasGermain, in my setup, "set_quick_mode" is called "set_quick_mode_" and doesn't show the parameters to fill in... HA version 2023.11.1 best regards |
Dear @thomasgermain,
I have been using this integration for over two years, but I'm not able to fully understand its operational behavior due to very poor documentation or to lack of knowledge. Since then I have also been trying to automate my home central heating in Node-Red (I'm rather quite experienced in this field), but I haven't managed to reach the expected result so far.
That is why I would love to ask you kindly to clarify my doubts by answering the below questions (wondering if I'm alone here or there are others who also would need some guidance from your side):
After installing and configuring the Multimatic Integration from HACS, the following devices appeared in my HA instance:
Some new entities appeared also, but few of them are not understood. For example:
I've got two different entities from the climate domain:
climate.control_dhw_212221002026096509xxxxxxxxn9
climate.control_heat_212221002026096509xxxxxxxxn9
My understanding is, that the first one (
_dhw_
) controls the hot water boiler zone, while the second one (_heat_
) controls the heating zone in my house.If so, then why I've also got
water_heater.control_dhw
entity? I see, that there is rather no difference between those two entities:climate.control_dhw_212221002026096509xxxxxxxxn9
andwater_heater.control_dhw
, because both allow triggering similar actions. Are they somehow logically connected/dependent to each other? It confuses me much.QUICK MODE:
In the multiMATIC VRC700 Manual the "quick mode" does NOT exist, it hasn't been treated at all. Therefore, one of the fundamental questions is: what is the "quick mode", which you expose in your integration? Is it a kind of "preset mode" or what?
Moreover, does this quick mode apply to central heating zone or to hot water zone? This is pretty unclear.
QUICK VETO:
What does this quick_veto do? Does it prevent something or allows something? What, if so?
It would be very very kind of you if you'd help me by answering the above questions/doubts... Also, some basic typical code examples would be warmly welcome:
Many thanks in advance!
The text was updated successfully, but these errors were encountered: