-
Notifications
You must be signed in to change notification settings - Fork 169
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
Add buzzer sounds for brew steps #99
base: master
Are you sure you want to change the base?
Add buzzer sounds for brew steps #99
Conversation
I started merging the other pull request and now this pull request has conflicts. Could you please resolve the conflicts? Thanks a lot for providing this pull request. I'm looking forward to merge it. |
i had modify the files |
# if you dont want a beep sound comment out like : # cbpi.BoilStepEndBeep() | ||
cbpi.BoilStepEndBeep() | ||
self.next() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra space here
# if you dont want a beep sound comment out like : # cbpi.MashStepEndBeep() | ||
cbpi.MashStepEndBeep() | ||
self.next() | ||
self.next() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra space here
modules/buzzer/__init__.py
Outdated
@@ -11,7 +11,7 @@ class Buzzer(object): | |||
|
|||
# custom beep sounds | |||
|
|||
sound = ["H", 0.1, "L"] | |||
sound = ["H", 0.1, "L", 0.1, "H", 0.1, "L", 0.1, "H", 0.1, "L"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your "sound" may need to match the newer one.
thanks for the help may be it works now |
One conflict missing modules/base_plugins/brew_steps/init.py The question is if I should add a central beep in the step logic instead of a beep in each step? |
Hi |
Maybe it's the right place to remind about hop dropper.
Think about passing a signal that each brewer can use it to trigger a hop
dropper.
Philip ;)
…On 30 July 2017 at 12:26, cocothenut ***@***.***> wrote:
Hi
I would add additional various buzzer-beep-sounds for various brew-steps
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHARW7My4-G4m3uG5qrN8dbxPPKnPeqPks5sTExggaJpZM4OfvPN>
.
|
Would love to make a hop dropper! Any leads... |
http://vito.tw/?p=338
This is an Arduino project.
I think it's possible to make it for raspberry.
I'm not a code guy but I can contribute the design aspects.
I think we need to think of software first and then to suggest several
options to assemble the hop dropper with the electronic parts.
…On 9 Aug 2017 8:56 a.m., "swimIan" ***@***.***> wrote:
Would love to make a hop dropper! Any leads...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHARWz6GgJ58YEcbNvBcdgCHHJSi0_fgks5sWUoogaJpZM4OfvPN>
.
|
add buzzer-beep-sounds for brew-steps
buzzer-sounds beeps at end of steps