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

Unknown Command - can anyone help? #93

Open
Infeconex opened this issue Apr 17, 2024 · 16 comments
Open

Unknown Command - can anyone help? #93

Infeconex opened this issue Apr 17, 2024 · 16 comments
Assignees

Comments

@Infeconex
Copy link

Folks - I appreciate the original creator is not helping with development around this anymore, but I'm wondering if anyone is here and can help? I'm up to date on all versions, running managed HASS. I can disarm the alarm (if armed from a keypad), but I cannot arm the alarm system. My configuration is below:

`texecom:
host: [removed]
port: 10001
mqtt:
host: core-mosquitto
prefix: texecom2mqtt
username: mqtt-user
password: [removed]
client_id: texecom2mqtt
keepalive: 30
clean: true
retain: true
retain_log: false
reject_unauthorized: false
homeassistant:
discovery: true
prefix: home-assistant
areas:

  • id: a
    full_arm: armed_away
    part_arm_1: armed_night
    part_arm_2: armed_home
    part_arm_3: armed_custom_bypass
    code_arm_required: true
    code_disarm_required: false
    code: "[removed]"
    zones: []
    cache: false
    log: info
    `

When I click the arm buttons in Home Assistant, the following is sent back on the logs:

2024-04-17 07:35:36 - WARNING: Unknown command ARM_HOME for area Area A 2024-04-17 07:35:44 - WARNING: Unknown command ARM_AWAY for area Area A 2024-04-17 07:35:53 - WARNING: Unknown command ARM_NIGHT for area Area A 2024-04-17 07:35:54 - WARNING: Unknown command ARM_NIGHT for area Area A

I feel I am so close to getting this running. Any ideas???

@Smart-Techno1ogy
Copy link

Smart-Techno1ogy commented Apr 19, 2024 via email

@Infeconex
Copy link
Author

Infeconex commented Apr 19, 2024

Thanks for the help on this. I've set the code required arming parameter to false, and I'm still getting the folllowing:
2024-04-19 10:38:00 - WARNING: Unknown command ARM_AWAY for area Area A
2024-04-19 10:38:29 - WARNING: Unknown command ARM_NIGHT for area Area A

All the zones are being read in correctly, see below for the startup logs (you'll also see my testing again with the code line removed entirely). This feels like the mapping does not work, is it possible that the alarm has a different 'name' in the texecom panel for overnight mode (part_arm_1)? Could that cause the log error?

2024-04-19 10:39:47 - INFO: Starting texecom2mqtt v1.2.3 (Node v16.13.0)...
2024-04-19 10:39:47 - INFO: Connected to alarm, sleeping for 2 seconds...
2024-04-19 10:39:49 - INFO: Connection ready
2024-04-19 10:39:49 - INFO: Logging in to panel
2024-04-19 10:39:49 - INFO: Successfully logged in to panel
2024-04-19 10:39:49 - INFO: Connected to MQTT broker: core-mosquitto:1883 (retain: true, clean: true, client_id: texecom2mqtt, qos: 0)
2024-04-19 10:39:49 - INFO: Serial number: [removed]
2024-04-19 10:39:50 - INFO: Panel: Premier Elite 24 (V6.02.02LS1)
2024-04-19 10:39:50 - INFO: Fetched Area A: Area A
2024-04-19 10:39:50 - INFO: Fetched Area B: Area B
2024-04-19 10:39:50 - INFO: Fetched Zone 1: GARAGE DT (Type: Entry/Exit 1; Areas: A)
2024-04-19 10:39:50 - INFO: Fetched Zone 2: BOOT ROOM DT (Type: Guard Access; Areas: A)
2024-04-19 10:39:51 - INFO: Fetched Zone 3: HALL DT (Type: Guard Access; Areas: A)
2024-04-19 10:39:51 - INFO: Fetched Zone 5: PORCH DT (Type: Guard Access; Areas: A)
2024-04-19 10:39:52 - INFO: Fetched Zone 6: BASEMENT STAIRS (Type: Guard; Areas: A)
2024-04-19 10:39:52 - INFO: Fetched Zone 8: FRONT DOOR (Type: Entry/Exit 1; Areas: A)
2024-04-19 10:39:53 - INFO: Fetched Zone 9: OFFICE DT (Type: Guard; Areas: A)
2024-04-19 10:39:53 - INFO: Fetched Zone 10: LINK ROOM DT (Type: Guard; Areas: A)
2024-04-19 10:39:53 - INFO: Fetched Zone 11: OFFICE DOOR (Type: Guard; Areas: A)
2024-04-19 10:39:53 - INFO: Fetched Zone 12: GRD FL B,ROOM DT (Type: Guard; Areas: A)
2024-04-19 10:39:54 - INFO: Fetched Zone 13: B,MENT HALL DT (Type: Guard; Areas: A)
2024-04-19 10:39:54 - INFO: Fetched Zone 14: KITCHEN DT (Type: Guard; Areas: A)
2024-04-19 10:39:54 - INFO: Fetched Zone 15: SWING ROOM DOOR (Type: Guard; Areas: A)
2024-04-19 10:39:55 - INFO: Fetched Zone 16: SWING ROOM DT (Type: Guard; Areas: A, B)
2024-04-19 10:39:55 - INFO: Fetched Zone 17: WARDROBE DT (Type: Guard; Areas: A)
2024-04-19 10:39:55 - INFO: Fetched Zone 18: LANDING DT (Type: Guard; Areas: A)
2024-04-19 10:39:56 - INFO: Fetched Zone 19: BEDROOM 1 DT (Type: Guard; Areas: A)
2024-04-19 10:39:56 - INFO: Fetched Zone 21: BEDROOM 2 DT (Type: Guard; Areas: A)
2024-04-19 10:39:56 - INFO: Fetched Zone 22: LIVING ROOM DT (Type: Guard; Areas: A)
2024-04-19 10:39:57 - INFO: Fetched Zone 23: MASTER BEDROOM (Type: Guard; Areas: A)
2024-04-19 10:39:58 - INFO: Updating all zone states...
2024-04-19 10:39:58 - INFO: Updating all area states...
2024-04-19 10:39:58 - INFO: Application ready
2024-04-19 10:40:00 - INFO: KITCHEN DT status changed to Active
2024-04-19 10:40:03 - INFO: KITCHEN DT status changed to Secure
2024-04-19 10:40:05 - INFO: KITCHEN DT status changed to Active
2024-04-19 10:40:08 - WARNING: Unknown command ARM_AWAY for area Area A
2024-04-19 10:40:08 - INFO: KITCHEN DT status changed to Secure
2024-04-19 10:40:10 - WARNING: Unknown command ARM_NIGHT for area Area A
2024-04-19 10:40:12 - INFO: KITCHEN DT status changed to Active
2024-04-19 10:40:14 - INFO: KITCHEN DT status changed to Secure
2024-04-19 10:40:16 - INFO: KITCHEN DT status changed to Active
2024-04-19 10:40:19 - INFO: KITCHEN DT status changed to Secure

@Smart-Techno1ogy
Copy link

Smart-Techno1ogy commented Apr 19, 2024 via email

@Smart-Techno1ogy
Copy link

Smart-Techno1ogy commented Apr 19, 2024 via email

@Smart-Techno1ogy
Copy link

Smart-Techno1ogy commented Apr 19, 2024 via email

@Smart-Techno1ogy
Copy link

Smart-Techno1ogy commented Apr 19, 2024 via email

@Smart-Techno1ogy
Copy link

Smart-Techno1ogy commented Apr 19, 2024 via email

@Smart-Techno1ogy
Copy link

Smart-Techno1ogy commented Apr 19, 2024 via email

@Smart-Techno1ogy
Copy link

Smart-Techno1ogy commented Apr 19, 2024 via email

@Smart-Techno1ogy
Copy link

Smart-Techno1ogy commented Apr 19, 2024 via email

@Smart-Techno1ogy
Copy link

Smart-Techno1ogy commented Apr 19, 2024 via email

@Smart-Techno1ogy
Copy link

Smart-Techno1ogy commented Apr 19, 2024 via email

@Infeconex
Copy link
Author

ok, so I have changed the configuration to the below, sensitive info removed:

`texecom:
host: ip-addr-removed
port: 10001
mqtt:
host: core-mosquitto
prefix: texecom2mqtt
username: mqtt-user
password: mypasswordremoved
client_id: texecom2mqtt
keepalive: 30
clean: true
retain: true
retain_log: false
reject_unauthorized: false
homeassistant:
discovery: true
prefix: home-assistant
areas:

  • id: area_a
    full_arm: armed_away
    part_arm_1: armed_night
    part_arm_2: armed_home
    code_arm_required: false
    code_disarm_required: false
    code: "000000"
    zones: []
    cache: false
    log: info
    `

Still same response when I try either arming function:
2024-04-19 12:36:19 - WARNING: Unknown command ARM_AWAY for area Area A
2024-04-19 12:36:28 - WARNING: Unknown command ARM_NIGHT for area Area A
2024-04-19 12:36:28 - WARNING: Unknown command ARM_NIGHT for area Area A

Do you know of a way I can discover the area names from the alarm panel keypad itself? Maybe I could correlate these area names that way.

@Smart-Techno1ogy
Copy link

Smart-Techno1ogy commented Apr 19, 2024 via email

@Infeconex
Copy link
Author

Infeconex commented Apr 19, 2024 via email

@angelotambini
Copy link

angelotambini commented Jan 3, 2025

I'm also having the same problem with arm wording not matching up
has anyone worked on a fix for this?

2025-01-03 19:19:39 - WARNING: Unknown command ARM_HOME for area Dogs Home
2025-01-03 19:19:42 - WARNING: Unknown command ARM_AWAY for area Dogs Home
2025-01-03 19:19:43 - WARNING: Unknown command ARM_NIGHT for area Dogs Home
2025-01-03 19:19:44 - WARNING: Unknown command ARM_VACATION for area Dogs Home
2025-01-03 19:19:45 - WARNING: Unknown command ARM_CUSTOM_BYPASS for area Dogs Home

# 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

4 participants