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

Missing alarm panel states #29

Closed
palazzem opened this issue Sep 7, 2023 · 1 comment · Fixed by #34
Closed

Missing alarm panel states #29

palazzem opened this issue Sep 7, 2023 · 1 comment · Fixed by #34
Assignees
Milestone

Comments

@palazzem
Copy link
Owner

palazzem commented Sep 7, 2023

Overview

Import from palazzem/econnect-python#103

--

**Stati non presenti: arm_custom_bypass, arm_vacation e arm_home **

Logger: homeassistant.components.websocket_api.http.connection
Source: helpers/service.py:851
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 20:48:27 (1 occurrences)
Last logged: 20:48:27

[548367750464] Entity alarm_control_panel.alarm_panel does not support this service.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 226, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1974, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2011, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 235, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 851, in entity_service_call
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity alarm_control_panel.alarm_panel does not support this service.

STATO SENSORI acceso/spento:
Inizialmente avevo inteso che i sensori fossero accessi/spenti quando inclusi o esclusi. in realtà, In caso di sensori volumetrici sono sempre spenti. Si accendono solo quando scattano. Quindi lo stato potrebbe portare a fraintendimenti tra acceso/spento e inclusi/esclusi

@palazzem
Copy link
Owner Author

palazzem commented Sep 7, 2023

To complete this issue, many states are not supported and so such errors happen when users want to use one of these. All states that must be supported are documented here: https://developers.home-assistant.io/docs/core/entity/alarm-control-panel/#supported-features

@palazzem palazzem self-assigned this Sep 8, 2023
@palazzem palazzem moved this from Todo to In Progress in e-Connect Roadmap Sep 8, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in e-Connect Roadmap Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant