Skip to content
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

Ventilation boost control does not work #220

Open
3 tasks done
hendrikwolf79 opened this issue Oct 15, 2024 · 0 comments
Open
3 tasks done

Ventilation boost control does not work #220

hendrikwolf79 opened this issue Oct 15, 2024 · 0 comments

Comments

@hendrikwolf79
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant