-
Notifications
You must be signed in to change notification settings - Fork 57
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
Tyxal alarm: can we use a numpad rather than a hardcoded code in the configuration ? #170
Comments
Version 3.4.2 by the way. I look at the mqtt diagnostics and see: So with code_arm_required false, panel is not shown. So I looked into the code (no knowing what I'm doing, of course): app/sensors/Alarm.py shows:
So I guess that if I do not setup an alarm code in mqtt2tydom configuration, then the 'code_arm_required' is set to true and the alarm panel card will show the numpad. BUT, if I don't setup a code, the alarm entity is not created and there is an error in the homeassistant.log complaining about a code set to 'None':
If I do setup a code, then no error in the log, and I can turn on/off the alarm, but without a code.
xxxxx are anonymization of the serial number. |
Hi,
14 months ago I tried to integrate my Delta Dore installation with mqtt2tydom in my HA and I gave up: too many things not working.
A year later, I try again and everything works! Lights, cover, dvi, alarm.
Good job!
One things bothers me: deactivating the alarm does not require the user to enter a code. I see this as a problem when my HA dashboard is mounted next to the front door.
Is there a way to request that the user enters the code?
The text was updated successfully, but these errors were encountered: