mypyllant-component icon indicating copy to clipboard operation
mypyllant-component copied to clipboard

Ventilation boost control does not work

Open hendrikwolf79 opened this issue 1 year ago • 2 comments
trafficstars

Before submitting a new issue

Problem description

When you press the ventilation boost switch, a message appears saying that the VRC700 controller does not support this. When switching via the Vaillant app or on the heater, the status is displayed correctly in the integration. Same result if the function is to be run as a service.

Logs

Logger: homeassistant.components.websocket_api.http.connection
Quelle: components/websocket_api/commands.py:245
Integration: Home Assistant WebSocket API (Dokumentation, Probleme)
Erstmals aufgetreten: 07:41:52 (1 Vorkommnisse)
Zuletzt protokolliert: 07:41:52

[546896040656] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2761, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2804, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 996, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1068, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/config/custom_components/mypyllant/switch.py", line 174, in async_turn_off
    await self.coordinator.api.cancel_ventilation_boost(self.system)
  File "/usr/local/lib/python3.12/site-packages/myPyllant/api.py", line 958, in cancel_ventilation_boost
    raise ValueError("Not supported on VRC700 controllers")
ValueError: Not supported on VRC700 controllers

hendrikwolf79 avatar Oct 15 '24 06:10 hendrikwolf79