-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Ventilation modes and programs on heat pumps #358
Conversation
It is relevant that you activated it for a vitocall222s? We have a 200s. I don't know if this is relevant. I can test it tomorrow. At the moment the update from HA Core is on going. After this is finished, i will test it |
Unfortunately, you can only test this with a python script, not in Ha. Device type is determined by https://github.com/somm15/PyViCare/blob/63f9f7fea505fdf9a26c77c6cd0bff889abcdb05/PyViCare/PyViCareDeviceConfig.py#L82 which should also match your device. If the feature is not supported an exception will raise that is handled on HA. |
Is there something new about the Ventilation ? |
What is the ventilation on heatpumps? |
As far as I understand it's a central ventilation unit attached to the heat pump. @LarsTh86 can you elaborate a bit more on your setup? |
I have heatpump with direct connected central ventilation unit. vitocal 200-s with Vitovent 200-W and a VX3 hybrid storage system. |
There are two programs for ventilation, which would be really comfortable to control with the vicare integration for HA. I already activated and deactivate this Modus with iobroker but this is not comfortable but it works with vicare-api |
I‘m unsure if this is the right approach. For some reason the ventilation program is also shown in the heat pump but i think there is also a separate device for the vitovent! |
Ok, just verified again, the ventilation device is only accessible via the heating device. There is no separate device in the API. |
It is only controlled via the heat pump and is directly connected to the heat pump control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those changes look good and useful. I can also approve that there are many of those combined units, especially in prefabricated houses in Germany. The Heat pump and the Vent-Unit communicate internally via Modbus or something like this and don't have their own HMI
Ready for testing? |
Hi, I have a Vitocal 200-S to which a vitvont 200-C is connected via Modbus which is correctly controlled by the ViCare app. I don't understand if currently with the home assistant integration I can control the ventilation because for now only the heat pump is displayed to me. Can anyone tell me if I'm doing something wrong? Thanks |
Not yet. This ticket was the feature request for the support. If you use for example use the iobroker, it will be supported. It is technically possible, but not yet implemented.But this is good time to ask for the actually state?Gesendet von Outlook für AndroidVon: Asino123 ***@***.***>Gesendet: Freitag, September 27, 2024 2:30:15 PMAn: openviess/PyViCare ***@***.***>Cc: LarsTh86 ***@***.***>; Mention ***@***.***>Betreff: Re: [openviess/PyViCare] Support Ventilation modes and programs on heat pumps (PR #358)
Hi, I have a Vitocal 200-S to which a vitvont 200-C is connected via Modbus which is correctly controlled by the ViCare app. I don't understand if currently with the home assistant integration I can control the ventilation because for now only the heat pump is displayed to me. Can anyone tell me if I'm doing something wrong? Thanks
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thanks for the reply. Could you tell me what iobroker is or where I can find information about it? Thanks |
@Asino123 this means the vitovent is integrated into the aPI via the heatpump or a separate device? |
It is integrated via the heat pump. |
Iobroker is similar to homeassistant. Ans has also a vicare "integration" and this integration has a support for ventilation. This integration is not user friendly but it works. But nevertheless would be a integration in homeassistant would be great |
How can I add ventilation device to control it via HA? I have Vitocal 200 S and Vitovent 300-W. My JSON is attached. |
This copies the functions for ventilation modes and programs from the Ventilation device to Heat Pumps.
See: https://github.com/somm15/PyViCare/blob/63f9f7fea505fdf9a26c77c6cd0bff889abcdb05/tests/response/Vitocal222S.json#L3227-L3229