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 #103

Closed
eliciogiuseppe opened this issue Aug 29, 2023 · 3 comments
Closed

Missing alarm panel states #103

eliciogiuseppe opened this issue Aug 29, 2023 · 3 comments

Comments

@eliciogiuseppe
Copy link

eliciogiuseppe commented Aug 29, 2023

**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 palazzem changed the title Stati non presenti e stato sensori acceso spento - incluso escluso Missing alarm panel states Aug 30, 2023
@palazzem
Copy link
Owner

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
Copy link
Owner

Regarding the other request, I moved it here to keep 2 separated tasks: palazzem/ha-econnect-alarm#109

@palazzem
Copy link
Owner

palazzem commented Sep 7, 2023

Closing this issue as it is superseded by palazzem/ha-econnect-alarm#29

@palazzem palazzem closed this as completed Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants