Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Command 25 timed out constantly kills app #90

Open
SniperAsh6 opened this issue Feb 17, 2024 · 0 comments
Open

Command 25 timed out constantly kills app #90

SniperAsh6 opened this issue Feb 17, 2024 · 0 comments
Assignees

Comments

@SniperAsh6
Copy link

SniperAsh6 commented Feb 17, 2024

Describe the bug
I have a newly installed Texecom alarm which I'm trying to set this up with but within a minute or two of it starting it'll hit a series of command 25 time outs and disconnect from the panel. Before it disconnects it manages to get all of the zones and publish them so HA sees them and even receives some updates for them but they then go unavailable when the time outs happen and it disconnects. This just seems to happen infinitely but it's consistent with always being after logging 'Updating system power'

image

Application version
texecom2mqtt v1.2.3 (Node v16.13.0) - using the docker container in k3s

Texecom alarm type
Model: Premier Elite 24
Firmware version: V6.05.03LS1

Home Assistant version
Core 2024.2.1
Frontend 20240207.1

Debug log

2024-02-17 19:13:51.873281+00:002024-02-17 19:13:51 - DEBUG: Publishing to texecom2mqtt/config: {"version":"1.2.3","log_level":"debug","model":"Premier Elite 24","firmware_version":"V6.05.03LS1","serial_number":"*******"}
2024-02-17 19:13:51.873444+00:002024-02-17 19:13:51 - INFO: Application ready
2024-02-17 19:14:21.902140+00:002024-02-17 19:14:21 - DEBUG: Updating system power...
2024-02-17 19:14:25.405503+00:002024-02-17 19:14:25 - DEBUG: Command 25 timed out (attempt 1, id: 31).
2024-02-17 19:14:28.909495+00:002024-02-17 19:14:28 - DEBUG: Command 25 timed out (attempt 2, id: 31).
2024-02-17 19:14:32.413598+00:002024-02-17 19:14:32 - DEBUG: Command 25 timed out (attempt 3, id: 31).
2024-02-17 19:14:35.917557+00:002024-02-17 19:14:35 - DEBUG: Command 25 timed out (attempt 4, id: 31).
2024-02-17 19:14:39.418222+00:002024-02-17 19:14:39 - DEBUG: Command 25 timed out (attempt 5, id: 31).
2024-02-17 19:14:39.418904+00:002024-02-17 19:14:39 - ERROR: Unhandled rejection - Command 25 timed out 5 times and could not be completed
2024-02-17 19:14:39.419058+00:002024-02-17 19:14:39 - DEBUG: Closing connection to panel
2024-02-17 19:14:39.420328+00:002024-02-17 19:14:39 - DEBUG: Closed connection to panel
2024-02-17 19:14:39.420489+00:002024-02-17 19:14:39 - DEBUG: Publishing to texecom2mqtt/status: offline
2024-02-17 19:14:39.420693+00:002024-02-17 19:14:39 - DEBUG: Closing connection to MQTT broker
2024-02-17 19:20:00.462258+00:002024-02-17 19:20:00 - DEBUG: Publishing to texecom2mqtt/config: {"version":"1.2.3","log_level":"debug","model":"Premier Elite 24","firmware_version":"V6.05.03LS1","serial_number":"*******"}
2024-02-17 19:20:00.462484+00:002024-02-17 19:20:00 - INFO: Application ready
2024-02-17 19:20:30.490108+00:002024-02-17 19:20:30 - DEBUG: Updating system power...
2024-02-17 19:20:33.993657+00:002024-02-17 19:20:33 - DEBUG: Command 25 timed out (attempt 1, id: 31).
2024-02-17 19:20:37.497669+00:002024-02-17 19:20:37 - DEBUG: Command 25 timed out (attempt 2, id: 31).
2024-02-17 19:20:41.001628+00:002024-02-17 19:20:41 - DEBUG: Command 25 timed out (attempt 3, id: 31).
2024-02-17 19:20:44.502829+00:002024-02-17 19:20:44 - DEBUG: Command 25 timed out (attempt 4, id: 31).
2024-02-17 19:20:48.006037+00:002024-02-17 19:20:48 - DEBUG: Command 25 timed out (attempt 5, id: 31).
2024-02-17 19:20:48.006969+00:002024-02-17 19:20:48 - ERROR: Unhandled rejection - Command 25 timed out 5 times and could not be completed
2024-02-17 19:20:48.007278+00:002024-02-17 19:20:48 - DEBUG: Closing connection to panel
2024-02-17 19:20:48.009018+00:002024-02-17 19:20:48 - DEBUG: Closed connection to panel
2024-02-17 19:20:48.009313+00:002024-02-17 19:20:48 - DEBUG: Publishing to texecom2mqtt/status: offline
2024-02-17 19:20:48.009662+00:002024-02-17 19:20:48 - DEBUG: Closing connection to MQTT broker
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants