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

Bug in alarm status night #108

Open
ward0 opened this issue Nov 9, 2024 · 14 comments
Open

Bug in alarm status night #108

ward0 opened this issue Nov 9, 2024 · 14 comments
Labels
bug Something isn't working

Comments

@ward0
Copy link

ward0 commented Nov 9, 2024

integration version: 0.9.3

Action done:

  1. press the 'house' icon on the physical keyboard VEDOS.
  2. the action inside the alarm configuration is activate the surround (I think p1_pres)
  3. Inside HA, the status is not updated to 'night':
    image
    image

Logging:
2024-11-09 14:08:23.297 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': 'Woning', 'id': 0, 'p1_pres': 1, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0}
2024-11-09 14:08:23.297 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area Woning

@ward0
Copy link
Author

ward0 commented Nov 14, 2024

@gicamm gicamm added the bug Something isn't working label Nov 14, 2024
@ward0
Copy link
Author

ward0 commented Nov 15, 2024

Dev info:
action: alarm_control_panel.alarm_arm_night
target:
entity_id: alarm_control_panel.comelit_vedo_woning

This does not work when I check the VEDO app.

@ward0
Copy link
Author

ward0 commented Dec 5, 2024

@gicamm Can you give an idea when you would have time for this issue pls.
Thx

@gicamm
Copy link
Owner

gicamm commented Dec 6, 2024

Still having problems with the latest release? Some changes have been introduced with PR 109.

@ward0
Copy link
Author

ward0 commented Dec 17, 2024

Hello @gicamm i checked in version 1.0.2 and still have the problem. I tried set state in developer but still not working. How can i help you further?

@ward0
Copy link
Author

ward0 commented Jan 2, 2025

@gicamm I activated the debug mode again, I pressed the 'Home' alarm button on my VEDOS device.
The debug log:

2025-01-02 11:54:07.038 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 0, 'id': 0, 'name': 'Sab. centrale', 'status': '0020'} 2025-01-02 11:54:07.038 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 2, 'id': 2, 'name': 'Brand keuken', 'status': '0020'} 2025-01-02 11:54:07.038 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 4, 'id': 4, 'name': 'Brand berging', 'status': '0020'} 2025-01-02 11:54:07.038 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 6, 'id': 6, 'name': 'Brand nachthal', 'status': '0020'} 2025-01-02 11:54:07.038 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 8, 'id': 8, 'name': 'Brand zolder', 'status': '0020'} 2025-01-02 11:54:07.039 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 10, 'id': 10, 'name': 'Living', 'status': '0000'} 2025-01-02 11:54:07.039 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 12, 'id': 12, 'name': 'Nachthal', 'status': '0000'} 2025-01-02 11:54:07.039 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 14, 'id': 14, 'name': 'Mc achterdeur', 'status': '0000'} 2025-01-02 11:54:07.039 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 146, 'id': 146, 'name': 'Mc voordeur', 'status': '0000'} 2025-01-02 11:54:07.039 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 150, 'id': 150, 'name': 'Brand tuinhuis', 'status': '0020'} 2025-01-02 11:54:07.039 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Sab. centrale 2025-01-02 11:54:07.039 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand keuken 2025-01-02 11:54:07.039 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand berging 2025-01-02 11:54:07.039 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand nachthal 2025-01-02 11:54:07.039 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand zolder 2025-01-02 11:54:07.039 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Living 2025-01-02 11:54:07.039 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Nachthal 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Mc achterdeur 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Mc voordeur 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand tuinhuis 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': 'Woning', 'id': 0, 'p1_pres': 1, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area Woning 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 1, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 2, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 3, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 4, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-02 11:54:07.040 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 5, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:54:07.041 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-02 11:54:07.041 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 6, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:54:07.041 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-02 11:54:07.041 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 7, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:54:07.041 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area

@ward0
Copy link
Author

ward0 commented Jan 2, 2025

I disabled the alarm with OFF 4 minutes later:

2025-01-02 11:58:32.950 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 0, 'id': 0, 'name': 'Sab. centrale', 'status': '0020'} 2025-01-02 11:58:32.952 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 2, 'id': 2, 'name': 'Brand keuken', 'status': '0020'} 2025-01-02 11:58:32.952 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 4, 'id': 4, 'name': 'Brand berging', 'status': '0020'} 2025-01-02 11:58:32.952 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 6, 'id': 6, 'name': 'Brand nachthal', 'status': '0020'} 2025-01-02 11:58:32.953 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 8, 'id': 8, 'name': 'Brand zolder', 'status': '0020'} 2025-01-02 11:58:32.953 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 10, 'id': 10, 'name': 'Living', 'status': '0000'} 2025-01-02 11:58:32.953 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 12, 'id': 12, 'name': 'Nachthal', 'status': '0000'} 2025-01-02 11:58:32.953 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 14, 'id': 14, 'name': 'Mc achterdeur', 'status': '0020'} 2025-01-02 11:58:32.953 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 146, 'id': 146, 'name': 'Mc voordeur', 'status': '0020'} 2025-01-02 11:58:32.953 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 150, 'id': 150, 'name': 'Brand tuinhuis', 'status': '0020'} 2025-01-02 11:58:32.954 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Sab. centrale 2025-01-02 11:58:32.954 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand keuken 2025-01-02 11:58:32.954 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand berging 2025-01-02 11:58:32.954 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand nachthal 2025-01-02 11:58:32.954 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand zolder 2025-01-02 11:58:32.954 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Living 2025-01-02 11:58:32.954 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Nachthal 2025-01-02 11:58:32.954 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Mc achterdeur 2025-01-02 11:58:32.955 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Mc voordeur 2025-01-02 11:58:32.955 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand tuinhuis 2025-01-02 11:58:32.955 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': 'Woning', 'id': 0, 'p1_pres': 1, 'p2_pres': 0, 'ready': 0, 'armed': 1, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:58:32.955 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area Woning 2025-01-02 11:58:32.955 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 1, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:58:32.955 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-02 11:58:32.957 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 2, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:58:32.957 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-02 11:58:32.957 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 3, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:58:32.957 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-02 11:58:32.957 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 4, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:58:32.957 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-02 11:58:32.969 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 5, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:58:32.970 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-02 11:58:32.970 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 6, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:58:32.970 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-02 11:58:32.970 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 7, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-02 11:58:32.970 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area
I don't see any differences.

@ward0
Copy link
Author

ward0 commented Jan 4, 2025

@gicamm
Activating the Night (Home) mode:
image
vedo=1&p1=32&_=1736021784395

Armed:
0: changed to 1 instead of 0
image

Disabling alarm changed 0 back to 0 instead of 1.
Disable Payload: vedo=1&dis=32&_=1736021784217

Could it be that I need to change the configuration.yaml to something specific for Comelit like its the case for Aarlo? custom night mode name for example?

@gicamm
Copy link
Owner

gicamm commented Jan 7, 2025

Hi ward0,

The issue seems to be limited to the Night mode. The Away mode works fine, but some adjustments are needed to enable support for Night mode.

It’s likely a simple fix — we just need to identify and use the correct key in the URL parameters. Once added, we can test it to ensure everything functions as expected.

Let me know if you’d like me to assist further!

@ward0
Copy link
Author

ward0 commented Jan 18, 2025

Hi @gicamm

I have no idea how I can provide further information at this point.
Let me know what information you need from me.

@ward0
Copy link
Author

ward0 commented Jan 27, 2025

@gicamm

I tried to add this to my configuration.yaml, but has no effect.

logger:
default: info
logs:
homeassistant.components.Comelit SimpleHome/Vedo: debug

@gicamm
Copy link
Owner

gicamm commented Jan 27, 2025

Your configuration is not correct.
You should use something like this instead.

logger:
default: info
logs:
  custom_components.comelit.vedo: trace

@ward0
Copy link
Author

ward0 commented Jan 27, 2025

Your configuration is not correct. You should use something like this instead.

logger:
default: info
logs:
  custom_components.comelit.vedo: trace

Configuration warnings
Integration error: logs - Integration 'logs' not found.
Integration error: default - Integration 'default' not found.

Do I even had to add this to help you further?

@ward0
Copy link
Author

ward0 commented Jan 28, 2025

@gicamm i have enabled the debug logging, this is the result:

2025-01-28 22:42:38.433 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 0, 'id': 0, 'name': 'Sab. centrale', 'status': '0020'} 2025-01-28 22:42:38.434 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 2, 'id': 2, 'name': 'Brand keuken', 'status': '0020'} 2025-01-28 22:42:38.434 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 4, 'id': 4, 'name': 'Brand berging', 'status': '0020'} 2025-01-28 22:42:38.434 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 6, 'id': 6, 'name': 'Brand nachthal', 'status': '0020'} 2025-01-28 22:42:38.434 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 8, 'id': 8, 'name': 'Brand zolder', 'status': '0020'} 2025-01-28 22:42:38.434 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 10, 'id': 10, 'name': 'Living', 'status': '0000'} 2025-01-28 22:42:38.434 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 12, 'id': 12, 'name': 'Nachthal', 'status': '0000'} 2025-01-28 22:42:38.434 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 14, 'id': 14, 'name': 'Mc achterdeur', 'status': '0000'} 2025-01-28 22:42:38.434 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 146, 'id': 146, 'name': 'Mc voordeur', 'status': '0000'} 2025-01-28 22:42:38.434 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 150, 'id': 150, 'name': 'Brand tuinhuis', 'status': '0020'} 2025-01-28 22:42:38.434 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Sab. centrale 2025-01-28 22:42:38.434 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand keuken 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand berging 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand nachthal 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand zolder 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Living 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Nachthal 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Mc achterdeur 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Mc voordeur 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand tuinhuis 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': 'Woning', 'id': 0, 'p1_pres': 1, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area Woning 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 1, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:42:38.435 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 2, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:42:38.436 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:42:38.436 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 3, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:42:38.436 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:42:38.436 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 4, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:42:38.436 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:42:38.436 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 5, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:42:38.436 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:42:38.436 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 6, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:42:38.436 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:42:38.436 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 7, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:42:38.436 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:43:08.847 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 0, 'id': 0, 'name': 'Sab. centrale', 'status': '0020'} 2025-01-28 22:43:08.848 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 2, 'id': 2, 'name': 'Brand keuken', 'status': '0020'} 2025-01-28 22:43:08.848 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 4, 'id': 4, 'name': 'Brand berging', 'status': '0020'} 2025-01-28 22:43:08.848 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 6, 'id': 6, 'name': 'Brand nachthal', 'status': '0020'} 2025-01-28 22:43:08.848 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 8, 'id': 8, 'name': 'Brand zolder', 'status': '0020'} 2025-01-28 22:43:08.848 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 10, 'id': 10, 'name': 'Living', 'status': '0000'} 2025-01-28 22:43:08.848 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 12, 'id': 12, 'name': 'Nachthal', 'status': '0000'} 2025-01-28 22:43:08.848 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 14, 'id': 14, 'name': 'Mc achterdeur', 'status': '0000'} 2025-01-28 22:43:08.848 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 146, 'id': 146, 'name': 'Mc voordeur', 'status': '0000'} 2025-01-28 22:43:08.848 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 150, 'id': 150, 'name': 'Brand tuinhuis', 'status': '0020'} 2025-01-28 22:43:08.848 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Sab. centrale 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand keuken 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand berging 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand nachthal 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand zolder 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Living 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Nachthal 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Mc achterdeur 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Mc voordeur 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand tuinhuis 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': 'Woning', 'id': 0, 'p1_pres': 1, 'p2_pres': 0, 'ready': 0, 'armed': 1, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 1} 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area Woning 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 1, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:43:08.849 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 2, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:43:08.850 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:43:08.850 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 3, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:43:08.850 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:43:08.850 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 4, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:43:08.850 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:43:08.850 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 5, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:43:08.850 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:43:08.850 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 6, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:43:08.850 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area 2025-01-28 22:43:08.850 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': '', 'id': 7, 'p1_pres': 0, 'p2_pres': 0, 'ready': 0, 'armed': 0, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0} 2025-01-28 22:43:08.850 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area

The night alarm is now active:

2025-01-28 22:44:11.078 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the alarm area
2025-01-28 22:44:41.525 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 0, 'id': 0, 'name': 'Sab. centrale', 'status': '0020'}
2025-01-28 22:44:41.526 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 2, 'id': 2, 'name': 'Brand keuken', 'status': '0020'}
2025-01-28 22:44:41.526 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 4, 'id': 4, 'name': 'Brand berging', 'status': '0020'}
2025-01-28 22:44:41.526 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 6, 'id': 6, 'name': 'Brand nachthal', 'status': '0020'}
2025-01-28 22:44:41.526 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 8, 'id': 8, 'name': 'Brand zolder', 'status': '0020'}
2025-01-28 22:44:41.526 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 10, 'id': 10, 'name': 'Living', 'status': '0000'}
2025-01-28 22:44:41.526 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 12, 'id': 12, 'name': 'Nachthal', 'status': '0000'}
2025-01-28 22:44:41.526 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 14, 'id': 14, 'name': 'Mc achterdeur', 'status': '0020'}
2025-01-28 22:44:41.526 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 146, 'id': 146, 'name': 'Mc voordeur', 'status': '0020'}
2025-01-28 22:44:41.526 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 150, 'id': 150, 'name': 'Brand tuinhuis', 'status': '0020'}
2025-01-28 22:44:41.526 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Sab. centrale
2025-01-28 22:44:41.527 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand keuken
2025-01-28 22:44:41.527 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand berging
2025-01-28 22:44:41.527 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand nachthal
2025-01-28 22:44:41.527 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand zolder
2025-01-28 22:44:41.527 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Living
2025-01-28 22:44:41.527 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Nachthal
2025-01-28 22:44:41.527 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Mc achterdeur
2025-01-28 22:44:41.527 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Mc voordeur
2025-01-28 22:44:41.527 DEBUG (Thread#BS) [custom_components.comelit.vedo] updated the binary sensor Brand tuinhuis
2025-01-28 22:44:41.527 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the alarm area {'name': 'Woning', 'id': 0, 'p1_pres': 1, 'p2_pres': 0, 'ready': 0, 'armed': 1, 'alarm': 0, 'alarm_memory': 0, 'sabotage': 0, 'anomaly': 0, 'in_time': 0, 'out_time': 0}

I know this because these 2 values changed (also how my night alarm is configured:

2025-01-28 22:44:41.526 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 10, 'id': 10, 'name': 'Living', 'status': '0000'}
2025-01-28 22:44:41.526 DEBUG (Thread#BS) [custom_components.comelit.vedo] Updating the zone {'index': 12, 'id': 12, 'name': 'Nachthal', 'status': '0000'}

So the p1_pres': 1 must be almost be the 'house' icon on physical keypad, that is configured to arm my night mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants