alarmdotcom icon indicating copy to clipboard operation
alarmdotcom copied to clipboard

So response when Item is triggered

Open Dvalin21 opened this issue 4 months ago • 1 comments

Please provide as much detail as possible. It's helpful to include Home Assistant debug logs from this integration. Instructions for enabling debugging are available at https://github.com/pyalarmdotcom/alarmdotcom/wiki/How-to-Test-&-Debug#enable-code-debugging. (Alarmdotcom debug logs are verbose, so don't forget to disable debug logging when you're done!)

This error originated from a custom integration.

Logger: custom_components.alarmdotcom
Source: custom_components/alarmdotcom/__init__.py:63
integration: Alarm.com (documentation, issues)
First occurred: 11:01:43 PM (1 occurrence)
Last logged: 11:01:43 PM

ALARM.COM DEBUG DATA FOR BACK DOOR: {"id": "108995299-2", "type": "devices/sensor", "meta": null, "links": null, "relationships": {"sensorRowInfo": {"data": null, "links": null, "meta": null}, "system": {"data": {"id": "19033683", "type": "systems/system", "meta": null}, "links": null, "meta": null}, "stateInfo": {"data": null, "links": null, "meta": null}}, "attributes": {"deviceType": 1, "openClosedStatus": 2, "state": 1, "isFlexIo": false, "deviceRole": 0, "displayStateText": "Closed", "isMonitoringEnabled": true, "sensorNamingFormat": 3, "supportsBypass": true, "supportsImmediateBypass": true, "isBypassed": false, "managedDeviceType": 14, "hasState": true, "canBeRenamed": true, "canBeDeleted": false, "canAccessWebSettings": true, "canAccessAppSettings": false, "webSettings": 159, "canAccessTroubleshootingWizard": false, "troubleshootingWizard": null, "addDeviceResource": 0, "canBeAssociatedToVideoDevice": true, "associatedCameraDeviceIds": {}, "macAddress": "", "manufacturer": null, "isAssignedToCareReceiver": false, "isOAuth": false, "isZWave": false, "isMatter": false, "supportsCommandClassBasic": false, "isMalfunctioning": false, "isZWaveWakeupNode": false, "unitSupportsRemovingWakeupNode": false, "primaryAssociatedDeviceIds": null, "canBeSaved": true, "canChangeDescription": true, "description": "Back Door", "deviceModelId": 110, "canConfirmStateChange": true, "canReceiveCommands": false, "remoteCommandsEnabled": true, "hasPermissionToChangeState": true, "deviceIcon": {"icon": 317}, "batteryLevelNull": null, "batteryLevelClassification": null}}

Describe the bug When setting up entity for sensor (door/window) to send notification of open or closed, when I open door/window it takes around 10 to 15 secs before it shows up as state change in HA which then the automation works. When I close, its an immediate state change which triggers automation.

To Reproduce Steps to reproduce the behavior:

Simply opening sensor to cause state change.

Expected behavior It should cause an immediate state change, but its a 10-15 second delay

Screenshots NA

Home Assistant Version:

Installation method
Home Assistant OS
Core
2025.8.3
Supervisor
2025.08.3
Operating System
16.1
Frontend
20250811.1

Additional context NA

Device: qolsys iq4 319 (ge)

Dvalin21 avatar Aug 31 '25 04:08 Dvalin21