-
Notifications
You must be signed in to change notification settings - Fork 113
Version2 additions #310
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
Open
HentschelT
wants to merge
52
commits into
RaspberryPints:Version2
Choose a base branch
from
HentschelT:Version2
base: Version2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Version2 additions #310
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* reorg daemon side, start features based on config * opening/closing tap valves * adding tap config panel
a hard time dealing with resets on long running sockets
general layout improvements for AFTV
update beer valves on kick/tap switch to counter updates (instead of sim mode) in flow meter updates
mod' rc.d files to start new daemon process, make start depend on mysql and apache2
* added reference for installation of required module mod_python
* adding pour count conversion config to tap config screen * fixed broken query, which made pour updates fail (booo) * testing with flow counters * sql schema update, this may even install now...
getting kick'd from the alamode
php and some more python * fixed bad escape which prevented population of beer values while tapping new keg
* automated reset/update of alamode parameters when changing taps * better debug logging * added debug log in /var/log/rpints.log
* debug log spell checking...
* fixed missing body tag in tap config * some extra coed to figure clean shut down of WS upon meta-refresh
will be no attempt to flash * reaaranged boot and restart sequence for arduino's that aren't connected straight to the RPi and are not reset via pin 18 * config scheme for expert options
* found bug in websocket JS code which would prevent auto-updates if the web server runs from a non-standard port
port. Primarily usefull for serial over bluetooth
|
Might want to rebase this, but is anyone actively working/looking at these PRs? I grabbed your svg fix for Firefox/Iceweasel and it's working great 👍 |
|
I have a problem regarding my beer names. It keeps adding "u0027" in the middle of my names? Any idea? Update: It seems to be a problem with an apostrophe. If i dont add one it doesnt happen. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, it's been pretty quiet here lately. I had a few days off to finish building my kegerator, and along the lines had a bit of time to make some changes to RPints based on Version 2. The full description of the changes can be found here: https://github.com/HentschelT/RaspberryPints/blob/Version2/UPDATES.MD
In short:
Bug fixes:
New features:
screen shot:

(Check marks indicate if tap valve is on or off)
Please see the file above (and the repo) for details. I'll also document the hardware built for this in the HBT forum shortly.
Cheers,
-Th