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

Impossible to use more than 2 RFID codes (Alphanumerical) #1040

Open
2 tasks done
orrriol opened this issue Oct 4, 2024 · 2 comments
Open
2 tasks done

Impossible to use more than 2 RFID codes (Alphanumerical) #1040

orrriol opened this issue Oct 4, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@orrriol
Copy link

orrriol commented Oct 4, 2024

Checklist

  • I am using the latest version of Alarmo (latest version can be found here)
  • I checked for similar existing requests (both open and closed) before posting.

Alarmo Version

v1.10.4

HA Version

2024.10.0

Bug description

I use the FRIENT Keypad to send / receive instructions.
I also use RFID tags.
In the codes section, I can enter only 2 different alphanumerical codes (to match the RFID tags). It means I can only use 2 RFID tags to disarm the alarm. If I create a 3rd user using an alphanumerical code, I can only disarm the alarm using the keypad in HA.

Steps to reproduce

Here is the mqtt load :

info 2024-10-04 12:44:29z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/FRIENT_KEYPAD', payload '{"action":"disarm","action_code":"+3DD5FCFF","action_transaction":93,"action_zone":23,"battery":100,"battery_low":false,"linkquality":152,"tamper":false,"update":{"installed_version":131077,"latest_version":131077,"state":"idle"},"update_available":false,"voltage":5700}'
info 2024-10-04 12:44:29z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/FRIENT_KEYPAD', payload '{"action":"","action_code":null,"action_transaction":null,"action_zone":null,"battery":100,"battery_low":false,"linkquality":152,"tamper":false,"update":{"installed_version":131077,"latest_version":131077,"state":"idle"},"update_available":false,"voltage":5700}'
info 2024-10-04 12:44:29z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/FRIENT_KEYPAD/action', payload 'disarm'

Relevant log output

No response

@orrriol orrriol added the bug Something isn't working label Oct 4, 2024
@nielsfaber
Copy link
Owner

I don't know how to help with this issue.
In alarmo there is no limitation to the amount of users/codes that can be stored or the format of the pincode/password.
Hence I don't see any reason why disarming works correctly with 2 codes stored, but fails after adding a third (if I understand you correctly).
Since alarmo will not directly interface with zigbee2mqtt, I assume you have some logic/automation in between to forward the pin code. Perhaps the issue could be caused there?
Did you try manually arming/disarming (via the HA keypad or via developer tools -> services) using the same alphanummerical codes as input?
Note that the code +3DD5FCFF contains a + which is not an alphanumerical character. This could be unrelated but you never know..

@orrriol
Copy link
Author

orrriol commented Oct 7, 2024

Thanks for your reply. I'll investigate this way, between Alarmo and my fingers (keypad and blueprint).

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