-
Notifications
You must be signed in to change notification settings - Fork 42
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
Additional substitution to set allow_other_uses to false for alarm pin #27
Comments
Hi! I have the same or at least similar problem. For one of my alarm panels, I am using the alarm pin but not using the OUT pin for the buzzer and I still get the same error even though I commented out the warning-beep package. I also have a problem with another alarm panel where I am using the out pin and it is mentioned in the code only once but the error says that I am using it in multiple places. My knowledge is too basic to know what the problem is. I cannot add allow_other_uses because it is not allowed for the switch.gpio EDIT: |
Adding a substitution to enable or disable whether the alarm output is shared. See issue konnected-io#27. Default is set to true to follow the current standard.
I have the same issue. You'll get this issue if you do not have something additional set to the alarm's output (out). By default the warning beep is mapped to "out". I changed the warning beep to another pin that I have connected to a piezo buzzer. I just forked repository and made the necessary change. See my pull request, #28, if you want to see the details. |
Would it be possible to add a substitution to set allow_other_uses to false for the alarm pin?
Currently there is only the substitution for the warning beep pin. My alarm pin is only used for the alarm so it currently fails to build.
The text was updated successfully, but these errors were encountered: